@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

/* node_modules/smart-webcomponents-angular/source/styles/smart.default.css */
:root {
  --smart-primary-rgb:0,92,153;
  --smart-primary:rgb(var(--smart-primary-rgb));
  --smart-primary-color:#ffffff;
  --smart-secondary-rgb:45,45,48;
  --smart-secondary:rgb(var(--smart-secondary-rgb));
  --smart-secondary-color:#ffffff;
  --smart-error-rgb:176,0,32;
  --smart-error:rgb(var(--smart-error-rgb));
  --smart-error-color:#ffffff;
  --smart-success-rgb:139,195,74;
  --smart-success:rgb(var(--smart-success-rgb));
  --smart-success-color:#ffffff;
  --smart-info-rgb:92,192,222;
  --smart-info:rgb(var(--smart-info-rgb));
  --smart-info-color:#fff;
  --smart-warning-rgb:240,173,78;
  --smart-warning:rgb(var(--smart-warning-rgb));
  --smart-warning-color:#fff;
  --smart-light-rgb:255,255,255;
  --smart-light:rgb(var(--smart-light-rgb));
  --smart-light-color:#222222;
  --smart-dark-rgb:34,34,34;
  --smart-dark:rgb(var(--smart-dark-rgb));
  --smart-dark-color:#ffffff;
  --smart-background:#fefefe;
  --smart-background-color:#5A5A5A;
  --smart-surface:#F5F5F5;
  --smart-surface-color:#323232;
  --smart-disabled:#CCCCCC;
  --smart-disabled-color:#555;
  --smart-ui-state-hover:#ebebeb;
  --smart-ui-state-color-hover:#333;
  --smart-ui-state-border-hover:var(--smart-ui-state-hover);
  --smart-ui-state-active:var(--smart-primary);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-focus:#e2e0e0;
  --smart-ui-state-color-focus:#333;
  --smart-ui-state-border-focus:var(--smart-ui-state-focus);
  --smart-ui-state-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-primary);
  --smart-ui-state-border-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-item-border-width:1px;
  --smart-item-border-radius:var(--smart-border-radius);
  --smart-item-border-top-left-radius:var(--smart-border-radius);
  --smart-item-border-top-right-radius:var(--smart-border-radius);
  --smart-item-border-bottom-left-radius:var(--smart-border-radius);
  --smart-item-border-bottom-right-radius:var(--smart-border-radius);
  --smart-font-size:14px;
  --smart-font-weight:inherit;
  --smart-font-style:inherit;
  --smart-font-family:Roboto,"Helvetica Neue",sans-serif;
  --smart-font-family-icon:smart-icons;
  --smart-font-family-icon-src:local("./font/smart-icons"),url("./media/smart-icons-RHZLUBZV.woff2") format("woff2"),url("./media/smart-icons-GCA6FIQQ.woff") format("woff"),url("./media/smart-icons-75RRJ6JJ.ttf") format("truetype"),url("./media/smart-icons-TW6JIWJQ.eot") format("embedded-opentype");
  --smart-border-width:1px;
  --smart-border-radius:4px;
  --smart-border-top-left-radius:var(--smart-border-radius);
  --smart-border-top-right-radius:var(--smart-border-radius);
  --smart-border-bottom-left-radius:var(--smart-border-radius);
  --smart-border-bottom-right-radius:var(--smart-border-radius);
  --smart-border:#E0E0E0;
  --smart-border-rgb:244,224,224;
  --smart-outline:#b2b2b2;
  --smart-editor-selection:var(--smart-primary);
  --smart-editor-selection-color:var(--smart-primary-color);
  --smart-alternation-index0-color:var(--smart-surface-color);
  --smart-alternation-index0-border:var(--smart-surface);
  --smart-alternation-index0-background:var(--smart-surface);
  --smart-alternation-index1-color:#111;
  --smart-alternation-index1-border:#9BBB59;
  --smart-alternation-index1-background:#9BBB59;
  --smart-alternation-index2-color:#fff;
  --smart-alternation-index2-border:#FC3752;
  --smart-alternation-index2-background:#FC3752;
  --smart-tick-color:var(--smart-border);
  --smart-tick-label-color:var(--smart-background-color);
  --smart-box-height:450px;
  --smart-box-width:450px;
  --smart-bar-height:48px;
  --smart-bar-width:400px;
  --smart-editor-height:30px;
  --smart-editor-width:250px;
  --smart-editor-drop-down-width:300px;
  --smart-editor-drop-down-height:400px;
  --smart-editor-drop-down-padding-size:3px;
  --smart-editor-drop-down-max-width:800px;
  --smart-editor-drop-down-min-width:100px;
  --smart-editor-drop-down-max-height:400px;
  --smart-editor-drop-down-min-height:50px;
  --smart-editor-drop-down-resize-bar-height:15px;
  --smart-editor-drop-down-vertical-offset:5px;
  --smart-editor-drop-down-z-index:9999;
  --smart-editor-label-padding:4px;
  --smart-editor-addon-width:27px;
  --smart-column-icon-size:30px;
  --smart-icon-table:"\e800";
  --smart-icon-star:"\e801";
  --smart-icon-star-empty:"\e802";
  --smart-icon-plus:"\e803";
  --smart-icon-minus:"\e804";
  --smart-icon-attention-circled:"\e805";
  --smart-icon-align-left:"\e806";
  --smart-icon-align-right:"\e807";
  --smart-icon-align-center:"\e808";
  --smart-icon-align-justify:"\e813";
  --smart-icon-reload:"\e809";
  --smart-icon-cancel:"\e80d";
  --smart-icon-close:"\e80d";
  --smart-icon-cancel-circled:"\e80e";
  --smart-icon-plus-circled:"\e810";
  --smart-icon-power:"\e811";
  --smart-icon-minus-circled:"\e814";
  --smart-icon-arrow-up-alt:"\e817";
  --smart-icon-radio:"\e818";
  --smart-icon-refresh:"\e819";
  --smart-icon-chart:"\e81a";
  --smart-icon-check-squared:"\e81b";
  --smart-icon-resize-full:"\e81c";
  --smart-icon-resize-small:"\e81d";
  --smart-icon-resize-vertical:"\e80c";
  --smart-icon-resize-horizontal:"\e80f";
  --smart-icon-lock:"\e821";
  --smart-icon-sort:"\e823";
  --smart-icon-delete:"\e826";
  --smart-icon-search:"\e828";
  --smart-icon-calendar:"\e829";
  --smart-icon-edit:"\e82a";
  --smart-icon-popup:"\e82c";
  --smart-icon-lock-open:"\e82e";
  --smart-icon-add-filter:"\e82f";
  --smart-icon-block:"\e832";
  --smart-icon-settings:"\e833";
  --smart-icon-duplicate:"\e834";
  --smart-icon-copy-record:"\e835";
  --smart-icon-download-alt:"\e836";
  --smart-icon-clock:"\e837";
  --smart-icon-attention:"\e838";
  --smart-icon-help-circled:"\e839";
  --smart-icon-mail:"\e83c";
  --smart-icon-up:"\e83f";
  --smart-icon-first-page:"\e900";
  --smart-icon-arrow-down:"\e901";
  --smart-icon-arrow-left:"\e902";
  --smart-icon-arrow-right:"\e903";
  --smart-icon-arrow-up:"\e904";
  --smart-icon-arrow-down-filled:"\e812";
  --smart-icon-arrow-left-filled:"\e816";
  --smart-icon-arrow-right-filled:"\e81e";
  --smart-icon-arrow-up-filled:"\e815";
  --smart-icon-last-page:"\e905";
  --smart-icon-more-horiz:"\e906";
  --smart-icon-skip-next:"\e907";
  --smart-icon-check:"\e908";
  --smart-icon-mode-edit:"\e909";
  --smart-icon-replay:"\e90c";
  --smart-icon-visibility:"\e90d";
  --smart-icon-visibility-off:"\e90e";
  --smart-icon-link:"\e831";
  --smart-icon-unlink:"\f127";
  --smart-icon-link-ext:"\f08e";
  --smart-icon-check-empty:"\f096";
  --smart-icon-filter:"\f0b0";
  --smart-icon-resize-full-alt:"\f0b2";
  --smart-icon-menu:"\f0c9";
  --smart-icon-sort-1:"\f0dc";
  --smart-icon-paste:"\f0ea";
  --smart-icon-circle-empty:"\f10c";
  --smart-icon-circle:"\f111";
  --smart-icon-ellipsis:"\f141";
  --smart-icon-minus-squared:"\f146";
  --smart-icon-ok-squared:"\f14a";
  --smart-icon-sort-name-up:"\f15d";
  --smart-icon-sort-name-down:"\f15e";
  --smart-icon-sort-alt-up:"\f160";
  --smart-icon-sort-alt-down:"\f161";
  --smart-icon-sort-number-up:"\f162";
  --smart-icon-sort-number-down:"\f163";
  --smart-icon-dot-circled:"\f192";
  --smart-icon-toggle-off:"\f204";
  --smart-icon-toggle-on:"\f205";
  --smart-icon-group:"\f247";
  --smart-icon-ungroup:"\f248";
  --smart-icon-window-maximize:"\f2d0";
  --smart-icon-window-minimize:"\f2d1";
  --smart-icon-window-restore:"\f2d2";
  --smart-icon-window-pin-alt:"\e82d";
  --smart-icon-window-pin:"\e80a";
  --smart-icon-docs:"\f0c5";
  --smart-icon-math:"\f01a";
  --smart-icon-spin:"\e80b";
  --smart-icon-user:"\e81f";
  --smart-icon-font:"\f031";
  --smart-icon-fontsize:"\f088";
  --smart-icon-contains:"\f063";
  --smart-icon-starts_with:"\f064";
  --smart-icon-ends_with:"\f065";
  --smart-icon-does_not_contain:"\f066";
  --smart-icon-equals:"\f52c";
  --smart-icon-greater-than:"\f531";
  --smart-icon-greater-than-equal:"\f532";
  --smart-icon-less-than:"\f536";
  --smart-icon-less-than-equal:"\f537";
  --smart-icon-not-equal:"\f53e";
  --smart-icon-percentage:"\f541";
  --smart-icon-grip-vertical:"\f58e";
  --smart-icon-between:"\f06a";
  --smart-icon-bold:"\e820";
  --smart-icon-italic:"\e822";
  --smart-icon-underline:"\f0cd";
  --smart-icon-strike-through:"\f0cc";
  --smart-icon-list-ordered:"\f0cb";
  --smart-icon-list-unordered:"\f0ca";
  --smart-icon-subscript:"\f12c";
  --smart-icon-superscript:"\f12b";
  --smart-icon-color-background:"\e830";
  --smart-icon-indent-right:"\e824";
  --smart-icon-indent-left:"\e825";
  --smart-icon-image:"\e827";
  --smart-icon-case-lower:"aa";
  --smart-icon-case-upper:"AA";
  --smart-icon-print:"\e82b";
  --smart-icon-format-clear:"T";
  --smart-icon-source-code:"\f121";
  --smart-icon-split-mode:"\e83b";
  --smart-icon-cut:"\e83a";
  --smart-icon-video:"\f16a";
  --smart-icon-video-camera:"\e840";
  --smart-icon-bell:"\f0f3";
  --smart-icon-header:"\f1dc";
  --smart-icon-row:"\f0db";
  --smart-icon-row-before:"\f2d0";
  --smart-icon-row-after:"\f2d0";
  --smart-icon-row-delete:var(--smart-icon-cancel-circled);
  --smart-icon-column:"\f0db";
  --smart-icon-column-left:"\f2d0";
  --smart-icon-column-right:"\f2d0";
  --smart-icon-column-delete:var(--smart-icon-cancel-circled);
  --smart-icon-vertical-align:"\f06a\e80c";
  --smart-icon-styles:"\f1fc";
  --smart-icon-comment:"\f0e5";
  --smart-icon-card:"\e83e";
  --smart-icon-tasks:"\f0ae";
  --smart-icon-phone:"\e83d";
  --smart-icon-kanban:"\f181";
  --smart-icon-table-alt:"\f0ce";
  --smart-accordion-animation-duration:225ms;
  --smart-accordion-default-width:var(--smart-box-width);
  --smart-accordion-default-height:var(--smart-box-height);
  --smart-accordion-expanded-content-height:0px;
  --smart-accordion-expanded-content-local-height:0px;
  --smart-accordion-item-header-height:var(--smart-bar-height);
  --smart-accordion-item-expanded-offset:20px;
  --smart-array-default-width:var(--smart-box-width);
  --smart-array-default-height:var(--smart-box-height);
  --smart-array-element-gap:3px;
  --smart-breadcrumb-default-width:400px;
  --smart-breadcrumb-default-height:auto;
  --smart-breadcrumb-padding:10px;
  --smart-breadcrumb-drop-down-width:var(--smart-editor-drop-down-width);
  --smart-breadcrumb-item-height:40px;
  --smart-breadcrumb-horizontal-offset:10px;
  --smart-button-text-transform:uppercase;
  --smart-button-padding:8px 16px;
  --smart-button-large-padding:10px 16px;
  --smart-button-large-font-size:18px;
  --smart-button-small-padding:5px 10px;
  --smart-button-small-font-size:12px;
  --smart-button-very-small-padding:3px 5px;
  --smart-button-very-small-font-size:10px;
  --smart-button-flat-color:var(--smart-background-color);
  --smart-button-outlined-color:var(--smart-background-color);
  --smart-button-outlined-border:var(--smart-border);
  --smart-button-group-default-width:auto;
  --smart-button-group-default-height:auto;
  --smart-calendar-header-height:calc(0.75 * var(--smart-bar-height));
  --smart-calendar-footer-height:calc(0.75 * var(--smart-bar-height));
  --smart-calendar-title-height:calc(1.25 * var(--smart-bar-height));
  --smart-calendar-cell-size:30px;
  --smart-calendar-cell-spacing:4px;
  --smart-calendar-default-width:calc(50px + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
  --smart-calendar-default-height:calc(var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height));
  --smart-calendar-title-text-transform:initial;
  --smart-calendar-week-title-text-transform:uppercase;
  --smart-calendar-header-text-transform:uppercase;
  --smart-calendar-footer-text-transform:uppercase;
  --smart-calendar-cell-border-top-right-radius:15px;
  --smart-calendar-cell-border-top-left-radius:15px;
  --smart-calendar-cell-border-bottom-left-radius:15px;
  --smart-calendar-cell-border-bottom-right-radius:15px;
  --smart-calendar-title-padding:10px;
  --smart-calendar-important-date-background:var(--smart-ui-state-hover);
  --smart-calendar-important-date-color:var(--smart-ui-state-color-hover);
  --smart-calendar-important-date-border-color:var(--smart-ui-state-border-hover);
  --smart-calendar-navigation-button-size:30px;
  --smart-card-view-default-width:1200px;
  --smart-card-view-default-height:800px;
  --smart-card-view-header-height:30px;
  --smart-card-view-cover-height:var(--smart-carousel-default-height);
  --smart-card-view-vertical-offset:15px;
  --smart-card-view-column-min-width:250px;
  --smart-card-view-gap:10px;
  --smart-card-view-add-new-button-size:60px;
  --smart-carousel-default-width:600px;
  --smart-carousel-default-height:200px;
  --smart-carousel-3d-mode-slide-width:400px;
  --smart-carousel-3d-mode-slide-height:400px;
  --smart-carousel-multiple-mode-slide-width:200px;
  --smart-chart-default-width:850px;
  --smart-chart-default-height:500px;
  --smart-check-box-default-size:calc(1px + 1/2 * var(--smart-editor-height));
  --smart-color-panel-default-width:auto;
  --smart-color-panel-default-height:auto;
  --smart-color-panel-palette-size:300px;
  --smart-color-panel-grid-mode-item-size:20px;
  --smart-color-panel-grid-mode-column-count:8;
  --smart-color-panel-grid-mode-columns-gap:1px;
  --smart-color-panel-brightness:0;
  --smart-color-panel-default-mode-sections-gap:8px;
  --smart-color-panel-palette-width:var(--smart-color-panel-palette-size);
  --smart-color-panel-palette-height:var(--smart-color-panel-palette-size);
  --smart-color-panel-alpha-channel-color:white;
  --smart-color-picker-default-width:var(--smart-editor-width);
  --smart-color-picker-default-height:var(--smart-editor-height);
  --smart-color-picker-drop-down-width:auto;
  --smart-color-picker-drop-down-height:auto;
  --smart-combo-box-default-width:var(--smart-editor-width);
  --smart-combo-box-default-height:var(--smart-editor-height);
  --smart-combo-box-drop-down-width:auto;
  --smart-combo-box-drop-down-height:auto;
  --smart-chip-default-height:var(--smart-editor-height);
  --smart-chip-avatar-background:var(--smart-secondary);
  --smart-currency-format-panel-currency-holder-width:1fr;
  --smart-currency-format-panel-apply-button-width:125px;
  --smart-currency-format-panel-header-holder-offset:2%;
  --smart-currency-format-panel-currency-holder-input-width:1fr;
  --smart-currency-format-panel-currency-holder-dropdown-width:165px;
  --smart-currency-format-panel-currency-holder-dropdown-button-width:95%;
  --smart-currency-format-panel-border-size:1px;
  --smart-currency-format-panel-border-color:#ccc;
  --smart-currency-format-panel-border-radius:4px;
  --smart-currency-format-panel-currencies-margin-top:15px;
  --smart-currency-format-panel-currencies-max-height:400px;
  --smart-currency-format-panel-currencies-item-padding:12px;
  --smart-currency-format-panel-currency-holder-padding-left:5px;
  --smart-currency-format-panel-currency-holder-padding-top:3px;
  --smart-currency-format-panel-currency-holder-padding-bottom:3px;
  --smart-currency-format-panel-currency-input-width:100%;
  --smart-currency-format-panel-currencies-left-padding:10px;
  --smart-currency-format-panel-currencies-hover-background:#f1f1f1;
  --smart-currency-format-panel-currencies-example-format-color:#777;
  --smart-data-view-padding:10px;
  --smart-data-view-customize-panel-width:320px;
  --smart-data-view-filter-panel-width:550px;
  --smart-data-view-sort-panel-width:450px;
  --smart-data-view-search-panel-width:250px;
  --smart-date-format-panel-main-container-width:960px;
  --smart-date-format-panel-main-container-padding:15px;
  --smart-date-format-panel-border-radius:4px;
  --smart-date-format-panel-border-size:1px;
  --smart-date-format-panel-border-color:#ccc;
  --smart-date-format-panel-smart-inputs-container-width:1fr;
  --smart-date-format-panel-apply-container-width:150px;
  --smart-date-format-panel-smart-input-buttons-column-gap:2%;
  --smart-date-format-panel-smart-inputs-holder-width:94%;
  --smart-date-format-panel-add-format-holder-width:6%;
  --smart-date-format-panel-smart-inputs-list-holder-offset:2px;
  --smart-date-format-panel-smart-input-format-width:150px;
  --smart-date-format-panel-smart-input-sign-width:80px;
  --smart-date-format-panel-smart-input-height:25px;
  --smart-date-format-panel-each-smart-input-offset:4px;
  --smart-date-format-panel-all-format-holders-width:255px;
  --smart-date-format-panel-add-format-holder-button:120px;
  --smart-date-format-panel-each-add-format-holder-width:120px;
  --smart-date-format-panel-add-new-format-dropdown-offset:5px;
  --smart-date-format-panel-date-time-format-list-offset-top:15px;
  --smart-date-format-panel-date-time-format-list-max-height:400px;
  --smart-date-format-panel-each-date-time-format-offset:12px;
  --smart-date-time-picker-default-width:var(--smart-editor-width);
  --smart-date-time-picker-default-height:var(--smart-editor-height);
  --smart-date-time-picker-header-opacity:0.8;
  --smart-date-time-picker-header-opacity-active:1;
  --smart-date-time-picker-drop-down-width:var(--smart-editor-drop-down-height);
  --smart-date-time-picker-drop-down-height:auto;
  --smart-docking-layout-default-width:1000px;
  --smart-docking-layout-default-height:800px;
  --smart-docking-layout-feedback-background-secondary-size:7px;
  --smart-drop-down-list-default-width:var(--smart-editor-width);
  --smart-drop-down-list-default-height:var(--smart-editor-height);
  --smart-drop-down-list-drop-down-width:initial;
  --smart-drop-down-list-drop-down-height:auto;
  --smart-drop-down-button-default-width:auto;
  --smart-drop-down-button-default-height:var(--smart-editor-height);
  --smart-drop-down-button-drop-down-width:var(--smart-editor-drop-down-width);
  --smart-drop-down-button-drop-down-height:var(--smart-editor-drop-down-height);
  --smart-editor-default-width:100%;
  --smart-editor-default-height:600px;
  --smart-editor-input-min-height:100px;
  --smart-editor-padding:15px;
  --smart-editor-toolbar-item-margin:5px;
  --smart-editor-toolbar-button-width:30px;
  --smart-editor-toolbar-delimiter-width:5px;
  --smart-editor-toolbar-drop-down-width-large:100px;
  --smart-editor-toolbar-drop-down-width-small:65px;
  --smart-editor-window-header-height:var(--smart-scheduler-window-header-height);
  --smart-editor-window-footer-height:var(--smart-scheduler-window-footer-height);
  --smart-editor-inline-toolbar-max-width:80vw;
  --smart-editor-table-column-width:initial;
  --smart-editor-table-cell-min-height:20px;
  --smart-editor-table-cell-min-width:var(--smart-editor-table-cell-min-height);
  --smart-editor-char-counter-offset:30px;
  --smart-editor-toolbar-item-height:30px;
  --smart-editor-toolbar-item-border-radius:var(--smart-border-radius);
  --smart-editor-toolbar-height:calc(var(--smart-editor-toolbar-item-height) + 2 * var(--smart-editor-toolbar-item-margin));
  --smart-editor-highlight:var(--smart-primary);
  --smart-editor-highlight-color:var(--smart-primary-color);
  --smart-editor-search-bar-offset:5px;
  --smart-editor-search-bar-padding:5px;
  --smart-filter-builder-default-width:var(--smart-box-width);
  --smart-filter-builder-default-height:var(--smart-box-height);
  --smart-filter-builder-row-height:var(--smart-editor-height);
  --smart-filter-builder-item-width:var(--smart-editor-width);
  --smart-filter-builder-group-container-border:4px;
  --smart-filter-builder-item-margin:20px;
  --smart-filter-builder-group-condition-margin:5px;
  --smart-filter-builder-group-margin:15px;
  --smart-filter-panel-default-width:300px;
  --smart-filter-panel-default-height:auto;
  --smart-filter-panel-padding:10px;
  --smart-filter-panel-border-top-right-radius:var(--smart-border-radius);
  --smart-filter-panel-border-top-left-radius:var(--smart-border-radius);
  --smart-filter-panel-border-bottom-left-radius:var(--smart-border-radius);
  --smart-filter-panel-border-bottom-right-radius:var(--smart-border-radius);
  --smart-filter-panel-border-width:var(--smart-border-width);
  --smart-filter-panel-border:var(--smart-border);
  --smart-filter-panel-background:var(--smart-background);
  --smart-filter-panel-color:var(--smart-background-color);
  --smart-filter-panel-vertical-offset:10px;
  --smart-filter-panel-main-element-height:400px;
  --smart-file-upload-default-width:var(--smart-editor-width);
  --smart-file-upload-browse-button-width:auto;
  --smart-file-upload-browse-button-height:auto;
  --smart-file-upload-footer-button-width:auto;
  --smart-file-upload-footer-button-height:auto;
  --smart-file-upload-text-content-uploading-start:"Connecting ...";
  --smart-file-upload-text-content-uploading:"Uploading ...";
  --smart-file-upload-text-content-error:"Upload error!";
  --smart-file-upload-text-content-pause:"Upload paused!";
  --smart-file-upload-text-content-drop-zone:"Drag files here";
  --smart-file-upload-text-content-drop-zone-over:"Drop here \e824";
  --smart-file-upload-container-min-height:60px;
  --smart-file-upload-total-files-min-height:20px;
  --smart-file-upload-drop-zone-height:100%;
  --smart-gantt-chart-resource-splitter-bar-fit-size:calc(var(--smart-gantt-chart-resource-timeline-content-height) + var(--smart-gantt-chart-task-default-height));
  --smart-gantt-chart-task-splitter-bar-fit-size:var(--smart-gantt-chart-task-timeline-content-height);
  --smart-gantt-chart-task-default-height:30px;
  --smart-gantt-chart-header-height:var(--smart-gantt-chart-task-default-height);
  --smart-gantt-chart-task-bar-fill-padding:5px;
  --smart-gantt-chart-task-label-padding:2px var(--smart-gantt-chart-task-bar-fill-padding);
  --smart-gantt-chart-task-thumb-color:rgba(0, 0, 0, .55);
  --smart-gantt-chart-task-progress-color:rgba(0, 0, 0, .15);
  --smart-gantt-chart-project-color:#ffa558;
  --smart-gantt-chart-project-label-color:#333;
  --smart-gantt-chart-project-label-color-selected:#000;
  --smart-gantt-chart-project-progress-color:var(--smart-gantt-chart-task-progress-color);
  --smart-gantt-chart-task-color:rgb(43, 195, 190);
  --smart-gantt-chart-milestone-color:#800080;
  --smart-gantt-chart-timeline-task-background-color:transparent;
  --smart-gantt-chart-timeline-task-connection-feedback-color:#e6510a;
  --smart-gantt-chart-timeline-task-connection-feedback-width:1px;
  --smart-gantt-chart-timeline-task-connection-feedback-style:dashed;
  --smart-gantt-chart-timeline-task-connection-color:var(--smart-gantt-chart-timeline-task-connection-feedback-color);
  --smart-gantt-chart-timeline-task-connection-color-hover:var(--smart-gantt-chart-timeline-task-connection-color);
  --smart-gantt-chart-timeline-task-connection-width:var(--smart-gantt-chart-timeline-task-connection-feedback-width);
  --smart-gantt-chart-timeline-task-connection-style:solid;
  --smart-gantt-chart-timeline-task-connection-arrow-type:solid;
  --smart-gantt-chart-timeline-task-connection-arrow-width:5px;
  --smart-gantt-chart-timeline-task-resize-indicator-width:4px;
  --smart-gantt-chart-timeline-task-resize-indicator-color:#fff;
  --smart-gantt-chart-timeline-task-resize-indicator-border-color:#333;
  --smart-gantt-chart-timeline-task-progress-thumb-size:10px;
  --smart-gantt-chart-timeline-cell-size:auto;
  --smart-gantt-chart-timeline-cell-min-size:70px;
  --smart-gantt-chart-timeline-task-min-width:5px;
  --smart-gantt-chart-timeline-weekend-color:#EFF5FD;
  --smart-gantt-chart-timeline-nonworking-color:#F5F5F5;
  --smart-gantt-chart-default-width:auto;
  --smart-gantt-chart-default-height:600px;
  --smart-gantt-chart-task-popup-window-default-width:60vw;
  --smart-gantt-chart-connection-popup-window-default-width:300px;
  --smart-gantt-chart-confirm-popup-window-default-width:var(--smart-gantt-chart-connection-popup-default-width);
  --smart-gantt-chart-popup-window-header-height:35px;
  --smart-gantt-chart-popup-window-footer-height:50px;
  --smart-gantt-chart-header-placeholder:" - ";
  --smart-gantt-chart-progress-label-padding:0 10px 0 10px;
  --smart-gantt-chart-filter-row-height:30px;
  --smart-gantt-chart-task-fill-border-radius:0;
  --smart-gantt-chart-segment-link-color:var(--smart-gantt-chart-task-color);
  --smart-gantt-chart-segment-link-size:var(--smart-border-width);
  --smart-gantt-chart-date-marker-height:25px;
  --smart-gantt-chart-date-marker-width:var(--smart-border-width);
  --smart-gantt-chart-date-marker-background:var(--smart-primary);
  --smart-gantt-chart-date-marker-color:var(--smart-primary-color);
  --smart-gantt-chart-date-marker-v-offset:15%;
  --smart-gantt-chart-date-marker-h-offset:10px;
  --smart-gantt-chart-indicator-icon:initial;
  --smart-gantt-chart-deadline-icon:var(--smart-icon-attention-circled);
  --smart-gantt-chart-deadline-color:var(--smart-error);
  --smart-gantt-chart-baseline-proportion:2;
  --smart-gantt-chart-baseline-background:rgba(166, 205, 87, .5);
  --smart-gantt-chart-progress-label-width:60px;
  --smart-gantt-chart-current-time-indicator-size:1px;
  --smart-gantt-chart-current-time-indicator-background:var(--smart-primary);
  --smart-gantt-chart-current-time-indicator-arrow-size:7px;
  --smart-gantt-chart-current-time-indicator-header-size:2px;
  --smart-gantt-chart-shader-background:rgba(var(--smart-border-rgb), .5);
  --smart-gauge-default-width:var(--smart-box-width);
  --smart-gauge-default-height:var(--smart-box-height);
  --smart-gauge-track-border:var(--smart-border);
  --smart-gauge-track-background:var(--smart-background);
  --smart-gauge-needle-background:var(--smart-primary);
  --smart-gauge-label-fill-state:initial;
  --smart-gauge-label-stroke:initial;
  --smart-grid-default-width:800px;
  --smart-grid-default-height:400px;
  --smart-grid-footer-height:var(--smart-bar-height);
  --smart-grid-header-height:var(--smart-bar-height);
  --smart-grid-group-header-height:var(--smart-bar-height);
  --smart-grid-row-height:30px;
  --smart-grid-column-header-height:var(--smart-bar-height);
  --smart-grid-filter-footer-height:var(--smart-bar-height);
  --smart-grid-aggregate-footer-height:var(--smart-bar-height);
  --smart-grid-header-background-freeze:var(--smart-surface);
  --smart-grid-header-color-freeze:var(--smart-surface-color);
  --smart-grid-column-menu-width:200px;
  --smart-grid-column-menu-height:auto;
  --smart-grid-column-buttons-width:23px;
  --smart-grid-cell-color-freeze:var(--smart-surface-color);
  --smart-grid-cell-background-freeze:var(--smart-surface);
  --smart-grid-cell-color-delete:#333;
  --smart-grid-cell-background-delete:#FFDCDC;
  --smart-grid-cell-color-update:#333;
  --smart-grid-cell-background-update:#D7F9C7;
  --smart-grid-cell-color-add:#333;
  --smart-grid-cell-background-add:#FED59B;
  --smart-grid-cell-color-unbound:var(--smart-surface-color);
  --smart-grid-cell-background-unbound:var(--smart-surface);
  --smart-grid-cell-color-sort:var(--smart-surface-color);
  --smart-grid-cell-background-sort:var(--smart-surface);
  --smart-grid-cell-color-filter:var(--smart-surface-color);
  --smart-grid-cell-background-filter:var(--smart-surface);
  --smart-grid-group-row-vertical-offset:5;
  --smart-grid-group-row-horizontal-offset:1;
  --smart-grid-template-columns:none;
  --smart-grid-column-gap:0px;
  --smart-grid-row-gap:0px;
  --smart-grid-freeze-splitter-size:1px;
  --smart-grid-resize-line-size:1px;
  --smart-grid-layout-col-gap:10px;
  --smart-grid-layout-row-gap:10px;
  --smart-grid-layout-width:100%;
  --smart-grid-layout-rows:none;
  --smart-grid-panel-default-width:450px;
  --smart-grid-panel-default-height:auto;
  --smart-grid-panel-padding:10px;
  --smart-grid-panel-vertical-offset:10px;
  --smart-grid-panel-item-height:30px;
  --smart-column-panel-drop-down-height:350px;
  --smart-multi-column-filter-panel-template-columns:15px 60px 2fr 3fr 3fr;
  --smart-formatting-panel-default-width:600px;
  --smart-formatting-panel-row-height:30px;
  --smart-formatting-panel-add-new-button-size:40px;
  --smart-formatting-panel-popup-width:300px;
  --smart-formatting-panel-color-box-height:20px;
  --smart-kanban-default-width:1200px;
  --smart-kanban-default-height:500px;
  --smart-kanban-header-size:35px;
  --smart-kanban-task-min-width:150px;
  --smart-kanban-task-min-height:80px;
  --smart-kanban-text-max-height:200px;
  --smart-kanban-user-icon-size:30px;
  --smart-kanban-user-list-width:150px;
  --smart-kanban-user-list-max-height:400px;
  --smart-kanban-comments-list-width:350px;
  --smart-kanban-comments-list-height:400px;
  --smart-kanban-new-comment-height:50px;
  --smart-kanban-new-comment-height-expanded:175px;
  --smart-kanban-send-button-height:30px;
  --smart-kanban-color-band-width:3px;
  --smart-kanban-add-new-column-width:1fr;
  --smart-list-box-default-width:var(--smart-editor-width);
  --smart-list-box-default-height:var(--smart-editor-width);
  --smart-list-item-group-header-text-transform:uppercase;
  --smart-list-item-horizontal-offset:3px;
  --smart-list-item-vertical-offset:3px;
  --smart-list-item-height:36px;
  --smart-list-item-check-box-radius:2px;
  --smart-list-item-label-padding:0;
  --smart-list-item-label-border-radius:0;
  --smart-list-item-padding:9px 12px;
  --smart-loader-size:var(--smart-editor-height);
  --smart-led-default-width:var(--smart-editor-height);
  --smart-led-default-height:var(--smart-editor-height);
  --smart-list-menu-default-width:var(--smart-box-width);
  --smart-list-menu-default-height:var(--smart-box-height);
  --smart-list-menu-filter-input-vertical-offset:5px;
  --smart-list-menu-filter-input-horizontal-offset:5px;
  --smart-masked-text-box-default-width:var(--smart-editor-width);
  --smart-masked-text-box-default-height:var(--smart-editor-height);
  --smart-menu-default-width:var(--smart-bar-width);
  --smart-menu-default-height:var(--smart-bar-height);
  --smart-menu-vertical-default-width:calc(var(--smart-bar-width) / 2);
  --smart-menu-vertical-default-height:var(--smart-bar-width);
  --smart-menu-scroll-button-size:calc(var(--smart-bar-height) / 1.5);
  --smart-multiline-text-box-default-width:var(--smart-editor-width);
  --smart-multiline-text-box-default-height:calc(10 * var(--smart-editor-height));
  --smart-multi-split-button-default-width:var(--smart-editor-width);
  --smart-multi-split-button-default-height:var(--smart-editor-height);
  --smart-number-format-panel-selected-format-width:1fr;
  --smart-number-format-panel-apply-button-width:125px;
  --smart-number-format-panel-header-holder-offset:10px;
  --smart-number-format-panel-border-size:1px;
  --smart-number-format-panel-border-color:#ccc;
  --smart-number-format-panel-border-radius:4px;
  --smart-number-format-panel-sample-container-vertical-offset:15px;
  --smart-number-format-panel-sample-container-horizontal-offset:5px;
  --smart-number-format-panel-formats-list-margin-top:15px;
  --smart-number-format-panel-formats-list-max-height:400px;
  --smart-number-format-panel-formats-item-padding:12px;
  --smart-number-format-panel-selected-format-padding-left:5px;
  --smart-number-format-panel-selected-format-padding-top:3px;
  --smart-number-format-panel-selected-format-padding-bottom:3px;
  --smart-number-format-panel-header-input-width:100%;
  --smart-number-format-panel-formats-item-left-padding:10px;
  --smart-number-format-panel-formats-item-hover-background:#f1f1f1;
  --smart-number-format-panel-formats-item-example-format-color:#777;
  --smart-numeric-text-box-default-width:var(--smart-editor-width);
  --smart-numeric-text-box-default-height:var(--smart-editor-height);
  --smart-numeric-text-box-default-radix-display-width:12%;
  --smart-numeric-text-box-default-unit-display-width:var(--smart-editor-addon-width);
  --smart-numeric-text-box-text-align:right;
  --smart-path-default-width:var(--smart-editor-width);
  --smart-path-default-height:var(--smart-editor-height);
  --smart-path-drop-down-width:auto;
  --smart-path-drop-down-height:auto;
  --smart-path-button-gap:5px;
  --smart-path-text-align:start;
  --smart-power-button-default-width:var(--smart-editor-height);
  --smart-power-button-default-height:var(--smart-editor-height);
  --smart-progress-bar-default-width:var(--smart-editor-width);
  --smart-progress-bar-default-height:var(--smart-editor-height);
  --smart-circular-progress-bar-default-size:var(--smart-editor-width);
  --smart-circular-progress-bar-fill-size:20%;
  --smart-query-builder-default-width:auto;
  --smart-query-builder-default-height:auto;
  --smart-query-builder-min-width:100px;
  --smart-query-builder-content-padding:5px;
  --smart-query-builder-editor-width:125px;
  --smart-radio-button-default-size:calc(1px + 1/2 * var(--smart-editor-height));
  --smart-sortable-handle-size:25px;
  --smart-splitter-default-width:var(--smart-box-width);
  --smart-splitter-default-height:var(--smart-box-height);
  --smart-splitter-bar-size:10px;
  --smart-splitter-bar-fit-size:100%;
  --smart-splitter-item-padding:0;
  --smart-splitter-item-content-padding:0;
  --smart-splitter-item-size:auto;
  --smart-switch-button-default-width:calc(var(--smart-editor-height) + 10px);
  --smart-switch-button-default-height:var(--smart-editor-height);
  --smart-switch-button-thumb-size:calc(var(--smart-switch-button-default-height) - 8px);
  --smart-slider-default-width:var(--smart-editor-width);
  --smart-slider-default-height:35px;
  --smart-slider-track-size:1px;
  --smart-slider-thumb-width:20px;
  --smart-slider-thumb-height:20px;
  --smart-slider-tooltip-width:60px;
  --smart-slider-tooltip-height:30px;
  --smart-slider-spin-button-width:30px;
  --smart-slider-spin-button-height:30px;
  --smart-slider-tick-size:10px;
  --smart-slider-minor-tick-size:5px;
  --smart-slider-thumb-border-top-right-radius:15px;
  --smart-slider-thumb-border-top-left-radius:15px;
  --smart-slider-thumb-border-bottom-left-radius:15px;
  --smart-slider-thumb-border-bottom-right-radius:15px;
  --smart-scroll-button-size:16px;
  --smart-scroll-bar-size:18px;
  --smart-scroll-bar-default-width:var(--smart-editor-width);
  --smart-scroll-bar-default-height:var(--smart-scroll-bar-size);
  --smart-scroll-bar-background:#F1F1F1;
  --smart-scroll-bar-track-background:var(--smart-scroll-bar-background);
  --smart-scroll-bar-border:#F1F1F1;
  --smart-scroll-bar-thumb-border-top-right-radius:0px;
  --smart-scroll-bar-thumb-border-top-left-radius:0px;
  --smart-scroll-bar-thumb-border-bottom-left-radius:0px;
  --smart-scroll-bar-thumb-border-bottom-right-radius:0px;
  --smart-scroll-bar-thumb-background:#C1C1C1;
  --smart-scroll-bar-thumb-border:transparent;
  --smart-scroll-bar-thumb-size:100%;
  --smart-scroll-bar-thumb-padding:1px;
  --smart-scroll-bar-thumb-background-hover:#A8A8A8;
  --smart-scroll-bar-thumb-border-hover:transparent;
  --smart-scroll-bar-thumb-background-active:#787878;
  --smart-scroll-bar-thumb-border-active:transparent;
  --smart-scroll-bar-button-background:#F1F1F1;
  --smart-scroll-bar-button-border:#F1F1F1;
  --smart-scroll-bar-button-color:#505050;
  --smart-scroll-bar-button-background-hover:#D2D2D2;
  --smart-scroll-bar-button-border-hover:#F1F1F1;
  --smart-scroll-bar-button-color-hover:#505050;
  --smart-scroll-bar-button-background-active:#787878;
  --smart-scroll-bar-button-border-active:#F1F1F1;
  --smart-scroll-bar-button-color-active:#fff;
  --smart-table-default-width:100%;
  --smart-table-default-height:auto;
  --smart-table-header-footer-height:56px;
  --smart-table-column-header-height:var(--smart-table-header-footer-height);
  --smart-table-row-height:48px;
  --smart-table-cell-padding:12px;
  --smart-table-row-detail-height:var(--smart-table-row-height);
  --smart-table-indent:30px;
  --smart-table-arrow-size:16px;
  --smart-table-arrow-margin:5px;
  --smart-table-group-name-display:unset;
  --smart-table-group-count-display:unset;
  --smart-pivot-table-cell-width:200px;
  --smart-pivot-table-secondary-group-width:calc(1.25 * var(--smart-pivot-table-cell-width));
  --smart-pivot-panel-width:300px;
  --smart-pivot-panel-default-height:800px;
  --smart-pivot-panel-tab-item-height:150px;
  --smart-pivot-panel-padding:10px;
  --smart-tank-default-width:var(--smart-editor-width);
  --smart-tank-default-height:calc(10 * var(--smart-editor-height));
  --smart-tank-scale-size:105px;
  --smart-tank-thumb-width:25px;
  --smart-tank-thumb-height:var(--smart-tank-thumb-width);
  --smart-tank-tooltip-width:80px;
  --smart-tank-tooltip-height:30px;
  --smart-tank-tick-size:10px;
  --smart-tank-minor-tick-size:5px;
  --smart-tank-minimum-track-size:6px;
  --smart-tabs-header-button-size:20px;
  --smart-tabs-animation-duration:0.5s;
  --smart-tabs-default-width:var(--smart-box-width);
  --smart-tabs-default-height:var(--smart-box-height);
  --smart-tabs-header-padding:0px;
  --smart-tabs-header-offset:0px;
  --smart-tab-item-padding:12px 16px;
  --smart-tab-item-offset:5px;
  --smart-tab-item-initial-offset:5px;
  --smart-tab-item-text-transform:uppercase;
  --smart-time-picker-default-width:var(--smart-editor-width);
  --smart-time-picker-default-height:calc(12 * var(--smart-editor-height));
  --smart-tooltip-arrow-width:6px;
  --smart-tooltip-arrow-color:var(--smart-secondary);
  --smart-tooltip-arrow-translate:0;
  --smart-tooltip-padding:4px 8px;
  --smart-tooltip-content-shadow:none;
  --smart-toast-item-icon:"";
  --smart-toast-container-default-width:var(--smart-bar-width);
  --smart-toast-header-height:20px;
  --smart-toast-info-background:var(--smart-info);
  --smart-toast-info-color:var(--smart-info-color);
  --smart-toast-warning-background:var(--smart-warning);
  --smart-toast-warning-color:var(--smart-warning-color);
  --smart-toast-error-background:var(--smart-error);
  --smart-toast-error-color:var(--smart-error-color);
  --smart-toast-success-background:var(--smart-success);
  --smart-toast-success-color:var(--smart-success-color);
  --smart-tree-default-width:var(--smart-box-width);
  --smart-tree-default-height:var(--smart-box-height);
  --smart-tree-scroll-button-size:20px;
  --smart-tree-lines-style:dashed;
  --smart-tree-indent:16px;
  --smart-tree-lines-color:var(--smart-border);
  --smart-tree-lines-width:1px;
  --smart-tree-item-label-height:36px;
  --smart-tree-item-padding:9px 12px;
  --smart-tree-item-vertical-offset:3px;
  --smart-tree-item-horizontal-offset:3px;
  --smart-text-box-default-width:var(--smart-editor-width);
  --smart-text-box-default-height:var(--smart-editor-height);
  --smart-validation-panel-description-width:20%;
  --smart-validation-panel-content-width:80%;
  --smart-validation-panel-appearance-vertical-offset:10px;
  --smart-validation-panel-appearance-reset-button-left-offset:5px;
  --smart-validation-panel-appearance-textbox-vertical-offset:5px;
  --smart-validation-panel-appearance-reset-button-color:var(--smart-primary);
  --smart-validation-panel-criteria-row-margin-top:10px;
  --smart-validation-panel-criteria-container-vertical-offset:10px;
  --smart-validation-panel-criteria-container-input-width:180px;
  --smart-validation-panel-criteria-container-input-horizontal-offset:2px;
  --smart-validation-panel-criteria-container-textbox-width:80px;
  --smart-validation-panel-criteria-container-textbox-horizontal-offset:2px;
  --smart-validation-panel-criteria-container-text-between-inputs-offset:5px;
  --smart-validation-panel-invalid-data-vertical-offset:10px;
  --smart-validation-panel-footer-button-color:#188038;
  --smart-validation-panel-footer-button-background:white;
  --smart-validation-panel-footer-vertical-offset:20px;
  --smart-validation-panel-footer-button-horizontal-offset:5px;
  --smart-validation-panel-footer-remove-validation-button-color:var(--smart-validation-panel-footer-button-color);
  --smart-validation-panel-footer-cancel-button-color:var(--smart-validation-panel-footer-button-color);
  --smart-validation-panel-footer-save-button-color:var(--smart-validation-panel-footer-button-background);
  --smart-validation-panel-footer-save-button-background:var(--smart-validation-panel-footer-button-color);
  --smart-password-text-box-default-width:var(--smart-editor-width);
  --smart-password-text-box-default-height:var(--smart-editor-height);
  --smart-pager-default-width:var(--smart-bar-width);
  --smart-pager-default-height:var(--smart-bar-height);
  --smart-pager-button-width:"auto";
  --smart-pager-button-height:32px;
  --smart-pager-page-size-selector-width:60px;
  --smart-pager-page-index-selector-width:32px;
  --smart-pager-page-index-selector-height:32px;
  --smart-pager-page-index-ellipsis-selector-width:32px;
  --smart-pager-page-index-ellipsis-selector-height:32px;
  --smart-pager-page-index-selector-horizontal-offset:8px;
  --smart-pager-padding:2px;
  --smart-pager-input-width:50px;
  --smart-scroll-viewer-min-width:none;
  --smart-scroll-viewer-max-width:none;
  --smart-scroll-viewer-min-height:none;
  --smart-scroll-viewer-max-height:none;
  --smart-scheduler-default-height:auto;
  --smart-scheduler-default-width:auto;
  --smart-scheduler-item-size:auto;
  --smart-scheduler-timeline-cell-width:auto;
  --smart-scheduler-timeline-cell-height:50px;
  --smart-scheduler-timeline-cell-min-width:70px;
  --smart-scheduler-timeline-cell-min-height:35px;
  --smart-scheduler-header-height:50px;
  --smart-scheduler-header-today-button-size:70px;
  --smart-scheduler-header-date-button-max-size:auto;
  --smart-scheduler-header-navigation-button-size:30px;
  --smart-scheduler-footer-height:var(--smart-scheduler-header-height);
  --smart-scheduler-header-box-shadow:initial;
  --smart-scheduler-header-padding:10px;
  --smart-scheduler-timeline-header-cell-padding:5px;
  --smart-scheduler-header-menu-button-size:auto;
  --smart-scheduler-timeline-weekend-color:var(--smart-background);
  --smart-scheduler-timeline-nonworking-color:var(--smart-gantt-chart-timeline-nonworking-color);
  --smart-scheduler-timeline-all-day-label-font-weight:600;
  --smart-scheduler-timeline-header-horizontal-cells-size:40px;
  --smart-scheduler-timeline-header-horizontal-label-padding:initial;
  --smart-scheduler-timeline-header-horizontal-details-size:var(--smart-scheduler-timeline-header-horizontal-cells-size);
  --smart-scheduler-timeline-header-horizontal-group-size:var(--smart-scheduler-timeline-header-horizontal-cells-size);
  --smart-scheduler-timeline-header-vertical-cells-size:100px;
  --smart-scheduler-timeline-header-vertical-label-padding:initial;
  --smart-scheduler-timeline-header-vertical-details-size:var(--smart-scheduler-timeline-header-vertical-cells-size);
  --smart-scheduler-timeline-header-vertical-group-size:var(--smart-scheduler-timeline-header-vertical-cells-size);
  --smart-scheduler-timeline-header-all-day-cells-size:75px;
  --smart-scheduler-timeline-group-separator-background:var(--smart-outline);
  --smart-scheduler-timeline-group-separator-size:var(--smart-border-width);
  --smart-scheduler-timeline-group-white-space:nowrap;
  --smart-scheduler-timeline-group-header-offset:calc(-50% - var(--smart-scheduler-timeline-header-cell-padding));
  --smart-scheduler-current-time-indicator-background:var(--smart-primary);
  --smart-scheduler-current-time-indicator-size:1px;
  --smart-scheduler-current-time-indicator-header-size:2px;
  --smart-scheduler-current-time-indicator-arrow-size:7px;
  --smart-scheduler-shader-background:rgba(var(--smart-border-rgb), .5);
  --smart-scheduler-view-background:transparent;
  --smart-scheduler-view-line-size:var(--smart-border-width);
  --smart-scheduler-view-horizontal-line-color:var(--smart-border);
  --smart-scheduler-view-vertical-line-color:var(--smart-border);
  --smart-scheduler-day-week-view-vertical-line-size:var(--smart-scheduler-view-line-size);
  --smart-scheduler-day-week-view-vertical-line-color:var(--smart-border);
  --smart-scheduler-day-week-view-hour-size:var(--smart-scheduler-view-line-size);
  --smart-scheduler-day-week-view-hour-color:var(--smart-border);
  --smart-scheduler-time-ruler-tick-size:10px;
  --smart-scheduler-event-background-rgb:52,121,186;
  --smart-scheduler-event-background:rgba(var(--smart-scheduler-event-background-rgb), 1);
  --smart-scheduler-legend-item-background:var(--smart-scheduler-event-background);
  --smart-scheduler-event-color:var(--smart-primary-color);
  --smart-scheduler-event-focus:rgba(var(--smart-scheduler-event-background-rgb), .9);
  --smart-scheduler-event-color-focus:var(--smart-scheduler-event-color);
  --smart-scheduler-event-hover:rgba(var(--smart-scheduler-event-background-rgb), .8);
  --smart-scheduler-event-color-hover:var(--smart-scheduler-event-color);
  --smart-scheduler-event-padding-agenda:5px;
  --smart-scheduler-event-padding-basic:2px;
  --smart-scheduler-event-padding-timeline:2px;
  --smart-scheduler-event-padding-all-day:2px;
  --smart-scheduler-event-content-padding:5px;
  --smart-scheduler-event-label-font-size:var(--smart-font-size);
  --smart-scheduler-event-time-font-size:calc(var(--smart-font-size) - 3px);
  --smart-scheduler-event-time-font-size-agenda:var(--smart-font-size);
  --smart-scheduler-event-time-font-weight-agenda:600;
  --smart-scheduler-event-time-opacity-agenda:1;
  --smart-scheduler-event-time-opacity:0.7;
  --smart-scheduler-event-icon-size:30px;
  --smart-scheduler-event-size:30px;
  --smart-scheduler-event-size-basic:var(--smart-scheduler-event-size);
  --smart-scheduler-event-size-timeline:60px;
  --smart-scheduler-event-collector-size:24px;
  --smart-scheduler-event-collector-mobile-size:28px;
  --smart-scheduler-event-collector-background:rgba(var(--smart-primary-rgb), 1);
  --smart-scheduler-event-collector-color:var(--smart-primary-color);
  --smart-scheduler-event-collector-focus:rgba(var(--smart-primary-rgb), .9);
  --smart-scheduler-event-collector-color-focus:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-event-collector-hover:rgba(var(--smart-primary-rgb), .8);
  --smart-scheduler-event-collector-color-hover:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-month-view-number-size:24px;
  --smart-scheduler-status-size:7px;
  --smart-scheduler-status-padding:5px;
  --smart-scheduler-status-background:transparent;
  --smart-scheduler-status-free-background:white;
  --smart-scheduler-status-tentative-background:0 -244rem/5rem 5rem linear-gradient(
      45deg,
      #fd7e14 25%,
      rgba(0, 0, 0, .2) 25%,
      rgba(0, 0, 0, .2) 50%,
      #fd7e14 50%,
      #fd7e14 75%,
      rgba(0, 0, 0, .2) 75%,
      rgba(0, 0, 0, .2));
  --smart-scheduler-status-busy-background:#dc3545;
  --smart-scheduler-status-out-of-office-background:#00a9e6;
  --smart-scheduler-cell-feedback-background:transparent;
  --smart-scheduler-event-resize-indicator-size:var(--smart-gantt-chart-timeline-task-resize-indicator-width);
  --smart-scheduler-event-resize-indicator-color:var(--smart-gantt-chart-timeline-task-resize-indicator-color);
  --smart-scheduler-event-resize-indicator-border-color:var(--smart-gantt-chart-timeline-task-resize-indicator-border-color);
  --smart-scheduler-restricted-background:0 -245rem/12px 12px linear-gradient(
      135deg,
      rgba(255, 0, 0, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 0, 0, .15) 50%,
      rgba(255, 0, 0, .15) 75%,
      transparent 75%,
      transparent);
  --smart-scheduler-event-item-size:50px;
  --smart-scheduler-event-button-size:30px;
  --smart-scheduler-event-border-radius:initial;
  --smart-scheduler-event-collector-border-radius:20px;
  --smart-scheduler-context-menu-max-height:calc(4 * var(--smart-scheduler-event-item-size));
  --smart-scheduler-context-menu-max-width:300px;
  --smart-scheduler-window-header-height:var(--smart-gantt-chart-popup-window-header-height);
  --smart-scheduler-window-footer-height:var(--smart-gantt-chart-popup-window-footer-height);
  --smart-scheduler-event-label-font-weight:300;
  --smart-scheduler-event-time-font-weight:300;
  --smart-scheduler-event-item-label-font-weight:600;
  --smart-scheduler-toast-default-width:400px;
  --smart-scheduler-toast-default-height:50px;
  --smart-scheduler-shortcut-size:28px;
  --smart-window-default-height:var(--smart-box-height);
  --smart-window-default-width:var(--smart-box-width);
  --smart-window-header-height:var(--smart-bar-height);
  --smart-window-footer-height:var(--smart-bar-height);
  --smart-window-min-width:250px;
  --smart-window-header-padding:10px;
  --smart-window-footer-padding:6.5px;
  --smart-window-header-button-size:24px;
  --smart-window-header-icon-size:var(--smart-font-size);
  --smart-window-header-background:var(--smart-surface);
  --smart-window-footer-background:var(--smart-surface);
  --smart-window-footer-button-width:100px;
  --smart-window-content-padding:10px;
  --smart-elevation-24:0 24px 38px 3px rgba(0, 0, 0, .14),0 9px 46px 8px rgba(0, 0, 0, .12),0 11px 15px 0 rgba(0, 0, 0, .2);
  --smart-elevation-16:0 16px 24px 2px rgba(0, 0, 0, .14),0 6px 30px 5px rgba(0, 0, 0, .12),0 8px 10px 0 rgba(0, 0, 0, .2);
  --smart-elevation-12:0 12px 17px 2px rgba(0, 0, 0, .14),0 5px 22px 4px rgba(0, 0, 0, .12),0 7px 8px 0 rgba(0, 0, 0, .2);
  --smart-elevation-8:0 8px 10px 1px rgba(0, 0, 0, .14),0 3px 14px 3px rgba(0, 0, 0, .12),0 4px 15px 0 rgba(0, 0, 0, .2);
  --smart-elevation-6:0 6px 10px 0 rgba(0, 0, 0, .14),0 1px 18px 0 rgba(0, 0, 0, .12),0 3px 5px 0 rgba(0, 0, 0, .2);
  --smart-elevation-4:0 2px 4px 0 rgba(0, 0, 0, .14),0 4px 5px 0 rgba(0, 0, 0, .12),0 1px 10px 0 rgba(0, 0, 0, .2);
  --smart-elevation-2:0 3px 1px -2px rgba(0, 0, 0, .2),0 2px 2px 0 rgba(0, 0, 0, .14),0 1px 5px 0 rgba(0, 0, 0, .12);
  --smart-elevation-1:0 0 2px 0 rgba(0, 0, 0, .14),0 2px 2px 0 rgba(0, 0, 0, .12),0 1px 3px 0 rgba(0, 0, 0, .2);
  --smart-elevation-0:none;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --pseudo-element-height:0;
}
.smart-ui-component[theme=dark],
body[theme=dark] {
  --smart-primary-rgb:122,202,255;
  --smart-primary:rgb(var(--smart-primary-rgb));
  --smart-primary-color:#242424;
  --smart-background:#242424;
  --smart-background-color:#fff;
  --smart-surface:#333;
  --smart-surface-color:#fff;
  --smart-disabled:#535353;
  --smart-disabled-color:#fff;
  --smart-border:#464646;
  --smart-editor-selection:var(--smart-primary);
  --smart-editor-selection-color:var(--smart-primary-color);
  --smart-ui-state-hover:#444;
  --smart-ui-state-color-hover:#fff;
  --smart-ui-state-border-hover:var(--smart-ui-state-hover);
  --smart-ui-state-active:var(--smart-primary);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-focus:#555;
  --smart-ui-state-color-focus:#fff;
  --smart-ui-state-border-focus:#555;
  --smart-ui-state-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-primary);
  --smart-ui-state-border-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-alternation-index0-color:var(--smart-surface-color);
  --smart-alternation-index0-border:var(--smart-surface);
  --smart-alternation-index0-background:var(--smart-surface);
  --smart-alternation-index1-color:#111;
  --smart-alternation-index1-border:#9BBB59;
  --smart-alternation-index1-background:#9BBB59;
  --smart-alternation-index2-color:#fff;
  --smart-alternation-index2-border:#FC3752;
  --smart-alternation-index2-background:#FC3752;
  --smart-grid-cell-background-freeze:#242424;
  --smart-grid-cell-color-freeze:#fff;
  --smart-scroll-bar-background:#3E3E42;
  --smart-scroll-bar-track-background:var(--smart-scroll-bar-background);
  --smart-scroll-bar-border:#3E3E42;
  --smart-scroll-bar-thumb-background:#686868;
  --smart-scroll-bar-thumb-border:#686868;
  --smart-scroll-bar-thumb-background-hover:#9E9E9E;
  --smart-scroll-bar-thumb-border-hover:#9E9E9E;
  --smart-scroll-bar-thumb-background-active:#444;
  --smart-scroll-bar-thumb-border-active:#444;
  --smart-scroll-bar-button-background:#3E3E42;
  --smart-scroll-bar-button-border:#3E3E42;
  --smart-scroll-bar-button-color:#999999;
  --smart-scroll-bar-button-background-hover:#3E3E42;
  --smart-scroll-bar-button-border-hover:#3E3E42;
  --smart-scroll-bar-button-color-hover:var(--smart-primary);
  --smart-scroll-bar-button-background-active:#3E3E42;
  --smart-scroll-bar-button-border-active:#3E3E42;
  --smart-scroll-bar-button-color-active:var(--smart-primary);
  --smart-gantt-chart-timeline-nonworking-color:#3E3E42;
  --smart-scheduler-timeline-weekend-color:var(--smart-background);
  --smart-scheduler-timeline-nonworking-color:var(--smart-gantt-chart-timeline-nonworking-color);
  --smart-scheduler-event-background-rgb:103,176,245;
  --smart-scheduler-event-background:rgba(var(--smart-scheduler-event-background-rgb), 1);
  --smart-scheduler-event-color:var(--smart-primary-color);
  --smart-scheduler-event-focus:rgba(var(--smart-scheduler-event-background-rgb), .9);
  --smart-scheduler-event-color-focus:var(--smart-scheduler-event-color);
  --smart-scheduler-event-hover:rgba(var(--smart-scheduler-event-background-rgb), .8);
  --smart-scheduler-event-color-hover:var(--smart-scheduler-event-color);
  --smart-scheduler-event-collector-background:rgba(var(--smart-primary-rgb), 1);
  --smart-scheduler-event-collector-color:var(--smart-primary-color);
  --smart-scheduler-event-collector-focus:rgba(var(--smart-primary-rgb), .9);
  --smart-scheduler-event-collector-color-focus:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-event-collector-hover:rgba(var(--smart-primary-rgb), .8);
  --smart-scheduler-event-collector-color-hover:var(--smart-scheduler-event-collector-color);
  --smart-scheduler-status-free-background:white;
  --smart-scheduler-status-tentative-background:0 -244rem/5rem 5rem linear-gradient(
      45deg,
      #fd7e14 25%,
      rgba(0, 0, 0, .2) 25%,
      rgba(0, 0, 0, .2) 50%,
      #fd7e14 50%,
      #fd7e14 75%,
      rgba(0, 0, 0, .2) 75%,
      rgba(0, 0, 0, .2));
  --smart-scheduler-status-busy-background:#dc3545;
  --smart-scheduler-status-out-of-office-background:#00a9e6;
  --smart-scheduler-event-resize-indicator-color:var(--smart-gantt-chart-timeline-task-resize-indicator-color);
  --smart-scheduler-event-resize-indicator-border-color:var(--smart-gantt-chart-timeline-task-resize-indicator-border-color);
  --smart-scheduler-restricted-background:0 -245rem/12px 12px linear-gradient(
      135deg,
      rgba(255, 0, 0, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 0, 0, .15) 50%,
      rgba(255, 0, 0, .15) 75%,
      transparent 75%,
      transparent);
}
smart-accordion,
smart-alert-window,
smart-array,
smart-breadcrumb,
smart-button,
smart-calendar,
smart-card,
smart-card-view,
smart-carousel,
smart-check-box,
smart-circular-progress-bar,
smart-color-panel,
smart-color-picker,
smart-column-panel,
smart-combo-box,
smart-date-time-picker,
smart-dialog-window,
smart-docking-layout,
smart-drop-down-button,
smart-drop-down-list,
smart-filter-panel,
smart-gantt-chart,
smart-gauge,
smart-grid,
smart-group-panel,
smart-kanban,
smart-layout,
smart-led,
smart-list-box,
smart-list-menu,
smart-masked-text-box,
smart-menu,
smart-multi-column-filter-panel,
smart-multi-split-button,
smart-multiline-prompt-window,
smart-multiline-text-box,
smart-numeric-text-box,
smart-pager,
smart-password-text-box,
smart-path,
smart-pivot-panel,
smart-power-button,
smart-progress-bar,
smart-progress-window,
smart-prompt-window,
smart-query-builder,
smart-radio-button,
smart-repeat-button,
smart-scroll-bar,
smart-sheduler,
smart-slider,
smart-sort-panel,
smart-splitter,
smart-switch-button,
smart-tabs,
smart-tabs-window,
smart-tank,
smart-text-box,
smart-time-picker,
smart-toggle-button,
smart-tooltip,
smart-tree,
smart-wait-window,
smart-window {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
}
.smart-element {
  outline: 0;
  box-sizing: border-box;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  font-weight: var(--smart-font-weight);
  -webkit-tap-highlight-color: transparent;
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-root {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
smart-alert-window[disabled],
smart-breadcrumb[disabled],
smart-button-group[disabled],
smart-button[disabled],
smart-calendar[disabled],
smart-card-view[disabled],
smart-card[disabled],
smart-check-box[disabled],
smart-check-input[disabled],
smart-chip[disabled],
smart-circular-progress-bar[disabled],
smart-color-input[disabled],
smart-color-panel[disabled],
smart-color-picker[disabled],
smart-column-panel[disabled],
smart-combo-box[disabled],
smart-date-input[disabled],
smart-date-range-input[disabled],
smart-date-time-picker[disabled],
smart-dialog-window[disabled],
smart-docking-layout[disabled],
smart-drop-down-button[disabled],
smart-drop-down-list[disabled],
smart-editor[disabled],
smart-filter-panel[disabled],
smart-formatting-panel[disabled],
smart-gantt-chart[disabled],
smart-gantt[disabled],
smart-gauge[disabled],
smart-grid[disabled],
smart-group-panel[disabled],
smart-input[disabled],
smart-kanban[disabled],
smart-layout[disabled],
smart-led[disabled],
smart-list-box[disabled],
smart-list-item[disabled],
smart-list-menu[disabled],
smart-menu-item[disabled],
smart-menu-items-group[disabled],
smart-menu[disabled],
smart-multi-column-filter-panel[disabled],
smart-multi-combo-input[disabled],
smart-multi-input[disabled],
smart-multi-split-button[disabled],
smart-multiline-prompt-window[disabled],
smart-multiline-text-box[disabled],
smart-notification-panel[disabled],
smart-number-input[disabled],
smart-numeric-text-box[disabled],
smart-pager .smart-pager-button[disabled],
smart-pager[disabled],
smart-password-input[disabled],
smart-password-text-box[disabled],
smart-path[disabled],
smart-pivot-table[disabled],
smart-power-button[disabled],
smart-progress-bar[disabled],
smart-progress-window[disabled],
smart-prompt-window[disabled],
smart-query-builder[disabled],
smart-radio-button[disabled],
smart-repeat-button[disabled],
smart-scheduler[disabled],
smart-scroll-bar[disabled],
smart-slider[disabled],
smart-sort-panel[disabled],
smart-splitter[disabled],
smart-switch-button[disabled],
smart-tab[disabled],
smart-table[disabled],
smart-tabs[disabled],
smart-tank[disabled],
smart-text-area[disabled],
smart-text-box[disabled],
smart-time-input[disabled],
smart-time-picker[disabled],
smart-toggle-button[disabled],
smart-tree-item[disabled] > .smart-tree-item-label-container,
smart-tree-items-group[disabled] > .smart-tree-item-label-container,
smart-tree[disabled],
smart-wait-window[disabled],
smart-window[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-window,
smart-accordion,
smart-button,
smart-button-group,
smart-calendar,
smart-card-view,
smart-color-panel,
smart-column-panel,
smart-date-time-picker,
smart-docking-layout,
smart-formatting-panel,
smart-gantt-chart,
smart-grid,
smart-group-panel,
smart-kanban,
smart-layout,
smart-list-box,
smart-list-menu,
smart-menu,
smart-multi-column-filter-panel,
smart-multiline-text-box,
smart-pager,
smart-progress-bar,
smart-scheduler,
smart-scroll-viewer,
smart-sort-panel,
smart-splitter,
smart-tank,
smart-text-box,
smart-time-picker,
smart-tree {
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
}
smart-card-view.smart-element,
smart-color-panel.smart-element,
smart-color-picker.smart-element,
smart-combo-box.smart-element,
smart-date-time-picker.smart-element,
smart-drop-down-button.smart-element,
smart-drop-down-list.smart-element,
smart-filter-panel.smart-element,
smart-kanban.smart-element,
smart-masked-text-box.smart-element,
smart-menu.smart-element,
smart-multi-split-button.smart-element,
smart-multiline-text-box.smart-element,
smart-numeric-text-box.smart-element,
smart-pager.smart-element,
smart-password-text-box.smart-element,
smart-path.smart-element,
smart-query-builder.smart-element,
smart-slider.smart-element,
smart-switch-button.smart-element,
smart-tabs.smart-element,
smart-tank.smart-element,
smart-text-box.smart-element {
  overflow: visible;
}
.smart-element input::selection,
.smart-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
@media (hover: hover) {
  .smart-element[theme=dark],
  body[theme=dark] {
    scrollbar-color: var(--smart-scroll-bar-thumb-background) var(--smart-scroll-bar-track-background);
  }
  body[theme=dark] ::-webkit-scrollbar,
  body[theme=dark]::-webkit-scrollbar {
    background-color: var(--smart-background);
  }
  body[theme=dark] ::-webkit-scrollbar-track,
  body[theme=dark] ::-webkit-scrollbar-track-piece,
  body[theme=dark]::-webkit-scrollbar-track,
  body[theme=dark]::-webkit-scrollbar-track-piece {
    background-color: var(--smart-scroll-bar-track-background);
  }
  body[theme=dark] ::-webkit-scrollbar-thumb,
  body[theme=dark]::-webkit-scrollbar-thumb {
    border: 1px solid var(--smart-scroll-bar-thumb-border);
    background-color: var(--smart-scroll-bar-thumb-background);
  }
  body[theme=dark] ::-webkit-scrollbar-thumb:hover,
  body[theme=dark]::-webkit-scrollbar-thumb:hover {
    border-color: var(--smart-scroll-bar-thumb-border-hover);
    background-color: var(--smart-scroll-bar-thumb-background-hover);
  }
  body[theme=dark] ::-webkit-scrollbar-button,
  body[theme=dark]::-webkit-scrollbar-button {
    background-color: var(--smart-scroll-bar-button-background);
  }
}
smart-accordion {
  width: var(--smart-accordion-default-width);
  height: var(--smart-accordion-default-height);
  border: 0;
  display: block;
}
smart-accordion.smart-element {
  background: 0 0;
}
smart-accordion:not(.smart-element) {
  visibility: hidden;
}
smart-accordion > .smart-container {
  overflow: auto;
  touch-action: none;
  padding: 10px;
}
smart-accordion.smart-container {
  overflow: auto;
  touch-action: none;
}
smart-accordion .smart-reordering * {
  user-select: none;
  -webkit-user-select: none;
  cursor: move;
}
smart-accordion .smart-empty:after {
  content: "No accordion items.";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
smart-accordion .smart-accordion.smart-container {
  padding: 10px;
}
smart-accordion smart-accordion-item {
  font-size: inherit;
  font-family: inherit;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: var(--smart-elevation-4);
  width: 100%;
  border: 0;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
smart-accordion smart-accordion-item:first-child {
  border-top-left-radius: var(--smart-first-item-border-top-left-radius,--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-first-item-border-top-right-radius,--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-first-item-border-bottom-left-radius,--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-first-item-border-bottom-right-radius,--smart-item-border-bottom-right-radius);
}
smart-accordion smart-accordion-item:last-child {
  border-top-left-radius: var(--smart-last-item-border-top-left-radius,--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-last-item-border-top-right-radius,--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-last-item-border-bottom-left-radius,--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-last-item-border-bottom-right-radius,--smart-item-border-bottom-right-radius);
}
smart-accordion smart-accordion-item > .smart-container {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-accordion smart-accordion-item .smart-ripple {
  background-color: var(--smart-background-color);
  opacity: .5;
}
smart-accordion smart-accordion-item .smart-accordion-item-header {
  width: 100%;
  cursor: pointer;
  color: var(--smart-surface-color);
  background: var(--smart-surface);
  border-color: var(--smart-border);
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  padding: 0 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  height: var(--smart-accordion-item-header-height);
}
smart-accordion smart-accordion-item .smart-accordion-item-header > .smart-arrow {
  width: var(--smart-editor-addon-width);
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
smart-accordion smart-accordion-item .smart-accordion-item-header > .smart-arrow:after {
  vertical-align: middle;
  content: var(--smart-icon-arrow-up-alt);
  transform: rotate(180deg);
  width: var(--smart-editor-addon-width);
  height: 100%;
  margin-left: 2px;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--smart-ui-state);
  transform-origin: center;
}
smart-accordion smart-accordion-item .smart-accordion-item-header > .smart-label {
  margin-left: 5px;
  width: calc(100% - var(--smart-editor-addon-width));
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
smart-accordion smart-accordion-item .smart-accordion-item-content {
  overflow-y: auto;
  height: var(--smart-accordion-expanded-content-height);
  padding: 0 24px;
  color: var(--smart-background-color);
  background: var(--smart-background);
  width: 100%;
  box-sizing: border-box;
  display: none;
}
smart-accordion smart-accordion-item .smart-accordion-item-content .smart-content-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 5px;
  padding: 10px;
}
smart-accordion smart-accordion-item[expanded]:not(:last-child) {
  margin-bottom: var(--smart-accordion-item-expanded-offset);
}
smart-accordion smart-accordion-item[expanded]:last-child:not(:first-child) {
  margin-top: var(--smart-accordion-item-expanded-offset);
}
smart-accordion smart-accordion-item[expanded] .smart-accordion-item-header {
  color: var(--smart-ui-state-color-focus);
  background: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-accordion smart-accordion-item[expanded] .smart-accordion-item-header > .smart-arrow:after {
  transform: rotate(0);
  transform-origin: center;
}
smart-accordion smart-accordion-item[expanded] .smart-accordion-item-content {
  display: block;
}
smart-accordion smart-accordion-item[hover] .smart-accordion-item-header {
  color: var(--smart-ui-state-color-hover);
  background: var(--smart-ui-state-hover);
  border-color: vaR(--smart-ui-state-border-hover);
}
smart-accordion smart-accordion-item[focused] .smart-accordion-item-header {
  color: var(--smart-ui-state-color-focus);
  background: var(--smart-ui-state-focus);
  border-color: vaR(--smart-ui-state-border-focus);
}
smart-accordion smart-accordion-item[focused] .smart-accordion-item-header > .smart-arrow {
  opacity: .6;
}
smart-accordion smart-accordion-item[dragged] {
  -webkit-user-select: none;
  user-select: none;
  cursor: move;
}
smart-accordion smart-accordion-item[dragged] .smart-accordion-item-header {
  cursor: move;
}
smart-accordion smart-accordion-item[disabled] {
  cursor: default;
  opacity: 1;
}
smart-accordion smart-accordion-item[disabled] .smart-accordion-item-header {
  cursor: initial;
}
smart-accordion[expand-mode=singleFitHeight] smart-accordion-item .smart-accordion-item-header {
  height: var(--smart-accordion-item-header-height);
}
smart-accordion[expand-mode=singleFitHeight] smart-accordion-item .smart-accordion-item-content {
  overflow-y: auto;
  height: var(--smart-accordion-expanded-content-height);
  padding: 0 24px;
  color: var(--smart-background-color);
  background: var(--smart-background);
}
smart-accordion[expand-mode=single] smart-accordion-item .smart-accordion-item-content,
smart-accordion[expand-mode=toggle] smart-accordion-item .smart-accordion-item-content,
smart-accordion[expand-mode=multiple] smart-accordion-item .smart-accordion-item-content,
smart-accordion[expand-mode=none] smart-accordion-item .smart-accordion-item-content {
  overflow-y: hidden;
  height: auto;
}
smart-accordion[expand-mode=multiple].smart-container.smart-toggling,
smart-accordion[expand-mode=multiple] > .smart-container.smart-toggling {
  padding: 10px;
}
smart-accordion[disabled],
smart-accordion[disabled] smart-accordion-item .smart-accordion-item-header {
  cursor: default;
}
smart-accordion:focus,
smart-accordion:focus smart-accordion-item:focus {
  outline: 0;
}
smart-accordion.smart-no-arrow .smart-accordion-item-header > .smart-arrow,
smart-accordion.smart-no-arrow .smart-accordion-item-header > .smart-arrow:after {
  visibility: hidden;
  width: 0;
}
smart-accordion.smart-arrow-right smart-accordion-item .smart-accordion-item-header > .smart-arrow {
  float: right;
}
smart-accordion.smart-arrow-right smart-accordion-item .smart-accordion-item-header > .smart-arrow:after {
  content: var(--smart-icon-arrow-right);
}
smart-accordion.smart-arrow-right smart-accordion-item[expanded] .smart-accordion-item-header > .smart-arrow:after {
  content: var(--smart-icon-arrow-up-alt);
}
smart-accordion .smart-toggled-item .smart-accordion-item-content {
  overflow: hidden;
}
smart-accordion:not([animation=none]) {
  animation-duration: var(--smart-accordion-animation-duration);
}
smart-accordion:not([animation=none]) * {
  animation-duration: inherit;
}
smart-accordion:not([animation=none])[expand-mode=singleFitHeight] smart-accordion-item.smart-toggled-item .smart-accordion-item-content {
  animation: smart-accordion-item-expand-animation-default-mode ease-out;
  animation-direction: reverse;
  display: block;
  animation-duration: inherit;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
smart-accordion:not([animation=none])[expand-mode=singleFitHeight].smart-toggled-item smart-accordion-item[expanded] .smart-accordion-item-content {
  animation: smart-accordion-item-expand-animation-default-mode ease-in;
  animation-duration: inherit;
  animation-iteration-count: 1;
}
smart-accordion:not([animation=none])[expand-mode=single] smart-accordion-item.smart-toggled-item .smart-accordion-item-content,
smart-accordion:not([animation=none])[expand-mode=toggle] smart-accordion-item.smart-toggled-item .smart-accordion-item-content,
smart-accordion:not([animation=none])[expand-mode=multiple] smart-accordion-item.smart-toggled-item .smart-accordion-item-content,
smart-accordion:not([animation=none])[expand-mode=none] smart-accordion-item.smart-toggled-item .smart-accordion-item-content {
  animation: smart-accordion-item-expand-animation ease-out;
  animation-direction: reverse;
  display: block;
  animation-duration: inherit;
  animation-iteration-count: 1;
}
smart-accordion:not([animation=none])[expand-mode=single] smart-accordion-item[expanded].smart-toggled-item .smart-accordion-item-content,
smart-accordion:not([animation=none])[expand-mode=toggle] smart-accordion-item[expanded].smart-toggled-item .smart-accordion-item-content,
smart-accordion:not([animation=none])[expand-mode=multiple] smart-accordion-item[expanded].smart-toggled-item .smart-accordion-item-content,
smart-accordion:not([animation=none])[expand-mode=none] smart-accordion-item[expanded].smart-toggled-item .smart-accordion-item-content {
  animation: smart-accordion-item-expand-animation ease-in;
  animation-duration: inherit;
  animation-iteration-count: 1;
}
smart-accordion:not([animation=none]) smart-accordion-item .smart-accordion-item-header > .smart-arrow.smart-animate-trigger:after {
  transition: transform .2s ease-out;
}
smart-accordion:not([animation=none]) smart-accordion-item.smart-toggled-item .smart-accordion-item-content {
  animation: smart-accordion-item-expand-animation-default-mode ease-out;
  animation-direction: reverse;
  display: block;
  animation-duration: inherit;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
smart-accordion:not([animation=none]) smart-accordion-item[expanded].smart-toggled-item .smart-accordion-item-content {
  animation: smart-accordion-item-expand-animation-default-mode ease-in;
  animation-duration: inherit;
  animation-iteration-count: 1;
}
smart-accordion[right-to-left] > .smart-container {
  direction: rtl;
}
:host .smart-ripple {
  background-color: var(--smart-background-color);
  opacity: .5;
}
@keyframes smart-accordion-item-expand-animation-default-mode {
  0% {
    height: 0;
  }
  100% {
    height: var(--smart-accordion-expanded-content-height);
  }
}
@keyframes smart-accordion-item-expand-animation {
  0% {
    height: 0;
  }
  100% {
    height: var(--smart-accordion-expanded-content-local-height);
  }
}
smart-array {
  width: var(--smart-array-default-width);
  height: var(--smart-array-default-height);
  display: block;
  overflow: visible;
}
smart-array .smart-big-container,
smart-array > .smart-container {
  display: flex;
}
smart-array .smart-array-indexer {
  display: block;
  margin-bottom: 2px;
  width: 100%;
}
smart-array .smart-big-container {
  background-color: var(--smart-background);
}
smart-array[show-index-display] .smart-big-container {
  margin-left: 2px;
}
smart-array .smart-main-container,
smart-array .smart-scrollbar-container-horizontal {
  width: 100%;
}
smart-array .smart-array-element-gap {
  border-spacing: 0;
}
smart-array .smart-array-table-data {
  border: 2px solid transparent;
  padding: 0;
  min-width: 0;
  background-color: transparent;
  white-space: nowrap;
}
smart-array .smart-array-table-data-gap {
  border-width: var(--smart-array-element-gap);
  padding: var(--smart-array-element-gap);
}
smart-array .smart-scrollbar-container-horizontal {
  height: 20px;
}
smart-array .smart-scrollbar-container-vertical {
  width: 20px;
}
smart-array .smart-scrollbar-container-horizontal > smart-scroll-bar,
smart-array .smart-scrollbar-container-vertical > smart-scroll-bar {
  width: 100%;
  height: 100%;
}
smart-array .smart-array-element {
  position: relative;
}
smart-array .smart-array-element-selected {
  border-color: #00f;
}
smart-array .smart-array-element-empty {
  border-color: #999;
  color: #999;
  opacity: .7;
}
smart-array .smart-array-element > smart-check-box,
smart-array .smart-array-element > smart-led,
smart-array .smart-array-element > smart-numeric-text-box,
smart-array .smart-array-element > smart-power-button,
smart-array .smart-array-element > smart-radio-button,
smart-array .smart-array-element > smart-switch-button,
smart-array .smart-array-element > smart-toggle-button,
smart-array smart-switch-button.smart-array-element,
smart-array smart-text-box.smart-array-element {
  display: block;
}
smart-array .smart-array-element > smart-check-box {
  padding: 0;
}
.smart-badge {
  display: inline-block;
  padding: .25em .4em;
  font-weight: 700;
  line-height: 1;
}
.smart-badge.smart-badge-primary {
  color: var(--smart-primary-color);
  background-color: var(--smart-primary);
}
.smart-badge.smart-badge-secondary {
  color: var(--smart-secondary-color);
  background-color: var(--smart-secondary);
}
.smart-badge.smart-badge-success {
  color: var(--smart-success-color);
  background-color: var(--smart-success);
}
.smart-badge.smart-badge-error {
  color: var(--smart-error-color);
  background-color: var(--smart-error);
}
.smart-badge.smart-badge-info {
  color: var(--smart-info-color);
  background-color: var(--smart-info);
}
.smart-badge.smart-badge-warning {
  color: var(--smart-warning-color);
  background-color: var(--smart-warning);
}
.smart-badge.smart-badge-light {
  color: var(--smart-light-color);
  background-color: var(--smart-light);
}
.smart-badge.smart-badge-dark {
  color: var(--smart-dark-color);
  background-color: var(--smart-dark);
}
.smart-badge.smart-badge-danger {
  color: var(--smart-error-color);
  background-color: var(--smart-error);
}
.smart-badge.smart-badge-pill {
  border-radius: 10rem;
}
.smart-badge[right-to-left] {
  direction: rtl;
}
.smart-breadcrumb-feedback,
.smart-breadcrumb-feedback *,
smart-breadcrumb {
  box-sizing: border-box;
}
smart-breadcrumb {
  display: block;
  width: var(--smart-breadcrumb-default-width);
  min-width: calc(2 * var(--smart-breadcrumb-padding) + 2 * var(--smart-border-width) + 40px);
  height: var(--smart-breadcrumb-default-height);
  border: var(--smart-border-width) solid var(--smart-border);
  padding: var(--smart-breadcrumb-padding);
  padding-top: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-breadcrumb .smart-template-container {
  height: auto;
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  border: var(--smart-border-width) solid var(--smart-border);
  margin-right: var(--smart-breadcrumb-horizontal-offset);
  margin-top: var(--smart-breadcrumb-padding);
  width: auto;
  height: var(--smart-breadcrumb-item-height);
  padding: 5px;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item:not(:last-child):after {
  position: absolute;
  width: var(--smart-breadcrumb-horizontal-offset);
  height: 2px;
  background-color: var(--smart-border);
  left: calc(100% + var(--smart-border-width));
  top: 50%;
  content: "";
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item > .smart-close-button {
  display: none;
  margin-left: 10px;
  margin-right: 5px;
  width: 1em;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  font-family: smart-icons;
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item > .smart-close-button:after {
  content: var(--smart-icon-close);
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item .smart-breadcrumb-item-label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items > .afterTarget:last-child:after,
smart-breadcrumb .smart-template-container .smart-breadcrumb-items > .target:before {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--smart-primary);
  left: calc(-1 * var(--smart-breadcrumb-horizontal-offset)/ 2 - 1px);
  content: "";
}
smart-breadcrumb .smart-template-container .smart-breadcrumb-items > .afterTarget:last-child:after {
  left: calc(100% + var(--smart-breadcrumb-horizontal-offset)/ 2);
}
smart-breadcrumb .smart-breadcrumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 5px;
}
smart-breadcrumb[allow-drag] .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item {
  cursor: pointer;
  touch-action: none;
}
smart-breadcrumb[allow-drag] .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item.dragged {
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .1) 75%,
      transparent 75%,
      transparent);
  background-size: 3em 3em;
}
smart-breadcrumb[add-new-item] .smart-template-container .smart-breadcrumb-items > smart-button {
  --smart-button-padding:0;
  position: relative;
  margin-right: var(--smart-breadcrumb-horizontal-offset);
  margin-top: var(--smart-breadcrumb-padding);
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: initial;
  width: var(--smart-breadcrumb-item-height);
  height: var(--smart-breadcrumb-item-height);
  text-align: center;
  font-size: 25px;
  overflow: visible;
}
smart-breadcrumb[add-new-item] .smart-template-container .smart-breadcrumb-items > smart-button > button {
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
smart-breadcrumb[close-buttons] .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item > .smart-close-button {
  display: block;
}
smart-breadcrumb[minimized] {
  padding: 0;
  overflow: visible;
}
smart-breadcrumb[minimized] .smart-container {
  display: flex;
  align-items: center;
  position: relative;
  padding: var(--smart-breadcrumb-padding);
}
smart-breadcrumb[minimized] .smart-hamburger-icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: none;
  cursor: pointer;
}
smart-breadcrumb[minimized] .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-top {
  width: 29px;
  transform: translateX(4px) rotate(45deg);
}
smart-breadcrumb[minimized] .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-center {
  visibility: hidden;
}
smart-breadcrumb[minimized] .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-bottom {
  width: 29px;
  transform: translateX(4px) rotate(-45deg);
}
smart-breadcrumb[minimized] .smart-hamburger-icon-line {
  margin-bottom: 5px;
  border-radius: 10px;
  width: 30px;
  height: 5px;
  background-color: var(--smart-primary);
  transform-origin: left;
}
smart-breadcrumb[minimized] .smart-hamburger-icon-line-bottom {
  margin-bottom: 0;
}
smart-breadcrumb[minimized] .smart-template-container {
  position: absolute;
  left: calc(-1 * var(--smart-border-width));
  top: calc(100% + 2px + var(--smart-border-width));
  margin: calc(var(--smart-drop-down-vertical-offset) + var(--smart-drop-down-element-padding-size)) 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  padding: var(--smart-drop-down-element-padding-size);
  width: var(--smart-breadcrumb-drop-down-width);
  background-color: var(--smart-background);
  box-shadow: var(--smart-elevation-8);
  z-index: 1;
}
smart-breadcrumb[minimized] .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item {
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
smart-breadcrumb[minimized] .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item:not(:last-child):after {
  content: none;
}
smart-breadcrumb[minimized] .smart-template-container .smart-breadcrumb-items > smart-button {
  width: 100%;
  margin: 0;
}
smart-breadcrumb[minimized] .smart-template-container .smart-breadcrumb-items > smart-button > button {
  padding: 0;
  justify-content: center;
}
smart-breadcrumb[minimized] .smart-template-container .smart-breadcrumb-items > .afterTarget:last-child:after,
smart-breadcrumb[minimized] .smart-template-container .smart-breadcrumb-items > .target:before {
  width: 100%;
  height: 4px;
  left: 0;
  top: calc(-3px);
}
smart-breadcrumb[minimized] .smart-template-container .smart-breadcrumb-items > .afterTarget:last-child:after {
  top: 100%;
}
smart-breadcrumb[minimized][animation=none] .smart-template-container.smart-visibility-hidden {
  display: none;
}
smart-breadcrumb[minimized]:not([animation=none]) .smart-template-container {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
smart-breadcrumb[minimized]:not([animation=none]) .smart-template-container.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
smart-breadcrumb[minimized]:not([animation=none]) .smart-template-container.smart-visibility-hidden {
  opacity: .2;
  transform: scaleY(0);
}
smart-breadcrumb[minimized]:not([animation=none]) .smart-hamburger-icon-line {
  transition:
    visibility 20ms ease-in,
    transform .2s ease-in,
    width .2s ease-in;
}
smart-breadcrumb[right-to-left] > .smart-container {
  direction: rtl;
}
smart-breadcrumb[right-to-left] > .smart-container .smart-template-container .smart-breadcrumb-items > .afterTarget:first-child:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(100% + var(--smart-breadcrumb-horizontal-offset)/ 2);
  background-color: var(--smart-success);
}
smart-breadcrumb[right-to-left] > .smart-container .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item > .smart-close-button {
  margin-left: 5px;
  margin-right: 10px;
}
smart-breadcrumb[right-to-left] > .smart-container .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item:not(:last-child):after {
  left: calc(-1 * var(--smart-breadcrumb-horizontal-offset));
}
smart-breadcrumb[right-to-left]:not([minimized]) .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item,
smart-breadcrumb[right-to-left]:not([minimized])[add-new-item]:not([minimized]) .smart-breadcrumb-items > smart-button {
  margin-left: var(--smart-breadcrumb-horizontal-offset);
  margin-right: initial;
}
smart-breadcrumb[right-to-left][minimized] .smart-container .smart-template-container {
  right: calc(-1 * var(--smart-border-width));
  left: auto;
}
.smart-breadcrumb-feedback {
  flex-direction: row;
  align-items: center;
  border: var(--smart-border-width) solid var(--smart-border);
  margin-right: var(--smart-breadcrumb-horizontal-offset);
  margin-top: var(--smart-breadcrumb-padding);
  width: auto;
  height: var(--smart-breadcrumb-item-height);
  padding: 5px;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  box-shadow: var(--smart-elevation-12);
  white-space: nowrap;
  opacity: .8;
  position: absolute;
  display: inline-flex;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  z-index: 999;
}
.smart-breadcrumb-feedback:after {
  margin-left: 10px;
  content: var(--smart-icon-check);
  font-family: smart-icons;
  font-size: 14px;
  width: 1.5em;
  border-radius: 100%;
  height: 1.5em;
  background-color: var(--smart-success);
  color: var(--smart-success-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-breadcrumb-feedback.error:after {
  background-color: var(--smart-error);
  color: var(--smart-error-color);
  content: var(--smart-icon-attention-circled);
}
.smart-breadcrumb-feedback.data:after {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  content: var(--smart-icon-docs);
}
.smart-breadcrumb-feedback[right-to-left] {
  direction: rtl;
  margin-left: var(--smart-breadcrumb-horizontal-offset);
  margin-right: initial;
}
.smart-breadcrumb-feedback[right-to-left]:after {
  margin-left: initial;
  margin-right: var(--smart-breadcrumb-horizontal-offset);
}
smart-button,
smart-repeat-button,
smart-toggle-button {
  --smart-button-flat-color:var(--smart-background-color);
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  letter-spacing: .08929em;
  overflow: hidden;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
  visibility: hidden;
  font-weight: 500;
}
smart-button.smart-element,
smart-repeat-button.smart-element,
smart-toggle-button.smart-element {
  display: inline-flex;
  visibility: inherit;
}
smart-button button::-moz-focus-inner,
smart-repeat-button button::-moz-focus-inner,
smart-toggle-button button::-moz-focus-inner {
  border: 0;
}
smart-button.primary,
smart-repeat-button.primary,
smart-toggle-button.primary {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-primary);
  --smart-border:var(--smart-primary);
  --smart-border-rgb:var(--smart-primary-rgb);
  --smart-background-color:var(--smart-primary-color);
  --smart-ui-state-hover:var(--smart-primary);
  --smart-ui-state-border-hover:var(--smart-primary);
  --smart-ui-state-color-hover:var(--smart-primary-color);
  --smart-ui-state-active:var(--smart-primary);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-focus:var(--smart-primary);
  --smart-ui-state-border-focus:var(--smart-primary);
  --smart-ui-state-color-focus:var(--smart-primary-color);
  --smart-button-flat-color:var(--smart-primary);
  --smart-button-outlined-color:var(--smart-primary);
  --smart-button-outlined-border:var(--smart-primary);
}
smart-button.secondary,
smart-repeat-button.secondary,
smart-toggle-button.secondary {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-secondary);
  --smart-border:var(--smart-secondary);
  --smart-border-rgb:var(--smart-secondary-rgb);
  --smart-background-color:var(--smart-secondary-color);
  --smart-ui-state-hover:var(--smart-secondary);
  --smart-ui-state-border-hover:var(--smart-secondary);
  --smart-ui-state-color-hover:var(--smart-secondary-color);
  --smart-ui-state-active:var(--smart-secondary);
  --smart-ui-state-border-active:var(--smart-secondary);
  --smart-ui-state-color-active:var(--smart-secondary-color);
  --smart-ui-state-focus:var(--smart-secondary);
  --smart-ui-state-border-focus:var(--smart-secondary);
  --smart-ui-state-color-focus:var(--smart-secondary-color);
  --smart-button-flat-color:var(--smart-secondary);
  --smart-button-outlined-color:var(--smart-secondary);
  --smart-button-outlined-border:var(--smart-secondary);
}
smart-button.success,
smart-repeat-button.success,
smart-toggle-button.success {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-success);
  --smart-border:var(--smart-success);
  --smart-border-rgb:var(--smart-success-rgb);
  --smart-background-color:var(--smart-success-color);
  --smart-ui-state-hover:var(--smart-success);
  --smart-ui-state-border-hover:var(--smart-success);
  --smart-ui-state-color-hover:var(--smart-success-color);
  --smart-ui-state-active:var(--smart-success);
  --smart-ui-state-border-active:var(--smart-success);
  --smart-ui-state-color-active:var(--smart-success-color);
  --smart-ui-state-focus:var(--smart-success);
  --smart-ui-state-border-focus:var(--smart-success);
  --smart-ui-state-color-focus:var(--smart-success-color);
  --smart-button-flat-color:var(--smart-success);
  --smart-button-outlined-color:var(--smart-success);
  --smart-button-outlined-border:var(--smart-success);
}
smart-button.error,
smart-repeat-button.error,
smart-toggle-button.error {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-error);
  --smart-border:var(--smart-error);
  --smart-border-rgb:var(--smart-error-rgb);
  --smart-background-color:var(--smart-error-color);
  --smart-ui-state-hover:var(--smart-error);
  --smart-ui-state-border-hover:var(--smart-error);
  --smart-ui-state-color-hover:var(--smart-error-color);
  --smart-ui-state-active:var(--smart-error);
  --smart-ui-state-border-active:var(--smart-error);
  --smart-ui-state-color-active:var(--smart-error-color);
  --smart-ui-state-focus:var(--smart-error);
  --smart-ui-state-border-focus:var(--smart-error);
  --smart-ui-state-color-focus:var(--smart-error-color);
  --smart-button-flat-color:var(--smart-error);
  --smart-button-outlined-color:var(--smart-error);
  --smart-button-outlined-border:var(--smart-error);
}
smart-button.info,
smart-repeat-button.info,
smart-toggle-button.info {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-info);
  --smart-border:var(--smart-info);
  --smart-border-rgb:var(--smart-info-rgb);
  --smart-background-color:var(--smart-info-color);
  --smart-ui-state-hover:var(--smart-info);
  --smart-ui-state-border-hover:var(--smart-info);
  --smart-ui-state-color-hover:var(--smart-info-color);
  --smart-ui-state-active:var(--smart-info);
  --smart-ui-state-border-active:var(--smart-info);
  --smart-ui-state-color-active:var(--smart-info-color);
  --smart-ui-state-focus:var(--smart-info);
  --smart-ui-state-border-focus:var(--smart-info);
  --smart-ui-state-color-focus:var(--smart-info-color);
  --smart-button-flat-color:var(--smart-info);
  --smart-button-outlined-color:var(--smart-info);
  --smart-button-outlined-border:var(--smart-info);
}
smart-button.warning,
smart-repeat-button.warning,
smart-toggle-button.warning {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-warning);
  --smart-border:var(--smart-warning);
  --smart-border-rgb:var(--smart-warning-rgb);
  --smart-background-color:var(--smart-warning-color);
  --smart-ui-state-hover:var(--smart-warning);
  --smart-ui-state-border-hover:var(--smart-warning);
  --smart-ui-state-color-hover:var(--smart-warning-color);
  --smart-ui-state-active:var(--smart-warning);
  --smart-ui-state-border-active:var(--smart-warning);
  --smart-ui-state-color-active:var(--smart-warning-color);
  --smart-ui-state-focus:var(--smart-warning);
  --smart-ui-state-border-focus:var(--smart-warning);
  --smart-ui-state-color-focus:var(--smart-warning-color);
  --smart-button-flat-color:var(--smart-warning);
  --smart-button-outlined-color:var(--smart-warning);
  --smart-button-outlined-border:var(--smart-warning);
}
smart-button.light,
smart-repeat-button.light,
smart-toggle-button.light {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-light);
  --smart-border:var(--smart-light);
  --smart-border-rgb:var(--smart-light-rgb);
  --smart-background-color:var(--smart-light-color);
  --smart-ui-state-hover:var(--smart-light);
  --smart-ui-state-border-hover:var(--smart-light);
  --smart-ui-state-color-hover:var(--smart-light-color);
  --smart-ui-state-active:var(--smart-light);
  --smart-ui-state-border-active:var(--smart-light);
  --smart-ui-state-color-active:var(--smart-light-color);
  --smart-ui-state-focus:var(--smart-light);
  --smart-ui-state-border-focus:var(--smart-light);
  --smart-ui-state-color-focus:var(--smart-light-color);
  --smart-button-flat-color:var(--smart-light);
  --smart-button-outlined-color:var(--smart-light);
  --smart-button-outlined-border:var(--smart-light);
}
smart-button.dark,
smart-repeat-button.dark,
smart-toggle-button.dark {
  --smart-button-opacity-hover:0.75;
  --smart-button-opacity-focus:0.7;
  --smart-button-opacity-active:0.65;
  --smart-background:var(--smart-dark);
  --smart-border:var(--smart-dark);
  --smart-border-rgb:var(--smart-dark-rgb);
  --smart-background-color:var(--smart-dark-color);
  --smart-ui-state-hover:var(--smart-dark);
  --smart-ui-state-border-hover:var(--smart-dark);
  --smart-ui-state-color-hover:var(--smart-dark-color);
  --smart-ui-state-active:var(--smart-dark);
  --smart-ui-state-border-active:var(--smart-dark);
  --smart-ui-state-color-active:var(--smart-dark-color);
  --smart-ui-state-focus:var(--smart-dark);
  --smart-ui-state-border-focus:var(--smart-dark);
  --smart-ui-state-color-focus:var(--smart-dark-color);
  --smart-button-flat-color:var(--smart-dark);
  --smart-button-outlined-color:var(--smart-dark);
  --smart-button-outlined-border:var(--smart-dark);
}
smart-button[hover],
smart-repeat-button[hover],
smart-toggle-button[hover] {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
  opacity: var(--smart-button-opacity-hover);
}
smart-button[focus],
smart-repeat-button[focus],
smart-toggle-button[focus] {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
  background-color: var(--smart-ui-state-focus);
  opacity: var(--smart-button-opacity-focus);
}
smart-button[active],
smart-repeat-button[active],
smart-toggle-button[active] {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
  opacity: var(--smart-button-opacity-active);
}
smart-button[disabled],
smart-repeat-button[disabled],
smart-toggle-button[disabled] {
  color: var(--smart-disabled-color);
  border-color: var(--smart-disabled);
  background-color: var(--smart-disabled);
  cursor: default;
  --smart-background:var(--smart-disabled);
  --smart-border:var(--smart-disabled);
  --smart-background-color:var(--smart-disabled-color);
}
smart-button.large button,
smart-repeat-button.large button,
smart-toggle-button.large button {
  padding: var(--smart-button-large-padding);
  font-size: var(--smart-button-large-font-size);
}
smart-button.small button,
smart-repeat-button.small button,
smart-toggle-button.small button {
  padding: var(--smart-button-small-padding);
  font-size: var(--smart-button-small-font-size);
}
smart-button.very-small button,
smart-repeat-button.very-small button,
smart-toggle-button.very-small button {
  padding: var(--smart-button-very-small-padding);
  font-size: var(--smart-button-very-small-font-size);
}
smart-button.rounded,
smart-repeat-button.rounded,
smart-toggle-button.rounded {
  --smart-border-top-left-radius:50px;
  --smart-border-top-right-radius:50px;
  --smart-border-bottom-left-radius:50px;
  --smart-border-bottom-right-radius:50px;
  border-radius: var(--smart-border-bottom-left-radius) !important;
}
smart-button.squared,
smart-repeat-button.squared,
smart-toggle-button.squared {
  --smart-border-top-left-radius:0;
  --smart-border-top-right-radius:0;
  --smart-border-bottom-left-radius:0;
  --smart-border-bottom-right-radius:0;
}
smart-button.flat,
smart-button.flat[active],
smart-button.flat[hover],
smart-repeat-button.flat,
smart-repeat-button.flat[active],
smart-repeat-button.flat[hover],
smart-toggle-button.flat,
smart-toggle-button.flat[active],
smart-toggle-button.flat[hover] {
  color: var(--smart-button-flat-color);
  background: 0 0;
  border-color: transparent;
}
smart-button.outlined,
smart-button.outlined[active],
smart-button.outlined[hover],
smart-repeat-button.outlined,
smart-repeat-button.outlined[active],
smart-repeat-button.outlined[hover],
smart-toggle-button.outlined,
smart-toggle-button.outlined[active],
smart-toggle-button.outlined[hover] {
  color: var(--smart-button-outlined-color);
  border-color: var(--smart-button-outlined-border);
  background: 0 0;
}
smart-button.flat[focus],
smart-repeat-button.flat[focus],
smart-toggle-button.flat[focus] {
  border-color: var(--smart-ui-state-focus);
}
smart-button.flat[checked],
smart-repeat-button.flat[checked],
smart-toggle-button.flat[checked] {
  text-decoration: underline;
  background: var(--smart-ui-state-active);
}
smart-button.flat .smart-ripple,
smart-repeat-button.flat .smart-ripple,
smart-toggle-button.flat .smart-ripple {
  background-color: var(--smart-button-flat-color);
}
smart-button.outlined,
smart-repeat-button.outlined,
smart-toggle-button.outlined {
  border-width: calc(2 * var(--smart-border-width));
}
smart-button.outlined[focus],
smart-repeat-button.outlined[focus],
smart-toggle-button.outlined[focus] {
  color: var(--smart-button-outlined-color);
  border-color: var(--smart-ui-state-focus);
  background: 0 0;
}
smart-button.outlined[checked],
smart-repeat-button.outlined[checked],
smart-toggle-button.outlined[checked] {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-active);
  background: var(--smart-ui-state-active);
}
smart-button.outlined .smart-ripple,
smart-repeat-button.outlined .smart-ripple,
smart-toggle-button.outlined .smart-ripple {
  background-color: var(--smart-button-outlined-color);
}
smart-button.outlined button.smart-button,
smart-repeat-button.outlined button.smart-button,
smart-toggle-button.outlined button.smart-button {
  border-radius: initial;
}
smart-button.raised,
smart-repeat-button.raised,
smart-toggle-button.raised {
  box-shadow: var(--smart-elevation-2);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
}
smart-button.raised[hover],
smart-repeat-button.raised[hover],
smart-toggle-button.raised[hover] {
  box-shadow: var(--smart-elevation-4);
}
smart-button.raised button[active],
smart-button.raised[active],
smart-button.raised[checked],
smart-repeat-button.raised button[active],
smart-repeat-button.raised[active],
smart-repeat-button.raised[checked],
smart-toggle-button.raised button[active],
smart-toggle-button.raised[active],
smart-toggle-button.raised[checked] {
  box-shadow: var(--smart-elevation-8);
}
smart-button.raised[focus],
smart-button.raised[focus]:not([checked]),
smart-repeat-button.raised[focus],
smart-repeat-button.raised[focus]:not([checked]),
smart-toggle-button.raised[focus],
smart-toggle-button.raised[focus]:not([checked]) {
  box-shadow: var(--smart-elevation-6);
}
smart-button.floating,
smart-repeat-button.floating,
smart-toggle-button.floating {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: var(--smart-elevation-4);
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
}
smart-button.floating[hover],
smart-repeat-button.floating[hover],
smart-toggle-button.floating[hover] {
  box-shadow: var(--smart-elevation-6);
}
smart-button.floating[active],
smart-button.floating[checked],
smart-repeat-button.floating[active],
smart-repeat-button.floating[checked],
smart-toggle-button.floating[active],
smart-toggle-button.floating[checked] {
  box-shadow: var(--smart-elevation-12);
}
smart-button.floating[focus],
smart-button.floating[focus]:not([checked]),
smart-repeat-button.floating[focus],
smart-repeat-button.floating[focus]:not([checked]),
smart-toggle-button.floating[focus],
smart-toggle-button.floating[focus]:not([checked]) {
  box-shadow: var(--smart-elevation-6);
}
smart-button[right-to-left],
smart-repeat-button[right-to-left],
smart-toggle-button[right-to-left] {
  direction: rtl;
}
button.smart-button {
  position: relative;
  padding: var(--smart-button-padding);
  text-align: inherit;
  vertical-align: inherit;
  cursor: inherit;
  text-transform: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  background: inherit;
  color: inherit;
  border: none;
  -webkit-font-smoothing: antialiased;
  opacity: var(--smart-button-opacity);
  white-space: nowrap;
  border-radius: inherit;
}
.smart-button .smart-ripple {
  background: var(--smart-background-color);
}
[smart-toggle-button] .smart-container,
smart-toggle-button .smart-container {
  font-weight: inherit;
  font-style: inherit;
}
[smart-toggle-button][checked],
smart-toggle-button[checked] {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
  background-color: var(--smart-ui-state-selected);
}
.smart-scroll-button .smart-button {
  padding: 0;
}
:host(.smart-button.flat) .smart-ripple {
  background-color: var(--smart-button-flat-color);
}
:host(.smart-button.outlined) .smart-ripple {
  background-color: var(--smart-button-outlined-color);
}
button.smart-button[type]:not(.smart-container) {
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  font-weight: 500;
  letter-spacing: .08929em;
  overflow: hidden;
  font-style: var(--smart-font-style);
  font-size: var(--smart-font-size);
  background: var(--smart-background);
  outline: 0;
}
button.smart-button[type]:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
}
button.smart-button[type]:not([disabled]):active {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
}
.smart-button-group {
  display: inline-flex;
  vertical-align: middle;
  width: var(--smart-button-group-default-width);
  height: var(--smart-button-group-default-height);
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  letter-spacing: .08929em;
  overflow: hidden;
}
.smart-button-group .smart-button-group-items {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.smart-button-group .smart-button-group-items .smart-button-group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: var(--smart-button-padding);
  cursor: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  opacity: var(--smart-button-opacity);
  white-space: nowrap;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.smart-button-group .smart-button-group-items .smart-button-group-item > div {
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-button-group .smart-button-group-items .smart-button-group-item:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  opacity: var(--smart-button-opacity-hover);
}
.smart-button-group .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
  background-color: var(--smart-ui-state-selected);
}
.smart-button-group .smart-button-group-items .smart-button-group-item:active {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  opacity: var(--smart-button-opacity-active);
}
.smart-button-group.small .smart-button-group-items .smart-button-group-item {
  padding: var(--smart-button-small-padding);
  font-size: var(--smart-button-small-font-size);
}
.smart-button-group.large .smart-button-group-items .smart-button-group-item {
  padding: var(--smart-button-large-padding);
  font-size: var(--smart-button-large-font-size);
}
.smart-button-group:focus .smart-button-group-item[focus]:not(:active) {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
  background-color: var(--smart-ui-state-focus);
  opacity: var(--smart-button-opacity-focus);
}
.smart-button-group.primary {
  border-color: var(--smart-primary);
}
.smart-button-group.primary .smart-button-group-items .smart-button-group-item {
  color: var(--smart-primary-color);
  background-color: var(--smart-primary);
}
.smart-button-group.primary .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-primary-rgb), .8);
}
.smart-button-group.primary .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.primary .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-primary);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-primary-rgb), .2);
}
.smart-button-group.secondary {
  border-color: var(--smart-secondary);
}
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item {
  color: var(--smart-secondary-color);
  background-color: var(--smart-secondary);
}
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-secondary-rgb), .8);
}
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.secondary .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-secondary);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-secondary-rgb), .2);
}
.smart-button-group.success {
  border-color: var(--smart-success);
}
.smart-button-group.success .smart-button-group-items .smart-button-group-item {
  color: var(--smart-success-color);
  background-color: var(--smart-success);
}
.smart-button-group.success .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-success-rgb), .8);
}
.smart-button-group.success .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.success .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-success);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-success-rgb), .2);
}
.smart-button-group.error {
  border-color: var(--smart-error);
}
.smart-button-group.error .smart-button-group-items .smart-button-group-item {
  color: var(--smart-error-color);
  background-color: var(--smart-error);
}
.smart-button-group.error .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-error-rgb), .8);
}
.smart-button-group.error .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.error .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-error);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-error-rgb), .2);
}
.smart-button-group.info {
  border-color: var(--smart-info);
}
.smart-button-group.info .smart-button-group-items .smart-button-group-item {
  color: var(--smart-info-color);
  background-color: var(--smart-info);
}
.smart-button-group.info .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-info-rgb), .8);
}
.smart-button-group.info .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.info .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-info);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-info-rgb), .2);
}
.smart-button-group.warning {
  border-color: var(--smart-warning);
}
.smart-button-group.warning .smart-button-group-items .smart-button-group-item {
  color: var(--smart-warning-color);
  background-color: var(--smart-warning);
}
.smart-button-group.warning .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-warning-rgb), .8);
}
.smart-button-group.warning .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.warning .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-warning);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-warning-rgb), .2);
}
.smart-button-group.light {
  border-color: var(--smart-light);
}
.smart-button-group.light .smart-button-group-items .smart-button-group-item {
  color: var(--smart-light-color);
  background-color: var(--smart-light);
}
.smart-button-group.light .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-light-rgb), .8);
}
.smart-button-group.light .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.light .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-light);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-light-rgb), .2);
}
.smart-button-group.dark {
  border-color: var(--smart-dark);
}
.smart-button-group.dark .smart-button-group-items .smart-button-group-item {
  color: var(--smart-dark-color);
  background-color: var(--smart-dark);
}
.smart-button-group.dark .smart-button-group-items .smart-button-group-item:hover {
  background-color: rgba(var(--smart-dark-rgb), .8);
}
.smart-button-group.dark .smart-button-group-items .smart-button-group-item:active,
.smart-button-group.dark .smart-button-group-items .smart-button-group-item[active] {
  color: var(--smart-dark);
  border-color: var(--smart-ui-state-border-selected);
  background-color: rgba(var(--smart-dark-rgb), .2);
}
.smart-button-group:not([animation=none]) .smart-button-group-item {
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
}
.smart-button-group[right-to-left] .smart-button-group-items {
  direction: rtl;
}
.smart-calendar,
.smart-calendar[months="1"] {
  min-width: var(--smart-calendar-default-width);
  min-height: var(--smart-calendar-default-height);
}
.smart-calendar {
  width: var(--smart-calendar-default-width);
  height: var(--smart-calendar-default-height);
}
.smart-calendar:focus {
  border-color: var(--smart-outline);
}
.smart-calendar > .smart-container {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.smart-calendar.smart-container,
.smart-calendar > .smart-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.smart-calendar smart-drop-down-list {
  --smart-drop-down-list-default-min-height:initial;
}
.smart-calendar smart-tooltip {
  top: 0;
}
.smart-calendar smart-tooltip .smart-tooltip-content {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-calendar input {
  background: inherit;
  color: inherit;
}
.smart-calendar button:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-calendar .smart-calendar-container {
  width: 100%;
  height: 100%;
  border: initial;
  padding: 0;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body {
  position: relative;
  width: 96%;
  height: calc(100% - var(--smart-calendar-header-height));
  display: flex;
  padding: 2px;
  padding-left: initial;
  padding-right: initial;
  margin-left: 2%;
  margin-right: 2%;
  cursor: default;
  overflow: hidden;
  outline: initial;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  touch-action: none;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body:focus .smart-calendar-date-view-container .smart-calendar-cell:focus,
.smart-calendar .smart-calendar-container > .smart-calendar-body:focus .smart-calendar-date-view-container .smart-calendar-cell[focus] {
  background-color: var(--smart-background);
  color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-footer,
.smart-calendar .smart-calendar-header {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  width: 100%;
  outline: initial;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body > div {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  font-size: inherit;
}
.smart-calendar .smart-calendar-container > .smart-calendar-body .smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--smart-border-width) solid var(--smart-border);
  height: var(--smart-calendar-header-height);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  box-sizing: border-box;
  text-transform: var(--smart-calendar-header-text-transform);
}
.smart-calendar .smart-calendar-header.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--smart-border-width) solid var(--smart-border);
  height: var(--smart-calendar-footer-height);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  box-sizing: border-box;
  text-transform: var(--smart-calendar-footer-text-transform);
}
.smart-calendar .smart-calendar-footer.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-title {
  width: 100%;
  padding: var(--smart-calendar-title-padding);
  font-size: inherit;
  font-family: inherit;
  background: var(--smart-primary);
  border: none;
  color: var(--smart-primary-color);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-transform: var(--smart-calendar-title-text-transform);
  height: calc(var(--smart-calendar-title-height));
}
.smart-calendar .smart-calendar-title.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-title div:first-of-type {
  font-size: 70%;
}
.smart-calendar .smart-calendar-title .smart-calendar-selected {
  opacity: 1;
}
.smart-calendar .smart-calendar-title div {
  position: relative;
  opacity: .5;
  font-size: 125%;
  cursor: pointer;
  display: table;
  border: 1px solid transparent;
}
.smart-calendar .smart-calendar-cell[other-month] {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
  opacity: .5;
}
.smart-calendar .smart-calendar-cell[focus] {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-date-element {
  cursor: default;
  align-items: center;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  width: 74%;
  height: 100%;
  outline: initial;
  overflow: hidden;
  text-align: center;
}
.smart-calendar .smart-calendar-date-element:focus {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-date-element > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  outline: initial;
  font-size: inherit;
}
.smart-calendar .smart-calendar-date-element > div:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.smart-calendar .smart-calendar-date-element div.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-date-element .smart-ripple {
  background-color: var(--smart-button-color);
  opacity: .2;
}
.smart-calendar .smart-calendar-button .smart-button {
  font-family: var(--smart-font-family-icon);
  padding: 0;
  border-radius: 0;
  border: none;
  background: 0 0;
  min-height: initial;
}
.smart-calendar .smart-calendar-button[next-month],
.smart-calendar .smart-calendar-button[prev-month] {
  width: var(--smart-calendar-navigation-button-size);
  min-width: var(--smart-calendar-navigation-button-size);
  height: var(--smart-calendar-navigation-button-size);
  position: relative;
  font-size: initial;
  display: inline-block;
  font-weight: inherit;
  font-family: var(--smart-font-family-icon);
  border-radius: 100%;
  background: 0 0;
  border: none;
  color: inherit;
}
.smart-calendar .smart-calendar-button[next-month][active] button,
.smart-calendar .smart-calendar-button[prev-month][active] button {
  border: 1px solid var(--smart-ui-state-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-primary);
}
.smart-calendar .smart-calendar-button[next-year],
.smart-calendar .smart-calendar-button[prev-year] {
  position: relative;
  display: block;
  cursor: default;
  font-size: 10px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-color: var(--smart-border);
  border-left: none;
}
.smart-calendar .smart-calendar-button[next-year] span:after {
  content: var(--smart-icon-arrow-up);
}
.smart-calendar .smart-calendar-button[prev-year] {
  border-top-color: transparent;
}
.smart-calendar .smart-calendar-button[prev-year] span:after {
  content: var(--smart-icon-arrow-down);
}
.smart-calendar [next-month][focus] button,
.smart-calendar [next-year][focus] button,
.smart-calendar [prev-month][focus] button,
.smart-calendar [prev-year][focus] button {
  border: 1px solid var(--smart-border-focus);
  background-color: var(--smart-background-focus);
  outline: 0;
}
.smart-calendar .smart-calendar-list-view.smart-scroll-viewer {
  --smart-input-drop-down-menu-height:100%;
  --smart-input-drop-down-menu-width:100%;
  width: 100%;
  height: 100%;
  border: initial;
  position: absolute;
  color: inherit;
  text-align: center;
  top: 0;
  left: 0;
  opacity: initial;
  z-index: initial;
  padding: initial;
  float: initial;
  transform: initial;
  margin: initial;
  transition: initial;
  box-shadow: initial;
}
.smart-calendar .smart-calendar-week .smart-calendar-cell,
.smart-calendar .smart-calendar-week .smart-calendar-week-number {
  padding: 0;
  text-overflow: ellipsis;
  width: var(--smart-calendar-cell-size);
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
  overflow: hidden;
  position: relative;
}
.smart-calendar .smart-calendar-list-view.smart-scroll-viewer > .smart-container {
  max-height: initial;
}
.smart-calendar .smart-calendar-list-view.smart-scroll-viewer a {
  pointer-events: none;
}
.smart-calendar .smart-calendar-week {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
}
.smart-calendar .smart-calendar-week .smart-calendar-cell {
  border: 1px solid transparent;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
  margin-right: var(--smart-calendar-cell-spacing);
  margin-bottom: var(--smart-calendar-cell-spacing);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell[selected],
.smart-calendar .smart-calendar-week .smart-calendar-cell[selected][hover] {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell[today],
.smart-calendar .smart-calendar-week .smart-calendar-cell[today][hover] {
  background: var(--smart-secondary);
  color: var(--smart-secondary-color);
  border-color: var(--smart-secondary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell[selected][today] {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell:focus:not([selected]),
.smart-calendar .smart-calendar-week .smart-calendar-cell[focus]:not([selected]) {
  background-color: var(--smart-background);
  color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-calendar .smart-calendar-week .smart-calendar-cell .smart-ripple {
  background-color: var(--smart-primary-color);
  opacity: .5;
}
.smart-calendar .smart-calendar-week .smart-calendar-week-number {
  border: 1px solid transparent;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
  margin: 0;
}
.smart-calendar .smart-calendar-week.smart-hidden {
  display: none;
}
.smart-calendar .smart-calendar-week div[restricted] {
  cursor: not-allowed;
  opacity: .55;
  text-decoration: line-through;
}
.smart-calendar .smart-calendar-week div[hover]:not([restricted]) {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-calendar .smart-calendar-week div[important] {
  background: var(--smart-calendar-important-date-background);
  color: var(--smart-calendar-important-date-color);
  border-color: var(--smart-calendar-important-date-border-color);
}
@-moz-document url-prefix() {
  .smart-calendar .smart-calendar-week div {
    padding: initial;
  }
}
.smart-calendar .smart-calendar-week-number {
  display: none;
  margin: auto;
}
.smart-calendar .smart-calendar-week-titles {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
}
.smart-calendar .smart-calendar-week-titles div:first-child {
  display: none;
  margin: auto;
}
.smart-calendar .smart-calendar-week-titles .smart-calendar-week-title {
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
  width: var(--smart-calendar-cell-size);
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
  margin-right: var(--smart-calendar-cell-spacing);
  margin-bottom: var(--smart-calendar-cell-spacing);
  position: relative;
  text-transform: var(--smart-calendar-week-title-text-transform);
}
.smart-calendar .smart-calendar-months-container {
  order: 1;
  width: 100%;
  height: 100%;
  align-items: center;
}
.smart-calendar .smart-calendar-month {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  max-width: var(--smart-calendar-default-width);
  margin: auto;
}
.smart-calendar .smart-calendar-month-name {
  display: none;
}
.smart-calendar .smart-calendar-month-separator {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  width: 50%;
  order: 2;
}
.smart-calendar .smart-calendar-month-element {
  position: relative;
  width: 70%;
  height: 80%;
  margin: 5% 0;
  text-align: center;
  font-size: inherit;
}
.smart-calendar .smart-calendar-year-container:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-calendar .smart-calendar-year-element {
  outline: 0;
  width: 25%;
  height: 80%;
  margin-left: 5%;
  padding: 2px;
  text-align: center;
  font-size: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: 0;
  background: var(--smart-background);
}
.smart-calendar .smart-calendar-year-element:focus {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-year-elements {
  display: flex;
  width: 10%;
  height: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.smart-calendar .smart-calendar-year-elements > smart-repeat-button {
  height: 50%;
  width: 100%;
}
.smart-calendar .smart-calendar-year-selector {
  display: inline-block;
}
.smart-calendar .smart-calendar-next-months-container {
  order: 3;
  width: 100%;
  height: 100%;
  align-items: center;
}
@-moz-document url-prefix() {
  .smart-calendar .smart-calendar-months-container,
  .smart-calendar .smart-calendar-next-months-container {
    line-height: initial;
  }
}
.smart-calendar .smart-calendar-date-container:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-calendar .smart-calendar-date-view-container {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: row;
  align-items: center;
}
.smart-calendar .smart-calendar-date-view-container.smart-list-display-mode-view {
  flex-direction: column;
}
.smart-calendar .smart-calendar-date-view-container .smart-calendar-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 23%;
  margin: 0 1%;
  height: 23%;
  border: 1px solid transparent;
  border-top-left-radius: var(--smart-calendar-cell-border-top-left-radius);
  border-top-right-radius: var(--smart-calendar-cell-border-top-right-radius);
  border-bottom-left-radius: var(--smart-calendar-cell-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-calendar-cell-border-bottom-right-radius);
}
.smart-calendar .smart-calendar-date-view-container .smart-calendar-cell[focus] {
  border-color: var(--smart-outline);
}
.smart-calendar .smart-calendar-date-view-container .smart-calendar-cell[other-month] {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
  opacity: .5;
}
.smart-calendar .smart-calendar-date-view-container .smart-visibility-hidden {
  visibility: visible;
  opacity: .55;
}
.smart-calendar .smart-calendar-animation-panel {
  position: absolute;
  background-color: var(--smart-background);
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.smart-calendar[months] .smart-calendar-month {
  width: 50%;
}
.smart-calendar[months] .smart-calendar-month-name {
  display: initial;
}
.smart-calendar[hide-day-names] .smart-calendar-week-titles,
.smart-calendar[months="1"] .smart-calendar-month-name {
  display: none;
}
.smart-calendar[months]:not([months="1"]) {
  width: calc(2 * var(--smart-calendar-default-width) + var(--smart-calendar-cell-size));
  height: calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[months="1"] {
  width: var(--smart-calendar-default-width);
  height: var(--smart-calendar-default-height);
}
.smart-calendar[months="1"] .smart-calendar-month {
  width: 100%;
  font-size: 100%;
}
.smart-calendar[months="3"],
.smart-calendar[months="4"] {
  --smart-calendar-default-height:calc(2 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
}
.smart-calendar[months="5"],
.smart-calendar[months="6"] {
  --smart-calendar-default-height:calc(3 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
}
.smart-calendar[months="7"],
.smart-calendar[months="8"] {
  --smart-calendar-default-height:calc(4 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
}
.smart-calendar[months="9"],
.smart-calendar[months="10"] {
  --smart-calendar-default-height:calc(5 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
}
.smart-calendar[months="12"],
.smart-calendar[months="11"] {
  --smart-calendar-default-height:calc(6 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
}
@media only screen and (max-width: 768px) {
  .smart-calendar[months] .smart-calendar-month {
    width: 100%;
  }
  .smart-calendar[months="2"] {
    height: calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
  }
  .smart-calendar[months="3"] {
    --smart-calendar-default-height:calc(3 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="4"] {
    --smart-calendar-default-height:calc(4 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="5"] {
    --smart-calendar-default-height:calc(5 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="6"] {
    --smart-calendar-default-height:calc(6 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="7"] {
    --smart-calendar-default-height:calc(7 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="8"] {
    --smart-calendar-default-height:calc(8 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="9"] {
    --smart-calendar-default-height:calc(9 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="10"] {
    --smart-calendar-default-height:calc(10 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="11"] {
    --smart-calendar-default-height:calc(11 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
  .smart-calendar[months="12"] {
    --smart-calendar-default-height:calc(12 * calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height)));
  }
}
.smart-calendar[view-sections*=footer] {
  --smart-calendar-default-height:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[view-sections*=footer][view-sections*=header] .smart-calendar-container > .smart-calendar-body {
  height: calc(100% - var(--smart-calendar-header-height) - var(--smart-calendar-footer-height));
}
.smart-calendar[view-sections*=title] {
  --smart-calendar-default-height:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height));
}
.smart-calendar[view-sections*=title] .smart-calendar-container {
  width: 100%;
  height: calc(100% - calc(var(--smart-calendar-title-height)));
}
.smart-calendar[view-sections*=title][view-sections*=footer] {
  --smart-calendar-default-height:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[scroll-buttons-position=near] .smart-calendar-button[prev-month] {
  order: 1;
}
.smart-calendar[scroll-buttons-position=near] .smart-calendar-button[next-month] {
  order: 2;
}
.smart-calendar[scroll-buttons-position=near] .smart-calendar-date-element {
  order: 3;
}
.smart-calendar[scroll-buttons-position=far] .smart-calendar-date-element {
  order: 1;
}
.smart-calendar[scroll-buttons-position=far] .smart-calendar-button[prev-month] {
  order: 2;
}
.smart-calendar[scroll-buttons-position=far] .smart-calendar-button[next-month] {
  order: 3;
}
.smart-calendar[scroll-buttons-navigation-mode=portrait] .smart-calendar-month-separator {
  width: 100%;
  height: 50%;
}
.smart-calendar[scroll-buttons-navigation-mode=portrait] .smart-calendar-container > .smart-calendar-body {
  flex-direction: column;
}
.smart-calendar[calendar-mode=classic] .smart-calendar-title div {
  cursor: initial;
}
.smart-calendar[calendar-mode=classic] .smart-calendar-date-element {
  align-items: initial;
  overflow: initial;
}
.smart-calendar[display-mode-view=list][display-mode=year] .smart-calendar-container > .smart-calendar-body,
.smart-calendar[display-mode-view=list][display-mode=decade] .smart-calendar-container > .smart-calendar-body {
  touch-action: auto;
}
.smart-calendar[hide-other-month-days] .smart-calendar-cell[other-month] {
  visibility: hidden;
}
.smart-calendar[week-numbers] {
  --smart-calendar-default-width:calc(var(--smart-calendar-cell-spacing) + 8 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
}
.smart-calendar[week-numbers][view-sections*=title][view=landscape] {
  --smart-calendar-default-width:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 8 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
}
.smart-calendar[week-numbers] .smart-calendar-week-number,
.smart-calendar[week-numbers] .smart-calendar-week-titles div:first-child {
  display: initial;
}
.smart-calendar[view=portrait].smart-container,
.smart-calendar[view=portrait] > .smart-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.smart-calendar[view=landscape] {
  --smart-calendar-default-width:calc(var(--smart-calendar-title-height) + var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)));
  --smart-calendar-default-height:calc(var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height));
}
.smart-calendar[view=landscape].smart-container,
.smart-calendar[view=landscape] > .smart-container {
  flex-direction: row;
}
.smart-calendar[view=landscape] .smart-calendar-container {
  width: calc(100% - calc(var(--smart-calendar-title-height)));
  height: 100%;
}
.smart-calendar[view=landscape] .smart-calendar-title {
  width: calc(var(--smart-calendar-title-height));
  height: 100%;
  justify-content: flex-start;
}
.smart-calendar[view=landscape][view-sections*=footer] {
  --smart-calendar-default-height:calc(var(--smart-calendar-cell-spacing) + 7 * (var(--smart-calendar-cell-spacing) + var(--smart-calendar-cell-size)) + var(--smart-calendar-header-height) + var(--smart-calendar-footer-height));
}
.smart-calendar[animation=none] .smart-calendar-body .smart-calendar-month-separator,
.smart-calendar[animation=none] .smart-calendar-body .smart-calendar-next-months-container {
  display: none;
}
.smart-calendar[right-to-left] .smart-calendar-date-element > div,
.smart-calendar[right-to-left] .smart-calendar-date-view-container,
.smart-calendar[right-to-left] .smart-calendar-date-view-container .smart-calendar-cell,
.smart-calendar[right-to-left] .smart-calendar-footer,
.smart-calendar[right-to-left] .smart-calendar-title,
.smart-calendar[right-to-left] .smart-calendar-week .smart-calendar-cell,
.smart-calendar[right-to-left] .smart-calendar-week .smart-calendar-week-number,
.smart-calendar[right-to-left] .smart-calendar-week-titles .smart-calendar-week-title {
  direction: rtl;
}
.smart-calendar[right-to-left] .smart-calendar-month-element {
  direction: initial;
}
.smart-calendar[right-to-left] .smart-calendar-year-element {
  margin-left: initial;
  margin-right: 5%;
}
.smart-calendar[right-to-left][view=landscape] > .smart-container {
  flex-direction: row-reverse;
}
.smart-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--smart-surface);
}
@media only screen and (max-width: 768px) {
  .smart-cards smart-card {
    margin: 0 10px 10px;
  }
}
smart-card {
  display: inline-block;
  width: 30.5%;
  min-height: 20px;
  margin: 1%;
  box-shadow: var(--smart-elevation-2);
  box-sizing: border-box;
  font-size: inherit;
}
@media only screen and (max-width: 1024px) {
  smart-card {
    display: inline-block;
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
  smart-card {
    display: block;
    width: 100%;
    margin: 0;
    max-height: 100vh;
    overflow-y: auto;
  }
}
smart-card:hover {
  box-shadow: var(--smart-elevation-4);
}
smart-card.simple {
  box-shadow: unset;
  width: auto;
  margin: 0;
}
smart-card[right-to-left].smart-container,
smart-card[right-to-left] > .smart-container {
  direction: rtl;
}
.smart-card-view {
  width: var(--smart-card-view-default-width);
  min-width: var(--smart-card-view-column-min-width);
  height: var(--smart-card-view-default-height);
  min-height: 100px;
}
.smart-card-view.smart-container {
  position: relative;
  contain: layout style;
}
.smart-card-view.smart-container > smart-scroll-viewer,
.smart-card-view > .smart-container > smart-scroll-viewer {
  position: relative;
  contain: layout style;
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.smart-card-view.smart-container > smart-scroll-viewer .smart-scroll-viewer-content-container,
.smart-card-view > .smart-container > smart-scroll-viewer .smart-scroll-viewer-content-container {
  display: flex;
  padding: 0;
}
.smart-card-view.smart-container[modal],
.smart-card-view > .smart-container[modal] {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-card-view.smart-container[modal]:after,
.smart-card-view > .smart-container[modal]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .3;
  pointer-events: none;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-card-view.smart-container[modal] .smart-indicator,
.smart-card-view > .smart-container[modal] .smart-indicator {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-card-view.smart-container[modal] .smart-carousel-item.smart-active,
.smart-card-view > .smart-container[modal] .smart-carousel-item.smart-active {
  pointer-events: none;
}
.smart-card-view smart-card {
  display: flex;
  margin: 0;
  border: var(--smart-border-width) solid;
  width: unset;
  padding: var(--smart-data-view-padding);
  overflow: auto;
  font-family: inherit;
  font-size: inherit;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-card-view smart-card > .smart-container {
  display: grid;
  grid-template-rows: 1fr;
  grid-row-gap: var(--smart-card-view-vertical-offset);
  overflow: auto;
}
.smart-card-view smart-card .smart-arrow-up.collapsed {
  transform: rotate(-180deg);
}
.smart-card-view smart-card .smart-card-view-content.smart-visibility-hidden {
  margin-top: 0;
  height: 0;
  transform: scaleY(0);
  opacity: 0;
}
.smart-card-view smart-card.collapsed {
  height: auto !important;
  align-self: start;
}
.smart-card-view smart-card[updating] .smart-card-view-content,
.smart-card-view smart-card[updating] .smart-card-view-title .smart-arrow-up {
  transition: none;
}
.smart-card-view smart-card.drop-target {
  position: relative;
}
.smart-card-view smart-card.drop-target:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 5000px;
  background-color: var(--smart-primary);
  text-decoration: underline;
  top: 0;
}
.smart-card-view smart-card.drop-target.left:after {
  left: 0;
}
.smart-card-view smart-card.drop-target.right:after {
  right: 0;
}
.smart-card-view smart-card.dragged {
  position: relative;
}
.smart-card-view smart-card.dragged:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .1) 75%,
      transparent 75%,
      transparent);
  background-size: 3em 3em;
  opacity: .8;
}
.smart-card-view smart-carousel {
  width: 100%;
}
.smart-card-view smart-carousel .smart-carousel-item {
  border-bottom: 1px solid var(--smart-border);
  background-size: cover;
}
.smart-card-view smart-carousel .smart-carousel-item.smart-active {
  pointer-events: none;
}
.smart-card-view smart-carousel .smart-indicator {
  pointer-events: all;
}
.smart-card-view smart-carousel .smart-indicator:only-child {
  display: none;
}
.smart-card-view smart-carousel * {
  pointer-events: none;
}
.smart-card-view[header-position=top].smart-container > smart-scroll-viewer,
.smart-card-view[header-position=bottom].smart-container > smart-scroll-viewer {
  height: calc(100% - var(--smart-card-view-header-height));
}
.smart-card-view .smart-card-container {
  border: none;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--smart-card-view-column-min-width), 1fr));
  grid-column-gap: var(--smart-card-view-column-gap,var(--smart-card-view-gap));
  grid-row-gap: var(--smart-card-view-row-gap,var(--smart-card-view-gap));
}
.smart-card-view .smart-data-view-header {
  height: var(--smart-card-view-header-height);
}
.smart-card-view .smart-data-view-header-drop-down .smart-card-view-customize-top {
  padding: var(--smart-data-view-padding);
  padding-bottom: 0;
}
.smart-card-view .smart-data-view-header-drop-down .smart-card-view-customize-top > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smart-card-view .smart-data-view-header-drop-down .smart-card-view-customize-top smart-switch-button {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.smart-card-view .smart-data-view-header-drop-down .smart-card-view-customize-top smart-switch-button:before {
  content: attr(crop);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}
.smart-card-view .smart-data-view-header-drop-down .smart-card-view-customize-top smart-switch-button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  content: attr(fit);
  left: calc(100% + 5px);
}
.smart-card-view .smart-data-view-header-drop-down .smart-card-view-customize-top smart-input {
  width: 100%;
}
.smart-card-view .smart-scroll-viewer-container.vscroll .smart-card-container {
  padding-right: 3px;
}
.smart-card-view .smart-card-data-container {
  display: grid;
  grid-template-rows: 1fr;
  padding: 0 .5rem;
}
.smart-card-view .smart-card-view-value {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.smart-card-view .smart-card-view-title {
  font-size: calc(var(--smart-font-size) + 3px);
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-card-view .smart-card-view-title:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-card-view .smart-card-view-title .smart-arrow-up {
  display: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--smart-background-color);
  opacity: .7;
  cursor: pointer;
}
.smart-card-view .smart-card-view-title .smart-arrow-up:after {
  color: var(--smart-background);
}
.smart-card-view .smart-card-view-title .smart-arrow-up:hover {
  opacity: 1;
}
.smart-card-view .smart-card-view-label {
  margin-bottom: calc(var(--smart-card-view-vertical-offset)/ 3);
  text-transform: uppercase;
  font-size: calc(var(--smart-font-size) - 2px);
  opacity: .7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-card-view .smart-card-view-label.icon {
  position: relative;
  padding-left: 30px;
}
.smart-card-view[right-to-left] .smart-card-view-label.icon,
.smart-window.smart-card-view-window[right-to-left] .smart-card-view-label.icon {
  padding-left: 0;
  padding-right: 30px;
}
.smart-card-view .smart-card-view-label.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.smart-card-view .smart-card-view-content {
  margin-top: var(--smart-card-view-vertical-offset);
  transform: scaleY(1);
  transform-origin: top;
  opacity: 1;
}
.smart-card-view .smart-card-view-cell {
  margin-bottom: var(--smart-card-view-vertical-offset);
}
.smart-card-view .smart-card-view-cell:last-child,
.smart-card-view[cell-orientation=horizontal] .smart-card-view-label {
  margin-bottom: 0;
}
.smart-card-view .smart-add-new-button {
  display: none;
}
.smart-card-view[cell-orientation=horizontal] .smart-card-view-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smart-card-view[cell-orientation=horizontal] .smart-card-view-value {
  text-align: right;
}
.smart-card-view[cover-mode=fit] .smart-carousel-item {
  background-size: contain;
}
.smart-card-view[editable] smart-card {
  cursor: pointer;
}
.smart-card-view[add-new-button] .smart-add-new-button {
  display: block;
  position: absolute;
  bottom: 20px;
  right: calc(23px + var(--smart-scroll-bar-size));
  width: var(--smart-card-view-add-new-button-size);
  height: var(--smart-card-view-add-new-button-size);
  border-radius: 50%;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  cursor: pointer;
}
.smart-card-view[add-new-button] .smart-add-new-button:after {
  content: var(--smart-icon-plus);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: 20px;
}
.smart-card-view[add-new-button] .smart-add-new-button:hover {
  transform: scale(1.2, 1.2);
}
.smart-card-view[add-new-button]:not([animation=none]) .smart-add-new-button {
  transition: transform cubic-bezier(.81, .27, 0, .93) .5s;
}
.smart-card-view[empty] .smart-card-view-header {
  pointer-events: none;
  opacity: .55;
}
.smart-card-view[empty] .smart-card-container:after {
  content: attr(no-data);
}
.smart-card-view[no-matches] .smart-card-container:after {
  content: attr(no-matches);
}
.smart-card-view[empty] .smart-card-container,
.smart-card-view[empty] .smart-scroll-viewer-content-container,
.smart-card-view[no-matches] .smart-card-container,
.smart-card-view[no-matches] .smart-scroll-viewer-content-container {
  height: 100%;
}
.smart-card-view[empty] .smart-card-container:after,
.smart-card-view[no-matches] .smart-card-container:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.smart-card-view[loading] smart-card > .smart-container {
  visibility: hidden;
}
.smart-card-view[loading] smart-card.smart-hidden {
  display: flex !important;
}
.smart-card-view[loading] .smart-card-view-content {
  transition: none;
}
.smart-card-view[cover-field]:not([cover-field=null]) smart-card > .smart-container {
  grid-template-rows: var(--smart-card-view-cover-height) 1fr;
}
.smart-card-view[collapsible] .smart-card-data-container,
.smart-card-view[title-field] .smart-card-data-container {
  grid-template-rows: auto 1fr;
}
.smart-card-view:not([collapsible]) .smart-card-view-title.empty {
  display: none;
}
.smart-card-view:not([collapsible]) .smart-card-view-title.empty:first-child + .smart-card-view-content {
  margin-top: 0;
}
.smart-card-view:not([animation=none]) .smart-card-view-title .smart-arrow-up {
  transition: transform .2s ease-in;
}
.smart-card-view:not([animation=none]) .smart-card-view-content {
  transition-property:
    margin-top,
    height,
    transform,
    visibility,
    opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}
.smart-card-view[collapsible] .smart-card-view-title .smart-arrow-up {
  display: block;
}
.smart-card-view[dragging] smart-card {
  overflow: hidden;
}
.smart-card-view[allow-drag] .smart-card-data-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-card-view[allow-drag] .smart-card-view-content {
  pointer-events: none;
}
.smart-card-view[right-to-left] .smart-card-view-label.icon:after {
  left: initial;
  right: 0;
}
.smart-card-view[right-to-left] .smart-card-view-customize-top {
  direction: rtl;
}
.smart-card-view[right-to-left] .smart-scroll-viewer-container.vscroll .smart-card-container {
  padding-left: 3px;
  padding-right: initial;
}
.smart-window.smart-card-view-window {
  --smart-numeric-text-box-text-align:left;
  --smart-window-default-height:75%;
  cursor: initial;
  z-index: 999;
}
.smart-window.smart-card-view-window .smart-header {
  font-size: calc(var(--smart-font-size) * 1.5);
}
.smart-window.smart-card-view-window .smart-next-button:after,
.smart-window.smart-card-view-window .smart-prev-button:after {
  font-size: calc(100% - 2px);
}
.smart-window.smart-card-view-window .smart-prev-button:after {
  content: var(--smart-icon-arrow-up);
}
.smart-window.smart-card-view-window .smart-next-button:after {
  content: var(--smart-icon-arrow-down);
}
.smart-window.smart-card-view-window .smart-card-view-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(var(--smart-card-view-vertical-offset)/ 3);
  text-transform: uppercase;
  font-size: calc(var(--smart-font-size) - 2px);
  opacity: .7;
}
.smart-window.smart-card-view-window .smart-card-view-label .toggle-visibility {
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
  color: var(--smart-color);
}
.smart-window.smart-card-view-window .smart-card-view-label .toggle-visibility:after {
  content: var(--smart-icon-visibility);
}
.smart-window.smart-card-view-window .smart-card-view-label .toggle-visibility.hidden:after {
  content: var(--smart-icon-visibility-off);
}
.smart-window.smart-card-view-window .smart-card-view-label:not(:first-child) {
  margin-top: var(--smart-card-view-vertical-offset);
}
.smart-window.smart-card-view-window .smart-card-view-label.icon {
  position: relative;
  padding-left: 30px;
}
.smart-window.smart-card-view-window .smart-card-view-label.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.smart-window.smart-card-view-window .smart-content-container > .smart-content {
  display: block;
  padding: 20px;
}
.smart-window.smart-card-view-window .smart-content-container > .smart-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.smart-window.smart-card-view-window .smart-footer smart-button {
  --smart-button-padding:0;
  width: 25%;
  height: 100%;
}
.smart-window.smart-card-view-window .smart-card-view-editor {
  width: 100%;
}
.smart-window.smart-card-view-window .smart-card-view-editor.image .thumbnail {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  border: var(--smart-border-width) solid var(--smart-border);
  width: 75px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.smart-window.smart-card-view-window .smart-card-view-editor.image .thumbnail:hover:after {
  content: var(--smart-icon-close);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  font-family: var(--smart-font-family-icon);
  font-size: 50px;
  opacity: .4;
}
.smart-window.smart-card-view-window .smart-card-view-editor.image .label {
  margin-top: 3px;
  font-size: calc(var(--smart-font-size) - 3px);
  text-transform: uppercase;
  opacity: .7;
}
.smart-window.smart-card-view-window .smart-card-view-editor.image .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5px;
  height: 30px;
}
.smart-window.smart-card-view-window .smart-card-view-editor.image smart-input {
  width: calc(100% - 40px);
  height: 100%;
}
.smart-window.smart-card-view-window .smart-card-view-editor.image smart-button {
  --smart-button-padding:0;
  width: 30px;
  height: 100%;
  font-size: 20px;
}
.smart-window.smart-card-view-window textarea.smart-card-view-editor {
  min-height: 150px;
  resize: vertical;
  border-color: var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  font-family: inherit;
  font-size: inherit;
}
.smart-window.smart-card-view-window textarea.smart-card-view-editor:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-window.smart-card-view-window textarea.smart-card-view-editor:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
.smart-window.smart-card-view-window[right-to-left] .smart-card-view-label.icon:after {
  left: initial;
  right: 0;
}
.smart-card-view-drag-feedback {
  position: absolute;
  display: flex;
  align-items: center;
  box-shadow: var(--smart-elevation-8);
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  padding: 5px;
  white-space: nowrap;
  font-family: var(--smart-font-family);
  font-size: 20px;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  z-index: 10000;
  opacity: .85;
}
.smart-card-view-drag-feedback > .drag-feedback-thumbnail {
  width: 50px;
  height: 50px;
  background-size: cover;
}
.smart-card-view-drag-feedback:nth-child(2) {
  margin-left: 10px;
}
.smart-card-view-drag-feedback[right-to-left] {
  direction: rtl;
}
.smart-card-view-drag-feedback[right-to-left]:nth-child(2) {
  margin-right: 10px;
  margin-left: initial;
}
.smart-column-panel[right-to-left] .smart-grid-panel-container-footer,
.smart-group-panel[right-to-left] .smart-grid-panel-container-footer,
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-container-footer,
.smart-sort-panel[right-to-left] .smart-grid-panel-container-footer {
  flex-direction: row-reverse;
}
.smart-column-panel[right-to-left] .smart-grid-panel-buttons-container .smart-grid-panel-apply-button,
.smart-group-panel[right-to-left] .smart-grid-panel-buttons-container .smart-grid-panel-apply-button,
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-buttons-container .smart-grid-panel-apply-button,
.smart-sort-panel[right-to-left] .smart-grid-panel-buttons-container .smart-grid-panel-apply-button {
  margin-right: 15px;
  margin-left: initial;
}
smart-carousel .smart-carousel-item,
smart-carousel .smart-carousel-item .smart-carousel-item-container {
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  height: 100%;
}
smart-carousel {
  width: var(--smart-carousel-default-width);
  height: var(--smart-carousel-default-height);
}
smart-carousel.smart-container,
smart-carousel > .smart-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
smart-carousel .smart-items-container {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
smart-carousel[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
smart-carousel[swipe] {
  -webkit-user-select: none;
  user-select: none;
}
smart-carousel .smart-carousel-item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  -webkit-user-select: none;
  user-select: none;
}
smart-carousel .smart-carousel-item .smart-carousel-item-container {
  -webkit-user-select: text;
  user-select: text;
  position: relative;
  width: 100%;
  padding-top: 50px;
  z-index: 1;
  background-size: cover;
}
smart-carousel .smart-carousel-item .smart-carousel-item-content,
smart-carousel .smart-carousel-item .smart-carousel-item-label {
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
smart-carousel .smart-carousel-item .smart-carousel-item-content {
  top: 40%;
  transform: translate(-50%, 0);
}
smart-carousel .smart-carousel-item .smart-carousel-html-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-sizing: border-box;
}
smart-carousel .smart-carousel-item.smart-active {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: text;
  user-select: text;
}
smart-carousel .smart-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  opacity: .6;
  display: block;
}
smart-carousel[hide-arrows] .smart-arrow,
smart-carousel[hide-indicators] .smart-indicators-container {
  display: none;
}
smart-carousel .smart-arrow:after {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
smart-carousel .smart-arrow:focus,
smart-carousel .smart-arrow:hover {
  opacity: .8;
}
smart-carousel .smart-arrow:active {
  opacity: 1;
}
smart-carousel .smart-arrow > .smart-button {
  border-width: 0;
}
smart-carousel .smart-arrow > .smart-button:active {
  background-color: transparent;
}
smart-carousel .smart-arrow[disabled] {
  opacity: .4;
  pointer-events: none;
}
smart-carousel .smart-arrow.smart-arrow-left {
  left: 0;
}
smart-carousel .smart-arrow.smart-arrow-right {
  right: 0;
}
smart-carousel .smart-indicators-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
}
smart-carousel .smart-indicators-container .smart-indicator {
  width: 10px;
  height: 10px;
  border: 1px solid gray;
  background-color: #fff;
  margin: 2px;
  cursor: pointer;
  box-sizing: content-box;
  opacity: .5;
}
smart-carousel .smart-indicators-container .smart-indicator.smart-active {
  opacity: .9;
  border-width: 3px;
}
smart-carousel .smart-indicators-container .smart-indicator:hover {
  opacity: .7;
}
smart-carousel:not([animation=none]) .smart-carousel-item {
  animation-duration: 1s;
}
smart-carousel:not([animation=none]) .smart-carousel-item.smart-active.smart-animate-trigger,
smart-carousel:not([animation=none]).fade .smart-carousel-item.smart-active.smart-animate-trigger {
  animation-name: carousel-active-fade;
}
smart-carousel:not([animation=none]) .smart-carousel-item.smart-out.smart-animate-trigger,
smart-carousel:not([animation=none]).fade .smart-carousel-item.smart-out.smart-animate-trigger {
  animation-name: carousel-out-fade;
}
smart-carousel:not([animation=none]).slide .smart-carousel-item.smart-active.smart-animate-trigger,
smart-carousel:not([animation=none]).slide-left .smart-carousel-item.smart-active.smart-animate-trigger {
  animation-name: carousel-active-slide;
}
smart-carousel:not([animation=none]).slide .smart-carousel-item.smart-out.smart-animate-trigger,
smart-carousel:not([animation=none]).slide-left .smart-carousel-item.smart-out.smart-animate-trigger {
  animation-name: carousel-out-slide;
}
smart-carousel:not([animation=none]).slide-right .smart-carousel-item.smart-active.smart-animate-trigger {
  animation-name: carousel-active-slide-right;
}
smart-carousel:not([animation=none]).slide-right .smart-carousel-item.smart-out.smart-animate-trigger {
  animation-name: carousel-out-slide-right;
}
smart-carousel:not([animation=none]).slide-top .smart-carousel-item.smart-active.smart-animate-trigger {
  animation-name: carousel-active-slide-top;
}
smart-carousel:not([animation=none]).slide-top .smart-carousel-item.smart-out.smart-animate-trigger {
  animation-name: carousel-out-slide-top;
}
smart-carousel:not([animation=none]).slide-bottom .smart-carousel-item.smart-active.smart-animate-trigger {
  animation-name: carousel-active-slide-bottom;
}
smart-carousel:not([animation=none]).slide-bottom .smart-carousel-item.smart-out.smart-animate-trigger {
  animation-name: carousel-out-slide-bottom;
}
smart-carousel[display-mode="3d"] .smart-carousel-html-content {
  padding-left: 30px;
  padding-right: 20px;
}
smart-carousel[display-mode="3d"] .smart-carousel-item {
  width: var(--smart-carousel-3d-mode-slide-width);
  height: var(--smart-carousel-3d-mode-slide-height);
  border: 20px solid #fff;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%) rotateX(1deg) scale(1);
  transition-duration: 0s;
}
smart-carousel[display-mode="3d"] .smart-carousel-item[position="-3"] {
  transform: perspective(800px) translateX(calc(-50% - 340px)) translateY(-50%) scale(.4);
  opacity: .1;
  z-index: 1;
}
smart-carousel[display-mode="3d"] .smart-carousel-item[position="-2"] {
  transform: perspective(800px) translateX(calc(-50% - 300px)) translateY(-50%) scale(.5);
  opacity: .2;
  z-index: 8;
}
smart-carousel[display-mode="3d"] .smart-carousel-item[position="-1"] {
  transform: perspective(800px) translateX(calc(-50% - 260px)) translateY(-50%) scale(.6);
  opacity: .3;
  z-index: 9;
}
smart-carousel[display-mode="3d"] .smart-carousel-item[position="1"] {
  transform: perspective(800px) translateX(calc(-50% + 260px)) translateY(-50%) scale(.6);
  opacity: .3;
  z-index: 9;
}
smart-carousel[display-mode="3d"] .smart-carousel-item[position="2"] {
  transform: perspective(800px) translateX(calc(-50% + 300px)) translateY(-50%) scale(.5);
  opacity: .2;
  z-index: 8;
}
smart-carousel[display-mode="3d"] .smart-carousel-item[position="3"] {
  transform: perspective(800px) translateX(calc(-50% + 340px)) translateY(-50%) scale(.4);
  opacity: .1;
  z-index: 1;
}
smart-carousel[display-mode="3d"]:not([animation=none]) .smart-carousel-item {
  transition-duration: .7s;
}
smart-carousel[display-mode="3d"]:not([animation=none]) .smart-carousel-item,
smart-carousel[display-mode="3d"]:not([animation=none]) .smart-carousel-item.smart-active,
smart-carousel[display-mode="3d"]:not([animation=none]) .smart-carousel-item.smart-out {
  animation-name: unset;
}
smart-carousel[display-mode="3d"].circle .smart-carousel-item {
  border-radius: 50%;
}
smart-carousel[display-mode="3d"].vertical .smart-carousel-item[position="-3"] {
  transform: perspective(800px) translateX(-50%) translateY(calc(-50% - 210px)) scale(.4);
}
smart-carousel[display-mode="3d"].vertical .smart-carousel-item[position="-2"] {
  transform: perspective(800px) translateX(-50%) translateY(calc(-50% - 180px)) scale(.5);
}
smart-carousel[display-mode="3d"].vertical .smart-carousel-item[position="-1"] {
  transform: perspective(800px) translateX(-50%) translateY(calc(-50% - 150px)) scale(.6);
}
smart-carousel[display-mode="3d"].vertical .smart-carousel-item[position="1"] {
  transform: perspective(800px) translateX(-50%) translateY(calc(-50% + 150px)) scale(.6);
}
smart-carousel[display-mode="3d"].vertical .smart-carousel-item[position="2"] {
  transform: perspective(800px) translateX(-50%) translateY(calc(-50% + 180px)) scale(.5);
}
smart-carousel[display-mode="3d"].vertical .smart-carousel-item[position="3"] {
  transform: perspective(800px) translateX(-50%) translateY(calc(-50% + 210px)) scale(.4);
}
smart-carousel[display-mode="3d"]:not([animation=none]).horizontal-stacked .smart-carousel-item[position="-3"] {
  transform: perspective(800px) translateX(calc(-50% - 395px)) translateY(-50%) scale(.4);
}
smart-carousel[display-mode="3d"]:not([animation=none]).horizontal-stacked .smart-carousel-item[position="-2"] {
  transform: perspective(800px) translateX(calc(-50% - 355px)) translateY(-50%) scale(.5);
}
smart-carousel[display-mode="3d"]:not([animation=none]).horizontal-stacked .smart-carousel-item[position="-1"] {
  transform: perspective(800px) translateX(calc(-50% - 280px)) translateY(-50%) scale(.6);
}
smart-carousel[display-mode="3d"]:not([animation=none]).horizontal-stacked .smart-carousel-item[position="1"] {
  transform: perspective(800px) translateX(calc(-50% + 280px)) translateY(-50%) scale(.6);
}
smart-carousel[display-mode="3d"]:not([animation=none]).horizontal-stacked .smart-carousel-item[position="2"] {
  transform: perspective(800px) translateX(calc(-50% + 355px)) translateY(-50%) scale(.5);
}
smart-carousel[display-mode="3d"]:not([animation=none]).horizontal-stacked .smart-carousel-item[position="3"] {
  transform: perspective(800px) translateX(calc(-50% + 395px)) translateY(-50%) scale(.4);
}
smart-carousel[display-mode="3d"]:not([animation=none]).bottom-top .smart-carousel-item[position="-3"] {
  transform: perspective(800px) translateX(calc(-50% - 450px)) translateY(calc(-50% + 150px)) scale(.2);
}
smart-carousel[display-mode="3d"]:not([animation=none]).bottom-top .smart-carousel-item[position="-2"] {
  transform: perspective(800px) translateX(calc(-50% - 380px)) translateY(calc(-50% + 100px)) scale(.4);
}
smart-carousel[display-mode="3d"]:not([animation=none]).bottom-top .smart-carousel-item[position="-1"] {
  transform: perspective(800px) translateX(calc(-50% - 280px)) translateY(calc(-50% + 30px)) scale(.6);
}
smart-carousel[display-mode="3d"]:not([animation=none]).bottom-top .smart-carousel-item[position="1"] {
  transform: perspective(800px) translateX(calc(-50% + 280px)) translateY(calc(-50% - 30px)) scale(.6);
}
smart-carousel[display-mode="3d"]:not([animation=none]).bottom-top .smart-carousel-item[position="2"] {
  transform: perspective(800px) translateX(calc(-50% + 380px)) translateY(calc(-50% - 100px)) scale(.4);
}
smart-carousel[display-mode="3d"]:not([animation=none]).bottom-top .smart-carousel-item[position="3"] {
  transform: perspective(800px) translateX(calc(-50% + 450px)) translateY(calc(-50% - 150px)) scale(.2);
}
smart-carousel[display-mode="3d"]:not([animation=none]).top-bottom .smart-carousel-item[position="-3"] {
  transform: perspective(800px) translateX(calc(-50% - 450px)) translateY(calc(-50% - 150px)) scale(.2);
}
smart-carousel[display-mode="3d"]:not([animation=none]).top-bottom .smart-carousel-item[position="-2"] {
  transform: perspective(800px) translateX(calc(-50% - 380px)) translateY(calc(-50% - 100px)) scale(.4);
}
smart-carousel[display-mode="3d"]:not([animation=none]).top-bottom .smart-carousel-item[position="-1"] {
  transform: perspective(800px) translateX(calc(-50% - 280px)) translateY(calc(-50% - 30px)) scale(.6);
}
smart-carousel[display-mode="3d"]:not([animation=none]).top-bottom .smart-carousel-item[position="1"] {
  transform: perspective(800px) translateX(calc(-50% + 280px)) translateY(calc(-50% + 30px)) scale(.6);
}
smart-carousel[display-mode="3d"]:not([animation=none]).top-bottom .smart-carousel-item[position="2"] {
  transform: perspective(800px) translateX(calc(-50% + 380px)) translateY(calc(-50% + 100px)) scale(.4);
}
smart-carousel[display-mode="3d"]:not([animation=none]).top-bottom .smart-carousel-item[position="3"] {
  transform: perspective(800px) translateX(calc(-50% + 450px)) translateY(calc(-50% + 150px)) scale(.2);
}
smart-carousel[display-mode=multiple]:not([animation=none]).smart-carousel-item.smart-active,
smart-carousel[display-mode=multiple]:not([animation=none]).smart-carousel-item.smart-animate-trigger.smart-active,
smart-carousel[display-mode=multiple]:not([animation=none]).smart-carousel-item.smart-animate-trigger.smart-out,
smart-carousel[display-mode=multiple]:not([animation=none]).smart-carousel-item.smart-out {
  animation-name: none;
}
smart-carousel[display-mode=multiple]:not([animation=none]) .smart-items-container {
  transition-duration: 1s;
}
smart-carousel[display-mode=multiple] .smart-items-container {
  overflow: hidden;
  width: max-content;
  transition: margin-left ease-in-out;
}
smart-carousel[display-mode=multiple] .smart-carousel-item {
  opacity: 1;
  float: left;
  display: inline-block;
  position: relative;
  width: var(--smart-carousel-multiple-mode-slide-width);
}
smart-carousel[display-mode=multiple] .smart-carousel-item.smart-active {
  background-color: #d3d3d3;
  transition: background-color 1s ease-in-out;
}
smart-carousel[display-mode=multiple] .smart-carousel-item.smart-out {
  transition: background-color 1s ease-in-out;
}
smart-carousel smart-repeat-button[hover] button {
  background-color: transparent;
}
smart-carousel[adaptive-auto-height],
smart-carousel[adaptive-height] {
  height: 100%;
  overflow: visible;
  transition: height .6s ease-out;
  margin: 0 auto 70px;
}
smart-carousel[adaptive-auto-height].smart-container,
smart-carousel[adaptive-auto-height] > .smart-container,
smart-carousel[adaptive-height].smart-container,
smart-carousel[adaptive-height] > .smart-container {
  position: relative;
}
smart-carousel[adaptive-auto-height] .smart-container,
smart-carousel[adaptive-height] .smart-container {
  overflow: visible;
}
smart-carousel[adaptive-auto-height] .smart-carousel-item,
smart-carousel[adaptive-height] .smart-carousel-item {
  height: auto;
}
smart-carousel[adaptive-auto-height] .smart-slide-wrapper,
smart-carousel[adaptive-height] .smart-slide-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 65px;
}
smart-carousel[adaptive-auto-height] .smart-indicators-container,
smart-carousel[adaptive-height] .smart-indicators-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
smart-carousel[adaptive-auto-height] .smart-arrow,
smart-carousel[adaptive-height] .smart-arrow {
  width: 50px;
  height: 50px;
  background: var(--smart-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: var(--smart-border);
  top: 50%;
  transform: translateY(-50%);
}
smart-carousel[adaptive-auto-height].smart-calculated-height .smart-carousel-item,
smart-carousel[adaptive-height].smart-calculated-height .smart-carousel-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
smart-carousel[adaptive-auto-height].smart-calculated-height .smart-slide-wrapper,
smart-carousel[adaptive-height].smart-calculated-height .smart-slide-wrapper {
  height: auto;
}
smart-carousel[right-to-left] .smart-carousel-item,
smart-carousel[right-to-left] .smart-indicators-container {
  direction: rtl;
}
[disabled] .smart-carousel-item.smart-active {
  pointer-events: none;
}
@keyframes carousel-active-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes carousel-out-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes carousel-active-slide {
  from {
    left: 100%;
    opacity: 1;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes carousel-out-slide {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    left: -100%;
    opacity: 1;
  }
}
@keyframes carousel-active-slide-right {
  from {
    opacity: 1;
    left: -100%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes carousel-out-slide-right {
  from {
    left: 0;
    opacity: 1;
  }
  to {
    left: 100%;
    opacity: 1;
  }
}
@keyframes carousel-active-slide-top {
  from {
    top: 100%;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes carousel-out-slide-top {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: -100%;
    opacity: 1;
  }
}
@keyframes carousel-active-slide-bottom {
  from {
    opacity: 1;
    top: -100%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes carousel-out-slide-bottom {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
.smart-chart-tooltip .smart-chart-tooltip-text,
smart-chart .smart-chart-annotation-text,
smart-chart .smart-chart-axis-description,
smart-chart .smart-chart-axis-text,
smart-chart .smart-chart-label-text,
smart-chart .smart-chart-legend-text,
smart-chart .smart-chart-title-description,
smart-chart .smart-chart-title-text {
  fill: var(--smart-background-color);
  color: var(--smart-background-color);
  font-family: var(--smart-font-family);
}
.smart-chart-tooltip[right-to-left] .smart-chart-tooltip-text,
smart-chart[right-to-left] .smart-chart-annotation-text,
smart-chart[right-to-left] .smart-chart-axis-description,
smart-chart[right-to-left] .smart-chart-axis-text,
smart-chart[right-to-left] .smart-chart-label-text,
smart-chart[right-to-left] .smart-chart-legend-text,
smart-chart[right-to-left] .smart-chart-title-text {
  direction: rtl;
  text-anchor: end;
}
smart-chart {
  display: block;
  width: var(--smart-chart-default-width);
  height: var(--smart-chart-default-height);
}
smart-chart .smart-chart-annotation-text,
smart-chart .smart-chart-axis-description,
smart-chart .smart-chart-axis-text,
smart-chart .smart-chart-label-text,
smart-chart .smart-chart-legend-text {
  box-sizing: content-box;
  font-size: calc(var(--smart-font-size) - 1px);
}
smart-chart .smart-chart-title-text {
  font-weight: 700;
  font-size: calc(var(--smart-font-size) + 2px);
}
smart-chart .smart-chart-title-description {
  font-size: var(--smart-font-size);
}
smart-chart[theme=dark] .smart-chart-annotation-text,
smart-chart[theme=dark] .smart-chart-axis-description .smart-chart-label-text,
smart-chart[theme=dark] .smart-chart-axis-text,
smart-chart[theme=dark] .smart-chart-legend-text,
smart-chart[theme=dark] .smart-chart-title-description,
smart-chart[theme=dark] .smart-chart-title-text {
  fill: var(--smart-background-color);
  color: var(--smart-background-color);
}
.smart-chart-range-selector > smart-chart {
  width: 100%;
  height: 100%;
  touch-action: none;
}
.smart-chart-range-selector .slider {
  box-sizing: content-box;
  pointer-events: none;
}
.smart-chart-tooltip {
  position: absolute;
  cursor: default;
  z-index: 10000000;
  transition: .3s ease-in, transform .3s ease-in;
  opacity: 1;
  transform: scale(1);
}
.smart-chart-tooltip .smart-chart-tooltip-content {
  position: absolute;
  box-sizing: content-box;
  outline: 0;
  border: 1px solid transparent;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  cursor: default;
  left: 0;
  top: 0;
  border-radius: var(--smart-border-radius);
}
.smart-chart-tooltip .smart-chart-tooltip-text {
  box-sizing: content-box;
  font-size: calc(var(--smart-font-size) - 1px);
}
.smart-chart-tooltip .smart-chart-tooltip-arrow-outer {
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10000001;
}
.smart-chart-tooltip .smart-chart-tooltip-arrow-inner {
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10000002;
}
.smart-chart-tooltip[animation=none] {
  transition: none;
}
.smart-chart-tooltip.smart-visibility-hidden {
  transform: scale(0);
}
[theme=dark] .smart-chart-tooltip:not([theme=dark]) .smart-chart-tooltip-text {
  fill: var(--smart-background);
  color: var(--smart-background);
}
.smart-chip .smart-avatar,
.smart-chip .smart-value {
  text-overflow: ellipsis;
  vertical-align: middle;
  display: none;
}
.smart-chip .smart-avatar,
.smart-chip .smart-close-button {
  width: var(--smart-chip-default-height);
  height: var(--smart-chip-default-height);
  vertical-align: middle;
}
.smart-chip .smart-value,
.smart-chip.smart-container,
smart-chip .smart-container {
  white-space: nowrap;
}
smart-chip:focus,
smart-chip:hover {
  box-shadow: var(--smart-elevation-2);
  outline: 0;
}
smart-chip.smart-element {
  display: inline-block;
}
smart-chip[disabled]:hover {
  box-shadow: none;
}
.smart-chip {
  min-height: var(--smart-chip-default-height);
  min-width: var(--smart-chip-default-height);
  border-radius: calc(var(--smart-chip-default-height)/ 2);
  box-sizing: border-box;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  position: relative;
  margin: 2px;
}
.smart-chip .smart-avatar {
  line-height: var(--smart-chip-default-height);
  border-radius: 50%;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.smart-chip .smart-value {
  line-height: var(--smart-chip-default-height);
  padding: 0 15px;
  overflow: hidden;
  margin: 0;
  cursor: default;
}
.smart-chip .smart-close-button {
  display: none;
  position: relative;
}
.smart-chip .smart-close-button:after,
.smart-chip[avatar] .smart-avatar,
.smart-chip[close-button] .smart-close-button,
.smart-chip[value] .smart-value {
  display: inline-block;
}
.smart-chip .smart-close-button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-close);
  color: inherit;
  line-height: var(--smart-chip-default-height);
  width: 100%;
  text-align: center;
}
.smart-chip .smart-close-button:hover:after {
  color: var(--smart-primary-color);
  cursor: pointer;
}
.smart-chip[avatar] .smart-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.smart-chip[avatar] .smart-value {
  width: calc(100% - var(--smart-chip-default-height));
  padding-left: 5px;
}
.smart-chip[close-button] .smart-value {
  width: calc(100% - var(--smart-chip-default-height));
  padding-right: 5px;
}
.smart-chip[avatar][close-button] .smart-value {
  width: calc(100% - 2 * var(--smart-chip-default-height));
}
.smart-chip[right-to-left] > .smart-container {
  direction: rtl;
}
smart-combo-box {
  width: var(--smart-combo-box-default-width);
  height: var(--smart-combo-box-default-height);
  overflow: initial;
  visibility: hidden;
  cursor: pointer;
}
smart-combo-box.smart-element {
  overflow: visible;
  visibility: inherit;
  border-width: 0;
}
.smart-combo-box smart-list-box {
  position: relative;
  width: 100%;
  height: 100%;
  border: initial;
  padding: initial;
  overflow: hidden;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
}
.smart-combo-box .smart-action-button input.smart-input {
  flex-grow: 1;
  align-self: center;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  min-height: 100%;
  max-height: 1rem;
  vertical-align: middle;
  margin: 0;
}
.smart-combo-box .smart-buttons-container .smart-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  margin: 0 2px;
  -webkit-user-select: none;
  user-select: none;
}
.smart-combo-box .smart-buttons-container .smart-combo-box-auto-complete-string {
  position: absolute;
  display: flex;
  pointer-events: none;
  align-items: center;
  padding: var(--smart-editor-label-padding);
  opacity: .5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.smart-combo-box .smart-buttons-container .smart-combo-box-auto-complete-string:empty {
  display: none;
}
.smart-combo-box.smart-element .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s ease-in;
  transform-origin: left top 0;
}
smart-color-panel {
  width: var(--smart-color-panel-default-width);
  height: var(--smart-color-panel-default-height);
  -webkit-user-select: none;
  user-select: none;
}
smart-color-panel .no-touch {
  touch-action: none;
}
smart-color-panel.smart-element {
  display: inline-block;
  overflow: initial;
  border: none;
  background: var(--smart-background);
  color: var(--smart-background-color);
}
smart-color-panel[disabled] {
  opacity: .55;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-panel .smart-content {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
}
.smart-color-panel label {
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-panel smart-tooltip .smart-tooltip-content {
  box-shadow: 0 0 20px 0 #8b8b8b;
}
.smart-color-panel input[type=number]::-webkit-inner-spin-button,
.smart-color-panel input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.smart-color-panel input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfied;
}
.smart-color-panel .color-input {
  width: 70px;
  height: var(--smart-editor-height);
  margin: 5px;
  padding: 5px;
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  background: var(--smart-background);
  color: var(--smart-color);
  outline: 0;
}
.smart-color-panel .color-input:focus {
  border-color: var(--smart-outline);
}
.smart-color-panel .color-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
.smart-color-panel .grid-mode-container,
.smart-color-panel .palette-mode-container {
  width: 100%;
  max-height: 100%;
  position: relative;
}
.smart-color-panel .custom-color-selection .buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.smart-color-panel .custom-colors-box,
.smart-color-panel .gray-shades-box,
.smart-color-panel .grid-samples-container,
.smart-color-panel .spectrum-box {
  display: grid;
  grid-template-columns: repeat(var(--smart-color-panel-grid-mode-column-count), auto);
}
.smart-color-panel .hue-scale {
  display: block;
  max-width: 100px;
  height: var(--smart-color-panel-palette-size);
  background-image:
    linear-gradient(
      red,
      #f0f,
      #00f,
      #0ff,
      #0f0,
      #ff0,
      red);
  width: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  padding: 1px;
  border: var(--smart-border-width) solid var(--smart-border);
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel .hue-scale-thumb {
  width: 100%;
  height: 10px;
  box-sizing: content-box;
  border: 3px solid #fff;
  border-left-width: 10px;
  border-right-width: 10px;
  position: absolute;
  left: -10px;
  top: -3px;
  box-shadow:
    0 0 5px #666,
    inset 0 0 2px 0 #999,
    inset 0 0 2px 0 #999;
  opacity: .8;
  cursor: pointer;
}
.smart-color-panel .color-palette-thumb {
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.smart-color-panel .color-palette-thumb:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 16px;
  height: 16px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: var(--smart-elevation-2);
}
.smart-color-panel .color-palette {
  width: var(--smart-color-panel-palette-size);
  height: var(--smart-color-panel-palette-size);
  background-color: red;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  padding: 1px;
  border: 1px solid #d3d3d3;
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel .color-palette:after,
.smart-color-panel .color-palette:before {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.smart-color-panel .color-palette:before {
  background-image:
    linear-gradient(
      90deg,
      #fff,
      transparent);
}
.smart-color-panel .color-palette:after {
  background-image: linear-gradient(transparent, #000);
}
.smart-color-panel .color-controls-container {
  display: block;
  max-width: 100px;
  overflow: hidden;
}
.smart-color-panel .color-palette-container {
  width: 100%;
  height: var(--smart-color-panel-palette-size);
  display: flex;
  flex-direction: row;
}
.smart-color-panel .preview-container {
  width: 100%;
  min-width: 100px;
  height: 100px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding: 1px;
  border: var(--smart-border-width) solid var(--smart-border);
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel .preview-container-bottom,
.smart-color-panel .preview-container-top {
  width: 100%;
  height: 50%;
  display: block;
  background-color: #fff;
}
.smart-color-panel .alpha-channel-container {
  flex-direction: row;
  width: 100%;
  align-items: center;
  align-content: space-around;
  margin-top: 5px;
  display: none;
}
.smart-color-panel .alpha-channel-container label {
  width: 48px;
}
.smart-color-panel .alpha-channel-scale {
  width: var(--smart-color-panel-palette-size);
  height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  border: var(--smart-border-width) solid var(--smart-border);
  margin-right: 20px;
}
.smart-color-panel .alpha-channel-scale:after,
.smart-color-panel .alpha-channel-scale:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
}
.smart-color-panel .alpha-channel-scale:before {
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 6px, 8px 14px;
  background-size: 16px 16px;
}
.smart-color-panel .alpha-channel-scale:after {
  background-image:
    linear-gradient(
      90deg,
      var(--smart-color-panel-alpha-channel-color),
      transparent);
  box-shadow: inset 1px -1px 0 0 #fff, inset -1px 1px 0 0 #fff;
}
.smart-color-panel .alpha-channel-thumb {
  width: 10px;
  height: 100%;
  box-sizing: content-box;
  border: 3px solid #fff;
  border-top-width: 10px;
  border-bottom-width: 10px;
  position: absolute;
  left: -3px;
  top: -10px;
  opacity: .8;
  box-shadow:
    0 0 5px #666,
    inset 0 0 2px 0 #999,
    inset 0 0 2px 0 #999;
  cursor: pointer;
  z-index: 1;
}
.smart-color-panel .buttons-container {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px 0 0;
}
.smart-color-panel .buttons-container smart-button {
  width: 100px;
}
.smart-color-panel .color-sample,
.smart-color-panel .user-color-container {
  width: var(--smart-color-panel-grid-mode-item-size);
  height: var(--smart-color-panel-grid-mode-item-size);
}
.smart-color-panel .buttons-container smart-button:last-of-type {
  margin-left: 20px;
}
.smart-color-panel .gradient-background {
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 6px, 8px 14px;
  background-size: 16px 16px;
}
.smart-color-panel .color-sample.user-color:before,
.smart-color-panel .user-color-container {
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 5px, 5px 10px;
  background-size: 10px 10px;
}
.smart-color-panel .material-grid-samples-container {
  display: grid;
  grid-template-columns: 80px repeat(14, auto);
}
.smart-color-panel .button-custom-color {
  margin: 5px 0;
}
.smart-color-panel .color-sample {
  margin: var(--smart-color-panel-grid-mode-columns-gap);
  box-sizing: border-box;
  cursor: pointer;
  border: var(--smart-border-width) solid rgba(0, 0, 0, .1);
  background-clip: content-box;
  -webkit-background-clip: content-box;
  text-overflow: ellipsis;
}
.smart-color-panel .color-sample.user-color {
  position: relative;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
.smart-color-panel .color-sample.user-color:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.smart-color-panel .color-sample.selected {
  border: 2px solid var(--smart-ui-state-color-selected);
  padding: 1px;
}
.smart-color-panel .color-sample.empty {
  visibility: hidden;
}
.smart-color-panel .color-sample.header,
.smart-color-panel .color-sample.label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-width: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-panel .color-sample.label-column {
  width: 100%;
  justify-content: flex-start;
}
.smart-color-panel .color-sample.color-sample-column,
.smart-color-panel .color-sample.color-sample-row {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, .2);
  padding: 1px;
  background:
    repeating-linear-gradient(
      -55deg,
      #fff,
      #fff 10px,
      #eee 10px,
      #eee 20px);
}
.smart-color-panel .color-sample[transparent] {
  position: relative;
}
.smart-color-panel .color-sample[transparent]:after {
  content: "";
  border: 1px solid red;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  width: 150%;
  border-radius: 5px;
}
.smart-color-panel .user-color.empty {
  background:
    repeating-linear-gradient(
      -55deg,
      #fff,
      #fff 10px,
      #eee 10px,
      #eee 20px);
  background-origin: content-box;
  border-color: #d3d3d3;
}
.smart-color-panel .default-samples-container div {
  display: grid;
  grid-template-columns: repeat(10, auto);
  justify-items: center;
}
.smart-color-panel .default-samples-container .theme-shades-box {
  margin-top: var(--smart-color-panel-default-mode-sections-gap);
  margin-bottom: var(--smart-color-panel-default-mode-sections-gap);
}
.smart-color-panel .default-samples-container .standard-colors-label,
.smart-color-panel .default-samples-container .theme-colors-label {
  display: block;
  font-weight: 600;
  margin-left: 2px;
  margin-top: var(--smart-color-panel-default-mode-sections-gap);
  margin-bottom: calc(var(--smart-color-panel-default-mode-sections-gap)/ 2);
}
.smart-color-panel .hex-mode-resize-trigger {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.smart-color-panel[edit-alpha-channel] .alpha-channel-container {
  display: flex;
}
.smart-color-panel[enable-custom-colors] .button-custom-color,
.smart-color-panel[enable-custom-colors] .user-samples-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.smart-color-panel[enable-custom-colors]:not([display-mode=palette]):not([display-mdoe=radial]) .custom-color-selection .palette-mode-container {
  display: block;
}
.smart-color-panel:not([display-mode=radial]) .canvas-radial {
  display: none;
}
.smart-color-panel[display-mode=radial] .brightness-scale,
.smart-color-panel[display-mode=hexagonal] .brightness-scale {
  display: block;
  max-width: 100px;
  height: var(--smart-color-panel-palette-size);
  background-image:
    linear-gradient(
      red,
      #f0f,
      #00f,
      #0ff,
      #0f0,
      #ff0,
      red);
  width: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  padding: 1px;
  border: var(--smart-border-width) solid var(--smart-border);
  background-clip: content-box;
  -webkit-background-clip: content-box;
}
.smart-color-panel[display-mode=radial] .brightness-scale-thumb,
.smart-color-panel[display-mode=hexagonal] .brightness-scale-thumb {
  width: 100%;
  height: 10px;
  box-sizing: content-box;
  border: 3px solid #fff;
  border-left-width: 10px;
  border-right-width: 10px;
  position: absolute;
  left: -10px;
  top: -3px;
  box-shadow:
    0 0 5px #666,
    inset 0 0 2px 0 #999,
    inset 0 0 2px 0 #999;
  opacity: .8;
  cursor: pointer;
}
.smart-color-panel[display-mode=hexagonal] .alpha-channel-scale {
  width: var(--smart-color-panel-palette-width);
}
.smart-color-panel[display-mode=hexagonal] .brightness-scale {
  display: block;
  height: var(--smart-color-panel-palette-height);
  background-image: linear-gradient(white, #000);
}
.smart-color-panel[display-mode=hexagonal] .selected {
  stroke: #fff;
  stroke-width: 4px;
}
.smart-color-panel[display-mode=hexagonal] .color-palette-container {
  height: var(--smart-color-panel-palette-height);
}
.smart-color-panel[display-mode=hexagonal] .color-palette-hexagonal,
.smart-color-panel[display-mode=hexagonal] .palette-mode-container {
  display: block;
}
.smart-color-panel[display-mode=radial] .hue-scale {
  display: none;
}
.smart-color-panel[display-mode=radial] .brightness-scale {
  background-image: linear-gradient(white, #000);
}
.smart-color-panel[display-mode=radial] .color-palette-radial {
  width: var(--smart-color-panel-palette-size);
  height: var(--smart-color-panel-palette-size);
  display: block;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  padding: 1px;
  border: 1px solid #d3d3d3;
  background-clip: content-box;
  -webkit-background-clip: content-box;
  background:
    conic-gradient(
      from 90deg,
      red,
      #ff0,
      #0f0,
      #0ff,
      #00f,
      #ff00ff,
      red) #ff005a;
  border-radius: 50%;
}
.smart-color-panel[display-mode=radial] .color-palette-radial:after {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #000;
  opacity: var(--smart-color-panel-brightness);
  border-radius: 50%;
}
.smart-color-panel[display-mode=radial] .color-palette-radial-thumb {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 50%;
  top: 50%;
}
.smart-color-panel[display-mode=radial] .color-palette-radial-thumb:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 16px;
  height: 16px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: var(--smart-elevation-2);
}
.smart-color-panel[display-mode=radial] .white-radial-gradient {
  z-index: 2;
  width: var(--smart-color-panel-palette-size);
  height: var(--smart-color-panel-palette-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image:
    radial-gradient(
      circle,
      #fff,
      transparent);
}
.smart-color-panel[display-mode=radial] .palette-mode-container {
  display: block;
}
.smart-color-panel[display-mode=radial] canvas {
  transform: rotate(-180deg);
  transform-origin: center;
}
.smart-color-panel[display-mode=radial][inverted] .color-palette-radial:after {
  background: #fff;
}
.smart-color-panel[display-mode=radial][inverted] .white-radial-gradient {
  background: radial-gradient(black, transparent);
}
.smart-color-panel[display-mode=palette] .color-palette,
.smart-color-panel[display-mode=palette] .palette-mode-container,
.smart-color-panel[display-mode=spectrumGrid] .spectrum-grid-samples-container,
.smart-color-panel[display-mode=default] .default-samples-container,
.smart-color-panel[display-mode=materialGrid] .color-palette {
  display: block;
}
.smart-color-panel[apply-value-mode=useButtons] .buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.smart-color-panel[right-to-left] .alpha-channel-container,
.smart-color-panel[right-to-left] .color-palette-container,
.smart-color-panel[right-to-left] .grid-mode-container {
  direction: rtl;
}
.smart-color-panel[right-to-left] .alpha-channel-scale {
  margin: 0 0 0 20px;
}
.smart-color-panel[right-to-left] .alpha-channel-scale:after {
  background-image:
    linear-gradient(
      90deg,
      transparent,
      var(--smart-color-panel-alpha-channel-color));
}
.smart-color-panel[right-to-left] .buttons-container {
  flex-direction: row-reverse;
}
.smart-color-panel[right-to-left] .buttons-container smart-button:last-of-type {
  margin: 0 0 0 20px;
}
.smart-color-panel .button-custom-color,
.smart-color-panel .color-palette-hexagonal,
.smart-color-panel .custom-color-selection .grid-mode-container,
.smart-color-panel .palette-mode-container,
.smart-color-panel .spectrum-grid-samples-container,
.smart-color-panel .user-samples-container,
.smart-color-panel[display-mode=palette] .color-palette-radial,
.smart-color-panel[display-mode=palette] .grid-mode-container,
.smart-color-panel[display-mode=radial] .color-palette,
.smart-color-panel[display-mode=radial] .grid-mode-container,
.smart-color-panel[display-mode=hexagonal] .color-palette,
.smart-color-panel[display-mode=hexagonal] .default-samples-container,
.smart-color-panel[display-mode=hexagonal] .grid-samples-container,
.smart-color-panel[display-mode=hexagonal] .hue-scale,
.smart-color-panel[display-mode=hexagonal] .spectrum-grid-samples-container,
.smart-color-panel[display-mode=spectrumGrid] .default-samples-container,
.smart-color-panel[display-mode=spectrumGrid] .grid-samples-container,
.smart-color-panel[display-mode=spectrumGrid] .material-grid-samples-container,
.smart-color-panel[display-mode=spectrumGrid] .palette-mode-container,
.smart-color-panel[display-mode=default] .grid-samples-container,
.smart-color-panel[display-mode=default] .material-grid-samples-container,
.smart-color-panel[display-mode=default] .palette-mode-container,
.smart-color-panel[display-mode=materialGrid] .default-samples-container,
.smart-color-panel[display-mode=materialGrid] .grid-samples-container,
.smart-color-panel[display-mode=materialGrid] .palette-mode-container,
.smart-color-panel[display-mode=grid] .default-samples-container,
.smart-color-panel[display-mode=grid] .material-grid-samples-container,
.smart-color-panel[display-mode=grid] .palette-mode-container,
.smart-color-panel[enable-custom-colors][display-mode=hexagonal] .button-custom-color,
.smart-color-panel[enable-custom-colors][display-mode=hexagonal] .user-samples-container,
.smart-color-panel[hide-alpha-editor] .a-channel,
.smart-color-panel[hide-h-e-x-editor] .hex,
.smart-color-panel[hide-preview-container] .preview-container,
.smart-color-panel[hide-r-g-b-editor] .b-channel,
.smart-color-panel[hide-r-g-b-editor] .g-channel,
.smart-color-panel[hide-r-g-b-editor] .r-channel {
  display: none;
}
smart-color-picker {
  width: var(--smart-color-picker-default-width);
  height: var(--smart-color-picker-default-height);
}
smart-color-picker.smart-element {
  overflow: initial;
  border: none;
}
.smart-color-picker smart-color-panel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
}
.smart-color-picker .smart-color-box {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: var(--smart-border-radius);
  border: var(--smart-border-width) solid var(--smart-border);
  background-color: var(--smart-background);
  margin-right: 5px;
  overflow: hidden;
  background-image:
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc),
    linear-gradient(
      45deg,
      #ccc 25%,
      transparent 25%,
      transparent 74%,
      #ccc 75%,
      #ccc);
  background-position: 0 5px, 5px 10px;
  background-size: 10px 10px;
}
.smart-color-picker .smart-color-box.no-color {
  background-image:
    linear-gradient(
      45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 0,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%),
    linear-gradient(
      -45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 20%,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%);
  background-position: initial;
  background-size: initial;
}
.smart-color-picker .smart-color-box > div {
  width: 100%;
  height: 100%;
}
.smart-color-picker .smart-color-input {
  border: 0;
  background-color: transparent;
  outline: 0;
  color: inherit;
}
.smart-color-picker .smart-ripple {
  background: var(--smart-primary-color);
}
.smart-color-picker .smart-drop-down.smart-drop-down-color-picker.smart-drop-down-container {
  width: var(--smart-color-picker-drop-down-width);
  max-width: none;
  height: var(--smart-color-picker-drop-down-height);
  max-height: none;
  box-sizing: content-box;
  overflow: hidden;
}
.smart-color-picker:not([opened]) .smart-color-input {
  color: inherit;
}
.smart-color-picker:not([editable]) .smart-color-input {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.smart-color-picker[value-display-mode=none] .smart-color-box,
.smart-color-picker[value-display-mode=none] .smart-color-input {
  display: none;
}
.smart-color-picker[value-display-mode=none] .smart-color-input.smart-input {
  width: 0;
  opacity: 0;
  padding: initial;
}
.smart-color-picker[value-display-mode=none] .smart-action-button {
  padding: initial;
  border: none;
}
.smart-color-picker[value-display-mode=none] .smart-drop-down-button {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-left-width: var(--smart-border-width);
  border-left-style: solid;
}
.smart-color-picker[value-display-mode=none]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-drop-down-button {
  border-left-color: var(--smart-border);
}
.smart-color-picker[value-display-mode=colorCode] .smart-color-box {
  display: none;
}
.smart-color-picker[value-display-mode=colorCode] .smart-color-input,
.smart-color-picker[value-display-mode=colorBox] .smart-color-box {
  display: block;
}
.smart-color-picker[value-display-mode=colorBox] .smart-input {
  display: none;
}
.smart-color-picker[editable] .smart-action-button {
  cursor: initial;
}
.smart-color-picker[editable]:not([opened]):not([drop-down-open-mode=dropDownButton])[hover] .smart-action-button {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-color-picker[opened][editable] .smart-action-button {
  background-color: var(--smart-backgroud);
  color: var(--smart-background-color);
}
.smart-color-panel .color-sample.no-color {
  background-image:
    linear-gradient(
      45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 0,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%),
    linear-gradient(
      -45deg,
      transparent 47.5%,
      rgba(0, 0, 0, .2) 20%,
      rgba(0, 0, 0, .2) 52.5%,
      transparent 52.5%);
  background-position: initial;
  background-size: initial;
}
.smart-drop-down-repositioned smart-color-panel {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
}
.smart-drop-down.smart-drop-down-color-picker.smart-drop-down-container,
.smart-drop-down.smart-drop-down-color-picker.smart-drop-down-container.smart-drop-down-repositioned {
  width: var(--smart-color-picker-drop-down-width);
  max-width: none;
  height: var(--smart-color-picker-drop-down-height);
  max-height: none;
  box-sizing: content-box;
  overflow: hidden;
}
smart-date-time-picker {
  width: var(--smart-date-time-picker-default-width);
  min-width: var(--smart-editor-addon-width);
  height: var(--smart-date-time-picker-default-height);
  min-height: var(--smart-editor-height);
}
smart-date-time-picker.smart-element {
  overflow: visible;
}
smart-date-time-picker[hover] {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-date-time-picker.smart-container,
smart-date-time-picker > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-date-time-picker.smart-container > .smart-content,
smart-date-time-picker > .smart-container > .smart-content {
  display: flex;
  height: 100%;
  width: 100%;
}
.smart-date-time-picker.smart-container > input,
smart-date-time-picker > .smart-container > input {
  height: 100%;
}
.smart-date-time-picker .smart-input.smart-date-time-input {
  width: 100%;
  border: none;
  background: inherit;
  padding: var(--smart-editor-label-padding);
  outline: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
}
.smart-date-time-picker > .smart-container > .smart-hint,
.smart-date-time-picker > .smart-container > .smart-label {
  display: none;
  position: absolute;
}
.smart-date-time-picker .smart-spin-buttons-container {
  height: 100%;
  display: none;
  width: var(--smart-editor-addon-width);
  border-radius: 0;
}
.smart-date-time-picker .smart-spin-button {
  --smart-button-padding:0;
  display: block;
  width: 100%;
  height: 50%;
  min-height: 0;
  color: var(--smart-surface-color);
  background-color: var(--smart-surface);
  border: solid;
  border-width: 0;
  border-color: var(--smart-border);
  border-left-width: var(--smart-border-width);
  font-weight: 500;
  border-radius: 0;
}
.smart-date-time-picker .smart-spin-button:first-child {
  border-bottom-width: 1px;
}
.smart-date-time-picker .smart-spin-button[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-date-time-picker .smart-spin-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button {
  height: 100%;
  display: none;
  width: var(--smart-editor-addon-width);
  cursor: pointer;
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
  border-width: 0;
  border-left-width: var(--smart-border-width);
  border-style: solid;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: hidden;
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button:after {
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: var(--smart-arrow-size);
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: var(--smart-icon-calendar);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button.time:after {
  content: var(--smart-icon-clock);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button.smart-drop-down-button-pressed {
  color: var(--smart-ui-state-color);
}
.smart-date-time-picker .smart-drop-down-button.smart-calendar-button.smart-drop-down-button-pressed[hover]:after {
  color: var(--smart-ui-state-color-hover);
}
.smart-date-time-picker .smart-drop-down.smart-date-time-drop-down {
  padding: 0 !important;
}
.smart-date-time-picker .smart-ripple {
  background: var(--smart-background);
}
.smart-date-time-picker[focus],
.smart-date-time-picker[focus] .smart-drop-down-button.smart-calendar-button {
  border-color: var(--smart-outline);
}
.smart-date-time-picker[disabled] .smart-input.smart-date-time-input {
  background-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.smart-date-time-picker[disabled] .smart-drop-down-button.smart-calendar-button,
.smart-date-time-picker[readonly] .smart-drop-down-button.smart-calendar-button {
  cursor: default;
}
.smart-date-time-picker[label] > .smart-container > .smart-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: initial;
  line-height: initial;
}
.smart-date-time-picker[calendar-button] .smart-input.smart-date-time-input,
.smart-date-time-picker[spin-buttons] .smart-input.smart-date-time-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons-position=left] .smart-spin-button {
  border-right-width: var(--smart-border-width);
  border-left-width: 0;
}
.smart-date-time-picker[spin-buttons-position=left] .smart-spin-button:first-child {
  border-top-left-radius: var(--smart-border-top-left-radius);
}
.smart-date-time-picker[spin-buttons-position=left] .smart-spin-button:last-child {
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-date-time-picker[spin-buttons] {
  min-width: calc(var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons] .smart-spin-buttons-container {
  display: block;
}
.smart-date-time-picker[spin-buttons]:not([spin-buttons-position=left]) .smart-input.smart-date-time-input {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-date-time-picker[calendar-button] {
  min-width: var(--smart-editor-addon-width);
}
.smart-date-time-picker[calendar-button] .smart-drop-down-button.smart-calendar-button {
  display: block;
  position: relative;
}
.smart-date-time-picker[spin-buttons][calendar-button] {
  min-width: calc(var(--smart-editor-addon-width) + var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons][calendar-button] .smart-input.smart-date-time-input {
  width: calc(100% - var(--smart-editor-addon-width) - var(--smart-editor-addon-width));
}
.smart-date-time-picker[spin-buttons][calendar-button][calendar-button-position=left][spin-buttons-position=left] .smart-spin-button:first-child {
  border-top-left-radius: 0;
}
.smart-date-time-picker[spin-buttons][calendar-button][calendar-button-position=left][spin-buttons-position=left] .smart-spin-button:last-child {
  border-bottom-left-radius: 0;
}
.smart-date-time-picker:not([spin-buttons]) .smart-input.smart-date-time-input,
.smart-date-time-picker[calendar-button-position=left] .smart-drop-down-button {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-date-time-picker[calendar-button-position=left] .smart-drop-down-button {
  border-left: none;
  border-right-width: var(--smart-border-width);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-date-time-picker[calendar-button-position=left][spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:first-child {
  border-top-right-radius: var(--smart-border-top-right-radius);
}
.smart-date-time-picker[calendar-button-position=left][spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:last-child {
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker:not([calendar-button])[spin-buttons-position=left] .smart-input.smart-date-time-input,
.smart-date-time-picker[calendar-button-position=left][spin-buttons-position=left] .smart-input.smart-date-time-input {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker:not([calendar-button])[spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:first-child {
  border-top-right-radius: var(--smart-border-top-right-radius);
}
.smart-date-time-picker:not([calendar-button])[spin-buttons]:not([spin-buttons-position=left]) .smart-spin-button:last-child {
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker:not([spin-buttons]):not([calendar-button]) .smart-input.smart-date-time-input,
.smart-date-time-picker:not([spin-buttons])[calendar-button-position=left] .smart-input.smart-date-time-input {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-date-time-picker.underlined {
  border-width: 0 0 1px;
  background: var(--smart-background);
}
.smart-date-time-picker.underlined .smart-drop-down-button,
.smart-date-time-picker.underlined .smart-spin-button {
  border-width: 0;
  background: var(--smart-background);
}
.smart-date-time-picker.underlined .smart-spin-button[active],
.smart-date-time-picker.underlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.underlined .smart-drop-down-button.smart-calendar-button[active],
.smart-date-time-picker.underlined .smart-drop-down-button.smart-calendar-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.underlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    opacity .1s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.smart-date-time-picker.underlined .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.smart-date-time-picker.underlined:not([focus]) .smart-hint {
  margin-top: 0;
}
.smart-date-time-picker.underlined[focus] .smart-drop-down-button.smart-calendar-button,
.smart-date-time-picker.underlined[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-date-time-picker.underlined[focus] .smart-hint:after {
  transform: scale(1);
}
.smart-date-time-picker.outlined {
  padding-top: 6px;
  height: auto;
  min-height: 0;
  border: none;
  background: inherit;
}
.smart-date-time-picker.outlined input {
  padding: 0;
  border: none !important;
  z-index: initial;
}
.smart-date-time-picker.outlined .smart-content {
  padding: 4px 3px;
  border: 1px solid var(--smart-border);
  height: auto;
  border-radius: var(--smart-border-radius);
  background: var(--smart-background);
  z-index: 5;
}
.smart-date-time-picker.outlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-date-time-picker.outlined .smart-spin-button[active],
.smart-date-time-picker.outlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.outlined .smart-drop-down-button {
  padding: 8px 0;
  background: var(--smart-background);
  border-width: 0;
}
.smart-date-time-picker.outlined .smart-drop-down-button.smart-calendar-button[active],
.smart-date-time-picker.outlined .smart-drop-down-button.smart-calendar-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-date-time-picker.outlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  z-index: 5;
  pointer-events: none;
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  margin-top: -6px;
  transition:
    color .2s,
    font-size .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s;
}
.smart-date-time-picker.outlined .smart-hint:after,
.smart-date-time-picker.outlined .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
}
.smart-date-time-picker.outlined .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.smart-date-time-picker.outlined .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.smart-date-time-picker.outlined:not([focus]) .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 48px;
  opacity: 0;
}
.smart-date-time-picker.outlined[focus] .smart-content {
  border-color: var(--smart-primary);
  border-top-color: transparent !important;
}
.smart-date-time-picker.outlined[focus] .smart-drop-down-button {
  color: var(--smart-primary);
}
.smart-date-time-picker.outlined[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-date-time-picker.outlined[focus] .smart-hint:after,
.smart-date-time-picker.outlined[focus] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.smart-date-time-picker.outlined.smart-element-init .smart-hint {
  visibility: hidden;
  display: none !important;
}
.smart-date-time-picker[right-to-left] > .smart-container {
  direction: initial;
}
.smart-date-time-picker[right-to-left] .smart-hint,
.smart-date-time-picker[right-to-left] .smart-input.smart-date-time-input,
.smart-date-time-picker[right-to-left] > .smart-container > .smart-label {
  direction: rtl;
}
.smart-drop-down.smart-date-time-drop-down {
  padding: 0 !important;
}
.smart-drop-down.smart-date-time-drop-down[footer] {
  height: calc(30px + var(--smart-editor-drop-down-height));
  max-height: calc(30px + var(--smart-editor-drop-down-height));
}
.smart-drop-down.smart-date-time-drop-down smart-calendar {
  border: none;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
}
.smart-drop-down.smart-date-time-drop-down smart-time-picker {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  min-width: initial;
}
.smart-drop-down.smart-date-time-drop-down smart-time-picker .smart-hour-minute-container {
  font-size: 40px;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer,
.smart-drop-down.smart-date-time-drop-down .smart-header {
  cursor: initial;
}
.smart-drop-down.smart-date-time-drop-down .smart-date-time-picker-footer {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 1px;
}
.smart-drop-down.smart-date-time-drop-down .smart-am-pm-element {
  width: 100%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component {
  display: flex;
  padding: 1px;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component > input {
  outline: 0;
  border: var(--smart-border-width) solid var(--smart-border);
  text-align: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  height: 100%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component > input:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component > span {
  width: 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-today {
  padding: 1px;
  font-family: var(--smart-font-family-icon);
  border: var(--smart-border-width) solid transparent;
  display: flex;
  width: 30%;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-today:focus {
  outline: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute {
  width: 30%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour smart-repeat-button,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute smart-repeat-button {
  border-radius: 0;
  margin: 0 0 0 -1px;
  width: 100%;
  height: 50%;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour smart-repeat-button:last-child,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute smart-repeat-button:last-child {
  border-top-color: transparent;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-hour button,
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-minute button {
  border-radius: 0;
  padding: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-footer-component-ampm {
  width: 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.smart-drop-down.smart-date-time-drop-down .smart-hour-element,
.smart-drop-down.smart-date-time-drop-down .smart-minute-element {
  width: 60%;
}
.smart-drop-down.smart-date-time-drop-down .smart-today-element {
  cursor: pointer;
  outline: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-today-element:after {
  content: var(--smart-icon-calendar);
}
.smart-drop-down.smart-date-time-drop-down .smart-today-element:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header {
  height: var(--smart-bar-height);
  width: 100%;
  display: flex;
  align-items: center;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header:focus {
  outline: 0;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  opacity: var(--smart-date-time-picker-header-opacity);
  outline: unset;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header > div:focus {
  text-decoration: underline;
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-header > .smart-selected {
  background-color: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
  opacity: var(--smart-date-time-picker-header-opacity-active);
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-content {
  width: 100%;
  height: calc(100% - var(--smart-bar-height));
}
.smart-drop-down.smart-date-time-drop-down .smart-drop-down-content.partial,
.smart-drop-down.smart-date-time-drop-down[drop-down-display-mode=classic] .smart-calendar-container,
.smart-drop-down.smart-date-time-drop-down[drop-down-display-mode=timePicker] .smart-calendar-container {
  height: 100%;
}
.smart-drop-down.smart-date-time-drop-down .smart-date-time-picker .smart-hidden {
  display: none;
}
.smart-drop-down.smart-date-time-drop-down.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
smart-docking-layout {
  width: var(--smart-docking-layout-default-width);
  height: var(--smart-docking-layout-default-height);
}
.smart-docking-layout .smart-items-container,
smart-docking-layout .smart-horizontal-hidden-items-container,
smart-docking-layout .smart-items-container,
smart-docking-layout .smart-vertical-hidden-items-container {
  height: 100%;
  width: 100%;
  background-color: transparent;
}
smart-docking-layout.smart-element {
  overflow: initial;
}
smart-docking-layout:not([animation=none]) .smart-window .smart-dock-button:after {
  transition: transform .2s ease;
}
.smart-docking-layout > .smart-container {
  overflow: hidden;
}
.smart-docking-layout .smart-tabs-window-feedback.smart-window {
  position: absolute;
  opacity: 0;
  max-width: 400px;
  max-height: 400px;
  pointer-events: none;
}
.smart-docking-layout .smart-tabs-window-feedback.smart-window:not([animation=none]) {
  transition:
    transform .2s ease-out,
    opacity .2s ease-out,
    visibility .2s ease-out;
}
.smart-docking-layout .smart-tabs-window-feedback[tabs-window-dragged] {
  z-index: 10001;
  opacity: .9;
  transform: scale(.2);
  min-width: 400px;
  min-height: 400px;
}
.smart-docking-layout .smart-window .smart-content-container > .smart-content {
  align-items: stretch;
}
.smart-docking-layout .smart-window .smart-dock-button:after {
  content: var(--smart-icon-arrow-up);
  font-size: .8rem;
}
.smart-docking-layout .smart-window .smart-buttons-container .smart-dock-button:after {
  content: var(--smart-icon-window-pin-alt);
  font-size: .8rem;
}
.smart-docking-layout .smart-window .smart-buttons-container .smart-menu-button:after {
  content: var(--smart-icon-menu);
  transform: rotate(180deg);
  font-size: .8rem;
}
.smart-docking-layout .smart-window .smart-buttons-container .smart-auto-hide-button:after {
  content: var(--smart-icon-window-pin);
  font-size: .8rem;
}
.smart-docking-layout .smart-window[focused] {
  box-shadow: none;
}
.smart-docking-layout .smart-placeholder .smart-window .smart-content-container > .smart-header-section {
  min-height: 0;
  height: 0;
  padding: 0;
}
.smart-docking-layout .smart-docking-layout-item-holder {
  width: 100%;
  height: 100%;
}
.smart-docking-layout .smart-horizontal-hidden-items-container,
.smart-docking-layout .smart-vertical-hidden-items-container {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.smart-docking-layout .smart-horizontal-hidden-items-container > .smart-container > smart-splitter-item,
.smart-docking-layout .smart-vertical-hidden-items-container > .smart-container > smart-splitter-item {
  background-color: transparent;
}
.smart-docking-layout .smart-docking-layout-auto-hide-window:focus,
.smart-docking-layout .smart-docking-layout-auto-hide-window[focused] {
  box-shadow: none;
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=right] {
  transition: animation, visibility .2s ease-in;
  transform-origin: left;
  animation: leftToRightOut .2s cubic-bezier(.4, 0, 1, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=right][opened] {
  transition: animation, visibility .2s ease-in;
  transform-origin: left;
  animation: leftToRightIn .2s cubic-bezier(0, 0, .2, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=right]:not([animation=none]) {
  transform: scaleX(1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=right]:not([animation=none]).smart-visibility-hidden {
  transform: scaleX(0);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=left] {
  transition: animation, visibility .2s ease-in;
  transform-origin: right;
  animation: rightToLeftOut .2s cubic-bezier(.4, 0, 1, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=left][opened] {
  transition: animation, visibility .2s ease-in;
  transform-origin: right;
  animation: rightToLeftIn .2s cubic-bezier(0, 0, .2, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=left]:not([animation=none]) {
  transform: scaleX(1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=left]:not([animation=none]).smart-visibility-hidden {
  transform: scaleX(0);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=top] {
  transition: animation, visibility .2s ease-in;
  transform-origin: bottom;
  animation: bottomToTopOut .2s cubic-bezier(.4, 0, 1, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=top][opened] {
  transition: animation, visibility .2s ease-in;
  transform-origin: bottom;
  animation: bottomToTopIn .2s cubic-bezier(0, 0, .2, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=top]:not([animation=none]) {
  transform: scaleY(1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=top]:not([animation=none]).smart-visibility-hidden {
  transform: scaleY(0);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=bottom] {
  transition: animation, visibility .2s ease-in;
  transform-origin: top;
  animation: topToBottomOut .2s cubic-bezier(.4, 0, 1, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=bottom][opened] {
  transition: animation, visibility .2s ease-in;
  transform-origin: top;
  animation: topToBottomIn .2s cubic-bezier(0, 0, .2, 1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=bottom]:not([animation=none]) {
  transform: scaleY(1);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window[resize-mode=bottom]:not([animation=none]).smart-visibility-hidden {
  transform: scaleY(0);
}
.smart-docking-layout .smart-docking-layout-auto-hide-window.smart-window {
  position: absolute;
  box-shadow: none;
  border: 1px solid #A9A9A9;
  border-radius: 0;
  width: 200px;
  height: 200px;
  min-width: 100px;
  min-height: 100px;
}
.smart-docking-layout .smart-docking-layout-auto-hide-window.smart-window .smart-content-container:not([class*=smart-window-resizing]) > .smart-header-section {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-docking-layout .smart-window-resize-feedback {
  border: 2.5px solid #d3d3d3;
}
.smart-docking-layout smart-tabs-window.smart-window {
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: initial;
  left: initial;
  z-index: initial;
  transform: initial;
  border-radius: 0;
  position: relative;
  min-width: 0;
  min-height: 0;
  box-shadow: none;
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-docking-layout smart-tabs-window.smart-window smart-tabs {
  min-width: 0;
  min-height: 0;
  height: 100%;
}
.smart-docking-layout smart-tabs-window.smart-window .smart-maximize-button,
.smart-docking-layout smart-tabs-window.smart-window .smart-minimize-button,
.smart-docking-layout smart-tabs-window.smart-window .smart-pin-button {
  display: none;
}
.smart-docking-layout smart-tabs-window.smart-window:not(.smart-docking-layout-auto-hide-window) .smart-content-container,
.smart-docking-layout smart-tabs-window.smart-window[pinned]:not(.smart-docking-layout-auto-hide-window) .smart-content-container {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-docking-layout smart-tabs-window.smart-window:not([animation=none]):not(.smart-docking-layout-auto-hide-window) {
  transition: transform .2s ease-out;
}
.smart-docking-layout smart-tabs-window.smart-window[collapsed] {
  height: 100%;
}
.smart-docking-layout smart-tabs-window.smart-window[tabs-window-dragged]:not(.smart-tabs-window-feedback) {
  transform: scale(.75);
}
.smart-docking-layout smart-tabs-window.smart-window[ontop]:not([tabs-window-dragged]) {
  z-index: initial;
}
.smart-docking-layout smart-tabs-window.smart-window[auto-hide] {
  height: 100%;
  width: 100%;
  border: none;
}
.smart-docking-layout smart-tabs-window.smart-window[auto-hide] smart-tabs {
  height: 100%;
  width: 100%;
}
.smart-docking-layout smart-tabs-window.smart-window[auto-hide] .smart-content-container > .smart-content {
  padding: 0;
  overflow: hidden;
}
.smart-docking-layout smart-placeholder .smart-window .smart-content {
  height: 100%;
}
.smart-docking-layout smart-splitter {
  border: none;
}
.smart-docking-layout smart-splitter smart-splitter-bar .smart-splitter-resize-button {
  display: none;
}
.smart-docking-layout smart-splitter[show-locked-items] smart-splitter-item[locked].auto-hide-bottom > .smart-container::after,
.smart-docking-layout smart-splitter[show-locked-items] smart-splitter-item[locked].auto-hide-left > .smart-container::after,
.smart-docking-layout smart-splitter[show-locked-items] smart-splitter-item[locked].auto-hide-right > .smart-container::after,
.smart-docking-layout smart-splitter[show-locked-items] smart-splitter-item[locked].auto-hide-top > .smart-container::after {
  content: "";
}
.smart-docking-layout smart-splitter-item smart-tabs-window.smart-window[auto-hide] .smart-content-container > .smart-content {
  height: 100%;
}
.smart-docking-layout smart-splitter-item smart-tabs-window.smart-window:not([animation=none]) {
  transition: none;
  animation: none;
  border: none;
}
.smart-docking-layout smart-splitter-item.smart-placeholder smart-tab-item .smart-container:after {
  content: "Drop Items Here";
  font-family: var(--smart-font-family-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  padding: 15px;
  color: gray;
  opacity: .75;
}
@-moz-document url-prefix() {
  .smart-docking-layout smart-splitter-item[locked].auto-hide-top {
    line-height: 100%;
  }
}
@supports (-ms-ime-align:auto) {
  .smart-docking-layout smart-tabs[vertical] > .smart-container {
    display: table-cell;
  }
}
.smart-docking-layout[dragged] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-docking-layout[dragged] > .smart-container {
  overflow: visible;
}
.smart-docking-layout[snap-mode=advanced] smart-splitter-item .smart-content {
  overflow: hidden;
}
smart-tabs-window[tabs-window-dragged]:not(.smart-tabs-window-feedback) {
  transform: scale(.2);
}
smart-tabs-window.smart-window .smart-buttons-container .smart-auto-hide-button:after {
  content: var(--smart-icon-window-pin);
  font-size: .8rem;
}
smart-tabs-window.smart-window[auto-hide] .smart-content-container > .smart-content {
  padding: 5px;
}
smart-tabs-window.smart-window[tabs-window-dragged] {
  animation: none;
  position: absolute;
  opacity: .5;
  transform: scale(.2);
  transform-origin: top left;
  z-index: 10001;
  pointer-events: none;
  min-width: 400px;
  min-height: 400px;
}
smart-tabs-window.smart-window[tabs-window-dragged]:not([animation=none]) {
  transition: transform .2s ease-in;
  animation: scaleInNo .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-docking-snap-bottom-feedback,
.smart-docking-snap-left-feedback,
.smart-docking-snap-right-feedback,
.smart-docking-snap-top-feedback {
  transition: all 50ms cubic-bezier(.4, 0, .6, 1);
  z-index: 10001;
  position: absolute;
  opacity: .65;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px var(--smart-background-color);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  animation: scaleIn .2s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
  pointer-events: none;
}
.smart-docking-snap-bottom-feedback[disabled]:after,
.smart-docking-snap-left-feedback[disabled]:after,
.smart-docking-snap-right-feedback[disabled]:after,
.smart-docking-snap-top-feedback[disabled]:after {
  position: absolute;
  content: var(--smart-icon-block);
  font-family: var(--smart-font-family-icon);
  opacity: .25;
  color: red;
  font-size: calc(2.5 * 14px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-docking-snap-right-feedback {
  width: 50%;
  left: calc(50% - 5px);
}
.smart-docking-snap-header-feedback,
.smart-docking-snap-layout-bottom-feedback,
.smart-docking-snap-layout-left-feedback,
.smart-docking-snap-layout-right-feedback,
.smart-docking-snap-layout-top-feedback {
  position: absolute;
  opacity: .65;
  box-shadow: 0 0 1px 1px var(--smart-background-color);
  border-radius: var(--smart-border-radius);
  animation: scaleIn .2s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
  pointer-events: none;
  cursor: pointer;
  z-index: 10001;
  transition:
    width 50ms cubic-bezier(.4, 0, .2, 1),
    height 50ms cubic-bezier(.4, 0, .2, 1),
    top 50ms cubic-bezier(.4, 0, .6, 1),
    animation .2s cubic-bezier(.4, 0, .6, 1),
    left 50ms cubic-bezier(.4, 0, .2, 1);
}
.smart-docking-snap-header-feedback.smart-visibility-hidden,
.smart-docking-snap-layout-bottom-feedback.smart-visibility-hidden,
.smart-docking-snap-layout-left-feedback.smart-visibility-hidden,
.smart-docking-snap-layout-right-feedback.smart-visibility-hidden,
.smart-docking-snap-layout-top-feedback.smart-visibility-hidden {
  transition:
    animation .2s cubic-bezier(.4, 0, .6, 1),
    visibility .2s cubic-bezier(.4, 0, .6, 1),
    top .2s cubic-bezier(.4, 0, .2, 1),
    left .1s cubic-bezier(.4, 0, .2, 1);
  animation: scaleOut .2s cubic-bezier(.4, 0, .6, 1);
  transform: scale(0);
}
.smart-docking-snap-header-feedback[disabled]:after,
.smart-docking-snap-layout-bottom-feedback[disabled]:after,
.smart-docking-snap-layout-left-feedback[disabled]:after,
.smart-docking-snap-layout-right-feedback[disabled]:after,
.smart-docking-snap-layout-top-feedback[disabled]:after {
  position: absolute;
  content: var(--smart-icon-block);
  font-family: var(--smart-font-family-icon);
  opacity: .25;
  color: red;
  font-size: calc(2.5 * 14px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-docking-snap-layout-left-feedback,
.smart-docking-snap-layout-right-feedback {
  max-width: 50px;
  transform-origin: left;
}
.smart-docking-snap-layout-bottom-feedback,
.smart-docking-snap-layout-top-feedback {
  max-height: 50px;
  transform-origin: left;
}
.smart-docking-layout-auto-hide-window,
.smart-docking-layout-auto-hide-window[ontop] {
  z-index: 9999 !important;
}
.smart-docking-layout-snap {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-docking-layout-snap > div {
  width: 100%;
  height: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-docking-layout-snap .header {
  background-color: var(--smart-primary);
  position: absolute;
}
.smart-docking-layout-snap .bottom,
.smart-docking-layout-snap .center,
.smart-docking-layout-snap .left,
.smart-docking-layout-snap .right,
.smart-docking-layout-snap .top {
  width: 35px;
  height: 35px;
  float: left;
  padding: 2px;
  overflow: hidden;
  opacity: .25;
}
.smart-docking-layout-snap .bottom > div,
.smart-docking-layout-snap .center > div,
.smart-docking-layout-snap .left > div,
.smart-docking-layout-snap .right > div,
.smart-docking-layout-snap .top > div {
  width: 100%;
  height: 100%;
  border: 1px solid var(--smart-border);
  background: var(--smart-background);
  border-top-width: 6px;
  box-sizing: border-box;
  display: flex;
  pointer-events: none;
}
.smart-docking-layout-snap .bottom > div div,
.smart-docking-layout-snap .center > div div,
.smart-docking-layout-snap .left > div div,
.smart-docking-layout-snap .right > div div,
.smart-docking-layout-snap .top > div div {
  width: 100%;
  height: 50%;
  background-color: var(--smart-primary);
}
.smart-docking-layout-snap .bottom[show],
.smart-docking-layout-snap .center[show],
.smart-docking-layout-snap .left[show],
.smart-docking-layout-snap .right[show],
.smart-docking-layout-snap .top[show] {
  opacity: 1;
}
.smart-docking-layout-snap .left > div div,
.smart-docking-layout-snap .right > div div {
  width: 50%;
  height: 100%;
}
.smart-docking-layout-snap .right > div {
  flex-direction: column;
  align-items: flex-end;
}
.smart-docking-layout-snap .bottom > div {
  align-items: flex-end;
}
.smart-docking-layout-snap .center > div div {
  height: 100%;
}
.smart-docking-layout-snap.layout-bottom,
.smart-docking-layout-snap.layout-left,
.smart-docking-layout-snap.layout-right,
.smart-docking-layout-snap.layout-top {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: .25;
}
.smart-docking-layout-snap.layout-bottom > div,
.smart-docking-layout-snap.layout-left > div,
.smart-docking-layout-snap.layout-right > div,
.smart-docking-layout-snap.layout-top > div {
  width: 100%;
  height: 100%;
  border: 1px solid var(--smart-border);
  background: var(--smart-background);
  border-top-width: 6px;
  box-sizing: border-box;
  display: flex;
  pointer-events: none;
}
.smart-docking-layout-snap.layout-bottom > div div,
.smart-docking-layout-snap.layout-left > div div,
.smart-docking-layout-snap.layout-right > div div,
.smart-docking-layout-snap.layout-top > div div {
  width: 100%;
  height: 100%;
  background-color: var(--smart-primary);
}
.smart-docking-layout-snap.layout-bottom.smart-hidden,
.smart-docking-layout-snap.layout-left.smart-hidden,
.smart-docking-layout-snap.layout-right.smart-hidden,
.smart-docking-layout-snap.layout-top.smart-hidden {
  display: none;
}
.smart-docking-layout-snap.layout-bottom[show],
.smart-docking-layout-snap.layout-left[show],
.smart-docking-layout-snap.layout-right[show],
.smart-docking-layout-snap.layout-top[show] {
  opacity: 1;
}
.smart-docking-layout-snap.layout-top {
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}
.smart-docking-layout-snap.layout-top > div {
  height: 50%;
  position: relative;
}
.smart-docking-layout-snap.layout-bottom > div:after,
.smart-docking-layout-snap.layout-top > div:after {
  position: absolute;
  height: 0;
  border-left: var(--smart-docking-layout-feedback-background-secondary-size) solid transparent;
}
.smart-docking-layout-snap.layout-top > div:after {
  content: "";
  width: 0;
  border-right: var(--smart-docking-layout-feedback-background-secondary-size) solid transparent;
  border-top: none;
  border-bottom: var(--smart-docking-layout-feedback-background-secondary-size) solid var(--smart-border);
  left: 50%;
  top: 180%;
  transform: translateX(-50%);
}
.smart-docking-layout-snap.layout-bottom {
  display: flex;
  align-items: flex-end;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 5px;
}
.smart-docking-layout-snap.layout-bottom > div {
  height: 50%;
  position: relative;
}
.smart-docking-layout-snap.layout-bottom > div:after {
  content: "";
  width: 0;
  border-right: var(--smart-docking-layout-feedback-background-secondary-size) solid transparent;
  border-top: var(--smart-docking-layout-feedback-background-secondary-size) solid var(--smart-border);
  border-bottom: none;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -150%);
}
.smart-docking-layout-snap.layout-left > div:after,
.smart-docking-layout-snap.layout-right > div:after {
  content: "";
  height: 0;
  border-top: var(--smart-docking-layout-feedback-background-secondary-size) solid transparent;
}
.smart-docking-layout-snap.layout-left {
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.smart-docking-layout-snap.layout-left > div {
  width: 50%;
  position: relative;
}
.smart-docking-layout-snap.layout-left > div:after {
  position: absolute;
  width: 0;
  border-left: none;
  border-right: var(--smart-docking-layout-feedback-background-secondary-size) solid var(--smart-border);
  border-bottom: var(--smart-docking-layout-feedback-background-secondary-size) solid transparent;
  left: 155%;
  top: 50%;
  transform: translateY(-50%);
}
.smart-docking-layout-snap.layout-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.smart-docking-layout-snap.layout-right > div {
  width: 50%;
  position: relative;
}
.smart-docking-layout-snap.layout-right > div:after {
  position: absolute;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: none;
  border-left: var(--smart-docking-layout-feedback-background-secondary-size) solid var(--smart-border);
  border-bottom: var(--smart-docking-layout-feedback-background-secondary-size) solid transparent;
  left: calc(-100% - 1px);
}
.smart-docking-layout-snap-highlighter {
  background-color: var(--smart-primary);
  opacity: .5;
  position: absolute;
  pointer-events: none;
  z-index: 10001;
}
.smart-docking-layout-snap-highlighter[position=header] {
  width: 100%;
  height: 100%;
}
.smart-docking-layout-snap-highlighter[position=center] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smart-docking-layout-snap-highlighter[position=top] {
  width: 100%;
  height: 50%;
  max-height: 50%;
  top: 0;
}
.smart-docking-layout-snap-highlighter[position=bottom] {
  width: 100%;
  height: 50%;
  max-height: 50%;
  bottom: 0;
}
.smart-docking-layout-snap-highlighter[position=left] {
  width: 50%;
  max-width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.smart-docking-layout-snap-highlighter[position=right] {
  width: 50%;
  max-width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.smart-docking-layout-snap-highlighter[position=layout-top] {
  width: 100%;
  height: 10%;
  max-height: 50%;
  top: 0;
}
.smart-docking-layout-snap-highlighter[position=layout-bottom] {
  width: 100%;
  height: 10%;
  max-height: 50%;
  bottom: 0;
}
.smart-docking-layout-snap-highlighter[position=layout-left] {
  width: 10%;
  max-width: 50%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.smart-docking-layout-snap-highlighter[position=layout-right] {
  width: 10%;
  max-width: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.smart-docking-layout-snap-highlighter-header {
  background-color: var(--smart-primary);
  opacity: .5;
  position: absolute;
  pointer-events: none;
  z-index: 10001;
  transform: none;
}
@keyframes scaleInNo {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(.2);
  }
}
@keyframes leftToRightIn {
  0% {
    transform: scaleX(0);
  }
}
@keyframes leftToRightOut {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes rightToLeftIn {
  0% {
    transform: scaleX(0);
  }
}
@keyframes rightToLeftOut {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes bottomToTopIn {
  0% {
    transform: scaleY(0);
  }
}
@keyframes bottomToTopOut {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes topToBottomIn {
  0% {
    transform: scaleY(0);
  }
}
@keyframes topToBottomOut {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
smart-drop-down-list {
  width: var(--smart-drop-down-list-default-width);
  height: var(--smart-drop-down-list-default-height);
  overflow: initial;
  visibility: hidden;
  cursor: pointer;
}
smart-drop-down-list.smart-element {
  overflow: visible;
  visibility: inherit;
  border-width: 0;
}
smart-drop-down-list.smart-element .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s ease-in;
  transform-origin: left top 0;
}
.smart-drop-down-list smart-list-box {
  position: relative;
  width: 100%;
  height: 100%;
  border: initial;
  padding: initial;
  overflow: hidden;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
}
.smart-drop-down-list .smart-buttons-container .smart-action-button .smart-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  margin: 0 2px;
  -webkit-user-select: none;
  user-select: none;
}
.smart-drop-down-list .smart-drop-down-list-unselect-button {
  pointer-events: none;
}
.smart-drop-down-list .smart-drop-down-list-unselect-button:not(:empty) {
  margin-right: 2px;
}
.smart-drop-down-list[selection-display-mode=tokens] .smart-drop-down-list-unselect-button {
  pointer-events: initial;
}
smart-drop-down-button {
  width: var(--smart-drop-down-button-default-width);
  height: var(--smart-drop-down-button-default-height);
  visibility: hidden;
}
smart-drop-down-button.smart-element {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: visible;
  border: none;
  visibility: inherit;
}
smart-drop-down-button .smart-ripple {
  background: var(--smart-primary-color);
}
smart-drop-down-button .smart-buttons-container > .smart-action-button:empty {
  padding: 0;
  width: 0;
}
smart-drop-down-button .smart-drop-down-container > smart-scroll-viewer {
  --smart-scroll-viewer-min-width:calc(var(--smart-editor-drop-down-min-width) - 2 * var(--smart-border-width) - 2 * var(--smart-editor-drop-down-padding-size));
  --smart-scroll-viewer-max-width:calc(var(--smart-editor-drop-down-max-width) - 2 * var(--smart-border-width) - 2 * var(--smart-editor-drop-down-padding-size));
  --smart-scroll-viewer-min-height:calc(var(--smart-editor-drop-down-min-height) - 2 * var(--smart-border-width) - 2 * var(--smart-editor-drop-down-padding-size));
  --smart-scroll-viewer-max-height:calc(var(--smart-editor-drop-down-max-height) - 2 * var(--smart-border-width) - 2 * var(--smart-editor-drop-down-padding-size));
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  overflow: hidden;
}
smart-drop-down-button .smart-drop-down-container > smart-scroll-viewer > .smart-container > .smart-scroll-viewer-container > .smart-scroll-viewer-content-container {
  vertical-align: top;
  padding: 0;
}
smart-drop-down-button .smart-drop-down-container:not([resize-mode=none]) > smart-scroll-viewer {
  --smart-scroll-viewer-min-height:calc(var(--smart-editor-drop-down-min-height) - 2 * var(--smart-border-width) - 2 * var(--smart-editor-drop-down-padding-size) - var(--smart-editor-drop-down-resize-bar-height));
  --smart-scroll-viewer-max-height:calc(var(--smart-editor-drop-down-max-height) - 2 * var(--smart-border-width) - 2 * var(--smart-editor-drop-down-padding-size) - var(--smart-editor- drop-down-resize-bar-height));
  height: calc(100% - var(--smart-editor-drop-down-resize-bar-height));
}
smart-drop-down-button .smart-drop-down-container[empty] > smart-scroll-viewer > .smart-container > .smart-scroll-viewer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
smart-drop-down-button .smart-drop-down-container smart-tree {
  border: 0;
}
smart-drop-down-button.primary {
  --smart-editor-selection:var(--smart-primary);
  --smart-editor-selection-color:var(--smart-primary-color);
  --smart-ui-state-active:var(--smart-primary);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-primary);
  --smart-ui-state-border-selected:rgba(var(--smart-primary-rgb), .1);
  --smart-border:rgba(var(--smart-primary-rgb), .9);
}
smart-drop-down-button.primary:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-primary-rgb), .9);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
smart-drop-down-button.primary .smart-action-button,
smart-drop-down-button.primary .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-primary-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-primary-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-primary-color);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
smart-drop-down-button.secondary {
  --smart-editor-selection:var(--smart-secondary);
  --smart-editor-selection-color:var(--smart-secondary-color);
  --smart-ui-state-active:var(--smart-secondary);
  --smart-ui-state-color-active:var(--smart-secondary-color);
  --smart-ui-state-border-active:var(--smart-secondary);
  --smart-ui-state-selected:rgba(var(--smart-secondary-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-secondary);
  --smart-ui-state-border-selected:rgba(var(--smart-secondary-rgb), .1);
  --smart-border:rgba(var(--smart-secondary-rgb), .9);
}
smart-drop-down-button.secondary:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-secondary-rgb), .9);
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
}
smart-drop-down-button.secondary .smart-action-button,
smart-drop-down-button.secondary .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-secondary-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-secondary-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-secondary-color);
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
}
smart-drop-down-button.success {
  --smart-editor-selection:var(--smart-success);
  --smart-editor-selection-color:var(--smart-success-color);
  --smart-ui-state-active:var(--smart-success);
  --smart-ui-state-color-active:var(--smart-success-color);
  --smart-ui-state-border-active:var(--smart-success);
  --smart-ui-state-selected:rgba(var(--smart-success-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-success);
  --smart-ui-state-border-selected:rgba(var(--smart-success-rgb), .1);
  --smart-border:rgba(var(--smart-success-rgb), .9);
}
smart-drop-down-button.success:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-success-rgb), .9);
  background-color: var(--smart-success);
  color: var(--smart-success-color);
}
smart-drop-down-button.success .smart-action-button,
smart-drop-down-button.success .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-success-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-success-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-success-color);
  background-color: var(--smart-success);
  color: var(--smart-success-color);
}
smart-drop-down-button.info {
  --smart-editor-selection:var(--smart-info);
  --smart-editor-selection-color:var(--smart-info-color);
  --smart-ui-state-active:var(--smart-info);
  --smart-ui-state-color-active:var(--smart-info-color);
  --smart-ui-state-border-active:var(--smart-info);
  --smart-ui-state-selected:rgba(var(--smart-info-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-info);
  --smart-ui-state-border-selected:rgba(var(--smart-info-rgb), .1);
  --smart-border:rgba(var(--smart-info-rgb), .9);
}
smart-drop-down-button.info:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-info-rgb), .9);
  background-color: var(--smart-info);
  color: var(--smart-info-color);
}
smart-drop-down-button.info .smart-action-button,
smart-drop-down-button.info .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-info-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-info-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-info-color);
  background-color: var(--smart-info);
  color: var(--smart-info-color);
}
smart-drop-down-button.warning {
  --smart-editor-selection:var(--smart-warning);
  --smart-editor-selection-color:var(--smart-warning-color);
  --smart-ui-state-active:var(--smart-warning);
  --smart-ui-state-color-active:var(--smart-warning-color);
  --smart-ui-state-border-active:var(--smart-warning);
  --smart-ui-state-selected:rgba(var(--smart-warning-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-warning);
  --smart-ui-state-border-selected:rgba(var(--smart-warning-rgb), .1);
  --smart-border:rgba(var(--smart-warning-rgb), .9);
}
smart-drop-down-button.warning:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-warning-rgb), .9);
  background-color: var(--smart-warning);
  color: var(--smart-warning-color);
}
smart-drop-down-button.warning .smart-action-button,
smart-drop-down-button.warning .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-warning-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-warning-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-warning-color);
  background-color: var(--smart-warning);
  color: var(--smart-warning-color);
}
smart-drop-down-button.error {
  --smart-editor-selection:var(--smart-error);
  --smart-editor-selection-color:var(--smart-error-color);
  --smart-ui-state-active:var(--smart-error);
  --smart-ui-state-color-active:var(--smart-error-color);
  --smart-ui-state-border-active:var(--smart-error);
  --smart-ui-state-selected:rgba(var(--smart-error-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-error);
  --smart-ui-state-border-selected:rgba(var(--smart-error-rgb), .1);
  --smart-border:rgba(var(--smart-error-rgb), .9);
}
smart-drop-down-button.error:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-error-rgb), .9);
  background-color: var(--smart-error);
  color: var(--smart-error-color);
}
smart-drop-down-button.error .smart-action-button,
smart-drop-down-button.error .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-error-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-error-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-error-color);
  background-color: var(--smart-error);
  color: var(--smart-error-color);
}
smart-drop-down-button.light {
  --smart-editor-selection:var(--smart-light);
  --smart-editor-selection-color:var(--smart-light-color);
  --smart-ui-state-active:var(--smart-light);
  --smart-ui-state-color-active:var(--smart-light-color);
  --smart-ui-state-border-active:var(--smart-light);
  --smart-ui-state-selected:rgba(var(--smart-light-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-light);
  --smart-ui-state-border-selected:rgba(var(--smart-light-rgb), .1);
  --smart-border:rgba(var(--smart-light-rgb), .9);
}
smart-drop-down-button.light:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-light-rgb), .9);
  background-color: var(--smart-light);
  color: var(--smart-light-color);
}
smart-drop-down-button.light .smart-action-button,
smart-drop-down-button.light .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-light-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-light-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-light-color);
  background-color: var(--smart-light);
  color: var(--smart-light-color);
}
smart-drop-down-button.dark {
  --smart-editor-selection:var(--smart-dark);
  --smart-editor-selection-color:var(--smart-dark-color);
  --smart-ui-state-active:var(--smart-dark);
  --smart-ui-state-color-active:var(--smart-dark-color);
  --smart-ui-state-border-active:var(--smart-dark);
  --smart-ui-state-selected:rgba(var(--smart-dark-rgb), .1);
  --smart-ui-state-color-selected:var(--smart-dark);
  --smart-ui-state-border-selected:rgba(var(--smart-dark-rgb), .1);
  --smart-border:rgba(var(--smart-dark-rgb), .9);
}
smart-drop-down-button.dark:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  --smart-border:rgba(var(--smart-dark-rgb), .9);
  background-color: var(--smart-dark);
  color: var(--smart-dark-color);
}
smart-drop-down-button.dark .smart-action-button,
smart-drop-down-button.dark .smart-drop-down-button {
  --smart-ui-state-border-hover:rgba(var(--smart-dark-rgb), .9);
  --smart-ui-state-hover:rgba(var(--smart-dark-rgb), .9);
  --smart-ui-state-color-hover:var(--smart-dark-color);
  background-color: var(--smart-dark);
  color: var(--smart-dark-color);
}
.smart-drop-down-box,
.smart-drop-down-box .smart-action-button {
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-drop-down-box {
  background: var(--smart-surface);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: initial;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  outline: 0;
  height: var(--smart-editor-height);
}
.smart-drop-down-box.smart-container,
.smart-drop-down-box > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-drop-down-box.smart-container > .smart-content,
.smart-drop-down-box > .smart-container > .smart-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.smart-drop-down-box .smart-buttons-container {
  width: inherit;
  height: inherit;
  display: inherit;
  flex-direction: inherit;
  cursor: inherit;
  position: inherit;
  overflow: hidden;
  min-height: inherit;
}
.smart-drop-down-box .smart-action-button {
  display: flex;
  padding-left: var(--smart-editor-label-padding);
  align-content: center;
  outline: transparent solid 1px;
  height: 100%;
  width: calc(100% - var(--smart-editor-addon-width));
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: var(--smart-border-width);
  align-items: center;
  border-right: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.smart-drop-down-box .smart-action-button .smart-input {
  color: inherit;
  background: inherit;
  border: none;
  width: calc(100% - var(--smart-editor-addon-width));
  height: 100%;
  outline: 0;
  text-overflow: ellipsis;
}
.smart-drop-down-box .smart-action-button .smart-input::placeholder {
  color: inherit;
}
.smart-drop-down-box .smart-drop-down-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  color: inherit;
  outline: transparent solid 1px;
  overflow: hidden;
  position: relative;
  background-color: var(--smart-surface);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-left: none;
  color: var(--smart-surface-color);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  cursor: pointer;
}
.smart-drop-down-box .smart-drop-down-button .smart-drop-down-button-icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  font-family: var(--smart-font-family-icon);
}
.smart-drop-down-box .smart-drop-down-button .smart-drop-down-button-icon:after {
  content: var(--smart-icon-arrow-down);
  font-size: var(--smart-arrow-size);
}
.smart-drop-down-box .smart-drop-down-button[active] {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box .smart-drop-down-button[center-top] .smart-drop-down-button-icon:after,
.smart-drop-down-box .smart-drop-down-button[top] .smart-drop-down-button-icon:after {
  transform: rotate(180deg);
}
.smart-drop-down-box .smart-drop-down {
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-drop-down-box .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s ease-in;
  transform-origin: left top 0;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button {
  min-height: var(--smart-editor-height);
  padding-left: initial;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=bottom] .smart-drop-down-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button,
.smart-drop-down-box[drop-down-button-position=top] .smart-drop-down-button {
  width: 100%;
  border: var(--smart-border-width) solid var(--smart-border);
  height: 50%;
  justify-content: center;
}
.smart-drop-down-box[drop-down-button-position=bottom]:not([drop-down-open-mode=dropDownButton]) .smart-drop-down-button,
.smart-drop-down-box[drop-down-button-position=top]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-top: initial;
}
.smart-drop-down-box[drop-down-button-position=top] {
  min-height: calc(2 * var(--smart-editor-height));
}
.smart-drop-down-box[drop-down-button-position=top] .smart-content {
  flex-direction: column-reverse;
}
.smart-drop-down-box[drop-down-button-position=top] .smart-drop-down-button {
  border-bottom: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[drop-down-button-position=top] .smart-action-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[drop-down-button-position=bottom] {
  min-height: calc(2 * var(--smart-editor-height));
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-content {
  flex-direction: column;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-action-button {
  border-bottom: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: 0;
}
.smart-drop-down-box[drop-down-button-position=bottom] .smart-drop-down-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[drop-down-button-position=left].smart-container > .smart-content,
.smart-drop-down-box[drop-down-button-position=left] > .smart-container > .smart-content {
  flex-direction: row-reverse;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-action-button {
  padding-right: var(--smart-editor-label-padding);
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-color: var(--smart-border);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding-left: initial;
  flex-direction: row-reverse;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-drop-down-button {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: initial;
}
.smart-drop-down-box[drop-down-button-position=left] .smart-drop-down-button[selected] {
  border-right: initial;
}
.smart-drop-down-box[drop-down-button-position=left]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-left: initial;
}
.smart-drop-down-box[drop-down-button-position=right] .smart-action-button {
  padding-left: var(--smart-editor-label-padding);
}
.smart-drop-down-box[drop-down-button-position=none] .smart-action-button {
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: 100%;
  padding-right: var(--smart-editor-label-padding);
}
.smart-drop-down-box[drop-down-button-position=none] .smart-drop-down-button {
  display: none;
}
.smart-drop-down-box:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-color: var(--smart-border);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-action-button {
  border-color: var(--smart-border);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-action-button[active] {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton] .smart-drop-down-button {
  border-color: var(--smart-border);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-left-style: solid;
  border-left-width: var(--smart-border-width);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-drop-down-button:focus {
  border-color: var(--smart-outline);
  box-shadow: var(--smart-border-width) 0 0 0 var(--smart-outline);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-action-button:focus {
  border-color: var(--smart-outline);
  box-shadow: calc(-1 * var(--smart-border-width)) 0 0 0 var(--smart-outline);
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-action-button:focus,
.smart-drop-down-box[drop-down-open-mode=dropDownButton][drop-down-button-position=right]:not([hover]) .smart-action-button:focus {
  box-shadow: var(--smart-border-width) 0 0 0 var(--smart-outline);
  border-color: var(--smart-outline);
  z-index: 1;
}
.smart-drop-down-box[drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-drop-down-button:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down-box[resizing] {
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}
.smart-drop-down-box[readonly] input {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.smart-drop-down-box[hover] .smart-drop-down-button,
.smart-drop-down-box[hover]:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-drop-down-box[focus]:not([opened]) .smart-action-button,
.smart-drop-down-box[focus]:not([opened]) .smart-action-button[focus],
.smart-drop-down-box[focus]:not([opened]) .smart-drop-down-button,
.smart-drop-down-box[focus]:not([opened]) .smart-drop-down-button[focus] {
  outline: initial;
  border-color: var(--smart-outline);
}
.smart-drop-down-box[active] .smart-action-button,
.smart-drop-down-box[active][drop-down-open-mode=dropDownButton] .smart-drop-down-button:focus,
.smart-drop-down-box[active][focus][drop-down-open-mode=dropDownButton] .smart-action-button,
.smart-drop-down-box[active][focus][drop-down-open-mode=dropDownButton] .smart-drop-down-button {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box[opened] .smart-drop-down-button .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] .smart-drop-down-button[bottom] .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] .smart-drop-down-button[center-bottom] .smart-drop-down-button-icon:after {
  transform: rotate(180deg);
}
.smart-drop-down-box[opened] .smart-drop-down-button[center-top] .smart-drop-down-button-icon:after,
.smart-drop-down-box[opened] .smart-drop-down-button[top] .smart-drop-down-button-icon:after {
  transform: rotate(0);
}
.smart-drop-down-box[opened]:not(.outlined):not(.underlined) .smart-drop-down-button,
.smart-drop-down-box[opened]:not([drop-down-open-mode=dropDownButton]):not(.outlined):not(.underlined) .smart-action-button {
  border-color: var(--smart-ui-state-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.auto-height {
  height: auto;
  min-height: var(--smart-editor-height);
}
.smart-drop-down-box.auto-height .smart-action-button,
.smart-drop-down-box.auto-height .smart-content,
.smart-drop-down-box.auto-height.smart-container,
.smart-drop-down-box.auto-height > .smart-container {
  min-height: inherit;
}
.smart-drop-down-box.auto-height .smart-action-button {
  padding: 3px;
}
.smart-drop-down-box.auto-height[hint],
.smart-drop-down-box.auto-height[label] {
  height: auto;
}
.smart-drop-down-box[label][hint] > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-drop-down-box[label] > .smart-container {
  align-items: flex-end;
}
.smart-drop-down-box[hint] > .smart-container {
  align-items: flex-start;
}
.smart-drop-down-box[hint] .smart-hint {
  opacity: 0;
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
  top: 100%;
}
.smart-drop-down-box[hint][focus] .smart-hint {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-drop-down-box[hint] .smart-hint,
.smart-drop-down-box[label] .smart-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
}
.smart-drop-down-box[disabled] .smart-drop-down-button,
.smart-drop-down-box[disabled] > .smart-container {
  cursor: default;
  background-color: initial;
}
.smart-drop-down-box[disabled][selection-display-mode=tokens] .smart-action-button > span {
  cursor: default;
}
.smart-drop-down-box.underlined {
  background-color: transparent;
  border-width: 0 0 1px;
  background: var(--smart-background);
  border-bottom-color: var(--smart-border);
}
.smart-drop-down-box.underlined .smart-action-button {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-left-radius: 0;
  background-color: transparent;
  color: var(--smart-background-color);
}
.smart-drop-down-box.underlined .smart-action-button input {
  border-color: transparent !important;
}
.smart-drop-down-box.underlined .smart-action-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.underlined .smart-drop-down-button[hover],
.smart-drop-down-box.underlined .smart-spin-button[active],
.smart-drop-down-box.underlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.underlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-drop-down-box.underlined .smart-drop-down-button {
  background: var(--smart-background);
  border-width: 0;
  border-bottom: 1px solid var(--smart-border) !important;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-drop-down-box.underlined .smart-drop-down-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-drop-down-box.underlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.smart-drop-down-box.underlined .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.smart-drop-down-box.underlined:not([focus]) .smart-hint {
  margin-top: 0;
}
.smart-drop-down-box.underlined[focus] .smart-action-button,
.smart-drop-down-box.underlined[focus] input {
  border-color: transparent !important;
}
.smart-drop-down-box.underlined[focus] .smart-drop-down-button,
.smart-drop-down-box.underlined[focus] .smart-hint {
  color: var(--smart-primary) !important;
  opacity: 1;
  border-color: transparent !important;
}
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button,
.smart-drop-down-box.underlined[opened] .smart-action-button {
  color: var(--smart-background-color);
  background-color: transparent;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton][hover]:not([opened]) .smart-action-button[hover],
.smart-drop-down-box.underlined[hover]:not([opened]) .smart-action-button,
.smart-drop-down-box.underlined[hover]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-action-button:not([active]),
.smart-drop-down-box.underlined[opened] .smart-action-button,
.smart-drop-down-box.underlined[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box.underlined[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box.underlined[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button[focus],
.smart-drop-down-box.underlined[right-to-left]:not([hover]) .smart-action-button[focus] {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-drop-down-box.underlined[focus] .smart-hint:after {
  transform: scale(1);
}
.smart-drop-down-box.underlined[opened] .smart-action-button {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button:not([hover]) {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined:not([opened]) .smart-action-button:not([active]):not([hover]),
.smart-drop-down-box.underlined:not([opened]):not([hover]) .smart-drop-down-button:not([active]):not([hover]) {
  border-radius: initial;
}
.smart-drop-down-box.underlined[hover]:not([drop-down-open-mode=dropDownButton]):not([opened]) .smart-action-button {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined[hover]:not([drop-down-open-mode=dropDownButton]):not([opened]) .smart-action-button:not([active]) {
  background-color: transparent;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton]:not([drop-down-button-position=left]):not([drop-down-button-position=top]):not([drop-down-button-position=bottom]):not([hover]) .smart-action-button:focus {
  box-shadow: none;
  z-index: initial;
}
.smart-drop-down-box.underlined[drop-down-open-mode=dropDownButton][drop-down-button-position=left]:not([hover]) .smart-drop-down-button:focus {
  box-shadow: none;
}
.smart-drop-down-box.underlined.smart-invalid .smart-drop-down-button {
  border-bottom-color: rgba(var(--smart-error-rgb), .5) !important;
}
.smart-drop-down-box.underlined[right-to-left]:not([hover]) .smart-action-button[focus] {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.underlined[right-to-left]:not([drop-down-button-position]) .smart-action-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-drop-down-box.underlined[right-to-left]:not([drop-down-button-position]):not([opened]):not([hover]) .smart-drop-down-button:not([hover]),
.smart-drop-down-box.underlined[right-to-left]:not([drop-down-button-position]):not([opened]):not([hover]) .smart-drop-down-button[focus]:not([hover]) {
  border-bottom-left-radius: 0;
}
.smart-drop-down-box.outlined {
  padding-top: 6px;
  height: auto;
  min-height: 0;
  border: none;
  background: 0 0;
}
.smart-drop-down-box.outlined > .smart-container > .smart-content {
  padding: 4px 3px;
  border: 1px solid var(--smart-border);
  height: auto;
  background: var(--smart-background);
  border-radius: var(--smart-border-radius);
  z-index: 5;
}
.smart-drop-down-box.outlined .smart-action-button {
  border: none;
  background: var(--smart-background) !important;
  border-color: var(--smart-border) !important;
  color: var(--smart-background-color) !important;
}
.smart-drop-down-box.outlined .smart-action-button input {
  padding: 0;
  border: none !important;
  z-index: initial;
}
.smart-drop-down-box.outlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-drop-down-box.outlined .smart-spin-button[active],
.smart-drop-down-box.outlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.outlined .smart-drop-down-button {
  border-width: 0;
  padding: 8px 0;
  background: var(--smart-background) !important;
  border-color: var(--smart-border) !important;
  color: var(--smart-background-color) !important;
}
.smart-drop-down-box.outlined .smart-drop-down-button.smart-calendar-button[active],
.smart-drop-down-box.outlined .smart-drop-down-button.smart-calendar-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-drop-down-box.outlined:not([opened]) .smart-action-button:not([active]),
.smart-drop-down-box.outlined:not([opened]) .smart-drop-down-button,
.smart-drop-down-box.outlined[drop-down-open-mode=dropDownButton]:not([hover]) .smart-action-button:not([active]),
.smart-drop-down-box.outlined[focus],
.smart-drop-down-box.outlined[hover]:not([opened]):not([drop-down-open-mode=dropDownButton]) .smart-action-button:not([active]) {
  background-color: transparent;
}
.smart-drop-down-box.outlined.smart-element-init .smart-hint {
  visibility: hidden;
  display: none !important;
}
.smart-drop-down-box.outlined:not([focus])[hint] .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 48px;
  opacity: 0;
}
.smart-drop-down-box.outlined[hint] .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  margin-top: -6px;
  z-index: 10;
  padding: 0;
  transition:
    color .2s,
    font-size .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s;
}
.smart-drop-down-box.outlined[hint] .smart-hint:after,
.smart-drop-down-box.outlined[hint] .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
}
.smart-drop-down-box.outlined[hint] .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.smart-drop-down-box.outlined[hint] .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) > .smart-container > .smart-content,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-action-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] > .smart-container > .smart-content {
  flex-direction: row;
}
.smart-drop-down-box.outlined[focus] > .smart-container > .smart-content {
  border-color: var(--smart-primary);
}
.smart-drop-down-box.outlined[focus] .smart-drop-down-button {
  color: var(--smart-ui-state-active) !important;
}
.smart-drop-down-box.outlined[focus][hint] > .smart-container > .smart-content {
  border-top-color: transparent !important;
}
.smart-drop-down-box.outlined[focus][hint] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-drop-down-box.outlined[focus][hint] .smart-hint:after,
.smart-drop-down-box.outlined[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.smart-drop-down-box.outlined.smart-invalid > .smart-container > .smart-content {
  border-color: rgba(var(--smart-error-rgb), .5);
}
.smart-drop-down-box:not([placeholder])[dropDownButtonPosition=none] .smart-drop-down-button,
.smart-drop-down-box[placeholder=""][dropDownButtonPosition=none] .smart-drop-down-button {
  border-left-width: var(--smart-border-width);
  border-left-style: solid;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box:not([placeholder]):not([opened])[dropDownButtonPosition=none] .smart-drop-down-button:not([focus]),
.smart-drop-down-box[placeholder=""]:not([opened])[dropDownButtonPosition=none] .smart-drop-down-button:not([focus]) {
  border-color: var(--smart-border);
}
.smart-drop-down-box:not([animation=none]) .smart-drop-down-button .smart-drop-down-button-icon:after {
  transition: transform .2s;
}
.smart-drop-down-box[drop-down-position=overlay-center] .smart-drop-down-button .smart-drop-down-button-icon:after {
  content: var(--smart-icon-minus);
}
.smart-drop-down-box.smart-invalid:not([drop-down-open-mode=dropDownButton]) .smart-action-button {
  border-bottom-color: rgba(var(--smart-error-rgb), .5) !important;
}
.smart-drop-down-box[right-to-left],
.smart-drop-down-box[right-to-left] .smart-hint,
.smart-drop-down-box[right-to-left] .smart-label {
  direction: rtl;
}
.smart-drop-down-box[right-to-left] .smart-drop-down-button:focus,
.smart-drop-down-box[right-to-left]:not([hover]) .smart-action-button[focus],
.smart-drop-down-box[right-to-left]:not([hover]) .smart-drop-down-button[focus] {
  border-color: var(--smart-outline);
}
.smart-drop-down-box[right-to-left][drop-down-button-position=right] > .smart-container > .smart-content {
  flex-direction: row-reverse;
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-action-button {
  padding: 0 var(--smart-editor-label-padding) 0 0;
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: initial;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-drop-down-button {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-drop-down.smart-drop-down-container,
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  flex-direction: column;
  height: var(--smart-editor-drop-down-height);
  min-height: var(--smart-editor-drop-down-min-height);
}
.smart-drop-down-box[right-to-left]:not([drop-down-button-position]) .smart-action-button,
.smart-drop-down-box[right-to-left]:not([drop-down-open-mode=dropDownButton])[drop-down-button-position=left] .smart-action-button {
  border-left: initial;
}
.smart-drop-down-box[right-to-left]:not([drop-down-open-mode=dropDownButton]):not([drop-down-button-position]) .smart-drop-down-button,
.smart-drop-down-box[right-to-left][drop-down-button-position=left] .smart-drop-down-button {
  border-right: initial;
}
.smart-drop-down-box[right-to-left][opened] .smart-action-button,
.smart-drop-down-box[right-to-left][opened] .smart-drop-down-button {
  border-color: var(--smart-border-active);
}
.smart-drop-down-box[right-to-left][drop-down-open-mode=dropDownButton]:not([drop-down-button-position]):not([hover]) .smart-action-button:focus,
.smart-drop-down-box[right-to-left][drop-down-open-mode=dropDownButton][drop-down-button-position=right]:not([hover]) .smart-action-button:focus {
  box-shadow: calc(-1 * var(--smart-border-width)) 0 0 0 var(--smart-outline);
}
.smart-drop-down.smart-drop-down-container {
  box-shadow: var(--smart-elevation-8);
  background-color: var(--smart-background);
  box-sizing: border-box;
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  display: flex;
  max-height: var(--smart-editor-drop-down-max-height);
  width: var(--smart-editor-drop-down-width);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
}
.smart-drop-down.smart-drop-down-container smart-list-box:focus {
  border-color: var(--smart-outline);
}
.smart-drop-down.smart-date-time-drop-down.smart-drop-down-repositioned,
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  display: flex;
  max-height: var(--smart-editor-drop-down-max-height);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
  box-sizing: border-box;
  background-color: var(--smart-background);
}
.smart-drop-down.smart-drop-down-container .smart-drop-down-resize-bar {
  position: relative;
  width: 100%;
  margin-top: 2.5px;
  height: calc(var(--smart-editor-drop-down-resize-bar-height) - 2.5px);
  touch-action: none;
}
.smart-drop-down.smart-drop-down-container.smart-visibility-hidden {
  transform: scale(0);
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  top: 0;
  left: 0;
}
.smart-drop-down.smart-drop-down-container.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned {
  width: var(--smart-editor-drop-down-width);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned[center-top],
.smart-drop-down.smart-drop-down-container.smart-drop-down-repositioned[top] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-drop-down.smart-date-time-drop-down {
  width: var(--smart-editor-drop-down-width);
  height: var(--smart-editor-drop-down-height);
}
.smart-drop-down.smart-date-time-drop-down.smart-drop-down-repositioned {
  flex-direction: column;
  height: var(--smart-editor-drop-down-height);
  min-height: var(--smart-editor-drop-down-min-height);
  width: var(--smart-editor-drop-down-width);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
}
.smart-drop-down.smart-date-time-drop-down[drop-down-display-mode=calendar] {
  height: calc(var(--smart-editor-drop-down-height) - var(--smart-calendar-title-height)) !important;
}
.smart-drop-down.smart-drop-down-color-picker.smart-drop-down-repositioned {
  max-height: calc(var(--smart-editor-drop-down-max-height) + 50px);
}
.smart-drop-down[top] .smart-drop-down-resize-bar {
  margin-top: 0;
  margin-bottom: 2.5px;
}
.smart-drop-down[top].smart-drop-down-container.smart-drop-down-repositioned,
.smart-drop-down[top].smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
  flex-direction: column-reverse;
}
.smart-drop-down[overlay-bottom],
.smart-drop-down[overlay-center],
.smart-drop-down[overlay-top] {
  margin: unset;
}
.smart-drop-down:not([resize-mode=none]) smart-list-box {
  position: relative;
  width: 100%;
  height: calc(100% - var(--smart-editor-drop-down-resize-bar-height));
  border: none;
}
.smart-drop-down:not([resize-mode=none]) .smart-drop-down-resize-bar {
  border-top: 1px solid var(--smart-border);
}
.smart-drop-down:not([resize-mode=none])[top] .smart-drop-down-resize-bar {
  border-top: initial;
  border-bottom: 1px solid var(--smart-border);
}
.smart-drop-down[resize-mode][top] .smart-drop-down-resize-bar > div {
  top: calc(50% - 1px);
}
.smart-drop-down[resize-mode=none] smart-list-box {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
}
.smart-drop-down[resize-mode=none] .smart-drop-down-resize-bar {
  display: none;
  cursor: default;
}
.smart-drop-down[resize-mode=none] .smart-drop-down-resize-bar > div {
  display: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div {
  display: initial;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  border: 1px solid var(--smart-border);
  border-radius: 50%;
  pointer-events: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:before,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--smart-border);
  border-radius: 50%;
  pointer-events: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:after,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:after {
  left: 500%;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar > div:before,
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar > div:before {
  left: -400%;
}
.smart-drop-down[resize-mode=both].smart-drop-down-container.smart-drop-down-repositioned .smart-drop-down-resize-bar > div,
.smart-drop-down[resize-mode=vertical].smart-drop-down-container.smart-drop-down-repositioned .smart-drop-down-resize-bar > div {
  width: 3px;
  height: 3px;
}
.smart-drop-down[resize-mode=both][resize-indicator] .smart-drop-down-resize-bar:before,
.smart-drop-down[resize-mode=horizontal][resize-indicator] .smart-drop-down-resize-bar:before {
  width: 8px;
  height: 5px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-resize-horizontal);
  position: absolute;
  top: calc(100% - 8px);
  left: calc(100% - 8px);
  transform: rotate(-45deg);
  font-size: 10px;
  cursor: se-resize;
}
.smart-drop-down[resize-mode=both][resize-indicator] .smart-drop-down-resize-bar:after,
.smart-drop-down[resize-mode=horizontal][resize-indicator] .smart-drop-down-resize-bar:after {
  width: 8px;
  height: 12px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-resize-full);
  position: absolute;
  top: calc(100% - 12px);
  left: calc(100% - 7px);
  transform: rotate(-45deg) scaleX(2.25);
  font-size: 10px;
  cursor: e-resize;
}
.smart-color-picker .smart-drop-down,
.smart-combo-box .smart-drop-down,
.smart-date-time-picker .smart-drop-down,
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-container.smart-drop-down-repositioned,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-path .smart-drop-down,
.smart-text-box .smart-drop-down {
  height: var(--smart-editor-drop-down-height);
  max-height: var(--smart-editor-drop-down-max-height);
  min-height: var(--smart-editor-drop-down-min-height);
  width: var(--smart-editor-drop-down-width);
  max-width: var(--smart-editor-drop-down-max-width);
  min-width: var(--smart-editor-drop-down-min-width);
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  padding: var(--smart-editor-drop-down-padding-size) 0 !important;
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  outline: 0;
}
.smart-drop-down[resize-mode=both][top] .smart-drop-down-resize-bar:before,
.smart-drop-down[resize-mode=horizontal][top] .smart-drop-down-resize-bar:before {
  transform: rotate(45deg);
  top: calc(100% - 13px);
  left: calc(100% - 4px);
}
.smart-drop-down[resize-mode=vertical] .smart-drop-down-resize-bar {
  cursor: n-resize;
}
.smart-drop-down[resize-mode=horizontal] .smart-drop-down-resize-bar {
  cursor: e-resize;
}
.smart-drop-down[resize-mode=horizontal] .smart-drop-down-resize-bar > div {
  display: none;
}
.smart-drop-down[resize-mode=both] .smart-drop-down-resize-bar {
  cursor: nwse-resize;
}
.smart-drop-down[resize-mode=both][top] .smart-drop-down-resize-bar {
  cursor: sw-resize;
}
.smart-drop-down-container.smart-drop-down-repositioned {
  background-color: var(--smart-background);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-drop-down-container.smart-drop-down-repositioned:focus {
  border-color: var(--smart-border);
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom],
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center],
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top] {
  margin: unset;
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-drop-down-container.smart-drop-down-repositioned[overlay-bottom]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[overlay-center]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[overlay-top]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top],
.smart-drop-down-container.smart-drop-down-repositioned[top] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[top]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-drop-down-container.smart-drop-down-repositioned[center-top]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[top]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-drop-down-container.smart-drop-down-repositioned[bottom]:not([animation=none]),
.smart-drop-down-container.smart-drop-down-repositioned[center-bottom]:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-container.smart-drop-down-repositioned[bottom]:not([animation=none]).smart-visibility-hidden,
.smart-drop-down-container.smart-drop-down-repositioned[center-bottom]:not([animation=none]).smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-container.smart-drop-down-repositioned:not([animation=none]).smart-visibility-hidden {
  transition: animation, visibility .2s ease-in;
}
.smart-drop-down-container[top].smart-drop-down-container.smart-drop-down-repositioned {
  bottom: initial;
}
.smart-drop-down-container[top].smart-drop-down-container.smart-drop-down-repositioned.smart-visibility-hidden {
  bottom: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down,
.smart-combo-box .smart-drop-down,
.smart-date-time-picker .smart-drop-down,
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-path .smart-drop-down,
.smart-text-box .smart-drop-down {
  background-color: var(--smart-background);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down.smart-visibility-hidden,
.smart-combo-box .smart-drop-down.smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down.smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down.smart-visibility-hidden,
.smart-path .smart-drop-down.smart-visibility-hidden,
.smart-text-box .smart-drop-down.smart-visibility-hidden {
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-combo-box .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-date-time-picker .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-drop-down-button .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-drop-down-list .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-multi-split-button .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-path .smart-drop-down.smart-visibility-hidden.not-in-view,
.smart-text-box .smart-drop-down.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-color-picker .smart-drop-down[overlay-bottom],
.smart-color-picker .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-bottom],
.smart-combo-box .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-bottom],
.smart-date-time-picker .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-bottom],
.smart-drop-down-button .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-bottom],
.smart-drop-down-list .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-bottom],
.smart-multi-split-button .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-bottom],
.smart-path .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-bottom],
.smart-text-box .smart-drop-down[overlay-bottom].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: 0;
}
.smart-color-picker .smart-drop-down[overlay-center],
.smart-color-picker .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-center],
.smart-combo-box .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-center],
.smart-date-time-picker .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-center],
.smart-drop-down-button .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-center],
.smart-drop-down-list .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-center],
.smart-multi-split-button .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-center],
.smart-path .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-center],
.smart-text-box .smart-drop-down[overlay-center].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
}
.smart-color-picker .smart-drop-down[overlay-top],
.smart-color-picker .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[overlay-top],
.smart-combo-box .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[overlay-top],
.smart-date-time-picker .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[overlay-top],
.smart-drop-down-button .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[overlay-top],
.smart-drop-down-list .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[overlay-top],
.smart-multi-split-button .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-path .smart-drop-down[overlay-top],
.smart-path .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[overlay-top],
.smart-text-box .smart-drop-down[overlay-top].smart-visibility-hidden {
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-style: solid;
  top: initial;
  bottom: 0;
}
.smart-color-picker .smart-drop-down[top],
.smart-color-picker .smart-drop-down[top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[top],
.smart-combo-box .smart-drop-down[top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[top],
.smart-date-time-picker .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[top],
.smart-drop-down-button .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[top],
.smart-drop-down-list .smart-drop-down[top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[top],
.smart-multi-split-button .smart-drop-down[top].smart-visibility-hidden,
.smart-path .smart-drop-down[top],
.smart-path .smart-drop-down[top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[top],
.smart-text-box .smart-drop-down[top].smart-visibility-hidden {
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
  flex-direction: column-reverse;
}
.smart-color-picker .smart-drop-down[bottom],
.smart-combo-box .smart-drop-down[bottom],
.smart-date-time-picker .smart-drop-down[bottom],
.smart-drop-down-button .smart-drop-down[bottom],
.smart-drop-down-list .smart-drop-down[bottom],
.smart-multi-split-button .smart-drop-down[bottom],
.smart-path .smart-drop-down[bottom],
.smart-text-box .smart-drop-down[bottom] {
  cursor: default;
  left: 0;
  box-sizing: border-box;
  font-size: inherit;
  padding: var(--smart-editor-drop-down-padding-size);
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + var(--smart-editor-drop-down-padding-size)) 0;
  background-color: var(--smart-background);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  box-shadow: var(--smart-elevation-8);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-combo-box .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-drop-down-button .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-drop-down-list .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-multi-split-button .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical],
.smart-text-box .smart-drop-down .smart-list-items-container.vscroll[orientation=vertical] {
  padding-top: initial;
}
.smart-color-picker .smart-drop-down[bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[bottom].smart-visibility-hidden {
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down[center-bottom],
.smart-color-picker .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[center-bottom],
.smart-combo-box .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[center-bottom],
.smart-date-time-picker .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[center-bottom],
.smart-drop-down-button .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[center-bottom],
.smart-drop-down-list .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[center-bottom],
.smart-multi-split-button .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-path .smart-drop-down[center-bottom],
.smart-path .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-text-box .smart-drop-down[center-bottom],
.smart-text-box .smart-drop-down[center-bottom].smart-visibility-hidden {
  left: 50%;
  border: var(--smart-border-width) solid var(--smart-border);
  top: calc(100% - var(--smart-border-width));
}
.smart-color-picker .smart-drop-down[center-top],
.smart-color-picker .smart-drop-down[center-top].smart-visibility-hidden,
.smart-combo-box .smart-drop-down[center-top],
.smart-combo-box .smart-drop-down[center-top].smart-visibility-hidden,
.smart-date-time-picker .smart-drop-down[center-top],
.smart-date-time-picker .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-button .smart-drop-down[center-top],
.smart-drop-down-button .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-list .smart-drop-down[center-top],
.smart-drop-down-list .smart-drop-down[center-top].smart-visibility-hidden,
.smart-multi-split-button .smart-drop-down[center-top],
.smart-multi-split-button .smart-drop-down[center-top].smart-visibility-hidden,
.smart-path .smart-drop-down[center-top],
.smart-path .smart-drop-down[center-top].smart-visibility-hidden,
.smart-text-box .smart-drop-down[center-top],
.smart-text-box .smart-drop-down[center-top].smart-visibility-hidden {
  left: 50%;
  border: var(--smart-border-width) solid var(--smart-border);
  top: initial;
  bottom: calc(100% - var(--smart-border-width));
}
.smart-color-picker:not([animation=none]) .smart-drop-down,
.smart-combo-box:not([animation=none]) .smart-drop-down,
.smart-date-time-picker:not([animation=none]) .smart-drop-down,
.smart-drop-down-button:not([animation=none]) .smart-drop-down,
.smart-drop-down-list:not([animation=none]) .smart-drop-down,
.smart-multi-split-button:not([animation=none]) .smart-drop-down,
.smart-path:not([animation=none]) .smart-drop-down,
.smart-text-box:not([animation=none]) .smart-drop-down {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down.smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down.smart-visibility-hidden {
  transition: animation, visibility .2s ease-in;
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[bottom],
.smart-color-picker:not([animation=none]) .smart-drop-down[center-bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[center-bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-bottom],
.smart-path:not([animation=none]) .smart-drop-down[bottom],
.smart-path:not([animation=none]) .smart-drop-down[center-bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[center-bottom] {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[center-bottom].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[center-top],
.smart-color-picker:not([animation=none]) .smart-drop-down[top],
.smart-combo-box:not([animation=none]) .smart-drop-down[center-top],
.smart-combo-box:not([animation=none]) .smart-drop-down[top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[top],
.smart-path:not([animation=none]) .smart-drop-down[center-top],
.smart-path:not([animation=none]) .smart-drop-down[top],
.smart-text-box:not([animation=none]) .smart-drop-down[center-top],
.smart-text-box:not([animation=none]) .smart-drop-down[top] {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[center-top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[top].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-top],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-top],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-top],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-top],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-top],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-top],
.smart-path:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-path:not([animation=none]) .smart-drop-down[overlay-top],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-bottom],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-top] {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-bottom].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-top].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-center],
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-center],
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-center],
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-center],
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-center],
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-center],
.smart-path:not([animation=none]) .smart-drop-down[overlay-center],
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-center] {
  animation: smart-drop-down-list-smart-animate-overlay-center-opening .2s ease-out;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-color-picker:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-combo-box:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-date-time-picker:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-button:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-drop-down-list:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-multi-split-button:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-path:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden,
.smart-text-box:not([animation=none]) .smart-drop-down[overlay-center].smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-overlay-center-closing .2s ease-in;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-drop-down-button .smart-drop-down,
.smart-drop-down-list .smart-drop-down,
.smart-multi-split-button .smart-drop-down,
.smart-text-box .smart-drop-down {
  height: calc(var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down smart-scroll-bar:before,
.smart-drop-down-list .smart-drop-down smart-scroll-bar:before,
.smart-multi-split-button .smart-drop-down smart-scroll-bar:before,
.smart-text-box .smart-drop-down smart-scroll-bar:before {
  display: none;
  background-color: var(--smart-border);
}
.smart-drop-down-button .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-drop-down-list .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-multi-split-button .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner,
.smart-text-box .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down .smart-list-items-container.vscroll,
.smart-drop-down-button .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-drop-down-list .smart-drop-down .smart-list-items-container.vscroll,
.smart-drop-down-list .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-multi-split-button .smart-drop-down .smart-list-items-container.vscroll,
.smart-multi-split-button .smart-drop-down smart-scroll-bar.bottom-corner,
.smart-text-box .smart-drop-down .smart-list-items-container.vscroll,
.smart-text-box .smart-drop-down smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-button .smart-drop-down input:focus,
.smart-drop-down-list .smart-drop-down input:focus,
.smart-multi-split-button .smart-drop-down input:focus,
.smart-text-box .smart-drop-down input:focus {
  outline: 0;
}
.smart-drop-down-button.auto-height .smart-action-button,
.smart-drop-down-list.auto-height .smart-action-button,
.smart-multi-split-button.auto-height .smart-action-button {
  white-space: initial;
  text-overflow: initial;
  line-height: 1rem;
  flex-wrap: wrap;
}
.smart-drop-down-button.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-drop-down-button.auto-height[selection-display-mode=tokens] smart-action-button > span,
.smart-drop-down-list.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-drop-down-list.auto-height[selection-display-mode=tokens] smart-action-button > span,
.smart-multi-split-button.auto-height[selection-display-mode=tokens] .smart-action-button > span:first-of-type,
.smart-multi-split-button.auto-height[selection-display-mode=tokens] smart-action-button > span {
  display: inline-block;
  margin: .2em;
}
.smart-color-picker .smart-drop-down smart-scroll-bar:before,
.smart-combo-box .smart-drop-down smart-scroll-bar:before,
.smart-list-box smart-scroll-bar:before,
.smart-scroll-viewer smart-scroll-bar:before {
  display: none;
  background-color: var(--smart-border);
}
.smart-color-picker .smart-drop-down {
  width: var(--smart-drop-down-button-drop-down-width);
  height: var(--smart-drop-down-button-drop-down-height);
}
.smart-color-picker .smart-drop-down.smart-drop-down-color-picker {
  max-height: calc(var(--smart-editor-drop-down-max-height) + 50px);
}
.smart-color-picker .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-color-picker .smart-drop-down .smart-list-items-container.vscroll {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-drop-down-list .smart-drop-down {
  width: var(--smart-drop-down-list-drop-down-width);
  height: var(--smart-drop-down-list-drop-down-height);
}
.smart-combo-box .smart-drop-down {
  width: var(--smart-combo-box-drop-down-width);
  height: var(--smart-combo-box-drop-down-height);
}
.smart-combo-box .smart-drop-down smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-combo-box .smart-drop-down .smart-list-items-container.vscroll,
.smart-combo-box .smart-drop-down smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-combo-box .smart-selection-field input {
  outline: 0;
}
.smart-drop-down-button .smart-drop-down {
  width: var(--smart-drop-down-button-drop-down-width);
  height: var(--smart-drop-down-button-drop-down-height);
}
.smart-date-time-picker .smart-drop-down {
  border: none;
}
.smart-drop-down-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
}
.smart-list-box input.vscroll {
  outline: 0;
}
.smart-list-box smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-list-box .smart-list-items-container.vscroll,
.smart-list-box smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer {
  max-width: 100%;
  border: 0;
}
.smart-scroll-viewer smart-scroll-bar[orientation=vertical].bottom-corner {
  width: calc(var(--smart-scroll-bar-size));
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-list-items-container.vscroll,
.smart-scroll-viewer smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
@keyframes smart-drop-down-list-smart-animate-overlay-center-opening {
  0% {
    opacity: .2;
    transform: scaleY(0) translateY(-50%);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateY(-50%);
  }
}
@keyframes smart-drop-down-list-smart-animate-overlay-center-closing {
  0% {
    opacity: 1;
    transform: scaleY(1) translateY(-50%);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: .2;
    transform: scaleY(0) translateY(-50%);
  }
}
@keyframes smart-drop-down-list-smart-animate-opening {
  0% {
    opacity: .2;
    transform: scaleY(0);
  }
  50% {
    opacity: .4;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes smart-drop-down-list-smart-animate-closing {
  0% {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: none;
  }
  50% {
    opacity: .4;
    pointer-events: none;
  }
  100% {
    opacity: .2;
    transform: scaleY(0);
    pointer-events: none;
  }
}
.smart-editor-drop-down-toolbar .smart-table-picker[right-to-left] .smart-table-picker-grid,
.smart-editor[right-to-left] .smart-editor-content-container,
.smart-editor[right-to-left] .smart-editor-toolbar-item[item-type=drop-down],
.smart-editor[right-to-left] .smart-editor-toolbar-item[item-type=color-input],
.smart-editor[right-to-left] .smart-editor-toolbar-items-primary,
.smart-editor[right-to-left] .smart-editor-toolbar-items-secondary {
  direction: rtl;
}
.smart-editor .smart-editor-content-container .smart-editor-editable,
.smart-editor .smart-editor-content-container textarea {
  width: 100%;
  height: 100%;
  outline: 0;
  padding: var(--smart-editor-padding);
  background: 0 0;
}
.smart-editor-toolbar-item[item-type=button],
.smart-editor-toolbar-item[item-type=toggle],
.smart-editor-toolbar-item[item-type=drop-down],
.smart-editor-toolbar-item[item-type=color-input],
.smart-editor-toolbar-item[item-type=delimiter] {
  position: relative;
  height: var(--smart-editor-toolbar-item-height);
  outline: 0;
}
.smart-editor-toolbar-item:not([item-type=drop-down])::before,
.smart-editor-toolbar-item[item-name=clearformat]::after,
.smart-editor-toolbar-item[item-name=alignment]::before,
.smart-editor-toolbar-item[item-type=drop-down]:after,
.smart-editor-toolbar-item[item-type=color-input] .smart-editor-item-drop-down-button::before,
.smart-editor-toolbar-item[item-type=delimiter]::before {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: var(--smart-editor-addon-width);
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.smart-editor-toolbar-item[item-type=drop-down]:after,
.smart-editor-toolbar-item[item-type=color-input] .smart-editor-item-drop-down-button::before {
  content: var(--smart-icon-arrow-down);
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
}
.smart-editor-toolbar-item[item-type=drop-down]:before {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  content: attr(item-value);
  width: calc(100% - 30px);
  padding: var(--smart-editor-label-padding);
  padding-top: initial;
  padding-right: initial;
  padding-bottom: initial;
  text-align: center;
}
.smart-editor .smart-editor-content-container .smart-editor-editable [alignment=left],
.smart-editor .smart-editor-image-container[display=block][alignment=left] .smart-editor-image-caption {
  text-align: left;
}
[disabled].smart-editor-toolbar-item {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
.smart-editor {
  display: block;
  width: var(--smart-editor-default-width);
  height: var(--smart-editor-default-height);
  min-height: var(--smart-editor-input-min-height);
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  contain: content;
}
.smart-editor.smart-editor-iframe-body {
  margin: initial;
  border: initial;
  min-height: initial;
  border-radius: initial;
  width: 100%;
  height: 100%;
}
.smart-editor.smart-editor-iframe-body table {
  font-size: var(--smart-font-size);
  font-weight: var(--smart-font-weight);
}
.smart-editor.smart-editor-iframe-body * {
  box-sizing: border-box;
}
.smart-editor > .smart-container {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto minmax(0, 1fr);
  position: relative;
  min-height: inherit;
}
.smart-editor .smart-toast-container.smart-toast-container-custom {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  max-height: 100%;
}
.smart-editor.full-screen-mode {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: calc(var(--smart-editor-drop-down-z-index) - 1);
}
.smart-editor[readonly] .smart-editor-toolbar-items-primary,
.smart-editor[readonly] .smart-editor-toolbar-items-secondary {
  pointer-events: none;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar[toolbar-tab-selected]:not([expanded]) .smart-editor-toolbar-toggle-button::before {
  content: var(--smart-icon-window-pin);
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-tab-selection-bar {
  position: absolute;
  bottom: 0;
  height: calc(2* var(--smart-border-width));
  background-color: var(--smart-primary);
  transform: scaleX(1);
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-tab-selection-bar.smart-visibility-hidden {
  transform: scaleX(0);
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-items-primary {
  position: relative;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar[expanded] .smart-editor-toolbar-items-primary,
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar[expanded] .smart-editor-toolbar-toggle-button {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar:not(.smart-tooltip) .smart-editor-toolbar-items-secondary .smart-editor-toolbar-item {
  margin-left: initial;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-items-secondary {
  background-color: var(--smart-background);
  padding-bottom: initial;
  flex-wrap: initial;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-items-secondary.smart-drop-down {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  box-shadow: var(--smart-elevation-4);
  overflow: hidden;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-items-secondary .smart-editor-toolbar-item {
  margin-bottom: var(--smart-editor-toolbar-item-margin);
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-items-secondary .smart-editor-toolbar-item:not(:last-of-type) {
  margin-right: var(--smart-editor-toolbar-item-margin);
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-tab {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: var(--smart-tab-item-padding);
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-tab:not([disabled]) {
  cursor: pointer;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar .smart-editor-toolbar-tab-group {
  padding-top: initial;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-tab-group {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: var(--smart-editor-toolbar-item-margin);
  padding-bottom: initial;
}
.smart-editor[hide-toolbar] .smart-editor-toolbar:not(.smart-tooltip),
.smart-editor[toolbar-view-mode=multiRow] .smart-editor-toolbar .smart-editor-toolbar-toggle-button,
.smart-editor[toolbar-view-mode=scroll] .smart-editor-toolbar .smart-editor-toolbar-toggle-button {
  display: none;
}
.smart-editor[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-tab-group:not(:first-of-type) {
  border-left: var(--smart-border-width) solid var(--smart-border);
}
.smart-editor[toolbar-view-mode=multiRow] .smart-editor-toolbar,
.smart-editor[toolbar-view-mode=scroll] .smart-editor-toolbar {
  grid-template-areas: "primary primary" "secondary secondary ";
}
.smart-editor[toolbar-view-mode=multiRow] .smart-editor-toolbar-items-primary,
.smart-editor[toolbar-view-mode=scroll] .smart-editor-toolbar-items-primary {
  padding: 0 5px 5px 0;
}
.smart-editor[toolbar-view-mode=multiRow] .smart-editor-toolbar-items-primary .smart-editor-toolbar-item,
.smart-editor[toolbar-view-mode=scroll] .smart-editor-toolbar-items-primary .smart-editor-toolbar-item {
  margin-bottom: initial;
}
.smart-editor[toolbar-view-mode=multiRow] > .smart-container {
  grid-template-rows: auto minmax(0, 1fr);
}
.smart-editor[toolbar-view-mode=multiRow] .smart-editor-toolbar .smart-editor-toolbar-items-primary {
  height: auto;
}
.smart-editor[toolbar-view-mode=scroll] > .smart-container {
  grid-template-rows: auto minmax(0, 1fr);
}
.smart-editor[toolbar-view-mode=scroll] .smart-editor-toolbar-items-primary {
  overflow-y: auto;
}
.smart-editor:not([animation=none]) .smart-editor-toolbar-tab-selection-bar {
  transition:
    width .2s cubic-bezier(.35, 0, .25, 1),
    left .2s cubic-bezier(.35, 0, .25, 1),
    visibility .2s cubic-bezier(.35, 0, .25, 1),
    transform .2s cubic-bezier(.35, 0, .25, 1);
}
.smart-editor:not([animation=none]) .smart-editor-search-bar,
.smart-editor:not([animation=none])[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-items-secondary {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  transition:
    animation .2s ease-out,
    opacity .2s ease-out,
    visibility .2s ease-out;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-editor:not([animation=none]) .smart-editor-search-bar.smart-visibility-hidden,
.smart-editor:not([animation=none])[toolbar-mode=singleLineRibbon] .smart-editor-toolbar-items-secondary.smart-visibility-hidden {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  transition:
    animation .2s ease-in,
    opacity .2s ease-in,
    visibility .2s ease-in;
}
.smart-editor:not([animation=none]) .smart-editor-content-container,
.smart-editor:not([animation=none]) .smart-editor-toolbar:not(.smart-tooltip) {
  transition: height .2s ease-in-out;
}
.smart-editor:not([animation=none]) .smart-editor-toolbar-item,
.smart-editor:not([animation=none]) .smart-editor-toolbar-toggle-button {
  transition:
    background-color 0s linear,
    border-color 0s ease-in-out,
    color 0s linear,
    box-shadow .2s ease-in-out;
}
.smart-editor:not([animation=none]) .smart-editor-toolbar-toggle-button::before {
  transition: transform .2s ease-in-out;
}
.smart-editor[right-to-left] .smart-editor-toolbar:not(.smart-tooltip) {
  grid-template-areas: "toggleButton primary" "secondary secondary";
  grid-template-columns: auto minmax(0, 1fr);
}
.smart-editor[right-to-left] .smart-editor-toolbar:not(.smart-tooltip) .smart-editor-toolbar-item {
  margin-left: initial;
  margin-right: var(--smart-editor-toolbar-item-margin);
}
.smart-editor[right-to-left] .smart-editor-resize-frame span {
  transform: translate(50%, -50%);
}
.smart-editor[right-to-left] .smart-editor-resize-frame span[position=top-left],
.smart-editor[right-to-left] .smart-editor-resize-frame span[position=bottom-right] {
  cursor: sw-resize;
}
.smart-editor[right-to-left] .smart-editor-resize-frame span[position=top-right],
.smart-editor[right-to-left] .smart-editor-resize-frame span[position=bottom-left] {
  cursor: se-resize;
}
.smart-editor.preview-mode .smart-editor-toolbar-item:not([item-name=print]):not([item-name=sourcecode]):not([item-name=fullscreen]):not([item-name=splitmode]),
.smart-editor[edit-mode=markdown] .smart-editor-toolbar-item[item-name=indent],
.smart-editor[edit-mode=markdown] .smart-editor-toolbar-item[item-name=outdent],
.smart-editor[edit-mode=markdown] .smart-editor-toolbar-item[item-name=lowercase],
.smart-editor[edit-mode=markdown] .smart-editor-toolbar-item[item-name=uppercase],
.smart-editor[edit-mode=markdown] .smart-editor-toolbar-item[item-name=removelink],
.smart-editor[edit-mode=markdown] .smart-editor-toolbar-item[item-name=alignment] {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
.smart-editor[hide-toolbar] > .smart-container {
  grid-template-rows: minmax(auto, 1fr);
}
.smart-editor .smart-editor-toolbar:not(.smart-tooltip) {
  width: 100%;
  height: 100%;
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  background: var(--smart-surface);
  display: grid;
  grid-template-areas: "primary toggleButton" "secondary secondary ";
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  position: relative;
}
.smart-editor .smart-editor-toolbar:not(.smart-tooltip)[expanded] .smart-editor-toolbar-toggle-button::before {
  transform: rotate(180deg);
}
.smart-editor .smart-editor-toolbar:not(.smart-tooltip) .smart-editor-toolbar-item {
  margin-left: var(--smart-editor-toolbar-item-margin);
  margin-top: var(--smart-editor-toolbar-item-margin);
}
.smart-editor[toolbar-sticky] .smart-editor-toolbar {
  position: sticky;
  top: 0;
  z-index: calc(var(--smart-editor-drop-down-z-index) - 1);
}
.smart-editor[edit-mode=markdown] .smart-editor-toolbar-item[item-name=sourcecode]::before {
  content: var(--smart-icon-visibility);
}
.smart-editor .smart-editor-toolbar-toggle-button {
  grid-area: toggleButton;
  width: var(--smart-editor-toolbar-button-width);
  height: var(--smart-editor-toolbar-height);
  position: relative;
  cursor: pointer;
}
.smart-editor .smart-editor-toolbar-toggle-button::before {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
  content: var(--smart-icon-arrow-down);
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
}
.smart-editor .smart-editor-toolbar-items-primary {
  grid-area: primary;
  height: var(--smart-editor-toolbar-height);
  overflow: hidden;
}
.smart-editor .smart-editor-toolbar-items-primary .smart-editor-toolbar-item {
  margin-bottom: var(--smart-editor-toolbar-item-margin);
}
.smart-editor .smart-editor-toolbar-items-secondary {
  grid-area: secondary;
  padding-bottom: var(--smart-editor-toolbar-item-margin);
}
.smart-editor .smart-editor-toolbar-items-secondary:empty {
  display: none;
}
.smart-editor .smart-editor-toolbar-items-primary,
.smart-editor .smart-editor-toolbar-items-secondary {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.smart-editor iframe {
  width: 100%;
  height: 100%;
  min-height: var(--smart-editor-input-min-height);
  border: initial;
}
.smart-editor .smart-editor-content-container {
  display: grid;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  outline: 0;
  background: 0 0;
}
.smart-editor .smart-editor-content-container[split-mode] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--smart-border-width) minmax(0, 1fr);
  grid-template-rows: 100%;
  grid-column-gap: 2px;
}
.smart-editor .smart-editor-content-container[split-mode] .smart-editor-editable {
  order: 1;
}
.smart-editor .smart-editor-content-container[split-mode]::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--smart-border);
  order: 2;
}
.smart-editor .smart-editor-content-container[split-mode] textarea,
.smart-editor[edit-mode=markdown] .smart-editor-content-container[split-mode] .smart-editor-editable {
  order: 3;
}
.smart-editor .smart-editor-content-container textarea {
  resize: none;
  outline: 0;
  border: initial;
  min-height: var(--smart-editor-input-min-height);
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.smart-editor .smart-editor-content-container .smart-editor-editable {
  min-height: var(--smart-editor-input-min-height);
  overflow: auto;
}
.smart-editor .smart-editor-content-container .smart-editor-editable[show-placeholder]::before {
  content: attr(placeholder);
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  color: var(--smart-disabled-color);
  opacity: .9;
  font-family: inherit;
  font-size: inherit;
}
.smart-editor .smart-editor-content-container .smart-editor-editable p:first-child {
  margin-top: 0;
}
.smart-editor .smart-editor-content-container .smart-editor-editable p:last-child {
  margin-bottom: 0;
}
.smart-editor .smart-editor-content-container .smart-editor-editable a {
  display: inline-block;
}
.smart-editor .smart-editor-content-container .smart-editor-editable [alignment=center] {
  text-align: center;
}
.smart-editor .smart-editor-content-container .smart-editor-editable [alignment=right] {
  text-align: right;
}
.smart-editor .smart-editor-content-container .smart-editor-editable [alignment=justify] {
  text-align: justify;
}
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=horizontal] {
  cursor: col-resize;
}
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=horizontal] table {
  overflow: hidden;
}
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=horizontal] td[resizing],
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=horizontal] th[resizing] {
  position: relative;
}
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=horizontal] td[resizing]::after,
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=horizontal] th[resizing]::after {
  content: "";
  position: absolute;
  right: 0;
  display: flex;
  width: var(--smart-border-width);
  height: 100%;
  transform: scaleY(100);
  background-color: var(--smart-primary);
}
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=vertical] {
  cursor: row-resize;
}
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=vertical] tr[resizing] > td,
.smart-editor .smart-editor-content-container .smart-editor-editable[table-cell-resize=vertical] tr[resizing] > th {
  border-bottom-color: var(--smart-primary);
}
.smart-editor .smart-editor-content-container .smart-editor-editable[contenteditable=true] img {
  cursor: pointer;
}
.smart-editor .smart-editor-content-container .smart-editor-editable font:empty {
  min-width: 1px;
  min-height: 1px;
  display: inline-block;
}
.smart-editor .smart-editor-content-container .smart-editor-editable font:empty::before {
  content: "a";
  opacity: 0;
}
.smart-editor .smart-editor-content-container .smart-editor-editable pre {
  padding: 10px;
  background: var(--smart-surface);
}
.smart-editor .smart-editor-content-container .smart-editor-editable blockquote {
  border-left: calc(2 * var(--smart-border-width)) solid var(--smart-border);
  padding: 20px 10px;
}
.smart-editor .smart-editor-content-container .smart-editor-editable .find-and-replace-match {
  background-color: var(--smart-editor-highlight);
  opacity: .75;
  color: var(--smart-editor-highlight-color);
}
.smart-editor .smart-editor-content-container .smart-editor-editable .find-and-replace-match.selected {
  background-color: var(--smart-editor-highlight);
  opacity: 1;
}
.smart-editor .smart-editor-content-container .smart-editor-video-container iframe,
.smart-editor .smart-editor-content-container .smart-editor-video-container video,
.smart-editor .smart-editor-content-container img {
  float: initial;
  vertical-align: initial;
  margin: auto;
  min-width: 10px;
  min-height: 10px;
}
.smart-editor .smart-editor-content-container .smart-editor-video-container iframe:not([display=block])[alignment=left],
.smart-editor .smart-editor-content-container .smart-editor-video-container video:not([display=block])[alignment=left],
.smart-editor .smart-editor-content-container img:not([display=block])[alignment=left],
.smart-editor .smart-editor-image-container:not([display=block])[alignment=left] {
  float: left;
}
.smart-editor .smart-editor-content-container .smart-editor-video-container iframe[display=block][alignment=left],
.smart-editor .smart-editor-content-container .smart-editor-video-container video[display=block][alignment=left],
.smart-editor .smart-editor-content-container img[display=block][alignment=left],
.smart-editor .smart-editor-image-container[display=block][alignment=left] img {
  margin-left: 0;
}
.smart-editor .smart-editor-content-container .smart-editor-video-container iframe[display=block][alignment=right],
.smart-editor .smart-editor-content-container .smart-editor-video-container video[display=block][alignment=right],
.smart-editor .smart-editor-content-container img[display=block][alignment=right],
.smart-editor .smart-editor-image-container[display=block][alignment=right] img {
  margin-right: 0;
}
.smart-editor .smart-editor-content-container .smart-editor-video-container iframe[display=block],
.smart-editor .smart-editor-content-container .smart-editor-video-container video[display=block],
.smart-editor .smart-editor-content-container img[display=block] {
  display: block;
}
.smart-editor .smart-editor-content-container .smart-editor-video-container iframe[show-resize-frame],
.smart-editor .smart-editor-content-container .smart-editor-video-container video[show-resize-frame],
.smart-editor .smart-editor-content-container img[show-resize-frame] {
  box-shadow: 0 0 0 var(--smart-border-width) var(--smart-primary);
}
.smart-editor .smart-editor-content-container .smart-editor-video-container iframe:not([display=block])[alignment=right],
.smart-editor .smart-editor-content-container .smart-editor-video-container video:not([display=block])[alignment=right],
.smart-editor .smart-editor-content-container img:not([display=block])[alignment=right] {
  float: right;
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar {
  position: absolute;
  top: var(--smart-editor-search-bar-offset);
  right: var(--smart-editor-search-bar-offset);
  padding: var(--smart-editor-search-bar-padding);
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, auto);
  grid-column-gap: 5px;
  border: var(--smart-border-width) solid var(--smart-border);
  box-shadow: var(--smart-elevation-4);
  background: var(--smart-background);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-input-container {
  width: var(--smart-text-box-default-width);
  display: flex;
  align-items: center;
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-input-container::after {
  content: attr(selected) "/" attr(matches);
  margin: 0 var(--smart-editor-search-bar-offset);
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-input {
  height: 100%;
  outline: 0;
  border: initial;
  padding: var(--smart-editor-label-padding);
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-input:focus {
  border-color: var(--smart-outline);
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-button {
  --smart-button-padding:0;
  border: initial;
  height: var(--smart-editor-toolbar-button-width);
  width: var(--smart-editor-toolbar-button-width);
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-button button::after {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-button.prev button::after {
  content: var(--smart-icon-arrow-up);
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-button.next button::after {
  content: var(--smart-icon-arrow-down);
}
.smart-editor .smart-editor-content-container .smart-editor-search-bar .smart-search-button.close button::after {
  content: var(--smart-icon-close);
}
.smart-editor[show-char-count] .smart-editor-content-container::after {
  content: attr(char-count);
  position: absolute;
  display: flex;
  justify-content: flex-end;
  bottom: var(--smart-editor-char-counter-offset);
  right: var(--smart-editor-char-counter-offset);
  box-sizing: border-box;
  background: var(--smart-background);
  border-radius: var(--smart-border-radius);
  background-clip: content-box;
  -webkit-background-clip: content-box;
  font-family: inherit;
  font-size: inherit;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-editor[show-char-count] .smart-editor-content-container.char-count-error::after {
  color: var(--smart-error);
}
.smart-editor[show-char-count] .smart-editor-content-container.char-count-warning::after {
  color: var(--smart-warning);
}
.smart-editor[edit-mode=markdown] .smart-editor-content-container[split-mode] textarea {
  order: 1;
}
.smart-editor .smart-editor-resize-frame {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
}
.smart-editor .smart-editor-resize-frame span {
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--smart-primary);
  transform: translate(-50%, -50%);
}
.smart-editor .smart-editor-resize-frame span[position=top-left],
.smart-editor .smart-editor-resize-frame span[position=bottom-right] {
  cursor: se-resize;
}
.smart-editor .smart-editor-resize-frame span[position=top-right],
.smart-editor .smart-editor-resize-frame span[position=bottom-left] {
  cursor: sw-resize;
}
.smart-editor .smart-editor-resize-frame span[position=top-center],
.smart-editor .smart-editor-resize-frame span[position=bottom-center] {
  cursor: ns-resize;
}
.smart-editor .smart-editor-resize-frame span[position=left-center],
.smart-editor .smart-editor-resize-frame span[position=right-center] {
  cursor: ew-resize;
}
.smart-editor .smart-editor-image-container {
  display: inline-block;
}
.smart-editor .smart-editor-image-container.smart-editor-video-container {
  position: relative;
}
.smart-editor .smart-editor-image-container.smart-editor-video-container .smart-editor-video-white-space {
  position: absolute;
  opacity: 0;
}
.smart-editor .smart-editor-image-container.smart-editor-video-container[dragged]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.smart-editor .smart-editor-image-container.smart-editor-video-container iframe,
.smart-editor .smart-editor-image-container.smart-editor-video-container video {
  width: 100%;
  height: 100%;
}
.smart-editor .smart-editor-image-container.smart-editor-video-container > br[class] {
  display: none;
}
.smart-editor .smart-editor-image-container.smart-editor-video-container::after {
  content: var(--smart-icon-menu);
  position: absolute;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  width: var(--smart-editor-toolbar-item-height);
  height: var(--smart-editor-toolbar-item-height);
  top: 0;
  left: calc(50% - var(--smart-editor-toolbar-item-height)/ 2);
  background: var(--smart-background);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transform-origin: top;
  transform: scale(0) translateY(-100%);
  transition: transform .2s ease-in-out, visibility .2s ease-in-out;
}
.smart-editor .smart-editor-image-container.smart-editor-video-container:hover::after {
  visibility: visible;
  transform: scale(1) translateY(25%);
}
.smart-editor .smart-editor-image-container[display=block] {
  display: block;
}
.smart-editor .smart-editor-image-container[display=block][alignment=right] .smart-editor-image-caption {
  text-align: right;
}
.smart-editor .smart-editor-image-container:not([display=block])[alignment=right] {
  float: right;
}
.smart-editor .smart-editor-image-container .smart-editor-image-caption {
  display: block;
  text-align: center;
  outline: 0;
}
.smart-editor table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  table-layout: fixed;
}
.smart-editor table td,
.smart-editor table th {
  border: var(--smart-border-width) solid var(--smart-border);
  width: var(--smart-editor-table-column-width);
  min-height: var(--smart-editor-table-cell-min-height);
  min-width: var(--smart-editor-table-cell-min-width);
  padding: 2px 5px;
  vertical-align: middle;
}
.smart-editor table img {
  max-width: 100%;
}
.smart-editor table table {
  width: 100%;
}
.smart-editor table th {
  background: var(--smart-surface);
}
.smart-editor table td:empty::before,
.smart-editor table th:empty::before {
  content: "A";
  visibility: hidden;
}
.smart-editor table[dashed-borders] td,
.smart-editor table[dashed-borders] th {
  border-style: dashed;
}
.smart-editor table[alternation] tr:nth-child(2n) {
  background-color: var(--smart-alternation-index0-background);
}
.smart-editor table [selected] {
  box-shadow: 0 0 0 var(--smart-border-width) var(--smart-primary) inset;
}
.smart-editor[focus] .smart-editor-toolbar-item[item-type=button][checked] {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
}
.smart-editor-toolbar-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-radius: var(--smart-editor-toolbar-item-border-radius);
  cursor: pointer;
}
.smart-editor-toolbar-item:not([item-type=custom]):hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  box-shadow: var(--smart-elevation-1);
}
.smart-editor-toolbar-item:not([item-type=custom]):not([item-type=color-input]):not([disabled]):active,
.smart-editor-toolbar-item[item-type=toggle][checked] {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
}
.smart-editor-toolbar-item[item-name=bold]::before {
  content: var(--smart-icon-bold);
}
.smart-editor-toolbar-item[item-name=italic]::before {
  content: var(--smart-icon-italic);
}
.smart-editor-toolbar-item[item-name=underline]::before {
  content: var(--smart-icon-underline);
}
.smart-editor-toolbar-item[item-name=strikethrough]::before {
  content: var(--smart-icon-strike-through);
}
.smart-editor-toolbar-item[item-name=caption]::before {
  content: var(--smart-icon-format-clear);
  font-weight: 600;
}
.smart-editor-toolbar-item[item-name=orderedlist]::before {
  content: var(--smart-icon-list-ordered);
}
.smart-editor-toolbar-item[item-name=unorderedlist]::before {
  content: var(--smart-icon-list-unordered);
}
.smart-editor-toolbar-item[item-name=subscript]::before {
  content: var(--smart-icon-subscript);
}
.smart-editor-toolbar-item[item-name=superscript]::before {
  content: var(--smart-icon-superscript);
}
.smart-editor-toolbar-item .smart-editor-item-action-button[item-name=backgroundcolor]::before {
  content: var(--smart-icon-color-background);
}
.smart-editor-toolbar-item .smart-editor-item-action-button[item-name=fontcolor]::before {
  content: var(--smart-icon-font);
}
.smart-editor-toolbar-item[item-name=delete]::before {
  content: var(--smart-icon-delete);
}
.smart-editor-toolbar-item[item-name=redo]::before,
.smart-editor-toolbar-item[item-name=undo]::before {
  content: var(--smart-icon-reload);
}
.smart-editor-toolbar-item[item-name=indent]::before {
  content: var(--smart-icon-indent-left);
}
.smart-editor-toolbar-item[item-name=outdent]::before {
  content: var(--smart-icon-indent-right);
}
.smart-editor-toolbar-item[item-name=createlink]::before {
  content: var(--smart-icon-link);
}
.smart-editor-toolbar-item[item-name=removelink]::before {
  content: var(--smart-icon-unlink);
}
.smart-editor-toolbar-item[item-name=hyperlink]::before {
  content: var(--smart-icon-link);
}
.smart-editor-toolbar-item[item-name=openlink]::before {
  content: var(--smart-icon-link-ext);
}
.smart-editor-toolbar-item[item-name=editlink]::before {
  content: var(--smart-icon-mode-edit);
}
.smart-editor-toolbar-item[item-name=image]::before {
  content: var(--smart-icon-image);
}
.smart-editor-toolbar-item[item-name=table]::before {
  content: var(--smart-icon-table);
}
.smart-editor-toolbar-item[item-name=lowercase]::before {
  content: var(--smart-icon-case-lower);
}
.smart-editor-toolbar-item[item-name=uppercase]::before {
  content: var(--smart-icon-case-upper);
}
.smart-editor-toolbar-item[item-name=print]::before {
  content: var(--smart-icon-print);
}
.smart-editor-toolbar-item[item-name=copy]::before {
  content: var(--smart-icon-copy-record);
}
.smart-editor-toolbar-item[item-name=paste]::before {
  content: var(--smart-icon-paste);
}
.smart-editor-toolbar-item[item-name=cut]::before {
  content: var(--smart-icon-cut);
  transform: rotate(-90deg);
}
.smart-editor-toolbar-item[item-name=clearformat]::before {
  content: var(--smart-icon-format-clear);
  font-style: italic;
  font-weight: 600;
}
.smart-editor-toolbar-item[item-name=fullscreen]::before {
  content: var(--smart-icon-resize-full);
}
.smart-editor-toolbar-item[item-name=sourcecode]::before {
  content: var(--smart-icon-source-code);
}
.smart-editor-toolbar-item[item-name=preview]::before {
  content: var(--smart-icon-visibility);
}
.smart-editor-toolbar-item[item-name=splitmode]::before {
  content: var(--smart-icon-split-mode);
}
.smart-editor-toolbar-item[item-name=tableheader]::before {
  content: var(--smart-icon-header);
}
.smart-editor-toolbar-item[item-name=tablerows]::before {
  content: var(--smart-icon-row);
}
.smart-editor-toolbar-item[item-name=tablecolumns]::before {
  content: var(--smart-icon-column);
}
.smart-editor-toolbar-item[item-name=tablevalign]::before {
  content: var(--smart-icon-vertical-align);
}
.smart-editor-toolbar-item[item-name=tablestyle]::before {
  content: var(--smart-icon-styles);
}
.smart-editor-toolbar-item[item-name=findandreplace]::before {
  content: var(--smart-icon-search);
}
.smart-editor-toolbar-item[item-name=video]::before {
  content: var(--smart-icon-video);
}
.smart-editor-toolbar-item[item-name=redo]::before {
  transform: scaleX(-1);
}
.smart-editor-toolbar-item[item-name=clearformat]::after {
  content: "-";
  position: absolute;
  top: 0;
  font-weight: 600;
  transform: scaleX(1.5);
}
.smart-editor-toolbar-item[item-name=alignment][item-value=left]::before {
  content: var(--smart-icon-align-left);
}
.smart-editor-toolbar-item[item-name=alignment][item-value=center]::before {
  content: var(--smart-icon-align-center);
}
.smart-editor-toolbar-item[item-name=alignment][item-value=right]::before {
  content: var(--smart-icon-align-right);
}
.smart-editor-toolbar-item[item-name=alignment][item-value=justify]::before {
  content: var(--smart-icon-align-justify);
}
.smart-editor-toolbar-item[item-type=button],
.smart-editor-toolbar-item[item-type=toggle] {
  width: var(--smart-editor-toolbar-button-width);
}
.smart-editor-toolbar-item[item-type=drop-down],
.smart-editor-toolbar-item[item-type=color-input] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--smart-editor-toolbar-drop-down-width-small);
}
.smart-editor-toolbar-item[item-type=drop-down][item-name=fontname],
.smart-editor-toolbar-item[item-type=drop-down][item-name=formats] {
  width: var(--smart-editor-toolbar-drop-down-width-large);
}
.smart-editor-toolbar-item[item-type=drop-down][item-name=tablerows]:before {
  transform: rotate(90deg);
  padding: var(--smart-editor-label-padding);
  padding-left: initial;
  padding-right: initial;
  padding-top: initial;
}
.smart-editor-toolbar-item[item-type=color-input] .smart-editor-item-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - var(--smart-editor-addon-width));
  height: 100%;
  min-width: var(--smart-editor-addon-width);
  padding: var(--smart-editor-label-padding);
  padding-top: initial;
  padding-bottom: initial;
}
.smart-editor-toolbar-item[item-type=color-input] .smart-editor-item-action-button::before {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  border-bottom: calc(3 * var(--smart-border-width)) solid var(--item-value);
}
.smart-editor-toolbar-item[item-type=color-input] .smart-editor-item-drop-down-button {
  position: relative;
  height: 100%;
}
.smart-editor-toolbar-item[item-type=custom] > :first-child {
  width: 100%;
  height: var(--smart-editor-toolbar-item-height);
}
.smart-editor-toolbar-item .smart-editor-item-action-button:hover,
.smart-editor-toolbar-item .smart-editor-item-drop-down-button:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-focus);
  background-color: var(--smart-ui-state-focus);
}
.smart-editor-toolbar-item .smart-editor-item-action-button:not([disabled]):active,
.smart-editor-toolbar-item .smart-editor-item-drop-down-button:not([disabled]):active {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
}
.smart-editor-toolbar-item[item-type=delimiter] {
  width: var(--smart-editor-toolbar-delimiter-width);
  pointer-events: none;
}
.smart-editor-toolbar-item[item-type=delimiter]::before {
  content: attr(item-name);
  transform: scaleY(1.5);
  min-width: initial;
}
.smart-editor-toolbar-item .smart-ripple {
  background-color: var(--smart-background-color);
}
.smart-editor-toolbar-item .smart-editor-item-drop-down {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.smart-color-input-drop-down-menu.smart-editor-color-input .grid-samples-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smart-color-input-drop-down-menu.smart-editor-color-input:not([animation=none]) .default-samples-container div {
  transition: transform .2s ease-in-out;
}
.smart-color-input-drop-down-menu.smart-editor-color-input .default-samples-container div {
  position: relative;
  border-radius: 50%;
  border: initial;
  transform: scale(.95);
}
.smart-color-input-drop-down-menu.smart-editor-color-input .default-samples-container div.selected {
  transform: scale(1);
}
.smart-color-input-drop-down-menu.smart-editor-color-input .default-samples-container div.selected:not(.no-color):after {
  content: var(--smart-icon-check);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--smart-font-family-icon);
  color: var(--smart-secondary-color);
  border-radius: inherit;
}
.smart-editor-color-input {
  --smart-input-drop-down-menu-width:auto;
}
.smart-editor-color-input.smart-color-input-drop-down-menu .default-samples-container div.selected[value="#FFFFFF"]::after {
  border: var(--smart-border-width) solid var(--smart-border);
  color: var(--smart-ui-state-color-hover);
  box-sizing: border-box;
}
.smart-editor-input li .editor-icon::before {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: var(--smart-column-icon-size);
  line-height: 1rem;
}
.smart-editor-input li[value=left] .editor-icon::before {
  content: var(--smart-icon-align-left);
}
.smart-editor-input li[value=center] .editor-icon::before {
  content: var(--smart-icon-align-center);
}
.smart-editor-input li[value=right] .editor-icon::before {
  content: var(--smart-icon-align-right);
}
.smart-editor-input li[value=justify] .editor-icon::before {
  content: var(--smart-icon-align-justify);
}
.smart-editor-input li[value=insertRowBefore] .editor-icon::before {
  content: var(--smart-icon-row-before);
}
.smart-editor-input li[value=insertRowAfter] .editor-icon::before {
  content: var(--smart-icon-row-after);
  transform: rotate(180deg);
}
.smart-editor-input li[value=deleteRow] .editor-icon::before {
  content: var(--smart-icon-row-delete);
}
.smart-editor-input li[value=insertColumnLeft] .editor-icon::before {
  content: var(--smart-icon-column-left);
  transform: rotate(-90deg);
}
.smart-editor-input li[value=insertColumnRight] .editor-icon::before {
  content: var(--smart-icon-column-right);
  transform: rotate(90deg);
}
.smart-editor-input li[value=deleteColumn] .editor-icon::before {
  content: var(--smart-icon-column-delete);
}
.smart-editor-input li[value=h1] a {
  font-size: 1.5rem;
  font-weight: 700;
}
.smart-editor-input li[value=h2] a {
  font-size: 1.3rem;
  font-weight: 700;
}
.smart-editor-input li[value=h3] a {
  font-size: 1.1rem;
  font-weight: 700;
}
.smart-editor-input li[value=h4] a {
  font-size: .9rem;
  font-weight: 700;
}
.smart-editor-input li[value=segueUi] a {
  font-family:
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
}
.smart-editor-input li[value=arial] a {
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.smart-editor-input li[value=georgia] a {
  font-family:
    Georgia,
    "Times New Roman",
    Times,
    serif;
}
.smart-editor-input li[value=impact] a {
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif;
}
.smart-editor-input li[value=tahoma] a {
  font-family:
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
}
.smart-editor-input li[value=timesnewRoman] a {
  font-family:
    "Times New Roman",
    Times,
    serif;
}
.smart-editor-input li[value=verdana] a {
  font-family:
    Verdana,
    Geneva,
    Tahoma,
    sans-serif;
}
.smart-editor-input[right-to-left] li .editor-icon::before {
  right: 0;
  left: initial;
}
.smart-editor-window {
  --smart-window-default-width:auto;
  --smart-window-default-height:auto;
  --smart-window-header-height:var(--smart-editor-window-header-height);
  --smart-window-footer-height:var(--smart-editor-window-footer-height);
  --smart-window-header-footer-padding:10px;
  --smart-window-header-background:transparent;
  --smart-window-footer-padding:10px;
  --smart-window-content-padding:20px;
  max-width: 95vw;
  max-height: 95vh;
}
.smart-editor-window.smart-window .smart-content-container > .smart-content {
  padding: initial;
  align-items: flex-start;
}
.smart-editor-window .smart-editor-window-button {
  width: 100%;
  height: 100%;
  --smart-button-padding:0.2rem 16px;
}
.smart-editor-window .smart-editor-window-button:not(:last-of-type) {
  margin-right: 2.5%;
}
.smart-editor-window .smart-editor-window-content-wrapper {
  grid-template-rows: auto minmax(auto, 1fr);
  padding: var(--smart-window-content-padding);
  width: 100%;
}
.smart-editor-window .smart-editor-window-content-wrapper > div {
  display: grid;
  width: var(--smart-box-width);
  grid-row-gap: 10px;
  justify-content: center;
  grid-template-columns: 100%;
}
.smart-editor-window .smart-editor-window-editor {
  display: grid;
  grid-row-gap: 5px;
  grid-column-gap: 10px;
}
.smart-editor-window .smart-editor-window-editor > .smart-input,
.smart-editor-window .smart-editor-window-editor > .smart-list-box {
  width: 100%;
}
.smart-editor-window .smart-editor-window-editor > .smart-check-box {
  width: max-content;
}
.smart-editor-window .smart-editor-window-editor[multiple] .smart-editor-window-editor {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smart-editor-window .smart-editor-window-editor[type=results] label {
  display: flex;
  justify-content: space-between;
}
.smart-editor-window .smart-editor-window-editor[type=results] label[matches]::after {
  content: attr(selected) " of " attr(matches);
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-drop-zone {
  width: 100%;
  height: 100px;
  border: calc(2 * var(--smart-border-width)) dashed var(--smart-border);
  border-radius: var(--smart-border-radius);
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload {
  --smart-file-upload-drop-zone-height:100px;
  width: 100%;
  order: 1;
  min-height: initial;
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-browse-button {
  margin: initial;
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-item-upload-button {
  display: none;
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-file-upload-header {
  margin-bottom: 5px;
  padding: initial;
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-file-upload-container,
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-selected-files {
  padding: initial;
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-selected-files .smart-file {
  display: flex;
  margin: initial;
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: var(--smart-border-radius);
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-selected-files .smart-item-cancel-button:after,
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-selected-files .smart-item-pause-button:after,
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-selected-files .smart-item-upload-button:after {
  position: initial;
  left: initial;
  top: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-editor-window .smart-editor-window-editor[type=file] .smart-file-upload .smart-selected-files .smart-item-name {
  width: 100%;
}
.smart-tooltip .smart-tooltip-content {
  display: flex;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-background);
  opacity: initial;
}
.smart-tooltip.smart-editor-context-menu:not([animation=none]) {
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-tooltip.smart-editor-toolbar {
  --smart-tooltip-padding:5px;
  --smart-tooltip-arrow-color:var(--smart-surface);
}
.smart-tooltip.smart-editor-toolbar .smart-tooltip-content {
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-surface);
}
.smart-tooltip.smart-editor-toolbar.smart-editor-inline-toolbar .smart-tooltip-content {
  max-width: var(--smart-editor-inline-toolbar-max-width);
  flex-wrap: wrap;
}
.smart-tooltip.smart-editor-toolbar:not([animation=none]) .smart-editor-toolbar-item {
  transition:
    background-color 0s linear,
    border-color 0s ease-in-out,
    color 0s linear,
    box-shadow .2s ease-in-out;
}
.smart-tooltip.smart-editor-toolbar:not(.smart-editor-drop-down-toolbar) .smart-editor-toolbar-item:not(:first-of-type) {
  margin-left: var(--smart-editor-toolbar-item-margin);
}
.smart-tooltip.smart-editor-toolbar[right-to-left]:not(.smart-editor-drop-down-toolbar) .smart-editor-toolbar-item:not(:first-of-type) {
  margin-left: initial;
  margin-right: var(--smart-editor-toolbar-item-margin);
}
.smart-tooltip.smart-editor-context-menu {
  opacity: .2;
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.smart-tooltip.smart-editor-context-menu[visible] {
  opacity: 1;
  transform: scale(1);
}
.smart-tooltip .smart-editor-context-menu-item-container {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: flex-start;
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: var(--smart-list-item-height);
  padding: var(--smart-list-item-padding);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--smart-background);
  color: var(--smart-background-color);
  display: flex;
  align-items: center;
  position: relative;
  padding-left: var(--smart-column-icon-size);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item::before {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: var(--smart-column-icon-size);
  line-height: 1rem;
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=insertRowBefore]::before {
  content: var(--smart-icon-row-before);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=insertRowAfter]::before {
  content: var(--smart-icon-row-after);
  transform: rotate(180deg);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=deleteRow]::before {
  content: var(--smart-icon-row-delete);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=insertColumnLeft]::before {
  content: var(--smart-icon-column-left);
  transform: rotate(-90deg);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=insertColumnRight]::before {
  content: var(--smart-icon-column-right);
  transform: rotate(90deg);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=deleteColumn]::before {
  content: var(--smart-icon-column-delete);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=tableProperties]::before {
  content: var(--smart-icon-table);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=imageProperties]::before {
  content: var(--smart-icon-image);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=linkProperties]::before,
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=videoProperties]::before {
  content: var(--smart-icon-link);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=deleteTable]::before {
  content: var(--smart-icon-delete);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=copyImage]::before,
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=copyVideo]::before {
  content: var(--smart-icon-copy-record);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=cutImage]::before,
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=cutVideo]::before {
  content: var(--smart-icon-cut);
  transform: rotate(-90deg);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=deleteImage]::before,
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=deleteVideo]::before,
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=deleteLink]::before {
  content: var(--smart-icon-delete);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=createLink]::before {
  content: var(--smart-icon-link);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=deleteLink]::before {
  content: var(--smart-icon-unlink);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=caption]::before {
  content: var(--smart-icon-format-clear);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=selectAll]::before {
  content: var(--smart-icon-group);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=cut]::before {
  content: var(--smart-icon-cut);
  transform: rotate(-90deg);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=copy]::before {
  content: var(--smart-icon-copy-record);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[value=paste]::before {
  content: var(--smart-icon-paste);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[selected] {
  background-color: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-border-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-tooltip .smart-editor-context-menu-item-container .smart-editor-context-menu-item[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
.smart-editor-drop-down-toolbar:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  transition:
    animation .2s ease-in,
    opacity .2s ease-in,
    visibility .2s ease-in;
}
.smart-editor-drop-down-toolbar:not([animation=none])[visible] {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  transition:
    animation .2s ease-out,
    opacity .2s ease-out,
    visibility .2s ease-out;
}
.smart-editor-drop-down-toolbar:not([arrow-direction]),
.smart-editor-drop-down-toolbar[arrow-direction=bottom] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-editor-drop-down-toolbar:not([arrow]),
.smart-editor-drop-down-toolbar[arrow-direction=top] {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-editor-drop-down-toolbar .smart-table-picker {
  overflow: hidden;
  display: block;
  background: 0 0;
}
.smart-editor-drop-down-toolbar .smart-table-picker[right-to-left] .smart-table-picker-button > button.smart-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-editor-drop-down-toolbar .smart-table-picker[right-to-left] .smart-table-picker-button > button.smart-button::before {
  margin-right: initial;
  margin-left: 10px;
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-grid::before {
  content: attr(value);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: .2rem 16px;
  box-sizing: border-box;
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-grid > div {
  display: flex;
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-cell {
  width: 15px;
  height: 15px;
  border: var(--smart-border-width) solid var(--smart-border);
  margin: 2px;
  cursor: pointer;
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-cell[selected] {
  border-color: var(--smart-primary);
  background: var(--smart-primary);
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-separator {
  width: 100%;
  height: var(--smart-border-width);
  background: var(--smart-border);
  margin: 10px 0;
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-button {
  width: 100%;
  background: 0 0;
  border: initial;
}
.smart-editor-drop-down-toolbar .smart-table-picker .smart-table-picker-button button::before {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-table);
  margin-right: 10px;
  box-sizing: border-box;
}
.smart-drop-zone[right-to-left],
.smart-file[right-to-left],
smart-file-upload[right-to-left] > .smart-container {
  direction: rtl;
}
smart-file-upload {
  display: inline-block;
  width: var(--smart-file-upload-default-width);
  font-size: var(--smart-file-upload-font-size);
  font-family: var(--smart-file-upload-font-family);
  color: var(--smart-file-upload-color);
  overflow: hidden;
  box-sizing: border-box;
  border: var(--smart-file-upload-border-width) dashed var(--smart-file-upload-border);
  background-color: var(--smart-file-upload-background);
  min-width: 200px;
  min-height: 100px;
}
smart-file-upload .smart-selected-files .smart-file.smart-hidden,
smart-file-upload .smart-total-files.smart-hidden,
smart-file-upload[show-progress] .smart-file smart-progress-bar {
  display: none;
}
smart-file-upload[disabled] {
  opacity: .55;
  cursor: default;
}
smart-file-upload[show-progress] .smart-file smart-progress-bar[value] {
  display: block;
}
.smart-file.smart-uploading-start:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: arial;
  content: var(--smart-file-upload-text-content-uploading-start);
  background-color: #c1c1c169;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  box-sizing: border-box;
  font-size: 11px;
  color: #737373;
  padding: 0 0 2px 5px;
  pointer-events: none;
  z-index: 1;
  animation: connecting 1s linear infinite;
}
.smart-file.smart-error:before,
.smart-file.smart-pause:before,
.smart-file.smart-uploading:before {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  z-index: 1;
  position: absolute;
  box-sizing: border-box;
  font-family: arial;
  padding: 0 0 2px 5px;
  pointer-events: none;
  top: 0;
  left: 0;
}
.smart-file.smart-uploading:before {
  content: var(--smart-file-upload-text-content-uploading);
  width: 100%;
  background-color: #c1c1c169;
  opacity: 1;
  flex-direction: column;
  color: var(--smart-ui-state);
}
.smart-file.smart-uploading .smart-item-upload-button {
  pointer-events: none;
}
.smart-file.smart-uploading .smart-item-name {
  opacity: .2;
  -webkit-user-select: none;
  user-select: none;
}
.smart-file.smart-pause:before {
  content: var(--smart-file-upload-text-content-pause);
  width: 100%;
  background-color: #f0030;
  border-radius: 3px;
  opacity: .8;
  flex-direction: column;
  color: #8a0000;
}
.smart-file.smart-error:before {
  content: var(--smart-file-upload-text-content-error);
  width: 100%;
  background-color: var(--smart-error);
  border-radius: var(--smart-error-border-radius);
  opacity: 0;
  flex-direction: column;
  color: var(--smart-on-error);
  animation: error 6s linear 1;
}
.smart-file.smart-error smart-progress-bar,
.smart-selected-files .smart-uploading .smart-item-upload-button {
  opacity: .3;
}
.smart-file smart-progress-bar {
  display: none;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.smart-file smart-progress-bar .smart-container {
  border-style: none;
}
.smart-file smart-progress-bar .smart-value {
  background-color: orange;
}
.smart-file-upload .smart-file-upload-container,
.smart-file-upload .smart-file-upload-footer,
.smart-file-upload .smart-file-upload-header {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.smart-file-upload .smart-browse-button {
  display: block;
  margin: 4px;
  width: var(--smart-file-upload-browse-button-width);
  height: var(--smart-file-upload-browse-button-height);
}
.smart-file-upload .smart-cancel-all-button,
.smart-file-upload .smart-pause-all-button,
.smart-file-upload .smart-upload-all-button {
  width: var(--smart-file-upload-footer-button-width);
  height: var(--smart-file-upload-footer-button-height);
  margin: 4px;
}
.smart-file-upload .smart-browse-input {
  display: none;
}
.smart-file-upload .smart-drop-zone {
  display: none;
  width: 100%;
  height: 100px;
}
.smart-drop-zone,
.smart-drop-zone:after,
.smart-selected-files {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.smart-file-upload .smart-total-files {
  font-family: arial;
  font-size: 12px;
  color: gray;
  display: block;
  box-sizing: border-box;
  padding: 0 0 2px 5px;
}
.smart-file-upload .smart-total-files:empty,
.smart-file-upload[hide-footer] .smart-file-upload-footer {
  display: none;
}
.smart-file-upload[disabled] .smart-file-upload-container {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-file-upload[drop-zone] .smart-drop-zone {
  display: block;
}
.smart-file-upload[drop-zone] .smart-overflow .smart-drop-zone {
  display: none;
}
.smart-drop-zone {
  background-color: var(--smart-background);
  position: relative;
  border: 1px dotted #d3d3d3;
}
.smart-drop-zone:after {
  font-family: var(--smart-font-family-icon);
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  content: var(--smart-file-upload-text-content-drop-zone);
  color: var(--smart-ui-state);
  border: 5px dashed transparent;
  transition: border .5s ease-out;
}
.smart-drop-zone.smart-drag-over:after,
[data-theme=modern] .smart-drop-zone.smart-drag-over:after {
  content: var(--smart-file-upload-text-content-drop-zone-over);
  transition: border .5s ease-out;
  animation: drop-zone 1s ease-in infinite;
}
.smart-drop-zone.smart-drag-over:after {
  font-size: 50px;
  border: 3px dashed var(--smart-background-border);
}
[data-theme=modern] {
  --smart-file-upload-text-content-drop-zone-over:"Drop here";
}
[data-theme=modern] .smart-drop-zone {
  border: 2px dashed var(--smart-surface);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-theme=modern] .smart-drop-zone:after {
  font-family: Verdana;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}
[data-theme=modern] .smart-drop-zone:hover {
  border-color: var(--smart-primary);
  background-color: rgba(var(--smart-primary-rgb), .1);
}
[data-theme=modern] .smart-drop-zone.smart-drag-over:after {
  border-color: transparent;
  font-size: 2.5rem;
}
.smart-selected-files {
  display: block;
  padding: 2px;
}
.smart-selected-files .smart-file {
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 1px;
  background-color: #fafafa;
  transition: border-color .5s ease;
}
.smart-selected-files .smart-file:hover {
  transition: border-color .5s ease;
  border-color: gray;
}
.smart-selected-files .smart-item-pause-button {
  pointer-events: none;
  box-sizing: border-box;
  height: 16px;
  position: relative;
  width: 16px;
  color: #999;
  transition: color .5s ease;
  display: none;
}
.smart-selected-files .smart-item-pause-button:after {
  font-family: var(--smart-font-family-icon);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-shadow: 2px 2px 2px #d3d3d3;
  content: var(--smart-icon-close);
}
.smart-selected-files .smart-item-cancel-button {
  display: inline-block;
  box-sizing: border-box;
  height: 16px;
  position: relative;
  width: 16px;
  color: #999;
  transition: color .5s ease;
}
.smart-selected-files .smart-item-cancel-button:after {
  font-family: var(--smart-font-family-icon);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-shadow: 2px 2px 2px #d3d3d3;
  content: var(--smart-icon-close);
}
.smart-selected-files .smart-item-cancel-button:hover {
  cursor: pointer;
  transition: color .5s ease;
  color: orange;
}
.smart-selected-files .smart-item-upload-button {
  display: inline-block;
  box-sizing: border-box;
  height: 16px;
  position: relative;
  width: 16px;
  color: #999;
  transition: color .5s ease;
}
.smart-selected-files .smart-item-upload-button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-up);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-shadow: 2px 2px 2px #d3d3d3;
}
.smart-selected-files .smart-item-upload-button:hover {
  cursor: pointer;
  color: var(--smart-success);
  transition: color .5s ease;
}
.smart-selected-files .smart-item-name {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.smart-selected-files .smart-uploading .smart-item-name {
  width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.smart-selected-files .smart-uploading .smart-item-pause-button {
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  transition: color .5s, opacity .5s ease;
  color: #dc1919;
  opacity: .5;
}
.smart-selected-files .smart-uploading .smart-item-pause-button:hover {
  transition: color .5s, opacity .5s ease;
  color: red;
  opacity: 1;
}
.smart-selected-files .smart-uploading .smart-item-cancel-button {
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  transition: color .5s, opacity .5s ease;
  opacity: .5;
  color: #ff8c00;
}
.smart-selected-files .smart-uploading .smart-item-cancel-button:hover {
  transition: color .5s, opacity .5s ease;
  color: orange;
  opacity: 1;
}
.smart-drop-zone-square {
  position: relative;
}
.smart-drop-zone-square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.smart-drop-zone-square .smart-drop-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.smart-drop-zone-square.smart-drop-zone-small {
  min-width: 115px;
}
.smart-drop-zone-small {
  position: relative;
  width: auto;
  display: inline-block;
}
.smart-drop-zone-small .smart-drop-zone.smart-drag-over:after {
  font-size: 1.25rem;
}
.smart-drop-zone-images-only .smart-drop-zone {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: space-evenly;
}
.smart-drop-zone-images-only .smart-drop-zone:after {
  height: auto;
}
.smart-drop-zone-images-only .smart-drop-zone:before {
  display: block;
  content: "";
  background-image: url("./media/dropable_zone_image-4LW6UVO5.svg");
  width: 70px;
  height: 55px;
  background-size: contain;
  background-position: center center;
}
@-webkit-keyframes connecting {
  0%, 100% {
    color: #73737350;
  }
  50% {
    color: #73737399;
  }
}
@-webkit-keyframes drop-zone {
  0%, 100% {
    color: #b1b1b100;
  }
  50% {
    color: #b1b1b199;
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes error {
  0% {
    opacity: .8;
    background-color: #f0015;
  }
  3%, 9% {
    background-color: #f0040;
  }
  12%, 6% {
    background-color: #f0015;
  }
  80% {
    opacity: .8;
  }
  100% {
    opacity: 0;
  }
}
.smart-filter-builder.smart-container,
smart-filter-builder,
smart-filter-builder > .smart-container {
  overflow: visible;
  position: relative;
}
smart-filter-builder {
  display: inline-block;
  width: var(--smart-filter-builder-default-width);
  height: var(--smart-filter-builder-default-height);
  font-size: var(--smart-filter-builder-font-size);
  font-family: var(--smart-filter-builder-font-family);
  box-sizing: border-box;
  background-color: transparent;
}
smart-filter-builder[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-filter-builder.smart-container > .smart-inner-container,
smart-filter-builder > .smart-container > .smart-inner-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.smart-filter-builder smart-menu[mode=dropDown] {
  width: auto;
  height: auto;
}
.smart-filter-builder smart-scroll-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.smart-filter-builder .filter-builder-item {
  min-height: var(--smart-filter-builder-row-height);
  vertical-align: middle;
  margin-right: 5px;
  border: none;
  border-radius: 3px;
  background-color: #add8e6;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
.smart-filter-builder .smart-filter-builder-icon {
  width: 40px;
  height: 100%;
  display: inline-block;
  font-weight: 700;
  border-right: 1px solid gray;
  margin-right: 5px;
  padding: 0 2px;
  text-align: center;
}
.smart-filter-builder .smart-filter-builder-menu-item {
  height: 100%;
  display: inline-block;
}
.smart-filter-builder .smart-filter-add-btn,
.smart-filter-builder .smart-filter-delete-btn {
  min-width: var(--smart-filter-builder-row-height);
  min-height: var(--smart-filter-builder-row-height);
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  padding: 5px 0;
  opacity: .3;
  font-size: 16px;
}
.smart-filter-builder .smart-filter-add-btn:after,
.smart-filter-builder .smart-filter-delete-btn:after {
  content: "+";
  font-family: var(--smart-font-family-icon);
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
  font-size: 25px;
}
.smart-filter-builder .smart-filter-add-btn:hover,
.smart-filter-builder .smart-filter-delete-btn:hover {
  opacity: .6;
}
.smart-filter-builder .smart-filter-add-btn:active,
.smart-filter-builder .smart-filter-delete-btn:active {
  opacity: 1;
}
.smart-filter-builder .smart-filter-add-btn {
  color: var(--smart-background-color);
}
.smart-filter-builder .smart-filter-add-btn:after {
  font-weight: 700;
}
.smart-filter-builder .smart-filter-delete-btn:after {
  content: "\e81f";
  font-size: 10px;
}
.smart-filter-builder .smart-filter-value {
  min-width: 100px;
  padding: 0;
}
.smart-filter-builder .smart-filter-value .smart-value-container {
  color: gray;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  padding: 5px;
  margin: 0;
}
.smart-filter-builder .smart-filter-value[edited] {
  padding: 0;
  background-color: transparent;
}
.smart-filter-builder .smart-filter-value[edited] .smart-value-container {
  display: none;
}
.smart-filter-builder .smart-filter-group,
.smart-filter-builder .smart-filter-group-condition,
.smart-filter-builder .smart-filter-group-condition-container,
.smart-filter-builder .smart-filter-group-operator {
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.smart-filter-builder .smart-filter-group-condition {
  margin-bottom: 5px;
}
.smart-filter-builder .smart-filter-group-condition-container {
  padding-left: 30px;
}
.smart-filter-builder .smart-filter-group-operation {
  min-width: 50px;
}
.smart-filter-builder .smart-content-container > .smart-filter-group > .smart-filter-group-operator {
  margin-left: 30px;
}
.smart-filter-builder .smart-content-container > .smart-filter-group > .smart-filter-group-operator .smart-filter-delete-btn {
  display: none;
}
.smart-filter-builder .smart-editors-container {
  position: relative;
  pointer-events: none;
  height: 20px;
}
.smart-filter-builder .smart-editors-container[open] {
  min-width: 100px;
  width: var(--smart-filter-builder-item-width);
  min-height: var(--smart-filter-builder-row-height);
}
.smart-filter-builder .smart-editors-container[open] .smart-check-box-editor {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-self: center;
  justify-self: center;
  width: 30px;
  height: 30px;
}
.smart-filter-builder .smart-editors-container[open] .smart-check-box-editor.smart-hidden,
.smart-filter-builder .smart-hidden {
  display: none;
}
.smart-filter-builder .smart-editors-container .smart-check-box-editor,
.smart-filter-builder .smart-editors-container .smart-combo-box-editor,
.smart-filter-builder .smart-editors-container .smart-custom-editor > *,
.smart-filter-builder .smart-editors-container .smart-date-time-picker-editor,
.smart-filter-builder .smart-editors-container .smart-drop-down-list-editor,
.smart-filter-builder .smart-editors-container .smart-numeric-text-box-editor,
.smart-filter-builder .smart-editors-container .smart-text-box-editor {
  pointer-events: all;
  width: 100%;
}
.smart-filter-builder .smart-filter-field-name,
.smart-filter-builder .smart-filter-operation {
  min-width: 100px;
}
.smart-filter-builder .smart-selected-menu-item {
  background-color: #d3d3d3;
}
.smart-filter-builder .smart-scrollable-outer-container {
  width: 100%;
  height: 100%;
}
.smart-filter-builder .smart-filter-value:hover > * {
  color: initial;
  border-color: initial;
  background-color: initial;
}
.smart-filter-panel .smart-filter-panel-input,
.smart-filter-panel .smart-filter-panel-label,
.smart-filter-panel .smart-filter-panel-list,
.smart-filter-panel .smart-filter-panel-operator-list,
.smart-filter-panel smart-filter-builder,
.smart-filter-panel smart-tree {
  margin-bottom: var(--smart-filter-panel-vertical-offset);
}
smart-filter-panel {
  width: var(--smart-filter-panel-default-width);
  height: var(--smart-filter-panel-default-height);
}
smart-filter-panel.smart-element {
  padding: var(--smart-filter-panel-padding);
  border: none;
}
.smart-filter-panel .smart-filter-panel-input:active,
.smart-filter-panel .smart-filter-panel-input:focus {
  border-color: var(--smart-primary);
}
.smart-filter-panel smart-numeric-text-box.smart-filter-panel-input input {
  text-align: right;
}
.smart-filter-panel smart-filter-builder,
.smart-filter-panel smart-tree {
  width: 100%;
  height: var(--smart-filter-panel-main-element-height);
}
.smart-filter-panel smart-tree.date-excel smart-tree-items-group[level="1"] > .smart-tree-item-label-container > .smart-tree-items-group-arrow,
.smart-filter-panel smart-tree.standard-excel .smart-tree-items-group-arrow {
  visibility: hidden;
}
.smart-filter-panel smart-tree.standard-excel smart-tree-item:not([level="1"]) > .smart-tree-item-label-container {
  margin-left: -30px;
}
.smart-filter-panel smart-filter-builder {
  --smart-filter-builder-item-width:150px;
  display: block;
}
.smart-filter-panel smart-filter-builder .smart-filter-field-name,
.smart-filter-panel smart-menu-item[value=notand],
.smart-filter-panel smart-menu-item[value=notor] {
  display: none;
}
.smart-filter-panel smart-filter-builder .smart-scroll-viewer-content-container {
  padding: 0;
}
.smart-filter-panel smart-filter-builder .smart-content-container > .smart-filter-group > .smart-filter-group-operator {
  margin-left: 15px;
}
.smart-filter-panel smart-filter-builder .smart-filter-group-condition-container {
  padding-left: 15px;
}
.smart-filter-panel .smart-filter-panel-list {
  width: 100%;
}
.smart-filter-panel .smart-filter-panel-operator-list {
  width: 80px;
}
.smart-filter-panel .smart-filter-panel-button-container {
  width: 100%;
  min-height: 33px;
  height: var(--smart-editor-height);
  display: flex;
  justify-content: space-around;
}
.smart-filter-panel .smart-filter-panel-button-container > smart-button {
  width: 80px;
}
.smart-filter-panel .smart-filter-panel-button-container > smart-button button {
  padding: 8px;
}
.smart-filter-panel .smart-filter-panel-input {
  height: var(--smart-editor-height);
  width: 100%;
  display: block;
}
.smart-filter-panel .smart-filter-panel-input.case-sensitive {
  width: calc(100% - 32px);
  display: inline-block;
}
.smart-filter-panel[filter-type=string] smart-filter-builder {
  height: calc(var(--smart-filter-panel-main-element-height) - var(--smart-editor-height));
  margin-bottom: 0;
}
.smart-filter-panel[filter-type=string] .case-sensitive {
  display: block;
  margin-top: 5px;
  margin-bottom: calc(var(--smart-filter-panel-vertical-offset) - 5px);
}
.smart-filter-panel[filter-type=boolean] smart-filter-builder {
  --smart-filter-builder-item-width:34px;
}
.smart-filter-panel[filter-type=boolean] smart-filter-builder .smart-editors-container,
.smart-filter-panel[filter-type=boolean] smart-filter-builder .smart-filter-value {
  min-width: initial;
}
.smart-filter-panel[filter-type=boolean] smart-filter-builder .smart-value-container {
  width: 100px;
}
.smart-filter-panel[filter-type=boolean] smart-filter-builder .smart-editors-container[open] .smart-check-box-editor {
  width: 100%;
}
.smart-filter-panel[right-to-left] {
  direction: rtl;
}
.smart-filter-panel[right-to-left] smart-tree.standard-excel smart-tree-item:not([level="1"]) > .smart-tree-item-label-container {
  margin-right: -30px;
  margin-left: unset;
}
.smart-filter-panel span.case-sensitive.smart-icon {
  font-family: var(--smart-font-family-icon);
  font-size: 16px;
  position: relative;
  margin-left: 5px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: var(--smart-border-radius);
}
.smart-filter-panel span.case-sensitive.smart-icon.smart-icon-font-size:after {
  content: var(--smart-icon-fontsize);
}
.smart-filter-panel span.case-sensitive.smart-icon:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border: 1px solid var(--smart-ui-state-border-hover);
}
.smart-filter-panel span.case-sensitive.smart-icon.active,
.smart-filter-panel span.case-sensitive.smart-icon:active {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border: 1px solid var(--smart-ui-state-border-active);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon {
  font-family: var(--smart-font-family-icon);
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  left: -3px;
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-contains:after {
  content: var(--smart-icon-contains);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-starts-with:after {
  content: var(--smart-icon-starts_with);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-ends-with:after {
  content: var(--smart-icon-ends_with);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-does-not-contain:after {
  content: var(--smart-icon-does_not_contain);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-equal:after {
  content: var(--smart-icon-equals);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-greater-than:after {
  content: var(--smart-icon-greater-than);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-greater-than-equal:after {
  content: var(--smart-icon-greater-than-equal);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-less-than:after {
  content: var(--smart-icon-less-than);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-less-than-equal:after {
  content: var(--smart-icon-less-than-equal);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-equal:after {
  content: var(--smart-icon-not-equal);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-between:after {
  content: var(--smart-icon-between);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-empty:after,
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-empty:after {
  content: var(--smart-icon-check-empty);
  position: relative;
  top: 1px;
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-empty:before {
  content: var(--smart-icon-close);
  font-size: 10px;
  left: calc(50% - 4px);
  top: calc(50% - 5px);
  position: absolute;
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-null:after {
  content: var(--smart-icon-circle-empty);
}
.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-null:after {
  content: var(--smart-icon-circle);
}
smart-gantt-chart {
  display: block;
  width: var(--smart-gantt-chart-default-width);
  height: var(--smart-gantt-chart-default-height);
  contain: content;
}
.smart-gantt-chart .smart-splitter,
smart-gantt-chart .smart-splitter {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: initial;
}
.smart-gantt-chart smart-table,
smart-gantt-chart smart-table {
  width: 100%;
  height: 100%;
  --smart-table-row-height:var(--smart-gantt-chart-task-default-height);
  --smart-table-header-footer-height:var(--smart-gantt-chart-filter-row-height);
}
.smart-gantt-chart.smart-container,
smart-gantt-chart > .smart-container {
  overflow: hidden;
  --smart-scroll-bar-default-height:100%;
  --smart-scroll-bar-default-width:100%;
  --smart-gantt-chart-task-timeline-content-height:calc(2 * var(--smart-gantt-chart-task-default-height));
  --smart-gantt-chart-task-splitter-bar-fit-size:var(--smart-gantt-chart-task-timeline-content-height);
  --smart-gantt-chart-resource-splitter-bar-fit-size:calc(var(--smart-gantt-chart-resource-timeline-content-height) + var(--smart-gantt-chart-task-default-height));
  --smart-gantt-chart-baseline-size:calc(var(--smart-gantt-chart-task-default-height) / var(--smart-gantt-chart-baseline-proportion));
}
.smart-gantt-chart.smart-container:not(.hscroll),
smart-gantt-chart > .smart-container:not(.hscroll) {
  margin-bottom: -1px;
}
.smart-gantt-chart.smart-container:not(.hscroll)[show-resource-panel],
smart-gantt-chart > .smart-container:not(.hscroll)[show-resource-panel] {
  margin-bottom: -4px;
}
.smart-gantt-chart .smart-task-splitter > .smart-resize-trigger-container,
.smart-gantt-chart.smart-container .smart-splitter > .smart-resize-trigger-container,
smart-gantt-chart > .smart-container .smart-splitter > .smart-resize-trigger-container {
  margin-bottom: -2px;
}
.smart-gantt-chart smart-splitter {
  --smart-splitter-bar-size:5px;
}
.smart-gantt-chart .smart-task-splitter smart-splitter-item > .smart-container,
.smart-gantt-chart .smart-task-splitter smart-splitter-item > .smart-container > .smart-content {
  overflow: hidden;
}
.smart-gantt-chart smart-splitter-bar .smart-splitter-resize-button {
  display: none;
}
.smart-gantt-chart smart-scroll-viewer {
  width: 100%;
  height: 100%;
  border: none;
  padding: initial;
}
.smart-gantt-chart .smart-table {
  --smart-table-cell-padding:var(--smart-gantt-chart-task-bar-fill-padding);
}
.smart-gantt-chart .smart-table.smart-task-table {
  --smart-table-column-header-height:calc(2 * var(--smart-gantt-chart-task-default-height) - calc(var(--smart-border-width) / 2));
}
.smart-gantt-chart .smart-table.smart-resource-table {
  --smart-table-column-header-height:calc(var(--smart-gantt-chart-task-default-height) - calc(var(--smart-border-width) / 2));
}
.smart-gantt-chart .smart-table > .smart-container {
  border: initial;
}
.smart-gantt-chart .smart-table[hide-selection-column] tr td {
  background: inherit;
}
.smart-gantt-chart .smart-table[hide-selection-column] tr[aria-selected=true] td {
  background: initial;
}
.smart-gantt-chart .smart-table thead tr th,
.smart-gantt-chart .smart-table thead tr th.smart-table-select-all.freeze-near {
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-gantt-chart .smart-table .smart-table-virtualization-container .smart-scroll-viewer-content-container {
  display: block;
}
.smart-gantt-chart .smart-table td.tree-cell > div .hierarchy-arrow::after {
  display: initial;
}
.smart-gantt-chart .smart-table td div,
.smart-gantt-chart .smart-table td span {
  line-height: inherit;
}
.smart-gantt-chart .smart-table td.tree-cell > div div:nth-child(2) {
  line-height: 1rem;
}
.smart-gantt-chart .smart-table thead tr th {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  font-size: var(--smart-font-size);
}
.smart-gantt-chart .smart-table tbody tr {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-gantt-chart .smart-table tbody tr td {
  line-height: 100%;
}
.smart-gantt-chart .smart-table tbody tr[unused] td {
  border: initial;
}
.smart-gantt-chart .smart-table tbody tr[focus] {
  border-color: var(--smart-ui-state-border-focus);
  background-color: var(--smart-ui-state-focus);
  color: var(--smart-ui-state-color-focus);
}
.smart-gantt-chart .smart-table tbody tr[hover] {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-gantt-chart .smart-table tbody tr[aria-selected=true] {
  border-color: var(--smart-ui-state-border-selected);
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-gantt-chart .smart-table td {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  border-top: none;
}
.smart-gantt-chart .smart-table td[data-field=overdue]::after {
  font-family: var(--smart-font-family-icon);
  font-size: 1.25em;
  color: var(--smart-gantt-chart-deadline-color);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding-left: var(--smart-table-cell-padding);
  padding-right: var(--smart-table-cell-padding);
}
.smart-gantt-chart .smart-table td[data-field=overdue][overdue]::after {
  content: var(--smart-gantt-chart-deadline-icon);
}
.smart-gantt-chart .smart-table[freeze-footer] .smart-table-container:focus td[focus]:after {
  height: 100%;
}
@-moz-document url-prefix() {
  .smart-gantt-chart .smart-table.smart-task-table {
    --smart-table-column-header-height:calc(2 * var(--smart-gantt-chart-task-default-height));
  }
  .smart-gantt-chart .smart-table.smart-resource-table {
    --smart-table-column-header-height:var(--smart-gantt-chart-task-default-height);
  }
  .smart-gantt-chart .smart-table[freeze-footer] .smart-table-container:focus td[focus]:after {
    top: 0;
  }
}
.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group] {
  background: var(--smart-background);
  color: var(--smart-background-color);
  cursor: initial;
}
.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group] .selection-checkbox {
  background: var(--smart-background);
  color: var(--smart-background-color);
  cursor: initial;
  border-color: var(--smart-border);
}
.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group] .selection-checkbox::after,
.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group] .selection-checkbox::before {
  content: initial;
}
.smart-gantt-chart[resource-filtering] .smart-resource-splitter .smart-timeline-header::before,
.smart-gantt-chart[task-filtering] .smart-task-splitter .smart-timeline-header::before,
.smart-gantt-chart[task-filtering][filter-row] .smart-task-splitter .smart-timeline-header::after {
  content: "";
}
.smart-gantt-chart.smart-container,
.smart-gantt-chart > .smart-container {
  position: relative;
}
.smart-gantt-chart.smart-container.hscroll > smart-splitter,
.smart-gantt-chart > .smart-container.hscroll > smart-splitter {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-gantt-chart.smart-container > .smart-popup-window-modal,
.smart-gantt-chart > .smart-container > .smart-popup-window-modal {
  position: absolute;
  opacity: .5;
  background-color: var(--smart-disabled);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: calc(var(--smart-editor-drop-down-z-index) - 1);
}
.smart-gantt-chart .smart-splitter > .smart-container > smart-splitter-bar > .smart-container {
  transform: scaleX(5);
  transform-origin: left;
}
.smart-gantt-chart .smart-splitter:not([dragged]) smart-splitter-bar.smart-element {
  background-color: var(--smart-border);
}
.smart-gantt-chart .smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar > .smart-container {
  transform: scaleY(2.5);
  transform-origin: center;
}
.smart-gantt-chart .smart-timeline {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  overflow: hidden;
  height: 100%;
}
.smart-gantt-chart .smart-timeline[task-bar-hovered],
.smart-gantt-chart .smart-timeline[task-bar-hovered] .smart-timeline-task.project .smart-timeline-task-fill,
.smart-gantt-chart .smart-timeline[task-bar-hovered] .smart-timeline-task.task .smart-timeline-task-fill {
  cursor: e-resize;
}
.smart-gantt-chart[task-filtering][hide-timeline-header-details] .smart-task-splitter .smart-timeline-view-cells .smart-timeline-view-cell {
  border-top: initial;
}
.smart-gantt-chart[task-filtering][hide-timeline-header-details] .smart-task-splitter .smart-timeline-content-container {
  height: calc(100% - var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-filter-row-height));
}
.smart-gantt-chart[task-filtering] .smart-task-splitter .smart-timeline-content-container {
  height: calc(100% - 2 * var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-filter-row-height));
}
.smart-gantt-chart[resource-filtering] .smart-resource-splitter {
  --smart-splitter-bar-fit-size:calc(var(--smart-gantt-chart-resource-splitter-bar-fit-size) + var(--smart-gantt-chart-filter-row-height));
}
.smart-gantt-chart[task-filtering][filter-row] .smart-task-splitter .smart-timeline-header::before {
  content: none;
}
.smart-gantt-chart .smart-timeline-header {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.smart-gantt-chart .smart-timeline-header::after,
.smart-gantt-chart .smart-timeline-header::before {
  width: 100%;
  height: var(--smart-gantt-chart-filter-row-height);
  display: block;
  background: var(--smart-surface);
  border-bottom: var(--smart-border) solid var(--smart-border-width);
  box-sizing: border-box;
  position: sticky;
  left: 0;
}
.smart-gantt-chart .smart-timeline-header .smart-timeline-header-content {
  width: 100%;
}
.smart-gantt-chart .smart-timeline-content-container {
  width: 100%;
  height: calc(100% - 2 * var(--smart-gantt-chart-task-default-height));
  position: relative;
  overflow: hidden;
}
.smart-gantt-chart .smart-timeline-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.smart-gantt-chart .smart-timeline-content:empty:after {
  content: "No Items";
  height: var(--smart-gantt-chart-task-default-height);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-gantt-chart .smart-timeline-content .smart-timeline-task:not(.milestone)[disable-resize] .smart-task-container:after,
.smart-gantt-chart .smart-timeline-content .smart-timeline-task:not(.milestone)[disable-resize]:after {
  content: none;
}
.smart-gantt-chart .smart-timeline-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.smart-gantt-chart .smart-timeline-scroll-bar {
  overflow: visible;
  position: relative;
  height: calc(var(--smart-scroll-bar-size));
  width: 100%;
}
.smart-gantt-chart .smart-timeline-scroll-bar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--smart-scroll-bar-size);
  background: var(--smart-scroll-bar-background);
  left: 100%;
  top: 0;
}
.smart-gantt-chart .smart-timeline-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-gantt-chart .smart-timeline-scroll-bar.smart-resource-scroll-bar[orientation=vertical] {
  height: calc(100% - var(--smart-gantt-chart-task-default-height));
  top: var(--smart-gantt-chart-task-default-height);
  z-index: 1;
}
.smart-gantt-chart .smart-timeline-scroll-bar.smart-resource-scroll-bar[orientation=vertical]:before {
  top: calc(-1 * var(--smart-gantt-chart-task-default-height));
  height: var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart .smart-timeline-scroll-bar[orientation=vertical] {
  position: absolute;
  right: 0;
  top: calc(2 * var(--smart-gantt-chart-task-default-height));
  height: calc(100% - 2 * var(--smart-gantt-chart-task-default-height));
  width: calc(var(--smart-scroll-bar-size));
}
.smart-gantt-chart .smart-timeline-scroll-bar[orientation=vertical]:before {
  position: absolute;
  width: 100%;
  background: var(--smart-scroll-bar-background);
  content: "";
  left: 0;
  top: calc(-2 * var(--smart-gantt-chart-task-default-height));
  height: calc(2 * var(--smart-gantt-chart-task-default-height));
  border: 1px solid var(--smart-border);
  border-top: none;
  box-sizing: border-box;
}
.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::after,
.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::before {
  border-top: calc(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid transparent;
  border-bottom: calc(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid transparent;
}
.smart-gantt-chart .smart-timeline-scroll-bar[orientation=vertical][disabled]:after {
  left: 0;
  height: 100%;
}
.smart-gantt-chart[show-baseline] .smart-timeline-task {
  height: calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size));
}
.smart-gantt-chart[show-baseline] .smart-timeline-task .smart-task-container {
  padding-bottom: calc(var(--smart-gantt-chart-task-bar-fill-padding)/ 2);
}
.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::after {
  border-left: calc(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid var(--smart-gantt-chart-milestone-color);
}
.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::before {
  left: calc(-1 * calc(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2));
  border-right: calc(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid var(--smart-gantt-chart-milestone-color);
}
.smart-gantt-chart[show-baseline] .smart-task-connection-point {
  top: calc(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2);
}
.smart-gantt-chart[show-baseline] .smart-task-connection-point.end,
.smart-gantt-chart[show-baseline] .smart-task-connection-point.start {
  width: calc(var(--smart-gantt-chart-task-default-height)/ 3);
  height: calc(var(--smart-gantt-chart-task-default-height)/ 3);
}
.smart-gantt-chart[show-baseline] .smart-task-connection-point.end {
  right: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2);
}
.smart-gantt-chart[show-baseline] .smart-task-connection-point.start {
  left: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2);
}
.smart-gantt-chart .smart-timeline-task {
  position: absolute;
  height: var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart .smart-timeline-task:empty {
  height: 0;
}
.smart-gantt-chart .smart-timeline-task .smart-timeline-task-progress-thumb:after {
  content: "";
  border-right: var(--smart-gantt-chart-timeline-task-progress-thumb-size) solid transparent;
  border-left: var(--smart-gantt-chart-timeline-task-progress-thumb-size) solid transparent;
  border-bottom: var(--smart-gantt-chart-timeline-task-progress-thumb-size) solid var(--smart-gantt-chart-task-thumb-color);
  box-shadow: 0 1px 0 0 var(--smart-gantt-chart-task-thumb-color);
  position: absolute;
  bottom: calc(-1 * var(--smart-gantt-chart-task-bar-fill-padding)/ 2);
  left: calc(-1 * var(--smart-gantt-chart-timeline-task-progress-thumb-size));
  z-index: 1;
}
.smart-gantt-chart .smart-timeline-task:not(.milestone) .smart-task-container:after,
.smart-gantt-chart .smart-timeline-task:not(.milestone):after {
  width: var(--smart-gantt-chart-timeline-task-resize-indicator-width);
  height: var(--smart-gantt-chart-timeline-task-resize-indicator-width);
  position: absolute;
  top: calc(50% - var(--smart-gantt-chart-timeline-task-resize-indicator-width)/ 2);
  background-color: var(--smart-gantt-chart-timeline-task-resize-indicator-color);
  box-shadow: 0 0 0 1px var(--smart-gantt-chart-timeline-task-resize-indicator-border-color);
  transform: scale(0);
  pointer-events: none;
}
.smart-gantt-chart .smart-timeline-task.task .smart-timeline-task-label {
  color: var(--smart-gantt-chart-task-label-color);
}
.smart-gantt-chart .smart-timeline-task.task[selected] .smart-timeline-task-label {
  color: var(--smart-gantt-chart-task-label-color-selected);
}
.smart-gantt-chart .smart-timeline-task.project .smart-timeline-task-label {
  color: var(--smart-gantt-chart-project-label-color);
}
.smart-gantt-chart .smart-timeline-task.project[selected] .smart-timeline-task-label {
  color: var(--smart-gantt-chart-project-label-color-selected);
}
.smart-gantt-chart .smart-timeline-task.project .smart-task-segments::before {
  content: initial;
}
.smart-gantt-chart .smart-timeline-task:not(.milestone) {
  min-width: var(--smart-gantt-chart-timeline-task-min-width);
}
.smart-gantt-chart .smart-timeline-task:not(.milestone):after {
  content: "";
  left: calc(100% - var(--smart-gantt-chart-timeline-task-resize-indicator-width)/ 2);
}
.smart-gantt-chart .smart-timeline-task:not(.milestone) .smart-task-container:after {
  content: "";
  left: calc(-1 * var(--smart-gantt-chart-timeline-task-resize-indicator-width)/ 2);
}
.smart-gantt-chart .smart-timeline-task[selected]:not([disable-resize]) .smart-task-container::after,
.smart-gantt-chart .smart-timeline-task[selected]:not([disable-resize]):after,
.smart-gantt-chart .smart-timeline-task[selected]:not([resource-group]) .smart-timeline-task-progress-thumb {
  transform: scale(1);
}
.smart-gantt-chart .smart-timeline-task[selected]:not(.milestone) .smart-timeline-task-fill {
  box-shadow: var(--smart-elevation-2);
}
.smart-gantt-chart .smart-timeline-task[connection-point=end] .smart-task-connection-feedback {
  left: 100%;
}
.smart-gantt-chart .smart-timeline-task[disable-drag] {
  cursor: pointer;
}
.smart-gantt-chart .smart-timeline-task[resource-group] {
  cursor: initial;
}
.smart-gantt-chart .smart-timeline-task .smart-task-segment,
.smart-gantt-chart .smart-timeline-task .smart-task-segments {
  width: 100%;
  height: 100%;
}
.smart-gantt-chart .smart-timeline-task .smart-task-segments {
  position: relative;
}
.smart-gantt-chart .smart-timeline-task .smart-task-segments::before {
  pointer-events: none;
  content: "";
  width: 100%;
  border-bottom: var(--smart-gantt-chart-segment-link-size) dashed var(--smart-gantt-chart-segment-link-color);
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - var(--smart-gantt-chart-segment-link-size)/ 2);
  left: 0;
}
.smart-gantt-chart .smart-timeline-task .smart-task-segment {
  position: absolute;
  min-width: var(--smart-gantt-chart-timeline-task-min-width);
}
.smart-gantt-chart .smart-timeline-task .smart-task-segment[deadline]::after {
  content: attr(deadline);
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-inline-start: 10px;
  font-size: .8em;
  font-weight: 600;
  pointer-events: none;
}
.smart-gantt-chart .smart-timeline-view-cells:empty:after,
.smart-gantt-chart .smart-timeline-view-details:empty:after {
  content: var(--smart-gantt-chart-header-placeholder);
}
.smart-gantt-chart .smart-timeline-task-progress {
  width: 100%;
  height: 100%;
  transform-origin: left;
  position: relative;
  pointer-events: none;
}
.smart-gantt-chart .smart-timeline-task-progress-thumb {
  position: absolute;
  right: 0;
  cursor: e-resize;
  transform: scale(0);
  transform-origin: left bottom;
}
.smart-gantt-chart .smart-timeline-task-fill {
  width: 100%;
  height: 100%;
  border-radius: var(--smart-gantt-chart-task-fill-border-radius);
  overflow: hidden;
}
.smart-gantt-chart .smart-timeline-task-label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--smart-gantt-chart-task-label-padding);
  font-size: inherit;
  font-family: inherit;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-gantt-chart .smart-timeline-view-cells:empty,
.smart-gantt-chart .smart-timeline-view-details:empty {
  background-color: var(--smart-surface);
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  justify-content: center;
  display: flex;
  color: var(--smart-surface-color);
}
.smart-gantt-chart .smart-timeline-task-label > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-gantt-chart .smart-timeline-task-cells {
  position: relative;
}
.smart-gantt-chart .smart-timeline-view-details {
  display: flex;
  width: 100%;
  height: var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart .smart-timeline-view-details:empty {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  align-items: center;
}
.smart-gantt-chart .smart-timeline-view-details .smart-timeline-view-cell {
  min-width: initial;
  border-top: none;
}
.smart-gantt-chart .smart-timeline-row .smart-timeline-cell,
.smart-gantt-chart .smart-timeline-view-cell {
  padding: var(--smart-gantt-chart-task-bar-fill-padding);
  min-width: var(--smart-gantt-chart-timeline-cell-min-size);
}
.smart-gantt-chart .smart-timeline-view-details .smart-timeline-view-cell:not(:first-of-type) {
  border-left-color: transparent;
}
.smart-gantt-chart .smart-timeline-view-cells {
  display: flex;
  width: 100%;
  height: var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart .smart-timeline-view-cells:empty {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  align-items: center;
}
.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell:last-of-type:after {
  border-right-color: transparent;
}
.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell:not(:first-of-type) {
  border-left-color: transparent;
}
.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell[weekend] {
  background: var(--smart-gantt-chart-timeline-weekend-color);
}
.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell[nonworking] {
  background: var(--smart-gantt-chart-timeline-nonworking-color);
}
.smart-gantt-chart .smart-timeline-view-cells div {
  border-bottom-color: var(--smart-border);
}
.smart-gantt-chart .smart-timeline-view-cell {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-top: var(--smart-border-width) solid var(--smart-border);
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-right: var(--smart-border-width) solid var(--smart-border);
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom-color: transparent;
  height: var(--smart-gantt-chart-task-default-height);
  width: var(--smart-gantt-chart-timeline-cell-size);
}
.smart-gantt-chart .smart-timeline-view-cell:first-of-type {
  border-left: none;
}
.smart-gantt-chart .smart-timeline-view-cell:last-of-type {
  border-right: none;
}
.smart-gantt-chart .smart-timeline-view-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.smart-gantt-chart .smart-timeline-cells-container {
  width: 100%;
}
.smart-gantt-chart .smart-timeline-deadlines-container:empty,
.smart-gantt-chart .smart-timeline-indicators-container:empty,
.smart-gantt-chart .smart-timeline-markers-container:empty {
  display: none;
}
.smart-gantt-chart .smart-gantt-chart-date-marker {
  height: 100%;
  top: 0;
  position: absolute;
  border-left: var(--smart-gantt-chart-date-marker-width) dashed var(--smart-gantt-chart-date-marker-color);
  width: 0;
  pointer-events: none;
  background: var(--smart-gantt-chart-date-marker-background);
  color: var(--smart-gantt-chart-date-marker-color);
}
.smart-gantt-chart .smart-gantt-chart-date-marker .smart-gantt-chart-marker-label {
  position: sticky;
  top: var(--smart-gantt-chart-date-marker-v-offset);
  height: var(--smart-gantt-chart-date-marker-height);
  background: inherit;
  color: inherit;
  box-sizing: border-box;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  border-radius: var(--smart-gantt-chart-task-fill-border-radius);
  padding: 5px;
  margin-inline-start: var(--smart-gantt-chart-date-marker-h-offset);
}
.smart-gantt-chart .smart-gantt-chart-date-marker .smart-gantt-chart-marker-label::before {
  content: "";
  position: absolute;
  border-top: calc(var(--smart-gantt-chart-date-marker-height)/ 2) solid transparent;
  border-bottom: calc(var(--smart-gantt-chart-date-marker-height)/ 2) solid transparent;
  border-right: calc(var(--smart-gantt-chart-date-marker-height)/ 2) solid var(--smart-gantt-chart-date-marker-background);
  box-sizing: inherit;
  right: 100%;
}
.smart-gantt-chart .smart-gantt-chart-task-indicator {
  position: absolute;
  height: var(--smart-gantt-chart-task-default-height);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.smart-gantt-chart .smart-gantt-chart-task-indicator.icon::before {
  content: var(--smart-gantt-chart-indicator-icon);
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  margin-inline-end: 2.5px;
}
.smart-gantt-chart .smart-gantt-chart-task-deadline {
  position: absolute;
  height: var(--smart-gantt-chart-task-default-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1px;
}
.smart-gantt-chart .smart-gantt-chart-task-deadline::before {
  content: var(--smart-gantt-chart-deadline-icon);
  font-family: var(--smart-font-family-icon);
  font-size: 1.25em;
  color: var(--smart-gantt-chart-deadline-color);
}
.smart-gantt-chart .smart-gantt-chart-task-baseline {
  position: absolute;
  background: var(--smart-gantt-chart-baseline-background);
  background-clip: content-box;
  border-top: calc(var(--smart-gantt-chart-task-bar-fill-padding)/ 2) solid transparent;
  border-bottom: var(--smart-gantt-chart-task-bar-fill-padding) solid transparent;
  height: var(--smart-gantt-chart-baseline-size);
  max-height: var(--smart-gantt-chart-task-default-height);
  transform: translateY(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size)));
  pointer-events: none;
}
.smart-gantt-chart .smart-gantt-chart-time-indicators-container {
  pointer-events: none;
}
.smart-gantt-chart .smart-gantt-chart-time-indicators-container .smart-gantt-chart-current-time-indicator {
  position: absolute;
  height: 100%;
  width: var(--smart-gantt-chart-current-time-indicator-size);
  background: var(--smart-gantt-chart-current-time-indicator-background);
}
.smart-gantt-chart .smart-gantt-chart-time-indicators-container .smart-gantt-chart-current-time-indicator:before {
  position: absolute;
  left: calc(-1 * var(--smart-gantt-chart-current-time-indicator-arrow-size) + var(--smart-gantt-chart-current-time-indicator-size)/ 2);
  border-right: var(--smart-gantt-chart-current-time-indicator-arrow-size) solid transparent;
  border-left: var(--smart-gantt-chart-current-time-indicator-arrow-size) solid transparent;
  border-top: var(--smart-gantt-chart-current-time-indicator-arrow-size) solid var(--smart-gantt-chart-current-time-indicator-background);
}
.smart-gantt-chart .smart-gantt-chart-time-indicators-container .smart-gantt-chart-current-time-shader {
  position: absolute;
  height: 100%;
  background: var(--smart-gantt-chart-shader-background);
}
.smart-gantt-chart[current-time-indicator] .smart-gantt-chart-current-time-indicator::before {
  content: "";
}
.smart-gantt-chart[current-time-indicator] .smart-timeline-view-cell[current] {
  border-bottom: var(--smart-gantt-chart-current-time-indicator-header-size) solid var(--smart-gantt-chart-current-time-indicator-background);
}
.smart-gantt-chart .smart-timeline-row {
  display: flex;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-top: initial;
  border-bottom-color: var(--smart-border);
  background: var(--smart-gantt-chart-timeline-task-background-color);
  border-left: none;
  border-right: none;
  position: absolute;
  left: 0;
  width: inherit;
  height: var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart .smart-timeline-row:first-of-type {
  border-left-color: var(--smart-border);
}
.smart-gantt-chart .smart-timeline-row:last-of-type {
  border-right-color: var(--smart-border);
}
.smart-gantt-chart .smart-timeline-row[hover] {
  background: var(--smart-ui-state-hover);
}
.smart-gantt-chart .smart-timeline-row[selected] {
  background: var(--smart-ui-state-selected);
}
.smart-gantt-chart .smart-timeline-row .smart-timeline-cell {
  position: absolute;
  height: 100%;
  width: var(--smart-gantt-chart-timeline-cell-size);
}
.smart-gantt-chart .smart-timeline-row .smart-timeline-cell:not(:last-of-type) {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-gantt-chart .smart-timeline-row:not([hover]):not([selected]) .smart-timeline-cell[weekend] {
  background: var(--smart-gantt-chart-timeline-weekend-color);
}
.smart-gantt-chart .smart-timeline-row:not([hover]):not([selected]) .smart-timeline-cell[nonworking] {
  background: var(--smart-gantt-chart-timeline-nonworking-color);
}
.smart-gantt-chart .smart-resource-splitter {
  --smart-splitter-bar-fit-size:var(--smart-gantt-chart-resource-splitter-bar-fit-size);
}
.smart-gantt-chart .smart-resource-splitter .smart-timeline-content {
  overflow: hidden;
  position: relative;
  height: calc(100% - var(--smart-gantt-chart-task-default-height));
}
.smart-gantt-chart .smart-resource-splitter .smart-timeline-view-cells .smart-timeline-view-cell {
  border-top: none;
}
.smart-gantt-chart .smart-resource-splitter .smart-timeline-row .smart-timeline-cell {
  padding: initial;
}
.smart-gantt-chart .smart-resource-splitter-item > .smart-container > .smart-content {
  overflow: hidden;
}
.smart-gantt-chart .smart-resource-splitter-item .smart-timeline-view-cells .smart-timeline-view-cell:after {
  height: var(--smart-gantt-chart-resource-timeline-content-height);
}
.smart-gantt-chart .smart-resource-splitter-item[show-header] .smart-resource-splitter {
  height: calc(100% - var(--smart-gantt-chart-header-height));
}
.smart-gantt-chart .smart-resource-splitter-item .smart-timeline-cell:first-of-type .smart-resource-timeline-view-cell {
  width: 100%;
  left: 0;
}
.smart-gantt-chart .smart-resource-panel-header {
  width: 100%;
  justify-content: center;
  align-items: center;
  height: var(--smart-gantt-chart-header-height);
  background: var(--smart-surface);
  border-bottom: var(--smart-border) solid var(--smart-border-width);
}
.smart-gantt-chart .smart-resource-panel-header:empty {
  display: none;
}
.smart-gantt-chart .smart-resource-timeline-view-cell {
  position: absolute;
  background: var(--smart-gantt-chart-timeline-task-background-color);
  bottom: 0;
  border: none;
  width: calc(100% + var(--smart-border-width));
  left: calc(-1 * var(--smart-border-width));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-gantt-chart .smart-resource-timeline-view-cell:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
  box-sizing: border-box;
}
.smart-gantt-chart .smart-task-panel-header:empty,
.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-view-details {
  display: none;
}
.smart-gantt-chart .smart-resource-timeline-view-cell[load]:after {
  content: attr(load);
  transform: scale(1) rotate(0);
}
.smart-gantt-chart .smart-resource-timeline-view-cell.warning[load]:after {
  background: var(--smart-error);
  color: var(--smart-error-color);
  border-radius: 5px;
}
.smart-gantt-chart .smart-task-container {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: var(--smart-gantt-chart-task-bar-fill-padding);
  padding-bottom: var(--smart-gantt-chart-task-bar-fill-padding);
}
.smart-gantt-chart .smart-task-panel-header {
  width: 100%;
  justify-content: center;
  align-items: center;
  height: var(--smart-gantt-chart-header-height);
  background: var(--smart-surface);
}
.smart-gantt-chart .smart-task-splitter {
  --smart-splitter-bar-fit-size:var(--smart-gantt-chart-task-splitter-bar-fit-size);
}
.smart-gantt-chart .smart-task-splitter-item > .smart-container > .smart-content {
  overflow: hidden;
}
.smart-gantt-chart .smart-task-splitter-item[show-header] .smart-task-panel-header {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
.smart-gantt-chart .smart-task-splitter-item[show-header] .smart-task-splitter {
  height: calc(100% - var(--smart-gantt-chart-header-height));
}
.smart-gantt-chart .smart-task-splitter-item[show-header] .smart-timeline-view-details .smart-timeline-view-cell {
  border-top: initial;
}
.smart-gantt-chart .smart-task-connection {
  cursor: pointer;
  position: absolute;
  border: var(--smart-gantt-chart-timeline-task-connection-width) var(--smart-gantt-chart-timeline-task-connection-style) var(--smart-gantt-chart-timeline-task-connection-color);
  top: 50%;
}
.smart-gantt-chart .smart-task-connection:after {
  content: "";
  width: 100%;
  height: 100%;
  border: inherit inherit transparent;
  position: absolute;
  border-width: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-gantt-chart .smart-task-connection[arrow-direction]:before {
  content: "";
  position: absolute;
  left: calc(100% - var(--smart-gantt-chart-timeline-task-connection-arrow-width) + 1px);
  top: calc(-1 * var(--smart-gantt-chart-timeline-task-connection-arrow-width));
  border-top: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;
  border-bottom: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;
  border-left: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color);
}
.smart-gantt-chart .smart-task-connection[arrow-direction=left]:before {
  left: calc(-1 * var(--smart-gantt-chart-timeline-task-connection-arrow-width)/ 2 + 1px);
  border-right: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color);
  border-left: none;
}
.smart-gantt-chart .smart-task-connection[hover] {
  border-color: var(--smart-gantt-chart-timeline-task-connection-color-hover);
  box-shadow: 0 0 2.5px 0 var(--smart-gantt-chart-timeline-task-connection-color);
}
.smart-gantt-chart .smart-task-connection[hover]:before {
  border-left-color: var(--smart-gantt-chart-timeline-task-connection-color-hover);
  border-right-color: var(--smart-gantt-chart-timeline-task-connection-color-hover);
}
.smart-gantt-chart .smart-task-connection-point {
  cursor: pointer;
  position: absolute;
  border: 1px solid #A9A9A9;
  border-radius: 50%;
  width: calc(var(--smart-gantt-chart-task-default-height)/ 2);
  height: calc(var(--smart-gantt-chart-task-default-height)/ 2);
  top: calc(var(--smart-gantt-chart-task-default-height)/ 2);
  transform: scale(0);
  background-color: #DEDEDE;
}
.smart-gantt-chart .smart-task-connection-point.start {
  left: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5);
}
.smart-gantt-chart .smart-task-connection-point.end {
  right: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5);
}
.smart-gantt-chart .smart-task-connection-feedback {
  position: absolute;
  top: 50%;
  transform-origin: left;
  border: var(--smart-gantt-chart-timeline-task-connection-feedback-width) var(--smart-gantt-chart-timeline-task-connection-feedback-style) var(--smart-gantt-chart-timeline-task-connection-feedback-color);
  z-index: 1;
  pointer-events: none;
}
.smart-gantt-chart .smart-task-connection-feedback:before {
  content: "";
  position: absolute;
  left: calc(100% - var(--smart-gantt-chart-timeline-task-connection-arrow-width) + 1px);
  top: calc(-1 * var(--smart-gantt-chart-timeline-task-connection-arrow-width));
  border-top: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;
  border-bottom: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;
  border-left: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color);
}
.smart-gantt-chart .milestone .smart-task-connection-feedback,
.smart-gantt-chart .milestone .smart-task-container:before {
  left: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2);
}
.smart-gantt-chart .smart-task-bar-limiter {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}
.smart-gantt-chart .smart-task-bar-limiter.min {
  border: var(--smart-border-width) dashed #90ee90;
}
.smart-gantt-chart .smart-task-bar-limiter.max {
  border: var(--smart-border-width) dashed red;
}
.smart-gantt-chart .smart-task-bar-limiter.max-date,
.smart-gantt-chart .smart-task-bar-limiter.min-date {
  background-image:
    linear-gradient(
      135deg,
      rgba(255, 0, 0, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 0, 0, .2) 50%,
      rgba(255, 0, 0, .2) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
  border: 1px solid #fff;
}
.smart-gantt-chart .milestone .smart-task-container:after,
.smart-gantt-chart .milestone .smart-task-container:before {
  border-top: calc(var(--smart-gantt-chart-task-default-height)/ 2) solid transparent;
  border-bottom: calc(var(--smart-gantt-chart-task-default-height)/ 2) solid transparent;
}
.smart-gantt-chart .smart-task-bar-limiter.max-date {
  right: 0;
}
.smart-gantt-chart .milestone {
  height: var(--smart-gantt-chart-task-default-height);
  padding: initial;
}
.smart-gantt-chart .milestone .smart-task-container {
  padding: 0;
}
.smart-gantt-chart .milestone .smart-task-container:after,
.smart-gantt-chart .milestone .smart-task-container:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
}
.smart-gantt-chart .milestone .smart-task-container:before {
  border-right: calc(var(--smart-gantt-chart-task-default-height)/ 2) solid var(--smart-gantt-chart-milestone-color);
}
.smart-gantt-chart .milestone .smart-task-container:after {
  border-left: calc(var(--smart-gantt-chart-task-default-height)/ 2) solid var(--smart-gantt-chart-milestone-color);
}
.smart-gantt-chart .milestone .smart-task-connection-point.start {
  transform: translateX(calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2)) scale(0);
}
.smart-gantt-chart .milestone .smart-task-connection-point.end {
  transform: translateX(calc(var(--smart-gantt-chart-task-default-height)/ 2)) scale(0);
}
.smart-gantt-chart .milestone[connection-point=end] .smart-task-connection-feedback {
  left: calc(100% + var(--smart-gantt-chart-task-default-height)/ 2);
}
.smart-gantt-chart .milestone .smart-task-segment {
  min-width: initial;
}
.smart-gantt-chart .project .smart-timeline-task-fill {
  background: var(--smart-gantt-chart-project-color);
}
.smart-gantt-chart .project .smart-timeline-task-progress {
  background: var(--smart-gantt-chart-project-progress-color);
}
.smart-gantt-chart .task .smart-timeline-task-fill {
  background: var(--smart-gantt-chart-task-color);
}
.smart-gantt-chart .task .smart-timeline-task-progress {
  background: var(--smart-gantt-chart-task-progress-color);
}
.smart-gantt-chart:not([disable-task-drag]) .smart-timeline-task.milestone .smart-task-container::after,
.smart-gantt-chart:not([disable-task-drag]) .smart-timeline-task.milestone .smart-task-container::before,
.smart-gantt-chart:not([disable-task-drag]) .smart-timeline-task:not([disable-drag]) .smart-task-segment:not([disable-drag]) {
  cursor: move;
}
.smart-gantt-chart:not([dragged]):not([resized]) .smart-timeline-task[hover]:not([resource-group]) .smart-task-connection-point,
.smart-gantt-chart:not([dragged]):not([resized]) .smart-timeline-task[selected]:not([resource-group]) .smart-task-connection-point {
  transform: translateY(-50%) scale(1);
}
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[hover] .smart-task-connection-point.start,
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[selected] .smart-task-connection-point.start {
  transform: translate(calc(-1 * var(--smart-gantt-chart-task-default-height)/ 4), -50%) scale(1);
}
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[hover] .smart-task-connection-point.end,
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[selected] .smart-task-connection-point.end {
  transform: translate(calc(1 * var(--smart-gantt-chart-task-default-height)/ 4), -50%) scale(1);
}
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[hover] .smart-task-connection-point.start,
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[selected] .smart-task-connection-point.start {
  transform: translate(calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2), -50%) scale(1);
}
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[hover] .smart-task-connection-point.end,
.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[selected] .smart-task-connection-point.end {
  transform: translate(calc(1 * var(--smart-gantt-chart-task-default-height)/ 2), -50%) scale(1);
}
.smart-gantt-chart:not([disable-task-progress-change]) .smart-timeline-task .smart-timeline-task-progress-thumb:after {
  cursor: pointer;
}
.smart-gantt-chart:not([inverted]) .smart-timeline-scroll-bar[orientation=vertical]::before {
  border-right: none;
}
.smart-gantt-chart:not([resource-timeline-mode=histogram]) .smart-resource-timeline-view-cell:not([load])::after {
  transform: scale(0) rotate(360deg);
}
.smart-gantt-chart:not([resource-timeline-mode=histogram]) .smart-resource-timeline-view-cell::after {
  height: calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-task-bar-fill-padding));
  width: calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-task-bar-fill-padding));
  border-radius: 50%;
  background: var(--smart-success);
  color: var(--smart-success-color);
  line-height: 100%;
}
.smart-gantt-chart:not([resource-timeline-mode=histogram]) .smart-timeline-row:first-of-type .smart-resource-timeline-view-cell {
  border-top: none;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell {
  border: var(--smart-border-width) solid var(--smart-primary);
  border-bottom: none;
  height: 0;
  padding: 0;
  background: rgba(var(--smart-primary-rgb), .15);
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell:after {
  width: 100%;
  height: calc(var(--smart-gantt-chart-task-default-height) - 2px);
  bottom: 0;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell:not([load]):after {
  content: "-";
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border:before,
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border:before {
  width: 100%;
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border.warning:before,
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border.warning:before {
  z-index: initial;
  left: initial;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border {
  border-right: none;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border:before {
  border-right: 1px solid var(--smart-border);
  left: 0;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border {
  border-left: none;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border:before {
  border-left: 1px solid var(--smart-border);
  left: -1px;
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell[load] {
  border-bottom: none;
  border-top: var(--smart-border-width) solid var(--smart-primary);
}
.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.warning[load]::after {
  border-radius: initial;
}
.smart-gantt-chart:not([animation=none]) .smart-resource-timeline-view-cell[load]:after {
  transition: transform .2s cubic-bezier(.4, 0, .6, 1), border-radius .2s cubic-bezier(.4, 0, .6, 1);
}
.smart-gantt-chart:not([animation=none])[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell {
  transition: height .2s cubic-bezier(.4, 0, .6, 1);
}
.smart-gantt-chart:not([animation=none])[show-progress-label] .smart-timeline-task-progress::after {
  transition: color .2s ease-in-out;
}
.smart-gantt-chart.smart-container.vscroll .smart-timeline,
.smart-gantt-chart > .smart-container.vscroll .smart-timeline {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-gantt-chart[inverted] .smart-timeline-scroll-bar[orientation=vertical] {
  right: initial;
}
.smart-gantt-chart[inverted] .smart-timeline-scroll-bar[orientation=vertical]:before {
  border-left: none;
}
.smart-gantt-chart[inverted].smart-container.vscroll .smart-timeline,
.smart-gantt-chart[inverted] > .smart-container.vscroll .smart-timeline {
  margin-left: var(--smart-scroll-bar-size);
}
.smart-gantt-chart[inverted].smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]),
.smart-gantt-chart[inverted] > .smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]) {
  left: calc(var(--smart-scroll-bar-size));
}
.smart-gantt-chart[inverted] .smart-timeline-scroll-bar:after {
  width: calc(var(--smart-scroll-bar-size));
  left: calc(-1 * var(--smart-scroll-bar-size));
}
.smart-gantt-chart[hide-timeline-header-details].smart-container,
.smart-gantt-chart[hide-timeline-header-details] > .smart-container {
  --smart-gantt-chart-task-timeline-content-height:var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart[hide-timeline-header-details] .smart-task-splitter-item[show-header] .smart-timeline-view-cell {
  border-top: none;
}
.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-view-cells {
  height: var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-view-cells .smart-timeline-view-cell {
  border-top: initial;
}
.smart-gantt-chart[hide-timeline-header-details] .smart-table {
  --smart-table-column-header-height:calc(var(--smart-gantt-chart-task-default-height) - var(--smart-border-width));
}
.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-content-container {
  height: calc(100% - var(--smart-gantt-chart-task-default-height));
}
.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-scroll-bar[orientation=vertical] {
  top: var(--smart-gantt-chart-task-default-height);
  height: calc(100% - var(--smart-gantt-chart-task-default-height));
}
.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-scroll-bar[orientation=vertical]:before {
  top: calc(-1 * var(--smart-gantt-chart-task-default-height));
  height: var(--smart-gantt-chart-task-default-height);
}
.smart-gantt-chart[show-progress-label] .smart-timeline-task-progress[value]:after {
  display: flex;
  height: 100%;
  content: attr(value);
  align-items: center;
  padding: var(--smart-gantt-chart-progress-label-padding);
  color: var(--smart-gantt-chart-task-label-color);
  font-weight: var(--smart-font-weight);
  font-size: var(--smart-font-size);
}
.smart-gantt-chart[show-progress-label] .project .smart-task-segment[show-progress-label] .smart-timeline-task-label,
.smart-gantt-chart[show-progress-label] .task .smart-task-segment[show-progress-label] .smart-timeline-task-label {
  padding-left: var(--smart-gantt-chart-progress-label-width);
}
.smart-gantt-chart[show-progress-label] [selected] .smart-timeline-task-progress::after {
  color: var(--smart-gantt-chart-task-label-color-selected);
}
.smart-gantt-chart[show-progress-label] .project .smart-timeline-task-progress::after {
  color: var(--smart-gantt-chart-project-label-color);
}
.smart-gantt-chart[show-progress-label] .project[selected] .smart-timeline-task-progress::after {
  color: var(--smart-gantt-chart-project-label-color-selected);
}
.smart-gantt-chart[connecting-task] .smart-task-connection {
  pointer-events: none;
}
.smart-gantt-chart[auto-schedule][auto-schedule-strict-mode] .smart-timeline-task.milestone[connected] .smart-task-container::after,
.smart-gantt-chart[auto-schedule][auto-schedule-strict-mode] .smart-timeline-task.milestone[connected] .smart-task-container::before,
.smart-gantt-chart[auto-schedule][auto-schedule-strict-mode] .smart-timeline:not([task-bar-hovered]) .smart-timeline-task[connected] .smart-timeline-task-fill {
  cursor: initial;
}
.smart-gantt-chart[dragged],
.smart-gantt-chart[resized] {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-gantt-chart[modal] {
  pointer-events: none;
}
.smart-gantt-chart[right-to-left] .smart-timeline-task-label {
  direction: rtl;
}
.smart-gantt-chart[right-to-left] .milestone .smart-task-container {
  direction: initial;
}
.smart-gantt-chart[right-to-left] > .smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]) {
  left: calc(var(--smart-scroll-bar-size));
}
.smart-gantt-chart[right-to-left] > .smart-container.vscroll .smart-timeline {
  margin-left: var(--smart-scroll-bar-size);
}
.smart-gantt-chart[right-to-left] .smart-timeline-view-cell {
  direction: rtl;
}
.smart-gantt-chart[right-to-left] .smart-timeline-view-cell:last-of-type {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-gantt-chart[right-to-left] .smart-timeline-view-cell:first-of-type {
  border-right: none;
  border-left: var(--smart-border-width) solid transparent;
}
.smart-gantt-chart[right-to-left] .smart-timeline-row {
  left: initial;
  right: 0;
}
.smart-gantt-chart[right-to-left] .smart-timeline-scroll-bar:after,
.smart-gantt-chart[right-to-left] .smart-timeline-task[connection-point=end] .smart-task-connection-feedback {
  right: 100%;
  left: initial;
}
.smart-gantt-chart[right-to-left] .smart-timeline-row .smart-timeline-cell:first-of-type {
  border-right: initial;
}
.smart-gantt-chart[right-to-left] .smart-timeline-row .smart-timeline-cell:not(:first-of-type) {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-gantt-chart[right-to-left] .smart-timeline-scroll-bar[orientation=vertical]:after {
  left: calc(-1 * var(--smart-scroll-bar-size));
}
.smart-gantt-chart[right-to-left] .smart-task-connection-point.end {
  left: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5);
  right: initial;
}
.smart-gantt-chart[right-to-left] .smart-task-connection-point.start {
  right: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5);
  left: initial;
}
.smart-gantt-chart[right-to-left] .smart-task-connection-feedback {
  transform-origin: right;
}
.smart-gantt-chart[right-to-left] .smart-task-connection-feedback:before {
  left: initial;
  right: calc(100% - var(--smart-gantt-chart-timeline-task-connection-arrow-width) + 1px);
  border-right: var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color);
  border-left: initial;
}
.smart-gantt-chart[right-to-left] .smart-task-bar-limiter.max-date,
.smart-gantt-chart[right-to-left] .smart-task-bar-limiter.min-date {
  right: var(--smart-gantt-chart-timeline-column-border-width);
  left: initial;
}
.smart-gantt-chart[right-to-left] .smart-task-bar-limiter.max-date {
  left: 0;
}
.smart-gantt-chart[right-to-left] .milestone .smart-task-connection-point.end {
  left: calc(-1 * var(--smart-gantt-chart-task-default-height) * 1.15);
  right: initial;
}
.smart-gantt-chart[right-to-left] .milestone .smart-task-connection-point.start {
  right: calc(-1 * var(--smart-gantt-chart-task-default-height) * 1.15);
  left: initial;
}
.smart-gantt-chart[right-to-left] .milestone .smart-task-connection-feedback {
  right: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2);
  left: initial;
}
.smart-gantt-chart[right-to-left] .milestone[connection-point=end] .smart-task-connection-feedback {
  right: calc(100% + var(--smart-gantt-chart-task-default-height)/ 2);
}
.smart-gantt-chart[right-to-left][show-baseline] .smart-task-connection-point.end {
  left: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2);
}
.smart-gantt-chart[right-to-left][show-baseline] .smart-task-connection-point.start {
  right: calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2);
}
.smart-gantt-chart[right-to-left][show-baseline] .milestone .smart-task-connection-point.end {
  left: calc(-1 * var(--smart-gantt-chart-task-default-height) * .75);
}
.smart-gantt-chart[right-to-left][show-baseline] .milestone .smart-task-connection-point.start {
  right: calc(-1 * var(--smart-gantt-chart-task-default-height) * .75);
}
.smart-gantt-chart[right-to-left]:not([inverted]) .smart-timeline-scroll-bar[orientation=vertical] {
  right: initial;
  left: 0;
}
.smart-gantt-chart[right-to-left]:not([inverted]) .smart-timeline-scroll-bar[orientation=vertical]:before {
  border-left: none;
  border-right: 1px solid var(--smart-border);
}
.smart-gantt-chart[right-to-left][inverted] > .smart-container.vscroll .smart-timeline {
  margin-right: var(--smart-scroll-bar-size);
}
.smart-gantt-chart[right-to-left][inverted] > .smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]) {
  left: initial;
}
.smart-gantt-chart[right-to-left][inverted] .smart-timeline-scroll-bar:after {
  right: calc(-1 * var(--smart-scroll-bar-size));
}
.smart-gantt-chart[right-to-left][inverted] .smart-timeline-scroll-bar[orientation=vertical] {
  right: 0;
}
.smart-gantt-chart[right-to-left][inverted] .smart-timeline-scroll-bar[orientation=vertical]:before {
  border-right: none;
  border-left: 1px solid var(--smart-border);
}
.smart-window.smart-gantt-chart-popup-window {
  --smart-window-header-height:var(--smart-gantt-chart-popup-window-header-height);
  --smart-window-footer-height:var(--smart-gantt-chart-popup-window-footer-height);
  --smart-window-header-footer-padding:10px;
  --smart-window-default-height:auto;
  --smart-window-header-background:transparent;
  --smart-window-content-padding:10px;
  min-height: 50px;
  max-width: 97vw;
  max-height: 97vh;
}
.smart-window.smart-gantt-chart-popup-window .smart-content-container > .smart-content {
  align-items: initial;
}
.smart-window.smart-gantt-chart-popup-window .smart-content-container > .smart-footer smart-button {
  width: 100%;
  height: 100%;
  --smart-button-padding:0.2rem;
}
.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.ok {
  grid-area: buttonOk;
}
.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.cancel {
  grid-area: buttonCancel;
}
.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.cancel .smart-icon::after {
  content: var(--smart-icon-cancel);
}
.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.delete {
  grid-area: buttonDelete;
}
.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.delete .smart-icon::after {
  content: var(--smart-icon-delete);
}
.smart-window.smart-gantt-chart-popup-window .smart-tabs {
  min-height: initial;
  height: 100%;
  width: 100%;
}
.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tabs-content-section,
.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tabs-header-section {
  border: initial;
}
.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tabs-header-section {
  background: inherit;
}
.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tab-item > .smart-container {
  padding: 10px;
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: calc(50% - 10px);
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-gantt-chart-label-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-popup-window-editor-toggle {
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .08929em;
  overflow: hidden;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
  font-weight: 500;
  padding: 5px 20px;
  -webkit-font-smoothing: antialiased;
  opacity: var(--smart-button-opacity);
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-popup-window-editor-toggle:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-popup-window-editor-toggle:active {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-date-time-picker,
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-drop-down-list {
  width: 100%;
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor > b {
  text-align: center;
}
.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor input {
  height: var(--smart-editor-height);
}
.smart-window.smart-task-popup-window {
  --smart-window-default-width:var(--smart-gantt-chart-task-popup-window-default-width);
}
.smart-window.smart-task-popup-window .smart-content-container > .smart-footer {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-column-gap: 2%;
  grid-template-areas: "buttonOk buttonCancel . buttonDelete";
}
.smart-window.smart-task-popup-window .smart-content-container > .smart-footer .smart-icon {
  position: relative;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: 18px;
  margin-right: 2.5px;
}
.smart-window.smart-task-popup-window .smart-popup-window-button.ok .smart-icon::after {
  content: var(--smart-icon-check);
}
.smart-window.smart-task-popup-window .smart-tab-item[value=general] > .smart-container {
  display: flex;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  flex-wrap: wrap;
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-table {
  --smart-table-column-header-height:40px;
  --smart-table-row-height:35px;
  width: 100%;
  height: 100%;
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-table th {
  font-weight: 600;
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 5px;
  margin-bottom: 5px;
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button {
  --smart-button-padding:8px 16px 8px 8px;
  border: initial;
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button button::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  padding-right: 5px;
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button[action=add] button::before {
  content: var(--smart-icon-plus);
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button[action=delete] button::before {
  content: var(--smart-icon-delete);
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-validation-message {
  color: var(--smart-error);
  font-style: italic;
  margin-top: 5px;
  display: inline-flex;
  white-space: pre-wrap;
}
.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-validation-message:empty {
  display: none;
}
.smart-window.smart-task-popup-window[right-to-left] > .smart-container > .smart-footer .smart-icon {
  margin-left: 2.5px;
}
.smart-confirm-popup-window {
  --smart-window-default-width:var(--smart-gantt-chart-confirm-popup-window-default-width);
}
.smart-connection-popup-window {
  --smart-window-default-width:var(--smart-gantt-chart-connection-popup-window-default-width);
}
.smart-confirm-popup-window .smart-content-container > .smart-content,
.smart-connection-popup-window .smart-content-container > .smart-content {
  justify-content: center;
}
.smart-confirm-popup-window .smart-content-container > .smart-footer,
.smart-connection-popup-window .smart-content-container > .smart-footer {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
  grid-template-areas: "buttonOk buttonCancel";
}
@media not all and (min-resolution: 0.001dpcm) {
  .smart-confirm-popup-window .smart-content-container > .smart-footer,
  .smart-connection-popup-window .smart-content-container > .smart-footer {
    align-content: start;
  }
}
.smart-confirm-popup-window .smart-gantt-chart-popup-window-editor,
.smart-connection-popup-window .smart-gantt-chart-popup-window-editor {
  justify-items: center;
}
.smart-gantt-chart-popup-window-editor .smart-input[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-gantt-chart-tooltip {
  --smart-tooltip-padding:10px;
}
.smart-gantt-chart-tooltip[visible] {
  pointer-events: none;
}
.smart-gantt-chart-tooltip .smart-tooltip-content {
  flex-direction: column;
  text-align: left;
  white-space: nowrap;
}
.smart-gantt-chart-tooltip .smart-tooltip-content label:not(:first-of-type) {
  margin-top: 5px;
}
smart-gauge {
  display: block;
  width: var(--smart-gauge-default-width);
  height: var(--smart-gauge-default-height);
  min-width: 125px;
  min-height: 125px;
  fill: var(--smart-background-color);
}
smart-gauge:focus {
  outline: 0;
}
smart-gauge.smart-element {
  border: none;
}
smart-gauge[disabled] {
  -webkit-user-select: none;
  user-select: none;
}
smart-gauge[size-mode=auto] {
  min-height: initial;
}
.smart-gauge:focus .smart-needle,
.smart-gauge:focus .smart-needle-central-circle {
  fill: var(--smart-primary);
}
.smart-gauge .smart-container,
.smart-gauge.smart-container {
  position: relative;
  border-radius: 50%;
}
.smart-gauge .drawContainer > svg {
  fill: var(--smart-gauge-label-fill-state);
  stroke: var(--smart-gauge-label-stroke);
}
.smart-gauge .smart-needle,
.smart-gauge .smart-needle-central-circle {
  fill: var(--smart-background-color);
}
.smart-gauge .smart-svg-container {
  width: 100%;
  height: 100%;
  touch-action: none;
}
.smart-gauge .smart-tick {
  stroke: var(--smart-border);
  stroke-width: 1px;
  width: 15px;
  pointer-events: none;
}
.smart-gauge .smart-tick-minor {
  width: 5px;
}
.smart-gauge .smart-needle {
  width: 20px;
  height: 110px;
}
.smart-gauge .smart-track {
  width: 15px;
  stroke: var(--smart-border);
  stroke-width: 2px;
  fill: var(--smart-background);
}
.smart-gauge .smart-value {
  stroke: var(--smart-ui-state-border-active);
  stroke-width: 2px;
  fill: var(--smart-ui-state-active);
}
.smart-gauge .smart-line {
  stroke: var(--smart-background-color);
  stroke-width: 5px;
}
.smart-gauge .smart-range {
  width: 75px;
  fill: #D8D8D8;
}
.smart-gauge .smart-digital-display-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.smart-gauge .smart-digital-display {
  --smart-numeric-text-box-background:transparent;
  --smart-numeric-text-box-text-align:center;
  position: absolute;
  display: none;
  width: 80px;
  height: auto;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: inherit;
  pointer-events: initial;
}
.smart-gauge[dragged],
.smart-gauge[dragged] .smart-label {
  cursor: pointer;
}
.smart-gauge[analog-display-type=fill][ticks-position=track] .smart-tick,
.smart-gauge[analog-display-type=line][ticks-position=track] .smart-tick {
  stroke: #F2F2F2;
}
.smart-gauge[labels-visibility=endPoints] .smart-label-middle,
.smart-gauge[ticks-visibility=major] .smart-tick-minor {
  visibility: hidden;
}
.smart-gauge[show-ranges][ranges] .smart-track {
  opacity: 0;
}
.smart-gauge[show-unit] .smart-digital-display {
  --smart-numeric-text-box-text-align:right;
}
.smart-gauge[show-unit] .smart-digital-display input.smart-input {
  border-right: none;
}
.smart-gauge[digital-display] .smart-digital-display {
  display: inline-block;
}
.smart-gauge[digital-display-position=top] .smart-digital-display {
  top: 25%;
  transform: translate(-50%, -50%);
}
.smart-gauge[digital-display-position=right] .smart-digital-display {
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.smart-gauge[digital-display-position=left] .smart-digital-display {
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.smart-gauge[digital-display-position=center] .smart-digital-display {
  top: 50%;
  transform: translate(-50%, -50%);
}
.smart-gauge[right-to-left] .smart-label,
.smart-gauge[right-to-left] .smart-label-middle {
  direction: rtl;
  text-anchor: end;
}
header.smart-grid-pager {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
footer.smart-grid-pager {
  border-top: var(--smart-border-width) solid var(--smart-border);
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.smart-grid-footer {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
  height: var(--smart-grid-footer-height);
  border-top-width: 1px;
  border-top-style: solid;
}
.smart-grid-group-header {
  min-height: var(--smart-grid-group-header-height);
  height: var(--smart-grid-group-header-height);
  overflow: hidden;
  position: relative;
  z-index: 99;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--smart-border);
  background: var(--smart-surface);
  display: flex;
  align-items: center;
}
.smart-grid-group-header .smart-breadcrumb {
  background: 0 0;
  border: none;
  width: 100%;
  --smart-breadcrumb-item-height:35px;
  margin-top: 1px;
  padding: 0 0 0 5px;
}
.smart-grid-group-header .smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item {
  border-radius: var(--smart-border-radius);
  margin-top: 0;
}
.smart-grid-group-header .smart-breadcrumb-item-label {
  display: flex;
  justify-content: center;
  align-content: center;
}
.smart-grid-group-header .smart-breadcrumb-item-label .smart-grid-icon {
  font-weight: 700;
  font-size: 16px;
  margin-right: -10px;
}
.smart-grid-column-group,
smart-grid-column {
  font-size: var(--smart-grid-column-font-size,inherit);
  font-weight: var(--smart-grid-column-font-weight,inherit);
  text-overflow: ellipsis;
}
.smart-grid-column-header.smart-columns-sticky {
  border-top: 1px solid var(--smart-border);
  border-bottom: 1px solid var(--smart-border);
  margin-top: -2px;
}
.smart-grid-column-header .smart-arrow-down.smart-animate {
  transform: rotate(90deg);
  transition: transform .2s ease-out;
}
.smart-grid-column-header .smart-arrow-down.smart-animate:after {
  content: var(--smart-icon-arrow-down);
}
.smart-grid-column-header .top-right-corner {
  overflow: hidden;
  right: 0;
  top: 0;
  width: calc(1px + var(--smart-scroll-bar-size));
  position: absolute;
  border-left: 1px solid inherit;
  z-index: 1;
}
.smart-grid-column-header .top-right-corner:first-child {
  left: -1px;
  z-index: 2;
}
.smart-grid-column-header-cell-container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.smart-grid-column-header-cell-container:hover smart-grid-column[freeze][checkbox][auto-show] .smart-input {
  opacity: 1;
  border-color: var(--smart-border);
}
.smart-grid-cell-container.far,
.smart-grid-column-header-cell-container.far {
  border-left: var(--smart-grid-freeze-splitter-size) solid var(--smart-border);
}
.smart-grid-column-header-cell-container.far,
.smart-grid-column-header-cell-container.near {
  position: absolute;
  z-index: 6;
  box-sizing: content-box;
}
.smart-grid-column-header-cell-container.near {
  border-right: var(--smart-grid-freeze-splitter-size) solid var(--smart-border);
}
.smart-grid-column-header-cell-container.far {
  right: 0;
  top: 0;
}
.smart-grid-column-header-cell-container.far.vscroll {
  right: var(--smart-scroll-bar-size);
}
.smart-grid-column-header-cell-container.border-collapse.near {
  box-sizing: border-box;
  border-right: none;
}
.smart-grid-column-header-cell-container.border-collapse.far {
  box-sizing: border-box;
  border-left: none;
}
.smart-grid-column-group {
  color: var(--smart-surface-color);
  background: var(--smart-surface);
  white-space: nowrap;
  border-width: 0;
  border-style: solid;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.smart-grid-column-group.smart-grid-column-border {
  border-width: var(--smart-border-width);
  border-top-color: var(--smart-border);
  border-top-width: 0;
  border-bottom-color: var(--smart-border);
  border-left-color: var(--smart-border);
  border-right-color: var(--smart-border);
}
.smart-grid-column-group:not(.smart-grid-column-border):after {
  height: var(--smart-border-width);
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  background: var(--smart-grid-column-horizontal-border,var(--smart-border));
}
.smart-grid-column-group:not(.smart-grid-column-border):after:not(.smart-grid-column-border-collapse):before {
  width: var(--smart-border-width);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--smart-grid-column-vertical-border,var(--smart-border));
}
.smart-grid-column-menu {
  position: absolute;
  background: var(--smart-surface);
  width: var(--smart-grid-column-menu-width);
  height: var(--smart-grid-column-menu-height);
  z-index: 9999;
  box-shadow: var(--smart-elevation-8);
  min-height: 60px;
  overflow: hidden;
}
.smart-grid-column-menu smart-menu {
  border: none;
}
.smart-grid-column-menu.smart-animate {
  transition: opacity .2s, transform .2s ease-out;
  transform: scale(0);
  opacity: 0;
  transform-origin: top left;
}
.smart-grid-column-menu.smart-animate.smart-grid-download-menu {
  width: auto;
  transform: scaleY(0);
}
.smart-grid-column-menu[right-to-left].smart-animate {
  transform-origin: top right;
}
.smart-grid-column-menu[right-to-left] .smart-filter-panel .smart-filter-panel-button-container {
  flex-direction: row-reverse;
}
.smart-grid-column-menu[right-to-left] .smart-filter-panel .smart-filter-panel-operator-list {
  position: relative;
}
.smart-grid-column-menu smart-menu[mode=vertical] {
  height: 100%;
}
.smart-grid-column-menu.open.smart-animate {
  transform: scale(1);
  opacity: 1;
}
.smart-grid-column-menu .smart-grid-icon {
  display: inline-block;
}
.smart-grid-column-menu .smart-filter-container {
  width: 100%;
  height: auto;
  background: var(--smart-background);
}
.smart-grid-column-menu .smart-filter-container smart-filter-panel {
  width: 100%;
  border: none;
  background: 0 0;
}
.smart-grid-column-menu .smart-filter-container .smart-filter-panel smart-tree,
.smart-grid-column-menu .smart-filter-panel smart-filter-builder {
  height: 250px;
}
.smart-grid-filter-footer {
  height: var(--smart-grid-filter-footer-height);
}
.smart-grid-icon {
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: var(--smart-grid-column-buttons-width);
  min-width: 0;
  display: none;
}
.smart-grid-icon.visible {
  display: inline-block !important;
  width: 20px;
}
.smart-grid-icon.show {
  display: flex !important;
}
.smart-grid-icon.smart-icon-link:before {
  content: var(--smart-icon-link);
}
.smart-grid-icon.smart-icon-mail:before {
  content: var(--smart-icon-mail);
}
.smart-grid-icon.smart-icon-user:before {
  content: var(--smart-icon-user);
}
.smart-grid-icon.smart-icon-list-ordered:before {
  content: var(--smart-icon-list-ordered);
}
.smart-grid-icon.smart-icon-list-unordered:before {
  content: var(--smart-icon-list-unordered);
}
.smart-grid-icon.smart-icon-plus:before {
  content: var(--smart-icon-plus);
}
.smart-grid-icon.smart-icon-image:before {
  content: var(--smart-icon-image);
}
.smart-grid-icon.smart-icon-plus-circled:before {
  content: var(--smart-icon-plus-circled);
}
.smart-grid-icon.smart-icon-docs:before {
  content: var(--smart-icon-docs);
}
.smart-grid-icon.smart-icon-minus:before {
  content: var(--smart-icon-minus);
}
.smart-grid-icon.smart-icon-resize-full:before {
  content: var(--smart-icon-resize-full);
}
.smart-grid-icon.smart-icon-align-left:before {
  content: var(--smart-icon-align-left);
}
.smart-grid-icon.smart-icon-align-right:before {
  content: var(--smart-icon-align-right);
}
.smart-grid-icon.smart-icon-align-center:before {
  content: var(--smart-icon-align-center);
}
.smart-grid-icon.smart-icon-cancel:before {
  content: var(--smart-icon-cancel);
}
.smart-grid-icon.smart-icon-cancel-circled:before {
  content: var(--smart-icon-cancel-circled);
}
.smart-grid-icon.smart-icon-edit:before {
  content: var(--smart-icon-edit);
}
.smart-grid-icon.smart-icon-mode-edit:before {
  content: var(--smart-icon-mode-edit);
}
.smart-grid-icon.smart-icon-sort:before {
  content: var(--smart-icon-sort);
}
.smart-grid-icon.smart-icon-delete:before {
  content: var(--smart-icon-delete);
}
.smart-grid-icon.smart-icon-close:before {
  content: var(--smart-icon-close);
}
.smart-grid-icon.smart-icon-search:before {
  content: var(--smart-icon-search);
}
.smart-grid-icon.smart-icon-settings:before {
  content: var(--smart-icon-settings);
}
.smart-grid-icon.smart-icon-visibility-off:before {
  content: var(--smart-icon-visibility-off);
}
.smart-grid-icon.smart-icon-visibility-on:before {
  content: var(--smart-icon-visibility);
}
.smart-grid-icon.smart-icon-add-filter:before {
  content: var(--smart-icon-add-filter);
}
.smart-grid-icon.smart-icon-duplicate:before {
  content: var(--smart-icon-duplicate);
}
.smart-grid-icon.smart-icon-check-empty:before {
  content: var(--smart-icon-check-empty);
}
.smart-grid-icon.smart-icon-check-squared:before {
  content: var(--smart-icon-check-squared);
}
.smart-grid-icon.smart-icon-number:before {
  content: "#";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: var(--smart-font-family);
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
}
.smart-grid-icon.smart-icon-filter:before {
  content: var(--smart-icon-filter);
}
.smart-grid-icon.smart-icon-phone:before {
  content: var(--smart-icon-phone);
}
.smart-grid-icon.smart-icon-lock:before {
  content: var(--smart-icon-lock);
}
.smart-grid-icon.smart-icon-tasks:before {
  content: var(--smart-icon-tasks);
}
.smart-grid-icon.smart-icon-table-alt:before {
  content: var(--smart-icon-table-alt);
}
.smart-grid-icon.smart-icon-kanban:before {
  content: var(--smart-icon-kanban);
}
.smart-grid-icon.smart-icon-card:before {
  content: var(--smart-icon-card);
}
.smart-grid-icon.smart-icon-clock:before {
  content: var(--smart-icon-clock);
}
.smart-grid-icon.smart-icon-font:before {
  content: var(--smart-icon-font);
}
.smart-grid-icon.smart-icon-fontsize:before {
  content: var(--smart-icon-fontsize);
}
.smart-grid-icon.smart-icon-menu:before {
  content: var(--smart-icon-menu);
}
.smart-grid-icon.smart-icon-sort-down:before {
  content: var(--smart-icon-arrow-down);
}
.smart-grid-icon.smart-icon-sort-up:before {
  content: var(--smart-icon-arrow-up);
}
.smart-grid-icon.smart-icon-ellipsis:before {
  content: var(--smart-icon-ellipsis);
}
.smart-grid-icon.smart-icon-ellipsis-vert:before {
  content: var(--smart-icon-ellipsis);
  transform: rotate(90deg);
}
.smart-grid-icon.smart-icon-minus-squared:before {
  content: var(--smart-icon-minus-squared);
}
.smart-grid-icon.smart-icon-ok-squared:before {
  content: var(--smart-icon-ok-squared);
}
.smart-grid-icon.smart-icon-sort-name-up:before {
  content: var(--smart-icon-sort-name-up);
}
.smart-grid-icon.smart-icon-sort-name-down:before {
  content: var(--smart-icon-sort-name-down);
}
.smart-grid-icon.smart-icon-sort-alt-up:before {
  content: var(--smart-icon-sort-alt-up);
}
.smart-grid-icon.smart-icon-sort-alt-down:before {
  content: var(--smart-icon-sort-alt-down);
}
.smart-grid-icon.smart-icon-sort-number-up:before {
  content: var(--smart-icon-sort-number-up);
}
.smart-grid-icon.smart-icon-sort-number-down:before {
  content: var(--smart-icon-sort-number-down);
}
.smart-grid-icon.smart-icon-group:before {
  content: var(--smart-icon-group);
}
.smart-grid-icon.smart-icon-ungroup:before {
  content: var(--smart-icon-ungroup);
}
.smart-grid-icon.smart-icon-reload:before {
  content: var(--smart-icon-reload);
}
.smart-grid-icon.smart-icon-contains:before {
  content: var(--smart-icon-contains);
}
.smart-grid-icon.smart-icon-starts-with:before {
  content: var(--smart-icon-starts_with);
}
.smart-grid-icon.smart-icon-ends-with:before {
  content: var(--smart-icon-ends_with);
}
.smart-grid-icon.smart-icon-does-not-contain:before {
  content: var(--smart-icon-does_not_contain);
}
.smart-grid-icon.smart-icon-equals:before {
  content: var(--smart-icon-equals);
}
.smart-grid-icon.smart-icon-greater-than:before {
  content: var(--smart-icon-greater-than);
}
.smart-grid-icon.smart-icon-greater-than-equal:before {
  content: var(--smart-icon-greater-than-equal);
}
.smart-grid-icon.smart-icon-less-than:before {
  content: var(--smart-icon-less-than);
}
.smart-grid-icon.smart-icon-less-than-equal:before {
  content: var(--smart-icon-less-than-equal);
}
.smart-grid-icon.smart-icon-not-equal:before {
  content: var(--smart-icon-not-equal);
}
.smart-grid-icon.smart-icon-percentage:before {
  content: var(--smart-icon-percentage);
}
.smart-grid-icon.smart-icon-grip-vertical:before {
  content: var(--smart-icon-grip-vertical);
}
.smart-grid-icon.smart-icon-between:before {
  content: var(--smart-icon-between);
}
.smart-grid-icon.smart-icon-bold:before {
  content: var(--smart-icon-bold);
}
.smart-grid-icon.smart-icon-italic:before {
  content: var(--smart-icon-italic);
}
.smart-grid-icon.smart-icon-underline:before {
  content: var(--smart-icon-underline);
}
.smart-grid-icon.smart-icon-color-background:before {
  content: var(--smart-icon-color-background);
}
.smart-grid-icon.smart-icon-calendar:before {
  content: var(--smart-icon-calendar);
}
.smart-grid-icon.smart-icon-attention:before {
  content: var(--smart-icon-attention);
}
.smart-grid-icon.smart-icon-help-circled:before {
  content: var(--smart-icon-help-circled);
}
.smart-grid-icon.smart-icon-star:before {
  content: var(--smart-icon-star);
}
.smart-grid-icon.smart-icon-attention-circled:before {
  content: var(--smart-icon-attention-circled);
}
.smart-grid-pager smart-pager {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin-left: 2px;
  margin-top: 5px;
  border: none;
}
.smart-grid-aggregate-footer {
  position: absolute;
  bottom: 0;
  z-index: 99;
  height: var(--smart-grid-aggregate-footer-height);
  width: 100%;
  border-top-style: solid;
  border-top-color: inherit;
  border-top-width: 1px;
}
.smart-grid-loader {
  margin: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .1);
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  border-radius: 50%;
  width: calc(var(--smart-loader-size) + 10px);
  height: calc(var(--smart-loader-size) + 10px);
}
.smart-grid-loader:after,
.smart-grid-loader:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit inherit transparent;
  border-width: 6px;
  animation: smart-loader-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, smart-loader-spin-fade 1.1s linear infinite;
}
.smart-grid-loader[loading-indicator-position=top] {
  width: var(--smart-loader-size);
  height: var(--smart-loader-size);
}
.smart-grid-loader[loading-indicator-position=top] .smart-loader-container {
  top: 0;
}
.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-container {
  top: -10%;
}
.smart-grid-loader[loading-indicator-position=top] .smart-loader-container,
.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-container {
  display: block;
  position: relative;
  width: 100%;
  height: 10%;
  background-color: var(--smart-background);
  overflow: hidden;
  animation: smart-loader-container-pop-up-down .3s linear;
  left: 20%;
}
.smart-grid-loader[loading-indicator-position=top] .smart-loader-label,
.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-label {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 60%;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: nowrap;
}
.smart-grid-placeholder {
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  display: flex;
  height: 100%;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  background: var(--smart-background);
}
.smart-grid-content.auto-height .smart-grid-placeholder {
  height: initial;
}
.smart-grid-content.auto-height smart-grid-cell[addNewRow] {
  border-right: none;
}
.smart-grid-special-cells-container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.smart-grid-sort-animation {
  transition-timing-function: ease-in-out;
  transition-delay: 0;
}
.smart-grid-cell-container {
  height: 100%;
  position: relative;
}
.smart-grid-cell-container.far,
.smart-grid-cell-container.near {
  position: absolute;
  z-index: 6;
  box-sizing: content-box;
}
.smart-grid-cell-container.near {
  border-right: var(--smart-grid-freeze-splitter-size) solid var(--smart-border);
}
.smart-grid-cell-container.far {
  right: 0;
  top: 0;
}
.smart-grid-cell-container.far.vscroll {
  right: var(--smart-scroll-bar-size);
}
.smart-grid-cell-container.border-collapse.near {
  box-sizing: border-box;
  border-right: none;
}
.smart-grid-cell-container.border-collapse.far {
  box-sizing: border-box;
  border-left: none;
}
.smart-grid-cell-editor > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  margin: 0;
  outline: 0;
  background: inherit;
  color: inherit;
  border-radius: 0;
  --smart-border-top-left-radius:0px;
  --smart-border-top-right-radius:0px;
  --smart-border-bottom-left-radius:0px;
  --smart-border-bottom-right-radius:0px;
}
.smart-grid-cell-editor.smart-grid-date-time-picker-cell-editor,
.smart-grid-cell-editor.smart-grid-passowrd-input-cell-editor,
.smart-grid-cell-editor.smart-grid-phone-input-cell-editor {
  border-radius: 0;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  background: inherit;
  color: inherit;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  background: inherit;
  color: inherit;
  display: flex;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav {
  padding: 0;
  display: flex;
  width: var(--smart-editor-addon-width);
  height: 100%;
  flex-direction: column;
  color: var(--smart-surface-color);
  border-left: 1px solid var(--smart-border);
  background: var(--smart-surface);
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down,
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up {
  display: flex;
  height: 50%;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  outline: 0;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:hover,
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:active,
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down[active],
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:active,
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up[active] {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor,
.smart-grid-cell-editor.smart-grid-input-cell-editor,
.smart-grid-cell-editor.smart-grid-text-area-cell-editor {
  background: inherit;
  color: inherit;
  width: 100%;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up {
  border-bottom: 1px solid var(--smart-border);
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:after {
  content: var(--smart-icon-arrow-up);
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:after {
  content: var(--smart-icon-arrow-down);
}
.smart-grid-cell-editor.smart-grid-text-area-cell-editor {
  display: flex;
  height: 100%;
  border-radius: 0;
  border: none;
  font-family: inherit;
}
.smart-grid-cell-editor.smart-grid-input-cell-editor {
  height: 100%;
  border-radius: 0;
  border: none;
}
.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor {
  height: 100% !important;
  border-radius: 0;
  border: none;
}
.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor div,
.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor input {
  border-radius: 0;
}
.smart-grid-cell-editor > input[type=checkbox] {
  border: none;
  min-width: 16px;
  height: 16px;
  top: 6px;
  position: relative;
}
.smart-grid-cell-content-popup {
  background: var(--smart-primary) !important;
  color: var(--smart-primary-color) !important;
  border: 1px solid var(--smart-primary) !important;
  z-index: 9 !important;
}
.smart-grid-cell-content-popup-content {
  box-shadow: none !important;
  padding: 6px 2px 6px 6px;
}
.smart-grid-row-container {
  position: relative;
}
.smart-grid-row-container.far,
.smart-grid-row-container.near {
  z-index: 7;
  position: absolute;
  width: 100%;
}
.smart-grid-row-container.near {
  border-bottom: var(--smart-grid-freeze-splitter-size) solid var(--smart-border);
  box-sizing: content-box;
}
.smart-grid-row-container.far {
  border-top: var(--smart-grid-freeze-splitter-size) solid var(--smart-border);
  box-sizing: content-box;
  z-index: 11;
}
.smart-grid-row-drag-feedback {
  height: auto !important;
  flex-direction: column;
}
.smart-grid-row-drag-feedback div {
  padding-top: 3px;
}
.smart-grid-row-drag-feedback > div {
  display: flex;
  align-items: flex-start;
  padding: 3px;
  white-space: nowrap;
  font-family: var(--smart-font-family);
  font-size: 8px;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  flex-direction: column;
  max-height: 200px;
  overflow: hidden;
}
.smart-grid-scroll-view {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.smart-grid-scroll-view .smart-grid-row-container.far {
  bottom: -2px;
}
.smart-grid-scroll-view.vscroll,
.smart-grid-scroll-view.vscroll .smart-grid-row-container.far,
.smart-grid-scroll-view.vscroll .smart-grid-row-container.near {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-grid-scroll-view.hscroll .smart-grid-row-container.far {
  bottom: calc(-2px + var(--smart-scroll-bar-size));
}
.smart-grid-summary-row-cell {
  background: var(--smart-surface) !important;
  color: var(--smart-surface-color) !important;
  border-color: var(--smart-border) !important;
  opacity: 1 !important;
}
.smart-grid-summary-row-cell button {
  display: none;
}
.smart-grid-summary-row-cell .summary-value {
  font-size: 11px;
  opacity: .75;
  height: calc(100% - 2px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.smart-grid-summary-row-cell .summary-value .placeholder,
.smart-grid-summary-row-cell .summary-value .smart-arrow-down {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.smart-grid-summary-row-cell .summary-value[has-summary] .placeholder,
.smart-grid-summary-row-cell .summary-value[has-summary] .smart-arrow-down {
  display: inherit;
  opacity: .7;
}
.smart-grid-summary-row-cell .summary-value.summary-chooser .placeholder,
.smart-grid-summary-row-cell .summary-value.summary-chooser .smart-arrow-down,
.smart-grid-summary-row-cell .summary-value:hover .placeholder,
.smart-grid-summary-row-cell .summary-value:hover .smart-arrow-down {
  opacity: 1;
}
.smart-grid-summary-row-cell .summary-value .label {
  margin-top: -3px;
}
.smart-grid-summary-row-cell::before {
  display: none;
}
.smart-grid-resize-mode {
  overflow: visible;
}
.smart-grid-dialog-editor.add-column {
  display: flex;
  height: 30px;
  align-items: center;
  margin-bottom: 10px;
}
.smart-grid-dialog-editor.radio-group {
  height: auto;
}
.smart-grid-dialog-add-column .smart-grid-dialog-radio-field {
  width: 100%;
}
.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input {
  border-radius: 50% !important;
  margin-right: 10px;
}
.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input:after {
  content: "" !important;
}
.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input[checked]:after {
  content: var(--smart-icon-radio) !important;
}
.smart-grid-dialog-add-column .smart-grid-dialog-boolean-field {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.smart-grid-dialog-add-column .smart-grid-dialog-boolean-field .smart-grid-dialog-editor {
  margin-bottom: initial;
  margin-right: 10px;
}
.smart-grid-image-dialog {
  width: 500px !important;
  min-height: 400px !important;
  background: var(--smart-background);
}
.smart-grid-image-dialog .smart-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-grid-image-dialog .tabs {
  width: 100%;
  height: 30px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  display: flex;
  margin-bottom: 5px;
}
.smart-grid-image-dialog .tabs .tab {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--smart-background-color);
  cursor: pointer;
}
.smart-grid-image-dialog .tabs .tab label {
  cursor: pointer;
}
.smart-grid-image-dialog .tabs .tab.active {
  color: var(--smart-primary);
  border-bottom: 2px solid var(--smart-primary);
  font-weight: 700;
}
.smart-grid-image-dialog .preview {
  margin-top: 10px;
}
.smart-grid-image-dialog .preview p {
  font-size: 10px;
  text-align: center;
}
.smart-grid-image-dialog .preview .smart-icon-delete {
  margin: 5px;
}
.smart-grid-image-dialog .preview .smart-icon-delete:hover {
  color: var(--smart-primary);
}
.smart-grid-image-dialog .preview .list {
  max-height: 100px;
  max-width: 500px;
  overflow: auto;
  display: flex;
  flex-direction: row;
}
.smart-grid-image-dialog .preview .list .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
  color: var(--smart-background-color);
  max-width: 100px;
  margin-right: 10px;
  overflow: hidden;
  min-width: 60px;
}
.smart-grid-image-dialog .preview .list .item:after {
  font-family: var(--smart-font-family-icon);
  width: 16px;
  height: 16px;
  content: var(--smart-icon-close);
  cursor: pointer;
}
.smart-grid-image-dialog .preview .list .item img {
  width: 50px;
  height: 50px;
  min-height: 50px;
  border: 2px solid transparent;
}
.smart-grid-image-dialog .preview .list .item img:hover {
  border: 2px solid var(--smart-primary);
  border-radius: var(--smart-border-radius);
  cursor: pointer;
}
.smart-grid-image-dialog .preview .list .item div {
  text-overflow: ellipsis;
  text-align: center;
}
.smart-grid-image-dialog .url-zone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 220px;
}
.smart-grid-image-dialog .url-zone .upload {
  display: flex;
  flex-direction: column;
}
.smart-grid-image-dialog .url-zone .url-title {
  margin-top: 10px;
  font-size: 10px;
  color: var(--smart-background-color);
}
.smart-grid-image-dialog .url-zone .smart-input {
  text-align: center;
}
.smart-grid-image-dialog .smart-grid-drop-zone {
  border: 2px dashed rgba(0, 0, 0, .1);
  border-radius: 6px;
  height: 220px;
  cursor: pointer;
  background: var(--smart-background);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .2s ease-out;
  flex-direction: column;
  outline: 0;
}
.smart-grid-image-dialog .smart-grid-drop-zone .title {
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.smart-grid-image-dialog .smart-grid-drop-zone .title .smart-grid-icon {
  font-size: 24px;
  margin-bottom: 5px;
  color: var(--smart-primary);
}
.smart-grid-image-dialog .smart-grid-drop-zone .subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: var(--smart-background-color);
}
.smart-grid-dialog-overlay {
  z-index: 100;
  background: #333;
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.smart-grid-overlay {
  z-index: 100;
  background: 0 0;
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.smart-grid-slider-dialog,
.smart-grid-text-area-dialog {
  z-index: 99999;
  position: absolute;
  min-width: 150px;
  min-height: 120px;
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  background: var(--smart-background);
  border: none;
  box-shadow: 0 0 0 3px var(--smart-primary) !important;
  border-radius: 1px;
  color: var(--smart-background-color);
  box-sizing: border-box;
  overflow: visible;
}
.smart-grid-slider-dialog.smart-grid-slider-dialog,
.smart-grid-text-area-dialog.smart-grid-slider-dialog {
  min-height: 60px;
  max-width: 200px;
  transform: rotate(-90deg);
}
.smart-grid-slider-dialog .smart-grid-slider-container,
.smart-grid-slider-dialog .smart-grid-text-area-container,
.smart-grid-text-area-dialog .smart-grid-slider-container,
.smart-grid-text-area-dialog .smart-grid-text-area-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.smart-grid-slider-dialog .smart-grid-slider-container,
.smart-grid-text-area-dialog .smart-grid-slider-container {
  height: 100%;
  position: absolute;
  display: flex;
  padding: 6px;
  box-sizing: border-box;
}
.smart-grid-slider-dialog smart-scroll-bar[orientation=vertical],
.smart-grid-text-area-dialog smart-scroll-bar[orientation=vertical] {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  width: var(--smart-scroll-bar-size);
}
.smart-grid-slider-dialog textarea,
.smart-grid-text-area-dialog textarea {
  padding: 3px 20px 3px 3px;
  min-height: 120px;
  width: calc(100% + var(--smart-scroll-bar-size));
  overflow-x: hidden;
  height: 120px;
  box-sizing: border-box;
  border: none;
  background: inherit;
  outline: 0;
  resize: none;
  color: inherit;
}
.smart-grid-validation-error {
  position: absolute;
  background: var(--smart-error);
  color: var(--smart-error-color);
  border-radius: var(--smart-border-radius);
  padding: 7px;
  width: auto;
  height: auto;
  z-index: 99;
}
.smart-selection-overlay {
  position: absolute;
  border: 2px solid var(--smart-primary);
  z-index: 10;
}
.smart-selection-overlay-content {
  background: var(--smart-ui-state-selected);
  opacity: .2;
  width: 100%;
  height: 100%;
}
.smart-selection-overlay-content:after {
  cursor: move;
  content: "";
  height: 4px;
  width: calc(100% - 10px);
  position: absolute;
  bottom: 0;
}
.smart-selection-overlay-border-content {
  border: 0 solid var(--smart-background);
  width: 100%;
  height: 100%;
}
.smart-selection-overlay-border-content.handle:after {
  border: 1px solid var(--smart-background);
  content: "";
  background: var(--smart-primary);
  width: 4px;
  height: 4px;
  position: absolute;
  right: -4px;
  bottom: -4px;
  cursor: crosshair;
}
.smart-input-overlay {
  background: var(--smart-ui-state-active);
  position: absolute;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  z-index: 9;
  cursor: pointer;
}
.smart-input-overlay.smart-animate {
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}
.smart-input-overlay-on {
  opacity: .3;
  transform: scale(1);
}
.smart-window.smart-grid-dialog {
  transition: opacity .2s, transform .2s ease-out;
  transform: scale(0);
  opacity: 0;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-add-column,
.smart-window.smart-grid-dialog.smart-grid-dialog-description {
  transform: scaleY(0);
  transform-origin: top;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-add-column .smart-header-notes,
.smart-window.smart-grid-dialog.smart-grid-dialog-description .smart-header-notes {
  margin-bottom: 10px;
  display: block;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-add-column.center,
.smart-window.smart-grid-dialog.smart-grid-dialog-description.center {
  transform: scale(0);
  transform-origin: unset;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-summary {
  transform: scaleY(0);
  transform-origin: bottom;
  --smart-window-content-padding:0px;
  box-shadow: none;
  border-radius: 0;
}
.smart-window.smart-grid-dialog.smart-grid-dialog.disable-animation {
  transition: none;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row {
  width: 750px !important;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info {
  display: grid;
  grid-template-columns: 25px 1fr 25px;
  padding: 10px 0;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info.format {
  grid-template-columns: 25px 1fr;
  padding: 0;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 700;
  font-size: calc(var(--smart-font-size) + 1px);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: var(--smart-background);
  transition: all .2s ease-in-out;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--smart-border);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab {
  padding: 8px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--smart-background-color);
  cursor: pointer;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab.active {
  color: var(--smart-primary);
  border-bottom: 2px solid var(--smart-primary);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-content-container {
  width: 100%;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-next-button:after,
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-prev-button:after {
  font-size: calc(100% - 2px);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-prev-button:after {
  content: var(--smart-icon-arrow-up);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-next-button:after {
  content: var(--smart-icon-arrow-down);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row [editor]:not([template=checkBox]) {
  width: auto;
  max-width: initial;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  column-gap: 20px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-editors-container.many {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container {
  background: var(--smart-surface);
  border: 1px solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  overflow: hidden;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container > div {
  height: 100%;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .row {
  height: 100%;
  display: grid;
  grid-template-rows: 40px 40px 40px 40px 40px 1fr;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-row {
  padding: 5px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout {
  max-height: 500px;
  overflow: auto;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-user {
  display: grid;
  grid-template-columns: 35px 1fr 1fr;
  align-items: center;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-action {
  display: grid;
  padding-left: 35px;
  grid-template-columns: 50% 50%;
  align-items: center;
  opacity: .8;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-action .detail {
  white-space: initial;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-user {
  position: relative;
  top: 10px;
  left: -3px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon.image:after {
  content: "";
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon:after {
  content: var(--smart-icon-user);
  font-family: var(--smart-font-family-icon);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-name {
  font-weight: 700;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .time {
  opacity: .8;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-header {
  white-space: nowrap;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout {
  display: grid;
  grid-template-rows: 1fr auto;
  flex-direction: column;
  padding: 3px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-column-gap: var(--smart-data-view-padding);
  margin: var(--smart-data-view-padding);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-column-gap: calc(var(--smart-data-view-padding)/ 2);
  margin-bottom: var(--smart-data-view-padding);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button {
  transform: rotate(90deg);
  width: 16px;
  cursor: pointer;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button:after {
  content: var(--smart-icon-close);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button.enabled {
  visibility: visible;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comments {
  overflow: auto;
  min-height: 180px;
  max-height: 350px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer {
  height: 45px;
  display: flex;
  padding: 5px;
  box-sizing: border-box;
  transition: height ease-in-out .2s;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer.focus {
  height: 70px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer smart-text-area {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer smart-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100px;
  border-left-color: transparent;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5px;
  width: 300px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group {
  grid-column-gap: 10px;
}
.smart-grid.smart-container,
smart-grid {
  grid-column-gap: var(--smart-grid-column-gap);
  contain: content;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group .format:first-child {
  grid-column: 1/2 span;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group .format:last-child {
  width: 100px;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group {
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  height: var(--smart-editor-height);
  width: 100px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold,
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic,
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline {
  font-weight: 400;
  display: block;
  height: 100%;
  padding: 5px;
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: border ease-in-out .2s;
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold:hover,
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic:hover,
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline:hover {
  border-bottom: 2px solid var(--smart-primary);
}
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold.checked,
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic.checked,
.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline.checked {
  background: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-window.smart-grid-dialog .col-sm-6 {
  padding: 0;
}
.smart-window.smart-grid-dialog > .smart-container .smart-header-section {
  cursor: default;
}
.smart-window.smart-grid-dialog.open {
  transform: scale(1) !important;
  opacity: 1;
}
.smart-window.smart-grid-dialog .smart-field-editor-error-label {
  font-size: 10px;
  color: var(--smart-error);
}
.smart-window.smart-grid-dialog [editor]:not([template=checkBox]) {
  max-width: 150px;
  height: 30px;
  overflow: hidden;
  border: 1px solid var(--smart-border);
  border-radius: var(--smart-border-radius);
}
.smart-window.smart-grid-dialog [editor][focus],
.smart-window.smart-grid-dialog [editor][focus] .smart-grid-cell-editor {
  border-color: var(--smart-primary);
}
.smart-window.smart-grid-dialog [editor][template=checkBox] {
  height: 30px;
  display: flex;
  align-items: center;
}
.smart-window.smart-grid-dialog [editor]:not([template=checkBox]) .smart-grid-cell-editor {
  width: 100%;
  height: 100%;
}
.smart-window.smart-grid-dialog > .smart-container > .smart-footer {
  height: auto;
}
.smart-window.smart-grid-dialog .column {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  flex-direction: column;
}
.smart-window.smart-grid-dialog .column label {
  justify-content: flex-end;
  padding: 5px 0;
}
.smart-window.smart-grid-dialog .smart-footer .smart-stack-layout {
  padding: 0 10px;
}
smart-grid {
  width: var(--smart-grid-default-width);
  height: var(--smart-grid-default-height);
  grid-template-columns: var(--smart-grid-template-columns);
  grid-row-gap: var(--smart-grid-row-gap);
  visibility: hidden;
}
smart-grid .smart-grid-cell-loading {
  height: 10px;
  position: relative;
  top: calc(50% - 5px);
  background: var(--smart-surface);
  width: 80%;
  left: 10%;
  border: 1px solid var(--smart-surface);
  border-radius: var(--smart-border-radius);
}
smart-grid .smart-grid-add-column-button,
smart-grid .smart-grid-add-row-button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 30px;
  height: 30px;
  background: var(--smart-surface);
  transform: scale(0);
  opacity: 0;
  transition: all .2s ease-in-out;
}
smart-grid .smart-grid-add-column-button.float,
smart-grid .smart-grid-add-row-button.float {
  border-radius: 50%;
  border: 1px solid var(--smart-primary);
  left: 5px;
  bottom: 5px;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  box-shadow: var(--smart-elevation-4);
}
smart-grid .smart-grid-add-column-button.smart-grid-add-column-button,
smart-grid .smart-grid-add-row-button.smart-grid-add-column-button {
  right: 5px;
  left: initial;
  top: 55px;
}
smart-grid .smart-grid-add-column-button.show,
smart-grid .smart-grid-add-row-button.show {
  transform: scale(1);
  opacity: 1;
}
smart-grid .smart-grid-add-column-button.show:active,
smart-grid .smart-grid-add-column-button.show:hover,
smart-grid .smart-grid-add-row-button.show:active,
smart-grid .smart-grid-add-row-button.show:hover {
  color: var(--smart-primary-color);
  background: var(--smart-primary);
}
smart-grid .smart-grid-add-column-button.show:active.float,
smart-grid .smart-grid-add-column-button.show:hover.float,
smart-grid .smart-grid-add-row-button.show:active.float,
smart-grid .smart-grid-add-row-button.show:hover.float {
  transform: scale(1.2);
  box-shadow: var(--smart-elevation-6);
}
smart-grid.smart-kanban-view .smart-grid-add-row-button {
  display: none !important;
}
smart-grid[appearance_allow-hover] smart-grid-cell:not([focus]):hover:not(.smart-add-new-column) {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-grid[appearance_allow-hover] smart-grid-cell:not([focus]):hover:not(.smart-add-new-column) .smart-label {
  background: var(--smart-ui-state-hover) !important;
  color: var(--smart-ui-state-color-hover) !important;
}
smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not([focus]) {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not([focus]) .smart-label {
  background: var(--smart-ui-state-hover) !important;
  color: var(--smart-ui-state-color-hover) !important;
}
smart-grid[tree] smart-grid-cell[has-toggle-button]:not([detail]) button[toggle-button] {
  padding-right: 14px;
}
smart-grid.smart-element {
  visibility: inherit;
}
smart-grid[grouped] {
  background-color: var(--smart-surface);
}
smart-grid:not([selection_allow-cell-selection]) smart-grid-row[focus] smart-grid-cell:not([editor]):not([header]),
smart-grid:not([selection_allow-cell-selection]) smart-grid-row[focus] smart-grid-cell:not([editor]):not([header]) .smart-label {
  background: var(--smart-primary) !important;
  color: var(--smart-primary-color) !important;
  border-color: var(--smart-primary) !important;
}
smart-grid:not([selection_allow-cell-selection]) smart-grid-row[focus] smart-grid-cell:not([editor]):not([header]):before {
  background: var(--smart-primary);
}
smart-grid[selection_allow-cell-selection] smart-grid-row[focus] smart-grid-cell[focus]:not([editor]):not([header]) {
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  border-color: var(--smart-primary);
}
.smart-grid.smart-container {
  grid-template-columns: var(--smart-grid-template-columns);
  grid-row-gap: var(--smart-grid-row-gap);
  visibility: hidden;
}
.smart-grid.smart-container .smart-grid-header,
.smart-grid > .smart-container .smart-grid-header {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
  height: var(--smart-grid-header-height);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%;
}
.smart-grid.smart-container .smart-grid-column-header,
.smart-grid > .smart-container .smart-grid-column-header {
  height: var(--smart-grid-column-header-height);
  min-height: 30px;
  color: var(--smart-surface-color);
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.smart-grid.smart-container .smart-grid-pager,
.smart-grid > .smart-container .smart-grid-pager {
  height: var(--smart-pager-default-height);
  overflow: hidden;
  z-index: 99;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  width: 100%;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-grid.smart-container .smart-grid-content,
.smart-grid > .smart-container .smart-grid-content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
}
.smart-grid.smart-container.smart-grid-resize-mode,
.smart-grid > .smart-container.smart-grid-resize-mode {
  overflow: visible;
}
.smart-grid.smart-element {
  visibility: inherit;
}
.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-label.align-right {
  margin-left: -10px;
}
.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-sort-button[order] {
  width: 40px;
}
.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-sort-button:after {
  content: attr(order);
  font-family: var(--smart-font-family);
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  padding: 5px;
  margin-left: 5px;
  height: 8px;
  box-sizing: content-box;
}
.smart-grid smart-grid-row .smart-grid-row-detail {
  overflow: hidden;
  width: 100%;
  z-index: 3;
  position: absolute;
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--smart-border);
  transform-origin: top;
  transform: scaleY(0);
  display: flex;
  justify-content: flex-start;
}
.smart-grid smart-grid-row .smart-grid-row-detail > div {
  width: 100%;
  height: 100%;
  line-height: initial;
  overflow: hidden;
  position: relative;
}
.smart-grid smart-grid-column:not(.smart-grid-column-border).smart-grid-vertical-border-collapse:before,
.smart-grid smart-grid-row smart-grid-cell:not(.smart-grid-column-border).smart-grid-vertical-border-collapse:before {
  width: 0;
}
.smart-grid smart-grid-column:not(.smart-grid-column-border).smart-grid-horizontal-border-collapse:after,
.smart-grid smart-grid-row smart-grid-cell:not(.smart-grid-column-border).smart-grid-horizontal-border-collapse:after {
  height: 0;
}
.smart-grid smart-grid-row[has-detail] {
  transition: height .25s ease-in-out;
}
.smart-grid smart-grid-row[has-detail] .smart-grid-row-detail.smart-animate {
  transition: transform .25s ease-in-out, height .25s ease-in-out;
}
.smart-grid smart-grid-row[show-detail] .smart-grid-row-detail {
  transform: scaleY(1);
}
.smart-grid smart-grid-row[unbound] smart-grid-cell {
  background: var(--smart-grid-cell-background-unbound);
  color: var(--smart-grid-cell-color-unbound);
}
.smart-grid smart-grid-cell.dragged,
.smart-grid smart-grid-column.dragged {
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .1) 75%,
      transparent 75%,
      transparent);
  background-size: 3em 3em;
}
.smart-grid smart-grid-column .smart-grid-command-item {
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.smart-grid smart-grid-column.afterTarget:last-child:after {
  right: 0;
}
.smart-grid smart-grid-cell .smart-grid-command-item {
  padding: 0 3px;
  overflow: hidden;
}
.smart-grid smart-scroll-bar:after,
.smart-grid smart-scroll-bar:before,
.smart-grid smart-scroll-bar[orientation=vertical]:after,
.smart-grid smart-scroll-bar[orientation=vertical]:before {
  background: var(--smart-scroll-bar-background);
  content: "";
  position: absolute;
}
.smart-grid smart-scroll-bar {
  overflow: visible;
  position: absolute;
  bottom: 0;
  height: calc(var(--smart-scroll-bar-size));
  width: 100%;
  z-index: 11;
  touch-action: none;
}
.smart-grid smart-scroll-bar:after {
  width: var(--smart-scroll-bar-size);
  height: var(--smart-scroll-bar-size);
  min-width: var(--smart-scroll-bar-far-size);
  left: 100%;
  top: 0;
}
.smart-grid smart-scroll-bar:before {
  width: var(--smart-scroll-bar-near-size);
  height: var(--smart-scroll-bar-size);
  left: calc(0px - var(--smart-scroll-bar-near-size));
  top: 0;
}
.smart-grid smart-scroll-bar.smart-element {
  border: none;
  border-radius: 0;
}
.smart-grid smart-scroll-bar.bottom-corner-visible {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-grid smart-scroll-bar[orientation=vertical] {
  right: 0;
  top: 0;
  height: 100%;
  width: calc(var(--smart-scroll-bar-size));
  border-left: 1px solid var(--smart-border);
}
.smart-grid smart-scroll-bar[orientation=vertical]:before {
  height: var(--smart-scroll-bar-near-size);
  width: var(--smart-scroll-bar-size);
  left: -1px;
  top: calc(0px - var(--smart-scroll-bar-near-size));
  border-left: 1px solid var(--smart-border);
}
.smart-grid smart-scroll-bar[orientation=vertical]:after {
  width: var(--smart-scroll-bar-size);
  height: var(--smart-scroll-bar-size);
  min-height: var(--smart-scroll-bar-far-size);
  left: 0;
  bottom: calc(0px - var(--smart-scroll-bar-far-size));
  top: auto;
  min-width: 0;
  z-index: -1;
}
.smart-grid smart-scroll-bar[orientation=vertical].bottom-corner-visible {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-grid .smart-data-view-header-drop-down {
  transition: transform ease-in-out .2s;
  transform: scaleY(0);
}
.smart-grid .smart-data-view-header-drop-down.open {
  transform: scaleY(1);
}
.smart-grid .smart-breadcrumb-items > .afterTarget:last-child:after,
.smart-grid .smart-breadcrumb-items > .target:before {
  content: "";
  display: none;
}
.smart-grid .smart-grid-command-item {
  display: flex;
  padding: 5px 8px;
  -webkit-user-select: none;
  user-select: none;
  min-width: 25px;
  border: 1px solid transparent;
  cursor: pointer;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
}
.smart-grid .smart-grid-command-item:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border: 1px solid var(--smart-ui-state-border-hover);
}
.smart-grid .smart-grid-command-item:active {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border: 1px solid var(--smart-ui-state-border-active);
}
.smart-grid .smart-grid-command-item .smart-grid-icon {
  display: flex;
  min-width: 16px;
  width: auto;
}
.smart-grid .smart-grid-command-item span:last-child:not(:first-child) {
  margin-left: 4px;
}
.smart-grid .smart-grid-command-bar {
  display: flex;
  align-items: center;
  padding: 5px;
}
.smart-grid .smart-grid-command-bar .smart-grid-icon {
  display: flex;
}
.smart-grid .smart-grid-row:not([leaf]) smart-grid-cell[group]:not([header]) div:not([content]) {
  visibility: hidden;
}
.smart-grid .smart-grid-resize-line {
  position: absolute;
  z-index: 99;
  opacity: .8;
  width: var(--smart-grid-resize-line-size);
  background: var(--smart-primary);
}
.smart-grid .smart-grid-resize-line.row {
  height: var(--smart-grid-resize-line-size);
}
.smart-grid .smart-grid-resize-tooltip {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  padding: 5px;
  transition: width .2s ease-out;
}
.smart-grid .smart-grid-drag-line:after,
.smart-grid .smart-grid-drag-line:before {
  color: var(--smart-primary);
  font-size: 16px;
  left: 0;
  margin-left: -7px;
  font-weight: 700;
  position: absolute;
}
.smart-grid .smart-grid-drag-line {
  position: absolute;
  z-index: 199;
  opacity: 1;
  width: calc(2 * var(--smart-grid-resize-line-size));
  background: var(--smart-primary);
  font-family: var(--smart-font-family-icon);
  transition: opacity cubic-bezier(.6, .2, 0, .8) .25s;
}
.smart-grid .smart-grid-drag-line:after {
  content: var(--smart-icon-arrow-up);
  bottom: 0;
  margin-bottom: -11px;
}
.smart-grid .smart-grid-drag-line:before {
  content: var(--smart-icon-arrow-down);
  top: 0;
  margin-top: -7px;
}
.smart-grid .smart-grid-drag-line.row {
  height: calc(2 * var(--smart-grid-resize-line-size));
}
.smart-grid .smart-grid-drag-line.row:after {
  content: var(--smart-icon-arrow-left);
  right: 0;
  left: initial;
  bottom: 0;
  margin-right: -7px;
  font-weight: 700;
  margin-bottom: -7px;
}
.smart-grid .smart-grid-drag-line.row:before {
  content: var(--smart-icon-arrow-right);
  left: 0;
}
.smart-grid[grouped] {
  background-color: var(--smart-surface);
}
.smart-grid[grouped] smart-grid-row[group]:not([summary]) > .smart-grid-cell-container > smart-grid-cell .smart-label {
  align-items: center;
  padding: 0;
  padding-top: calc(var(--smart-grid-group-row-vertical-offset) * 1px);
}
.smart-grid[grouped] smart-grid-row[group][summary] > .smart-grid-cell-container > smart-grid-cell div[content] {
  border-top: none;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[label] {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  padding-left: 7px;
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[label] div[header] {
  display: flex;
  flex-direction: column;
  line-height: initial;
  align-items: flex-start;
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[label] div[summary] {
  line-height: initial;
  padding-right: 10px;
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[label] div[summary] span {
  color: var(--smart-surface-color);
  font-size: 9px;
  font-weight: 500;
  opacity: .75;
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[label] span[group] {
  font-weight: 500;
  font-size: 11px;
  opacity: .75;
  color: var(--smart-surface-color);
}
.smart-grid[grouped] smart-grid-row[group][selected] > .smart-grid-cell-container > smart-grid-cell div[label] div[summary] span,
.smart-grid[grouped] smart-grid-row[group][selected] > .smart-grid-cell-container > smart-grid-cell div[label] span[group] {
  color: var(--smart-ui-state-color-selected);
}
.smart-grid[grouped] smart-grid-row[group][selected] > .smart-grid-cell-container > smart-grid-cell div[content] {
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
  border: 1px solid var(--smart-ui-state-selected);
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell {
  background: var(--smart-surface);
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[content] {
  line-height: initial;
  width: 100%;
  height: 100%;
  display: flex;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border: 1px solid var(--smart-border);
  border-top-width: calc(1px * calc(var(--smart-grid-group-row-vertical-offset)/ (1 + var(--smart-grid-group-row-vertical-offset))));
  border-left-width: calc(1px * calc(var(--smart-grid-group-row-horizontal-offset)/ (1 + var(--smart-grid-group-row-horizontal-offset))));
  border-right: none;
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[content].smart-grid-column-border {
  border-right: 1px solid var(--smart-border);
  border-right-width: calc(1px * calc(var(--smart-grid-group-row-horizontal-offset)/ (1 + var(--smart-grid-group-row-horizontal-offset))));
  border-top-right-radius: var(--smart-item-border-radius);
  border-bottom-right-radius: var(--smart-item-border-radius);
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell[has-toggle-button] div[content] {
  border-top-left-radius: var(--smart-item-border-radius);
  border-bottom-left-radius: var(--smart-item-border-radius);
}
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell:not(.smart-grid-column-border):after,
.smart-grid[grouped] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell:not(.smart-grid-column-border):before {
  display: none;
}
.smart-grid[grouped] smart-grid-row[group][level="2"] > .smart-grid-cell-container > smart-grid-cell div[content],
.smart-grid[grouped] smart-grid-row[group][level="1"] > .smart-grid-cell-container > smart-grid-cell div[content] {
  background: var(--smart-surface);
}
.smart-grid[grouped] smart-grid-row > .smart-grid-cell-container > smart-grid-cell[has-toggle-button] .smart-label {
  margin-left: calc(-1px + 1px * calc(var(--smart-grid-group-row-horizontal-offset)));
}
.smart-grid[grouped] smart-grid-row > .smart-grid-cell-container > smart-grid-cell:last-child {
  margin-left: calc(1px - calc(1px * calc(var(--smart-grid-group-row-horizontal-offset))));
}
.smart-grid[grouped] smart-grid-row[leaf]:not([group]) > .smart-grid-cell-container > smart-grid-cell[has-toggle-button] .smart-label {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  padding: 0;
}
.smart-grid[grouped] smart-grid-row[leaf]:not([group]) > .smart-grid-cell-container > smart-grid-cell[has-toggle-button]:after {
  visibility: hidden;
}
.smart-grid[grouped] smart-grid-row[leaf]:not([group]) > .smart-grid-cell-container > smart-grid-cell[has-toggle-button] div[content] {
  line-height: initial;
  width: 100%;
  height: 100%;
  display: flex;
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-grid[grouped] smart-grid-row[leaf]:not([group]) > .smart-grid-cell-container > smart-grid-cell[has-toggle-button] div[content]:before {
  width: calc(1px * calc(var(--smart-grid-group-row-horizontal-offset)/ (1 + var(--smart-grid-group-row-horizontal-offset))));
  height: 100%;
  background: var(--smart-border);
  content: "";
  position: absolute;
  top: 0;
}
.smart-grid[grouped] smart-grid-row[leaf]:not([group]) > .smart-grid-cell-container > smart-grid-cell[has-toggle-button] div[content]:after {
  height: var(--smart-border-width);
  width: 100%;
  background: var(--smart-border);
  content: "";
  position: absolute;
  bottom: 0;
}
.smart-grid[grouped] smart-grid-row[leaf]:not([group]) > .smart-grid-cell-container > smart-grid-cell[has-toggle-button][selected] div[content] {
  background: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-grid[grouped] smart-grid-row[leaf]:not([group]) > .smart-grid-cell-container > smart-grid-cell.smart-grid-column-border {
  border-right-width: calc(1px * calc(var(--smart-grid-group-row-horizontal-offset)/ (1 + var(--smart-grid-group-row-horizontal-offset))));
}
.smart-grid[grouped] smart-grid-row:not([leaf])[group] > .smart-grid-cell-container > smart-grid-cell:not(.smart-grid-column-border):after,
.smart-grid[grouped] smart-grid-row:not([leaf])[group] > .smart-grid-cell-container > smart-grid-cell:not(.smart-grid-column-border):before {
  display: none;
}
.smart-grid[grouped] smart-grid-row[expanded][leaf][group] > .smart-grid-cell-container > smart-grid-cell div[content] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-grid[grouped] smart-grid-row[leaf] > .smart-grid-cell-container > smart-grid-cell div[label] {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 2px 7px;
}
.smart-grid[grouped] smart-grid-row[leaf] > .smart-grid-cell-container > smart-grid-cell .align-right div[label] {
  justify-content: flex-end;
}
.smart-grid[grouped] smart-grid-row[leaf] > .smart-grid-cell-container > smart-grid-cell .align-left div[label],
smart-grid-cell button[toggle-button]:after {
  justify-content: flex-start;
}
.smart-grid[grouped] smart-grid-row[leaf] > .smart-grid-cell-container > smart-grid-cell .align-center div[label] {
  justify-content: center;
}
.smart-grid[grouped] smart-grid-row[summary] > .smart-grid-cell-container > smart-grid-cell {
  color: var(--smart-surface-color);
  font-size: 9px;
  font-weight: 500;
  opacity: .75;
}
.smart-grid[grouped] smart-grid-row[summary][selected] > .smart-grid-cell-container > smart-grid-cell {
  color: var(--smart-ui-state-color-selected);
}
.smart-grid[grouped] smart-grid-row[summary][group] > .smart-grid-cell-container > smart-grid-cell div[content] {
  border-radius: 0;
}
.smart-grid[grouped][right-to-left] smart-grid-row[group] > .smart-grid-cell-container > smart-grid-cell div[content] {
  flex-direction: row-reverse;
}
.smart-grid[tree] smart-grid-row[level] > .smart-grid-cell-container > smart-grid-cell div[content] {
  line-height: initial;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.smart-grid[tree] smart-grid-row[level] > .smart-grid-cell-container > smart-grid-cell div[content] > div[checkbox]:not(.smart-hidden) {
  margin-right: 7px;
}
.smart-grid[tree][right-to-left] smart-grid-row[level] > .smart-grid-cell-container > smart-grid-cell div[content] {
  flex-direction: row-reverse;
}
.smart-grid[tree][right-to-left] smart-grid-row[level] > .smart-grid-cell-container > smart-grid-cell div[content] > div[checkbox]:not(.smart-hidden) {
  margin-left: 5px;
  margin-right: initial;
}
.smart-grid[appearance_allow-header-hover] smart-grid-cell[header]:hover,
.smart-grid[appearance_allow-header-hover] smart-grid-column:not(.top-far-corner):not(.top-near-corner)[header]:hover,
.smart-grid[appearance_allow-hover] smart-grid-row:hover smart-grid-cell:not(.smart-add-new-column) {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  cursor: default;
}
.smart-grid[appearance_show-row-header-drag-icon] smart-grid-row smart-grid-cell[header]:not([detail]) > .smart-label {
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
}
.smart-grid[appearance_show-row-header-drag-icon] smart-grid-row smart-grid-cell[header]:not([detail]) > .smart-label:before {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  position: absolute;
  left: 0;
  width: 100%;
  content: var(--smart-icon-ellipsis);
  cursor: move;
  transform: rotate(90deg);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: .25;
}
.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail]) > .smart-label,
.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail]) > .smart-label {
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
}
.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail]) > .smart-label:before,
.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail]) > .smart-label:before {
  content: var(--smart-icon-mode-edit);
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  position: absolute;
  left: 0;
  width: 100%;
}
.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail]):last-child > .smart-label,
.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail]):last-child > .smart-label {
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
}
.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]):not(:hover) > .smart-label:before {
  content: var(--smart-icon-arrow-right);
}
.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]):last-child > .smart-label,
.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]) > .smart-label {
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
}
.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]) > .smart-label:before {
  content: var(--smart-icon-check-empty);
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  position: absolute;
  left: 0;
  width: 100%;
}
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail]):hover > .smart-label,
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail])[selected] > .smart-label {
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
}
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail]):hover > .smart-label:before,
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail])[selected] > .smart-label:before {
  content: var(--smart-icon-check-empty);
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  position: absolute;
  left: 0;
  width: 100%;
}
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail]):hover:last-child > .smart-label,
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail])[selected]:last-child > .smart-label {
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
}
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail]):hover[selected] > .smart-label:before,
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail])[selected][selected] > .smart-label:before {
  content: var(--smart-icon-check-squared);
  transform: rotate(0);
}
.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([detail])[selected] > .smart-label:before {
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  content: var(--smart-icon-check-squared);
  transform: rotate(0);
}
.smart-grid[right-to-left] smart-scroll-bar:after {
  left: initial;
  right: 100%;
}
.smart-grid[right-to-left] smart-scroll-bar:before {
  left: 0;
}
.smart-grid[right-to-left] smart-scroll-bar[orientation=vertical] {
  right: initial;
  left: 0;
  border-right: 1px solid var(--smart-border);
  border-left: initial;
}
.smart-grid[right-to-left] smart-grid-column .smart-label.smart-animate {
  transition: left .25s ease, width .25s ease;
}
.smart-grid[right-to-left] smart-grid-column .smart-label.one {
  left: var(--smart-grid-column-buttons-width);
}
.smart-grid[right-to-left] smart-grid-column .smart-label.two {
  left: calc(2 * var(--smart-grid-column-buttons-width));
}
.smart-grid[right-to-left] smart-grid-column .smart-label.three {
  left: calc(3 * var(--smart-grid-column-buttons-width));
}
.smart-grid[right-to-left] smart-grid-column .smart-label.four {
  left: calc(4 * var(--smart-grid-column-buttons-width));
}
.smart-grid[right-to-left] smart-grid-column .smart-label.five {
  left: calc(5 * var(--smart-grid-column-buttons-width));
}
.smart-grid[right-to-left] smart-grid-column .smart-label.six {
  left: calc(6 * var(--smart-grid-column-buttons-width));
}
.smart-grid[right-to-left] smart-grid-column .smart-buttons-group {
  right: initial;
  left: 0;
  flex-direction: row-reverse;
  transform: translateX(calc(.1px - var(--smart-grid-column-buttons-width)));
}
.smart-grid[right-to-left] smart-grid-column .smart-buttons-group.action {
  transform: translateX(0);
}
.smart-grid[right-to-left] smart-grid-column .smart-action-button {
  border-right: 1px solid var(--smart-border);
  border-left: initial;
}
.smart-grid[right-to-left] smart-grid-column.top-far-corner {
  left: 0;
  right: initial;
}
.smart-grid[right-to-left] smart-grid-cell[has-toggle-button] .smart-label,
.smart-grid[right-to-left] smart-grid-cell[has-toggle-button] div[indent] {
  flex-direction: row-reverse;
}
.smart-grid[right-to-left] .smart-grid-column-group:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,
.smart-grid[right-to-left] smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,
.smart-grid[right-to-left] smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before {
  right: 0;
  left: initial;
}
.smart-grid.smart-container,
smart-grid > .smart-container {
  height: 100%;
  width: 100%;
  margin-bottom: -3px;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  position: relative;
  overflow: hidden;
  max-height: inherit;
  padding: 0;
}
smart-grid-row {
  display: block;
  overflow: visible;
  position: relative;
  padding: 0;
  height: var(--smart-grid-row-height);
  cursor: default;
}
smart-grid-row:hover smart-grid-cell[checkbox][header][auto-show] .smart-input {
  opacity: 1;
  border-color: var(--smart-border);
}
smart-grid-row smart-grid-cell[header] .smart-grid-cell-editor.smart-grid-input-cell-editor {
  background: var(--smart-background);
  color: var(--smart-background-color);
  position: absolute;
  z-index: 10;
  left: 1px;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100% - 1px);
  box-sizing: border-box;
}
smart-grid-row .smart-grid-row-sub-container {
  overflow: visible;
  width: 100%;
  z-index: 3;
  position: relative;
  transform-origin: top;
}
smart-grid-row .smart-grid-row-sub-container.smart-animate {
  transition: transform .25s ease-in-out, height .25s ease-in-out;
}
smart-grid-row .smart-grid-command-bar {
  z-index: 7;
  height: calc(100% - 1px);
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border-left: 1px solid var(--smart-border);
}
smart-grid-row .smart-grid-command-bar.show {
  transform: scaleX(1);
}
smart-grid-row[edit] {
  z-index: 7;
}
smart-grid-row[edit][error] {
  z-index: 101;
}
smart-grid-row[edit][error] smart-grid-cell[editor] {
  border-color: var(--smart-error);
}
smart-grid-row[filter=indeterminate] {
  opacity: .75;
}
smart-grid-row.smart-animate {
  transition: margin-bottom .25s ease-in-out, height .25s ease-in-out;
}
smart-grid-row:not([selected]) smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):after {
  background: var(--smart-ui-state-color-selected);
  opacity: var(--smart-grid-cell-horizontal-border-opacity-selected,.3);
}
smart-grid-row[selected] smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before {
  background: var(--smart-ui-state-color-selected);
  opacity: var(--smart-grid-cell-vertical-border-opacity-selected,.3);
}
smart-grid-row[selected] smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):after {
  background: var(--smart-ui-state-color-selected);
  opacity: var(--smart-grid-cell-horizontal-border-opacity-selected,.3);
}
smart-grid-row[selected] smart-grid-cell[header] {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-grid-row[selected] smart-grid-cell[checkbox][header][auto-show] .smart-input {
  opacity: 1;
  border-color: var(--smart-border);
}
smart-grid-row[selected]:not([selected=indeterminate]):not([selected=none]):before {
  height: var(--smart-border-width);
  width: 100%;
  background: var(--smart-ui-state-color-selected);
  content: "";
  position: absolute;
  top: -1px;
  opacity: var(--smart-grid-cell-horizontal-border-opacity-selected,.3);
}
smart-grid-row[selected]:not([selected=indeterminate]):not([selected=none]):after {
  height: var(--smart-border-width);
  width: 100%;
  background: var(--smart-ui-state-color-selected);
  content: "";
  position: absolute;
  bottom: 0;
  opacity: var(--smart-grid-cell-horizontal-border-opacity-selected,.3);
}
smart-grid-row[selected]:not([selected=indeterminate]) smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):before {
  background: var(--smart-ui-state-color-selected);
  opacity: var(--smart-grid-cell-vertical-border-opacity-selected,.3);
}
smart-grid-row[selected=none] smart-grid-cell {
  color: var(--smart-disabled);
}
smart-grid-row[selected=indeterminate] smart-grid-cell[selected]:not([editor]) {
  background: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
smart-grid-row[selected=indeterminate] smart-grid-cell[selected][focus]:not([editor]):not([rowspan]):not([colspan]) {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  opacity: 1;
}
smart-grid-row[alternation-index="0"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze]) > .smart-label,
smart-grid-row[alternation-index="3"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze]) > .smart-label,
smart-grid-row[alternation-index="4"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze]) > .smart-label,
smart-grid-row[alternation-index="1"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze]) > .smart-label {
  padding: 0;
  margin: 0;
  border: 1px solid var(--smart-primary);
  background: var(--smart-background);
  box-sizing: border-box;
  outline: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: relative;
  left: 1px;
  -webkit-user-select: none;
  user-select: none;
}
smart-grid-cell,
smart-grid-column {
  white-space: nowrap;
  border-style: solid;
}
smart-grid-row[alternation-index="0"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]) .smart-label {
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
}
smart-grid-row[alternation-index="1"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]) .smart-label {
  background-color: var(--smart-alternation-index0-background);
  color: var(--smart-alternation-index0-color);
  border-color: var(--smart-alternation-index0-border);
}
smart-grid-row[alternation-index="2"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]) .smart-label {
  background-color: var(--smart-alternation-index1-background);
  color: var(--smart-alternation-index1-color);
  border-color: var(--smart-alternation-index1-border);
}
smart-grid-row[alternation-index="3"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]) .smart-label {
  background-color: var(--smart-alternation-index2-background);
  color: var(--smart-alternation-index2-color);
  border-color: var(--smart-alternation-index2-border);
}
smart-grid-row[alternation-index="4"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]) .smart-label {
  background-color: var(--smart-alternation-index3-background);
  color: var(--smart-alternation-index3-color);
  border-color: var(--smart-alternation-index3-border);
}
smart-grid-column {
  color: var(--smart-surface-color);
  background: var(--smart-surface);
  border-width: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  display: flex;
  cursor: default;
  min-height: 30px;
}
smart-grid-cell.smart-add-new-column:after,
smart-grid-cell.smart-add-new-column:before,
smart-grid-column .smart-icon {
  display: none;
}
smart-grid-column[focus],
smart-grid-column[selected] {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-grid-column[highlight],
smart-grid-column[highlight][freeze] {
  background: var(--smart-primary);
  color: var(--smart-primary-color);
}
smart-grid-column:hover .smart-action-button {
  border-color: var(--smart-ui-state-border-hover);
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-grid-column:hover .smart-action-button div:after,
smart-grid-column:hover .smart-action-button div:before {
  background: var(--smart-ui-state-color-hover);
}
smart-grid-column .smart-icon.show {
  display: flex !important;
  width: var(--smart-grid-column-buttons-width);
  height: 100%;
  left: 4px;
  position: relative;
}
smart-grid-column .smart-icon.show.smart-add-new-column {
  left: 0;
  width: 100%;
  justify-content: center;
}
smart-grid-column .smart-icon .smart-grid-icon {
  display: flex;
}
smart-grid-column .smart-label:not(.smart-input) {
  position: relative;
  left: 0;
}
smart-grid-column .smart-label:not(.smart-input).smart-animate {
  transition: width .25s ease;
}
smart-grid-column .smart-label:not(.smart-input).one {
  width: calc(100% - var(--smart-grid-column-buttons-width));
  min-width: 30px;
}
smart-grid-column .smart-label:not(.smart-input).two {
  width: calc(100% - 2 * var(--smart-grid-column-buttons-width));
  min-width: 30px;
}
smart-grid-column .smart-label:not(.smart-input).three {
  width: calc(100% - 3 * var(--smart-grid-column-buttons-width));
  min-width: 30px;
}
smart-grid-column .smart-label:not(.smart-input).four {
  width: calc(100% - 4 * var(--smart-grid-column-buttons-width));
  min-width: 30px;
}
smart-grid-column .smart-label:not(.smart-input).five {
  width: calc(100% - 5 * var(--smart-grid-column-buttons-width));
  min-width: 30px;
}
smart-grid-column .smart-label:not(.smart-input).six {
  width: calc(100% - 6 * var(--smart-grid-column-buttons-width));
  min-width: 30px;
}
smart-grid-column .smart-buttons-group {
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  position: absolute;
  transform: translateX(var(--smart-grid-column-buttons-width));
}
smart-grid-column .smart-buttons-group.smart-animate {
  transition: transform .25s ease;
}
smart-grid-column .smart-buttons-group.action {
  transform: translateX(0);
}
smart-grid-column .smart-sort-button.asc,
smart-grid-column .smart-sort-button.desc {
  display: flex;
}
smart-grid-column .smart-sort-button.asc:before,
smart-grid-column .smart-sort-button.desc:before {
  content: var(--smart-icon-arrow-down);
  position: relative;
}
smart-grid-column .smart-sort-button.asc:before {
  transform: rotate(180deg);
}
smart-grid-column .smart-sort-button.desc:before {
  transform: rotate(0);
}
smart-grid-column .smart-filter-button.smart-animate:before,
smart-grid-column .smart-sort-button.smart-animate:before {
  transition: transform .2s ease-out, opacity .3s ease-out;
}
smart-grid-column .smart-description-button {
  margin-right: 3px;
}
smart-grid-column .smart-action-button {
  display: flex;
  border-left: 1px solid var(--smart-border);
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
smart-grid-column .smart-action-button div {
  width: 14px;
  position: relative;
  display: flex !important;
  background: 0 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: inherit;
  font-size: 0;
  transition: all .25s ease-in-out;
  height: 12px;
}
smart-grid-column .smart-action-button div:after,
smart-grid-column .smart-action-button div:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--smart-surface-color);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: transform .25s ease-in-out;
}
smart-grid-column .smart-action-button.smart-animate {
  transition: width .25s ease;
}
smart-grid-column .smart-action-button.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
smart-grid-column .smart-action-button.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
smart-grid-column .smart-grid-cell-editor.smart-grid-input-cell-editor {
  background: var(--smart-background);
  color: var(--smart-background-color);
  position: absolute;
  z-index: 10;
  left: 1px;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100% - 1px);
  box-sizing: border-box;
}
smart-grid-column[freeze] {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
smart-grid-column[aria-controls] .smart-action-button {
  border-color: var(--smart-ui-state-border-focus);
  background: var(--smart-ui-state-focus);
  color: var(--smart-ui-state-color-focus);
}
smart-grid-column[aria-controls] .smart-action-button div:after,
smart-grid-column[aria-controls] .smart-action-button div:before {
  background: var(--smart-ui-state-color-focus);
}
smart-grid-column.smart-grid-column-border {
  border-width: var(--smart-border-width);
}
smart-grid-column.top-far-corner {
  width: var(--smart-scroll-bar-size);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
smart-grid-column:not(.smart-grid-column-border):after {
  background: var(--smart-grid-column-horizontal-border,var(--smart-border));
}
smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before {
  background: var(--smart-border);
}
smart-grid-column:not(.smart-grid-column-border-collapse):before {
  background: var(--smart-grid-column-vertical-border,var(--smart-border));
}
smart-grid-cell,
smart-grid-cell .dropdownlist.dropdownlist .smart-arrow-down,
smart-grid-cell .list.dropdownlist .smart-arrow-down,
smart-grid-cell .tokens.dropdownlist .smart-arrow-down {
  background: var(--smart-background);
}
smart-grid-cell {
  display: block;
  color: var(--smart-background-color);
  border-width: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  text-overflow: ellipsis;
  font-size: var(--smart-grid-cell-font-size,inherit);
  font-weight: var(--smart-grid-cell-font-weight,inherit);
}
smart-grid-cell .wrap {
  white-space: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
smart-grid-cell .nowrap {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
smart-grid-cell .dropdownlist,
smart-grid-cell .list,
smart-grid-cell .tokens {
  padding-left: 6px;
}
smart-grid-cell .dropdownlist .smart-token,
smart-grid-cell .list .smart-token,
smart-grid-cell .tokens .smart-token {
  line-height: 1.5;
  display: inline-flex;
  margin-bottom: var(--smart-editor-label-padding);
}
smart-grid-cell .dropdownlist .smart-arrow-down,
smart-grid-cell .list .smart-arrow-down,
smart-grid-cell .tokens .smart-arrow-down {
  width: 0;
  opacity: 0;
  cursor: pointer;
}
smart-grid-cell .dropdownlist.dropdownlist .smart-arrow-down,
smart-grid-cell .dropdownlist:hover .smart-arrow-down,
smart-grid-cell .list.dropdownlist .smart-arrow-down,
smart-grid-cell .list:hover .smart-arrow-down,
smart-grid-cell .tokens.dropdownlist .smart-arrow-down,
smart-grid-cell .tokens:hover .smart-arrow-down,
smart-grid-cell[focus] .list .smart-arrow-down,
smart-grid-cell[focus] .tokens .smart-arrow-down {
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  opacity: 1;
}
smart-grid-cell .images {
  display: grid;
  grid-template-columns: 1fr auto auto;
  height: 100%;
}
smart-grid-cell .images .container {
  display: flex;
  height: calc(100% - 3px);
  align-items: center;
  overflow: hidden;
  padding-left: 5px;
}
smart-grid-cell .images .arrowbtn {
  width: 15px;
  background: var(--smart-surface);
}
smart-grid-cell .images .arrowbtn:hover {
  cursor: pointer;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
}
smart-grid-cell .images img {
  height: 23px;
  width: 23px;
  border: 1px solid var(--smart-border);
  margin-right: 3px;
  border-radius: var(--smart-border-radius);
}
smart-grid-cell .images img:hover {
  cursor: pointer;
  border-color: var(--smart-primary);
}
smart-grid-cell .smart-grid-cell-editor {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  background: inherit;
  color: inherit;
}
smart-grid-cell.smart-grid-row-border {
  border-top-width: var(--smart-border-width);
}
smart-grid-cell.smart-grid-column-border {
  border-bottom-width: var(--smart-border-width);
  border-left-width: var(--smart-border-width);
  border-right-width: var(--smart-border-width);
}
smart-grid-cell.smart-add-new-column {
  background: var(--smart-surface);
  border-left: 1px solid var(--smart-border);
}
smart-grid-cell.smart-grid-filter-row-cell {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-surface);
  --smart-grid-cell-horizontal-border:transparent;
}
smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-type {
  outline: 0;
  background: inherit;
  border: none;
  border-radius: 0;
  width: var(--smart-editor-addon-width);
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-value {
  width: calc(100% - var(--smart-editor-addon-width));
  border: none;
  resize: none;
  border-radius: 0;
  background: inherit;
  color: inherit;
  outline: 0;
  overflow: hidden;
}
smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-value.smart-grid-number-input-cell-editor .nav {
  border: 1px solid var(--smart-border);
}
smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container {
  display: flex;
  margin-left: 1px;
  width: calc(100% - 1px) !important;
  height: 100%;
  border: 1px solid transparent;
}
smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[focus] {
  border-color: var(--smart-ui-state-border-active);
  border-style: solid;
  border-width: 1px;
  background: var(--smart-background);
}
smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[focus] .smart-filter-input-value.smart-grid-number-input-cell-editor .nav {
  background: var(--smart-background);
}
smart-grid-cell.smart-grid-filter-row-cell[template=checkBox] .smart-filter-input-value.smart-grid-check-box-cell-editor {
  width: 14px;
  height: 14px;
}
smart-grid-cell:not(.smart-grid-column-border):after {
  background: var(--smart-grid-cell-horizontal-border,var(--smart-border));
}
smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before {
  background: var(--smart-grid-cell-vertical-border,var(--smart-border));
}
smart-grid-cell[has-toggle-button] .smart-label {
  padding: 0;
  flex-direction: unset;
}
smart-grid-cell[has-toggle-button] .row-status {
  font-size: 16px;
  font-family: var(--smart-font-family-icon);
  width: 20px;
  min-width: 20px;
}
smart-grid-cell[has-toggle-button] .row-status:before {
  color: var(--smart-surface-color);
  content: var(--smart-icon-star-empty);
  transition: opacity .2s ease-in-out;
  opacity: .3;
}
smart-grid-cell[has-toggle-button] .row-status:hover::before {
  color: var(--smart-primary);
  opacity: 1;
}
smart-grid-cell[has-toggle-button] .row-status.starred::before {
  color: var(--smart-primary);
  content: var(--smart-icon-star);
  opacity: 1;
}
smart-grid-cell[has-toggle-button] .row-status.custom.starred::before,
smart-grid-cell[has-toggle-button] .row-status.custom:hover,
smart-grid-cell[has-toggle-button] .row-status.custom:hover::before {
  color: inherit;
}
smart-grid-cell[has-toggle-button] .row-status.comments::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--smart-error);
  position: absolute;
  transform: rotate(45deg);
  top: -5px;
  right: -5px;
}
smart-grid-cell[has-toggle-button] button[toggle-button] {
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 0;
  min-width: 20px;
  cursor: pointer;
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 16px;
  flex-direction: column;
}
smart-grid-cell[has-toggle-button] button[toggle-button]:after {
  content: var(--smart-icon-arrow-down);
}
smart-grid-cell[has-toggle-button] button[toggle-button].row-detail.row-comments > div {
  font-size: 11px;
  font-family: var(--smart-font-family);
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: var(--smart-primary);
}
smart-grid-cell[has-toggle-button] button[toggle-button].row-detail.row-comments:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--smart-error);
  position: absolute;
  transform: rotate(45deg);
  top: -5px;
  right: -5px;
}
smart-grid-cell[has-toggle-button] button[toggle-button].row-detail:after {
  content: var(--smart-icon-resize-full);
  font-size: 13px;
  color: var(--smart-primary);
}
smart-grid-cell[has-toggle-button] button[toggle-button].row-detail:hover:after {
  background: var(--smart-ui-state-selected);
  padding: 3px;
  border-radius: 50%;
}
smart-grid-cell[has-toggle-button] button[toggle-button][toggled]:after {
  transform: rotate(180deg);
}
smart-grid-cell[has-toggle-button] button[toggle-button].smart-animate:after {
  transition: transform .25s ease-out;
}
smart-grid-cell[has-toggle-button] .smart-indent {
  width: 14px;
  left: 7px;
  height: 100%;
  position: relative;
}
smart-grid-cell[has-toggle-button] .smart-indent:after {
  height: 50%;
  content: "-";
  color: var(--smart-background-color);
  visibility: hidden;
}
smart-grid-cell[editor] > .smart-label:not(.smart-input),
smart-grid-cell[error]:not([row-editor]) > .smart-label {
  box-sizing: border-box;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
}
smart-grid-cell[has-toggle-button] .smart-indent:first-child {
  visibility: hidden;
  border-left: 1px solid var(--smart-border);
}
smart-grid-cell[has-toggle-button] .smart-label,
smart-grid-cell[has-toggle-button] div[indent] {
  display: flex;
}
smart-grid-cell[command] .smart-label {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: center;
}
smart-grid-cell[command] .align-center {
  padding: 0;
}
smart-grid-cell[header],
smart-grid-cell[header]:last-child {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
}
smart-grid-cell[header]:not(.smart-grid-column-border):after {
  background: var(--smart-grid-cell-header-horizontal-border,var(--smart-grid-cell-horizontal-border,var(--smart-border)));
}
smart-grid-cell[header]:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before {
  background: var(--smart-grid-cell-header-vertical-border,var(--smart-grid-cell-vertical-border,var(--smart-border)));
}
smart-grid-cell[editor] > .smart-label:not(.smart-input) {
  padding: 0;
  margin: 0 0 0 1px;
  border: 1px solid var(--smart-primary);
  background: var(--smart-background);
}
smart-grid-cell[selected]:not([editor]),
smart-grid-cell[selected][focus]:not([editor]):not([rowspan]):not([colspan]) {
  background: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
smart-grid-cell[freeze],
smart-grid-cell[selected][freeze]:not([editor]):not([rowspan]):not([colspan]) {
  background: var(--smart-grid-cell-background-freeze);
  color: var(--smart-grid-cell-color-freeze);
}
smart-grid-cell[editor][row-editor] {
  border: 0 solid var(--smart-primary);
  border-top: 1px solid var(--smart-primary);
  border-bottom: 1px solid var(--smart-primary);
  border-left: 1px solid var(--smart-primary);
}
smart-grid-cell[editor][row-editor] .smart-label:not(.smart-input) {
  border: 0 solid var(--smart-primary) !important;
}
smart-grid-cell[editor][row-editor]:first-child {
  border-left: 1px solid var(--smart-primary) !important;
}
smart-grid-cell[editor][row-editor]:last-child {
  border-right: 1px solid var(--smart-primary);
}
smart-grid-cell[editor][row-editor] ~ smart-grid-cell[editor][row-editor] {
  border-left: 0 solid var(--smart-primary);
}
smart-grid-cell[editor=dateTimePicker] {
  --smart-border-radius:0px;
  --smart-border-top-left-radius:0px;
  --smart-border-top-right-radius:0px;
  --smart-border-bottom-left-radius:0px;
  --smart-border-bottom-right-radius:0px;
}
smart-grid-cell[editor=checkBox] .smart-label {
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
smart-grid-cell[template] .smart-label {
  padding-left: 0;
  padding-right: 0;
}
smart-grid-cell[template][template=modifiedTime] .smart-label,
smart-grid-cell[template][template=createdTime] .smart-label,
smart-grid-cell[template][template=autoNumber] .smart-label,
smart-grid-cell[template][template=phone] .smart-label,
smart-grid-cell[template][template=password] .smart-label {
  padding-left: 4px;
  padding-right: 2px;
}
smart-grid-cell[template=checkBox] .smart-label {
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
smart-grid-cell[template=checkBox][readonly] .smart-label,
smart-grid-cell[template=checkBox][readonly] .smart-label:after {
  cursor: default;
}
smart-grid-cell[selected][focus]:not([editor]):not([rowspan]):not([colspan]) {
  opacity: .8;
}
smart-grid-cell[selected][freeze]:not([editor]):not([rowspan]):not([colspan]) {
  opacity: 1;
}
smart-grid-cell[addNewRow] {
  border-right: 1px solid var(--smart-border);
}
smart-grid-cell[addNewRow]:after {
  visibility: hidden;
}
smart-grid-cell[colspan],
smart-grid-cell[rowspan] {
  background: var(--smart-secondary);
  color: var(--smart-secondary-color);
  z-index: 5;
  padding: 0;
}
smart-grid-cell[error] {
  overflow: visible;
  z-index: 9999;
}
smart-grid-cell[error]:not([row-editor]) > .smart-label {
  padding: 0;
  margin: 0;
  border: 1px solid var(--smart-error) !important;
  left: 1px;
}
smart-grid-cell[sort] {
  background: var(--smart-grid-cell-background-sort);
  color: var(--smart-grid-cell-color-sort);
}
smart-grid-cell[filter] {
  background: var(--smart-grid-cell-background-filter);
  color: var(--smart-grid-cell-color-filter);
}
smart-grid-cell[update] {
  background: var(--smart-grid-cell-background-update);
  color: var(--smart-grid-cell-color-update);
}
smart-grid-cell[add] {
  background: var(--smart-grid-cell-background-add);
  color: var(--smart-grid-cell-color-add);
}
smart-grid-cell[delete] {
  background: var(--smart-grid-cell-background-delete);
  color: var(--smart-grid-cell-color-delete);
}
smart-grid-cell[editor] {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
smart-grid-cell[highlight] .smart-label {
  background: #FFF1C8 !important;
  color: #333 !important;
}
smart-grid-cell[highlight][highlight-data-field] {
  border-left: 1px solid var(--smart-primary);
  border-right: 1px solid var(--smart-primary);
}
smart-grid-cell[highlight][highlight-data-field]:first-child {
  border-left: 2px solid var(--smart-primary);
}
smart-grid-cell[group] {
  font-size: 12px;
}
smart-grid-cell[group] span[summary],
smart-grid-cell[group] span[value] {
  font-weight: 600;
}
smart-grid-cell > .smart-label:not(.smart-input),
smart-grid-column > .smart-label:not(.smart-input) {
  width: 100%;
  height: 100%;
}
smart-grid-cell.rotate,
smart-grid-column.rotate {
  line-height: initial;
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  transform-origin: 50% 50% 0;
  transform: rotate(0);
}
smart-grid-cell .align-left,
smart-grid-column .align-left {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 7px;
  padding-right: 2px;
}
smart-grid-cell .align-top,
smart-grid-column .align-top {
  align-items: flex-start;
  display: flex;
  line-height: initial;
}
smart-grid-cell .align-bottom,
smart-grid-column .align-bottom {
  align-items: flex-end;
  display: flex;
  line-height: initial;
}
smart-grid-cell .align-right,
smart-grid-column .align-right {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  padding-right: 7px;
  padding-left: 2px;
}
smart-grid-cell .align-right.align-bottom,
smart-grid-column .align-right.align-bottom {
  flex-direction: column-reverse;
}
smart-grid-cell .align-right.align-top,
smart-grid-column .align-right.align-top {
  flex-direction: column;
  align-items: flex-end;
}
smart-grid-cell .align-center,
smart-grid-column .align-center {
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  padding-right: 7px;
  padding-left: 7px;
}
smart-grid-cell .align-center.align-bottom,
smart-grid-cell .align-center.align-top,
smart-grid-column .align-center.align-bottom,
smart-grid-column .align-center.align-top {
  margin-left: 50%;
  margin-right: 50%;
  padding-left: 0;
  padding-right: 0;
}
smart-grid-cell .align-middle,
smart-grid-column .align-middle {
  display: flex;
  align-items: center;
}
smart-grid-cell .align-center.align-middle,
smart-grid-column .align-center.align-middle {
  justify-content: center;
}
smart-grid-cell.smart-grid-column-border,
smart-grid-column.smart-grid-column-border {
  border-top-color: var(--smart-border);
  border-bottom-color: var(--smart-border);
  border-left-color: var(--smart-border);
  border-right-color: var(--smart-border);
  border-top-width: 0;
}
smart-grid-cell:not(.smart-grid-column-border):after,
smart-grid-column:not(.smart-grid-column-border):after {
  height: var(--smart-border-width);
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
}
smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,
smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before {
  width: var(--smart-border-width);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.smart-grid-add-column-dialog-color-panel {
  width: 100%;
}
.smart-grid-add-column-dialog-color-panel .smart-sortable {
  width: 100%;
  max-height: 200px;
  margin-bottom: 10px;
  overflow: auto;
}
.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-sortable-container {
  overflow: hidden;
}
.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-grid-add-column-dialog-color-item {
  display: flex;
  align-items: center;
  width: calc(100% - 25px);
  margin-left: 5%;
  margin-top: 10px;
}
.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-grid-add-column-dialog-color-item smart-color-input .smart-color-box {
  border-radius: 50%;
}
smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"] {
  flex-direction: row-reverse;
}
smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"] .smart-menu-item-label-container {
  padding-left: 10px;
}
smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
[check-boxes_visible] [has-toggle-button] .smart-label,
[check-boxes_visible] [has-toggle-button] .smart-label [checkbox],
[checkbox] .smart-label,
[checkbox] .smart-label [checkbox],
[editor=checkBox] .smart-label,
[editor=checkBox] .smart-label [checkbox],
[template=checkBox] .smart-label,
[template=checkBox] .smart-label [checkbox] {
  display: flex;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor),
[checkbox] .smart-input:not(.smart-grid-cell-editor),
[editor=checkBox] .smart-input:not(.smart-grid-cell-editor),
[template=checkBox] .smart-input:not(.smart-grid-cell-editor) {
  width: calc(-2px + var(--smart-check-box-default-size));
  height: calc(-2px + var(--smart-check-box-default-size));
  line-height: var(--smart-check-box-default-size);
  box-sizing: initial;
  position: relative;
  border-style: solid;
  padding: 2px;
  border-width: var(--smart-border-width);
  border-radius: var(--smart-border-radius);
  font-family: inherit;
  font-size: 12px;
  background-repeat: no-repeat;
  border-color: var(--smart-border);
  background-color: transparent;
  color: var(--smart-background-color);
  display: block;
  outline: 0;
}
[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor):after,
[checkbox] .smart-input:not(.smart-grid-cell-editor):after,
[editor=checkBox] .smart-input:not(.smart-grid-cell-editor):after,
[template=checkBox] .smart-input:not(.smart-grid-cell-editor):after {
  cursor: pointer;
  content: inherit;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-weight: 400;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  outline: 0;
}
[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor):hover,
[checkbox] .smart-input:not(.smart-grid-cell-editor):hover,
[editor=checkBox] .smart-input:not(.smart-grid-cell-editor):hover,
[template=checkBox] .smart-input:not(.smart-grid-cell-editor):hover {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor)[checked],
[checkbox] .smart-input:not(.smart-grid-cell-editor)[checked],
[editor=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked],
[template=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked] {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor)[checked]:after,
[checkbox] .smart-input:not(.smart-grid-cell-editor)[checked]:after,
[editor=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]:after,
[template=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]:after {
  content: var(--smart-icon-check);
}
[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor,
[checkbox] .smart-input.smart-grid-check-box-cell-editor,
[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor,
[template=checkBox] .smart-input.smart-grid-check-box-cell-editor {
  width: calc(-2px + var(--smart-check-box-default-size));
  height: calc(-2px + var(--smart-check-box-default-size));
  line-height: var(--smart-check-box-default-size);
  box-sizing: initial;
  position: relative;
  border-style: solid;
  padding: 2px;
  border-width: var(--smart-border-width);
  border-radius: var(--smart-border-radius);
  font-family: inherit;
  font-size: 12px;
  background-repeat: no-repeat;
  border-color: var(--smart-border);
  background-color: transparent;
  color: var(--smart-background-color);
  display: block;
  outline: 0;
}
[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor:after,
[checkbox] .smart-input.smart-grid-check-box-cell-editor:after,
[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor:after,
[template=checkBox] .smart-input.smart-grid-check-box-cell-editor:after {
  cursor: pointer;
  content: inherit;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-weight: 400;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  outline: 0;
}
[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor:hover,
[checkbox] .smart-input.smart-grid-check-box-cell-editor:hover,
[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor:hover,
[template=checkBox] .smart-input.smart-grid-check-box-cell-editor:hover {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor[checked],
[checkbox] .smart-input.smart-grid-check-box-cell-editor[checked],
[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked],
[template=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked],
smart-grid-cell[checkbox][selected] .smart-input:not(.smart-grid-cell-editor),
smart-grid-column[checkbox][selected] .smart-input:not(.smart-grid-cell-editor) {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor[checked]:after,
[checkbox] .smart-input.smart-grid-check-box-cell-editor[checked]:after,
[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked]:after,
[template=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked]:after {
  content: var(--smart-icon-check);
}
smart-grid-cell[checkbox],
smart-grid-column[checkbox] {
  display: flex;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
smart-grid-cell[checkbox][selected] .smart-input:not(.smart-grid-cell-editor):after,
smart-grid-column[checkbox][selected] .smart-input:not(.smart-grid-cell-editor):after {
  content: var(--smart-icon-check);
}
smart-grid-cell[checkbox][checked=indeterminate]:after,
smart-grid-cell[checkbox][selected=indeterminate] .smart-input:not(.smart-grid-cell-editor):after,
smart-grid-column[checkbox][checked=indeterminate]:after,
smart-grid-column[checkbox][selected=indeterminate] .smart-input:not(.smart-grid-cell-editor):after {
  top: 0;
  background-color: var(--smart-ui-state-color-active);
}
[has-toggle-button][selected] [checkbox] .smart-input[checked] {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
[freeze][checkbox][auto-show] .smart-input {
  opacity: 0;
  transition: opacity ease-in-out .2s;
}
[freeze][checkbox][auto-show][selected] .smart-input {
  opacity: 1;
  border-color: var(--smart-border);
}
[radioButton][selected] .smart-input:after {
  content: var(--smart-icon-radio);
}
[editor=checkBox] .smart-input {
  left: -1px;
}
[editor=checkBox] .smart-input:focus {
  border-color: var(--smart-ui-state-border-active);
}
[editor=checkBox]:not([readonly]) .smart-input:hover {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-grid-row:not([selected]):not(:hover) [header][checkbox][auto-show]:not(:hover) .smart-input {
  opacity: 0;
  transition: opacity ease-in-out .2s;
}
.smart-grid-dialog-editor[checkbox][checked=indeterminate] .smart-input:after,
.smart-grid-dialog-editor[checkbox][selected=indeterminate] .smart-input:after,
smart-grid-cell[checkbox][checked=indeterminate] .smart-input:after,
smart-grid-cell[checkbox][selected=indeterminate] .smart-input:after,
smart-grid-column[checkbox][checked=indeterminate] .smart-input:after,
smart-grid-column[checkbox][selected=indeterminate] .smart-input:after {
  margin: 14%;
  width: 70%;
  height: 70%;
  content: "";
  background-color: var(--smart-ui-state-color-active);
  box-sizing: border-box;
  top: 0;
  border-radius: 0;
}
.smart-grid-dialog-editor div[checkbox] .smart-input[checked=indeterminate]:after,
smart-grid-cell div[checkbox] .smart-input[checked=indeterminate]:after,
smart-grid-column div[checkbox] .smart-input[checked=indeterminate]:after {
  margin: 14%;
  width: 70% !important;
  height: 70% !important;
  content: "";
  background-color: var(--smart-ui-state-color-active);
  box-sizing: border-box;
  top: 0 !important;
  border-radius: 0;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input,
.smart-grid-cell-editor.smart-grid-text-area-cell-editor .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
  border: none;
  padding: var(--smart-editor-label-padding);
  resize: none;
  border-radius: 0;
  background: inherit;
  color: inherit;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input {
  text-align: right;
  height: 100%;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.smart-slider-editor input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  outline: 0;
  background: 0 0;
}
.smart-slider-editor input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 32px;
  margin-top: -12px;
  background: var(--smart-primary);
  background-size: 18px 12px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 2px 2px rgba(0, 0, 20, .1);
  transition: box-shadow .2s;
}
.smart-slider-editor input[type=range]:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 1px rgba(0, 0, 0, .06),
    0 4px 2px rgba(0, 0, 20, .06),
    0 4px 12px rgba(0, 0, 20, .25);
}
.smart-slider-editor input[type=range]::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 32px;
  background: var(--smart-primary);
  background-size: 18px 12px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 2px 2px rgba(0, 0, 20, .1);
  transition: box-shadow .2s;
}
.smart-slider-editor input[type=range]:focus::-moz-range-thumb {
  box-shadow:
    0 0 1px rgba(0, 0, 0, .06),
    0 4px 2px rgba(0, 0, 20, .06),
    0 4px 12px rgba(0, 0, 20, .25);
}
.smart-slider-editor input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, .25);
}
.smart-slider-editor input[type=range]:focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 1px rgba(204, 204, 204, .75);
}
.smart-slider-editor input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, .25);
}
.smart-slider-editor input[type=range]:focus::-moz-range-track {
  box-shadow: 0 0 0 1px rgba(204, 204, 204, .75);
}
.smart-color-input-drop-down-menu.smart-grid-color-input .grid-samples-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smart-color-input-drop-down-menu.smart-grid-color-input:not([animation=none]) .default-samples-container div {
  transition: transform .2s ease-in-out;
}
.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div {
  position: relative;
  border-radius: 50%;
  border: initial;
  transform: scale(.95);
}
.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div.selected {
  transform: scale(1);
}
.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div.selected:not(.no-color):after {
  content: var(--smart-icon-check);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--smart-font-family-icon);
  color: var(--smart-secondary-color);
  border-radius: inherit;
}
.smart-grid-color-input {
  --smart-input-drop-down-menu-width:auto;
}
smart-column-panel,
smart-formatting-panel,
smart-group-panel,
smart-multi-column-filter-panel,
smart-sort-panel {
  display: block;
  min-width: 375px;
  height: var(--smart-grid-panel-default-height);
  padding: var(--smart-grid-panel-padding);
  background: var(--smart-background);
  color: var(--smart-background-color);
  width: var(--smart-grid-panel-default-width);
  overflow: auto;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-column-panel[right-to-left] .toggle-visibility,
.smart-group-panel[close-button-position=right] .smart-grid-panel-item-close-button,
.smart-multi-column-filter-panel[close-button-position=right] .smart-grid-panel-item-close-button,
.smart-sort-panel[close-button-position=right] .smart-grid-panel-item-close-button {
  order: 1;
}
.smart-group-panel .smart-grid-panel-item.dragged,
.smart-sort-panel .smart-grid-panel-item.dragged {
  opacity: .7;
}
.smart-group-panel .smart-grid-panel-label-by,
.smart-sort-panel .smart-grid-panel-label-by {
  padding: 5px;
  width: 60px;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smart-group-panel .smart-grid-panel-field-container,
.smart-sort-panel .smart-grid-panel-field-container {
  height: 100%;
  width: 100px;
  flex-grow: 3;
}
.smart-group-panel .smart-grid-panel-field-selection,
.smart-sort-panel .smart-grid-panel-field-selection {
  height: 100%;
  width: 100%;
}
.smart-group-panel .smart-grid-panel-from,
.smart-sort-panel .smart-grid-panel-from {
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 40px;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smart-group-panel .smart-grid-panel-direction,
.smart-sort-panel .smart-grid-panel-direction {
  display: flex;
  width: 115px;
  flex-grow: 2;
  height: 100%;
  background-color: var(--smart-surface);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-group-panel .smart-grid-panel-direction:focus,
.smart-sort-panel .smart-grid-panel-direction:focus {
  outline: 0;
  box-shadow: 0 0 0 1px var(--smart-primary);
}
.smart-group-panel .smart-grid-panel-direction > div,
.smart-sort-panel .smart-grid-panel-direction > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  width: calc(50% - 6px);
  height: calc(100% - 6px);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-group-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button,
.smart-multi-column-filter-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button,
.smart-sort-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button {
  margin-left: 5px;
}
.smart-group-panel .smart-grid-panel-direction > div.selected,
.smart-sort-panel .smart-grid-panel-direction > div.selected {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-group-panel .smart-grid-panel-item-close-button,
.smart-multi-column-filter-panel .smart-grid-panel-item-close-button,
.smart-sort-panel .smart-grid-panel-item-close-button {
  justify-content: center;
  width: 20px;
}
.smart-group-panel .smart-grid-panel-item-close-button:after,
.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:after,
.smart-sort-panel .smart-grid-panel-item-close-button:after {
  content: var(--smart-icon-close);
  font-family: var(--smart-font-family-icon);
}
@media (pointer: coarse) {
  .smart-group-panel .smart-grid-panel-item-close-button:after,
  .smart-multi-column-filter-panel .smart-grid-panel-item-close-button:after,
  .smart-sort-panel .smart-grid-panel-item-close-button:after {
    font-size: 16px;
  }
}
.smart-group-panel .smart-grid-panel-item-close-button:hover,
.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:hover,
.smart-sort-panel .smart-grid-panel-item-close-button:hover {
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-selected);
  cursor: pointer;
}
.smart-group-panel .smart-grid-panel-item-close-button:active,
.smart-group-panel .smart-grid-panel-item-close-button:focus,
.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:active,
.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:focus,
.smart-sort-panel .smart-grid-panel-item-close-button:active,
.smart-sort-panel .smart-grid-panel-item-close-button:focus {
  color: var(--smart-primary);
}
.smart-group-panel .smart-grid-panel-item-close-button:focus,
.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:focus,
.smart-sort-panel .smart-grid-panel-item-close-button:focus {
  outline: 0;
}
.smart-group-panel .smart-grid-panel-item,
.smart-multi-column-filter-panel .smart-grid-panel-item,
.smart-sort-panel .smart-grid-panel-item {
  display: flex;
  align-items: center;
  margin-top: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  margin-bottom: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  width: calc(100% - var(--smart-sortable-handle-size));
  height: var(--smart-grid-panel-item-height);
  min-height: var(--smart-grid-panel-item-height);
  background-color: var(--smart-background);
}
.smart-group-panel[close-button-position=right] .smart-sortable-container,
.smart-multi-column-filter-panel[close-button-position=right] .smart-sortable-container,
.smart-sort-panel[close-button-position=right] .smart-sortable-container {
  align-items: flex-end;
}
.smart-column-panel .smart-grid-panel-container-footer,
.smart-group-panel .smart-grid-panel-container-footer,
.smart-multi-column-filter-panel .smart-grid-panel-container-footer,
.smart-sort-panel .smart-grid-panel-container-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.smart-column-panel .smart-grid-panel-buttons-container,
.smart-group-panel .smart-grid-panel-buttons-container,
.smart-multi-column-filter-panel .smart-grid-panel-buttons-container,
.smart-sort-panel .smart-grid-panel-buttons-container {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.smart-column-panel .smart-grid-panel-buttons-container span,
.smart-group-panel .smart-grid-panel-buttons-container span,
.smart-multi-column-filter-panel .smart-grid-panel-buttons-container span,
.smart-sort-panel .smart-grid-panel-buttons-container span {
  display: flex;
  align-items: center;
  padding: 5px;
}
.smart-column-panel .smart-grid-panel-buttons-container span:hover,
.smart-group-panel .smart-grid-panel-buttons-container span:hover,
.smart-multi-column-filter-panel .smart-grid-panel-buttons-container span:hover,
.smart-sort-panel .smart-grid-panel-buttons-container span:hover {
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-selected);
  cursor: pointer;
}
.smart-column-panel .smart-grid-panel-buttons-container span:focus,
.smart-group-panel .smart-grid-panel-buttons-container span:focus,
.smart-multi-column-filter-panel .smart-grid-panel-buttons-container span:focus,
.smart-sort-panel .smart-grid-panel-buttons-container span:focus {
  outline: 0;
}
.smart-sort-panel .smart-sortable-container {
  margin-bottom: var(--smart-grid-panel-padding);
}
.smart-sort-panel .smart-sortable-container:empty:after {
  content: attr(no-sorting);
  margin-top: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  margin-bottom: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  opacity: .7;
}
.smart-sort-panel .smart-grid-panel-container-footer > smart-input {
  min-width: 215px;
  width: 40%;
}
.smart-sort-panel .smart-grid-panel-item-close-button {
  display: flex;
  align-items: center;
  padding: 5px;
}
.smart-multi-column-filter-panel > .smart-container {
  display: grid;
  grid-auto-rows: 1fr max-content;
  grid-row-gap: var(--smart-grid-panel-padding);
}
.smart-multi-column-filter-panel .smart-filter-panel-items-container {
  overflow: auto;
  padding-top: 10px;
}
.smart-multi-column-filter-panel .smart-filter-panel-items-container:empty:after {
  margin-top: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  margin-bottom: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  opacity: .7;
  content: attr(no-filters);
}
.smart-multi-column-filter-panel .smart-filter-panel-add-filter-button {
  display: flex;
  align-items: center;
  padding: 5px;
}
.smart-multi-column-filter-panel .smart-filter-panel-add-filter-button:hover {
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-selected);
  cursor: pointer;
}
.smart-multi-column-filter-panel .smart-filter-panel-add-filter-button:focus {
  outline: 0;
}
.smart-multi-column-filter-panel .smart-grid-panel-item {
  width: 100%;
  display: grid;
  columns: 5;
  grid-template-columns: var(--smart-multi-column-filter-panel-template-columns);
  grid-gap: var(--smart-grid-panel-padding);
}
.smart-multi-column-filter-panel .smart-grid-panel-item > * {
  width: 100%;
}
.smart-multi-column-filter-panel .smart-grid-panel-item-close-button {
  display: flex;
  align-items: center;
  padding: 5px;
}
.smart-multi-column-filter-panel[close-button-position=right] {
  --smart-multi-column-filter-panel-template-columns:60px 2fr 3fr 3fr 15px;
}
.smart-kanban-column-panel .smart-grid-panel-item::after,
.smart-kanban-column-panel .smart-grid-panel-item::before {
  display: none !important;
}
.smart-group-panel .smart-sortable-container smart-column-panel smart-sortable {
  margin-bottom: var(--smart-grid-panel-padding);
}
.smart-group-panel .smart-sortable-container:empty:after {
  margin-top: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  margin-bottom: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  opacity: .7;
  content: attr(no-grouping);
}
.smart-group-panel .smart-grid-panel-container-footer > smart-input {
  min-width: 215px;
  width: 40%;
}
.smart-group-panel .smart-grid-panel-item-close-button {
  display: flex;
  align-items: center;
  padding: 5px;
}
.smart-group-panel .smart-grid-panel-direction,
.smart-group-panel .smart-grid-panel-from {
  display: none;
}
.smart-group-panel .smart-grid-panel-expand-collapse {
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
}
.smart-group-panel .smart-group-panel-expand-button {
  margin-left: 15px;
}
.smart-group-panel .smart-group-panel-collapse-button[active],
.smart-group-panel .smart-group-panel-expand-button[active] {
  color: var(--smart-primary);
}
.smart-format-panel .smart-grid-panel-buttons-container {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.smart-format-panel .smart-grid-panel-buttons-container span {
  display: flex;
  align-items: center;
  padding: 5px;
}
.smart-format-panel .smart-grid-panel-buttons-container span:hover {
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-selected);
  cursor: pointer;
}
.smart-format-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button {
  margin-left: 5px;
}
.smart-format-panel.smart-grid-panel-container-footer {
  display: flex;
  flex-direction: row;
  height: 50px;
  justify-content: center;
  padding: 15px;
}
.smart-column-panel {
  --smart-grid-panel-item-height:20px;
  min-width: 100px;
}
.smart-column-panel.smart-container,
.smart-column-panel > .smart-container {
  display: flex;
  flex-direction: column;
}
.smart-column-panel smart-sortable {
  flex: 5;
  min-height: 50px;
  overflow: auto;
  max-height: var(--smart-column-panel-drop-down-height);
}
.smart-column-panel .smart-column-panel-find-container {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--smart-border);
  height: var(--smart-editor-height);
  position: relative;
}
.smart-column-panel .smart-column-panel-find-container input {
  outline: 0;
  border: none;
  width: calc(100% - 16px);
  height: 100%;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  background: var(--smart-grid-panel-background);
  color: var(--smart-grid-panel-color);
}
.smart-column-panel .smart-column-panel-find-container .clear-button {
  width: 16px;
  cursor: pointer;
}
.smart-column-panel .smart-column-panel-find-container .clear-button:after {
  content: var(--smart-icon-cancel);
  font-family: var(--smart-font-family-icon);
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-column-panel .smart-column-panel-find-container.no-results:after {
  content: attr(no-results);
  position: absolute;
  top: calc(100% + 10px);
}
.smart-column-panel .smart-column-panel-label {
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-column-panel .smart-column-panel-label.icon {
  position: relative;
  padding-left: var(--smart-column-icon-size);
}
.smart-column-panel .smart-column-panel-label.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--smart-column-icon-size);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.smart-column-panel .smart-grid-panel-buttons-container {
  width: 100%;
  justify-content: center;
  margin-top: 3px;
}
.smart-column-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button {
  margin-left: 5px;
}
.smart-column-panel .smart-grid-panel-container-footer {
  display: grid;
  grid-template-columns: auto auto;
}
.smart-column-panel .toggle-visibility {
  width: 16px;
  height: 16px;
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-column-panel .toggle-visibility:after {
  content: var(--smart-icon-visibility);
}
.smart-column-panel .toggle-visibility:focus {
  outline: 0;
  color: var(--smart-primary);
}
.smart-column-panel .toggle-visibility.disable-toggle {
  pointer-events: none;
  opacity: .5;
}
.smart-column-panel .toggle-visibility.hidden:after {
  content: var(--smart-icon-visibility-off);
}
.smart-column-panel .clear-button:focus {
  outline: 0;
  color: var(--smart-primary);
}
.smart-column-panel .smart-grid-panel-item {
  display: flex;
  align-items: center;
  margin-top: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  margin-bottom: calc(var(--smart-grid-panel-vertical-offset)/ 2);
  width: calc(100% - var(--smart-sortable-handle-size));
  height: var(--smart-grid-panel-item-height);
  min-height: var(--smart-grid-panel-item-height);
  background-color: var(--smart-background);
}
.smart-column-panel .smart-grid-panel-item.group:after,
.smart-column-panel .smart-grid-panel-item.group:before {
  opacity: 0 !important;
  pointer-events: none;
}
.smart-column-panel .smart-grid-panel-item.indent {
  padding-left: 12px;
}
.smart-grid-panel-reset-button {
  text-decoration: underline;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}
.smart-grid-panel-apply-button,
.smart-grid-panel-cancel-button {
  padding: 5px 8px;
  min-width: 80px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.smart-grid-panel-cancel-button {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border: 1px solid var(--smart-border);
  border-radius: var(--smart-border-radius);
}
.smart-grid-panel-apply-button {
  border-radius: var(--smart-border-radius);
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  border: 1px solid var(--smart-primary);
}
.smart-column-panel[right-to-left] .smart-column-panel-find-container {
  direction: rtl;
}
.smart-column-panel[right-to-left] .smart-grid-panel-buttons-container {
  flex-direction: row-reverse;
}
.smart-column-panel[right-to-left] .smart-grid-panel-item {
  right: var(--smart-sortable-handle-size);
  justify-content: space-between;
}
.smart-group-panel[right-to-left] .smart-grid-panel-buttons-container,
.smart-group-panel[right-to-left] .smart-grid-panel-direction,
.smart-sort-panel[right-to-left] .smart-grid-panel-buttons-container,
.smart-sort-panel[right-to-left] .smart-grid-panel-direction {
  flex-direction: row-reverse;
}
.smart-group-panel[right-to-left] .smart-grid-panel-from,
.smart-group-panel[right-to-left] .smart-grid-panel-label-by,
.smart-group-panel[right-to-left] .smart-group-panel-apply-button,
.smart-group-panel[right-to-left] .smart-group-panel-cancel-button,
.smart-group-panel[right-to-left] .smart-group-panel-collapse-button,
.smart-group-panel[right-to-left] .smart-group-panel-expand-button {
  direction: rtl;
}
.smart-group-panel[right-to-left] .smart-group-panel-expand-button {
  margin-left: initial;
  margin-right: 5px;
}
.smart-group-panel[right-to-left] .smart-grid-panel-label-by {
  order: 3;
}
.smart-group-panel[right-to-left] .smart-grid-panel-field-container {
  order: 2;
}
.smart-group-panel[right-to-left] .smart-grid-panel-from {
  order: 1;
}
.smart-group-panel[right-to-left] .smart-sortable .smart-sortable-items-parent {
  direction: unset;
}
.smart-group-panel[right-to-left][close-button-position=right] .smart-grid-panel-item-close-button {
  order: 4;
}
.smart-sort-panel[right-to-left] .smart-grid-panel-apply-button,
.smart-sort-panel[right-to-left] .smart-grid-panel-cancel-button {
  direction: rtl;
}
.smart-sort-panel[right-to-left] .smart-grid-panel-label-by {
  order: 3;
}
.smart-sort-panel[right-to-left] .smart-grid-panel-field-container {
  order: 2;
}
.smart-sort-panel[right-to-left] .smart-grid-panel-from {
  order: 1;
}
.smart-sort-panel[right-to-left] .smart-sortable .smart-sortable-items-parent {
  direction: unset;
}
.smart-sort-panel[right-to-left][close-button-position=right] .smart-grid-panel-item-close-button {
  order: 4;
}
.smart-multi-column-filter-panel[right-to-left] .smart-filter-panel-add-filter-button,
.smart-multi-column-filter-panel[right-to-left] .smart-filter-panel-items-container:empty,
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-apply-button,
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-cancel-button,
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item-close-button + div {
  direction: rtl;
}
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item > .smart-grid-panel-item-close-button + div {
  order: 3;
}
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item > .smart-input:nth-of-type(1) {
  order: 2;
}
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item > .smart-input:nth-of-type(2) {
  order: 1;
}
.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-buttons-container {
  flex-direction: row-reverse;
}
.smart-multi-column-filter-panel[right-to-left][close-button-position=right] .smart-grid-panel-item-close-button {
  order: 4;
}
.smart-data-view-header {
  padding: 3px;
  position: relative;
  display: grid;
  grid-template-areas: "views customize filter sort format details delete . search";
  grid-template-columns: minmax(0, max-content) minmax(50px, max-content) minmax(50px, max-content) minmax(50px, max-content) minmax(50px, max-content) minmax(50px, max-content) 1fr 24px;
  grid-gap: 10px;
  grid-template-rows: 100%;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-data-view-header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 5px 25px;
  height: 30px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-data-view-header-button:after {
  position: absolute;
  font-family: var(--smart-font-family-icon);
  left: 8px;
}
.smart-data-view-header-button:active {
  color: var(--smart-ui-state-color-active);
  background-color: var(--smart-ui-state-active);
}
.smart-data-view-header-button:focus {
  outline: var(--smart-primary) solid 1px;
}
.smart-data-view-header-button:hover {
  color: var(--smart-ui-state-color-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-data-view-header-button[aria-expanded=true] {
  color: var(--smart-ui-state-color-selected);
  background-color: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-border-selected);
}
.smart-data-view-header-button.smart-data-view-search-button:active {
  color: var(--smart-ui-state-active);
}
.smart-data-view-header-button > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smart-data-view-header-drop-down {
  position: absolute;
  background-color: var(--smart-background);
  box-shadow: var(--smart-elevation-8);
  z-index: 1000;
  height: auto;
  transform: scaleY(1);
  transform-origin: top;
  opacity: 1;
}
.smart-data-view-header-drop-down smart-column-panel,
.smart-data-view-header-drop-down smart-multi-column-filter-panel,
.smart-data-view-header-drop-down smart-sort-panel {
  width: 100%;
  border: none;
}
.smart-data-view-header-drop-down.smart-visibility-hidden {
  transform: scaleY(0);
  opacity: 0;
}
.smart-data-view-header-drop-down.customize-panel {
  width: var(--smart-data-view-customize-panel-width);
}
.smart-data-view-header-drop-down.filter-panel {
  width: var(--smart-data-view-filter-panel-width);
}
.smart-data-view-header-drop-down.format-panel {
  max-height: 320px;
  overflow: auto;
}
.smart-data-view-header-drop-down.sort-panel {
  width: var(--smart-data-view-sort-panel-width);
}
.smart-data-view-header-drop-down.search-panel {
  width: var(--smart-data-view-search-panel-width);
  padding: var(--smart-data-view-padding);
}
.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box {
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-template-rows: 100%;
  grid-gap: 2px;
  align-items: center;
}
.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches {
  grid-template-columns: 1fr max-content 16px 16px 16px;
}
.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches .smart-data-view-search-next,
.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches .smart-data-view-search-prev {
  display: flex;
}
.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches .smart-data-view-search-label,
.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.no-matches .smart-data-view-search-label {
  display: block;
}
.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.no-matches {
  grid-template-columns: 1fr max-content 16px;
}
.smart-data-view-header-drop-down.search-panel input {
  outline: 0;
  border: none;
  min-width: 0;
  padding: 0;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-data-view-search-box div:focus {
  outline: var(--smart-primary) solid 1px;
}
.smart-data-view-search-button {
  grid-area: search;
  margin-right: 0;
  padding: 0;
}
.smart-data-view-search-button:after {
  content: var(--smart-icon-search);
}
.smart-data-view-customize-button {
  grid-area: customize;
}
.smart-data-view-customize-button:after {
  content: var(--smart-icon-visibility-off);
}
.smart-data-view-customize-button.hidden {
  background-color: var(--smart-info);
  color: var(--smart-info-color);
}
.smart-data-view-delete-button {
  grid-area: delete;
}
.smart-data-view-delete-button:after {
  content: var(--smart-icon-delete);
}
.smart-data-view-details-button {
  grid-area: details;
}
.smart-data-view-details-button:after {
  content: var(--smart-icon-resize-full);
}
.smart-data-view-filter-button {
  grid-area: filter;
}
.smart-data-view-filter-button:after {
  content: var(--smart-icon-filter);
}
.smart-data-view-filter-button.filtered {
  background-color: var(--smart-success);
  color: var(--smart-success-color);
}
.smart-data-view-sort-button {
  grid-area: sort;
}
.smart-data-view-sort-button:after {
  content: var(--smart-icon-sort);
}
.smart-data-view-sort-button.sorted {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-data-view-group-button {
  grid-area: group;
}
.smart-data-view-group-button:after {
  content: var(--smart-icon-group);
}
.smart-data-view-group-button.grouped {
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
}
.smart-data-view-download-button.formatted,
.smart-data-view-format-button.formatted,
.smart-data-view-views-button.formatted {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-data-view-format-button {
  grid-area: format;
}
.smart-data-view-format-button:after {
  content: var(--smart-icon-table);
}
.smart-data-view-download-button {
  grid-area: download;
}
.smart-data-view-download-button:after {
  content: var(--smart-icon-arrow-down);
  position: initial;
  margin-left: 8px;
}
.smart-data-view-download-button:before {
  font-family: var(--smart-font-family-icon);
  left: 8px;
  content: var(--smart-icon-download-alt);
  position: absolute;
}
.smart-data-view-views-button {
  grid-area: views;
}
.smart-data-view-views-button:after {
  content: var(--smart-icon-arrow-down);
  position: initial;
  margin-left: 8px;
}
.smart-data-view-views-button:before {
  font-family: var(--smart-font-family-icon);
  left: 8px;
  content: var(--smart-icon-table-alt);
  position: absolute;
}
.smart-data-view-views-button.kanban:before {
  content: var(--smart-icon-kanban);
}
.smart-grid-toolbar .smart-data-view-header {
  height: 100%;
  display: flex;
}
.smart-grid-toolbar .smart-data-view-header-button {
  margin-right: 0;
}
.smart-grid-toolbar .smart-data-view-header-button.smart-disabled {
  pointer-events: none;
  opacity: .5;
}
.smart-grid-toolbar .smart-data-view-search-button {
  position: absolute;
  right: 30px;
  top: 0;
}
.smart-card-view .smart-data-view-header-button,
.smart-kanban .smart-data-view-header-button {
  margin-top: 0;
  height: 100%;
}
.smart-card-view .smart-data-view-header-button.smart-data-view-search-button,
.smart-kanban .smart-data-view-header-button.smart-data-view-search-button {
  min-width: 30px;
}
.smart-card-view:not([animation=none]) .smart-data-view-header-drop-down,
.smart-data-view-header-drop-down[owner],
.smart-kanban:not([animation=none]) .smart-data-view-header-drop-down {
  transition:
    height .2s ease-in,
    transform .2s ease-in,
    visibility .2s ease-in,
    opacity .2s ease-in;
}
.smart-data-view-search-label {
  display: none;
  font-size: calc(var(--smart-font-size) - 3px);
  opacity: .7;
}
.smart-data-view-search-next,
.smart-data-view-search-prev {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  font-size: 10px;
  display: none;
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  height: 100%;
}
.smart-data-view-search-next:hover,
.smart-data-view-search-prev:hover {
  color: var(--smart-ui-state-color-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-data-view-search-next:active,
.smart-data-view-search-prev:active {
  color: var(--smart-ui-state-color-active);
  background-color: var(--smart-ui-state-active);
}
.smart-data-view-search-prev:after {
  content: var(--smart-icon-arrow-up);
}
.smart-data-view-search-next:after {
  content: var(--smart-icon-arrow-down);
}
.smart-data-view-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  font-size: 10px;
  color: var(--smart-background-color);
}
.smart-data-view-search-close:after {
  content: var(--smart-icon-close);
}
.smart-data-view-search-close:hover {
  color: var(--smart-ui-state-color-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-data-view-search-close:active {
  color: var(--smart-ui-state-color-active);
  background-color: var(--smart-ui-state-active);
}
.smart-data-view-found {
  outline: var(--smart-outline) solid 4px;
  outline-offset: -4px;
}
.smart-data-view-highlighted {
  box-shadow: 0 0 23px 1px var(--smart-primary);
  outline: var(--smart-primary) solid 4px;
  outline-offset: -4px;
}
[header-position=bottom] .smart-data-view-header-drop-down {
  transform-origin: bottom;
}
[right-to-left] .smart-data-view-header-drop-down.search-panel .smart-data-view-search-box {
  direction: rtl;
}
[right-to-left] .smart-data-view-header {
  grid-template-areas: "search . sort filter customize";
  grid-template-columns: 24px 1fr minmax(50px, max-content) minmax(50px, max-content) minmax(50px, max-content);
}
[right-to-left] .smart-data-view-header-button:not(.smart-data-view-search-button) {
  direction: rtl;
  padding-left: 5px;
  padding-right: 25px;
}
[right-to-left] .smart-data-view-header-button:after {
  right: 5px;
  left: initial;
}
.smart-formatting-panel {
  width: var(--smart-formatting-panel-default-width);
  min-height: 150px;
  padding: 0;
  overflow: visible;
}
.smart-formatting-panel > .smart-container {
  position: relative;
  min-height: inherit;
}
.smart-formatting-panel .smart-formatting-panel-items-container {
  width: 100%;
  height: 100%;
  padding: 0 calc(2 * var(--smart-grid-panel-padding));
  overflow: auto;
}
.smart-formatting-panel .smart-formatting-panel-item > .format-label {
  grid-area: format-label;
  justify-self: end;
}
.smart-formatting-panel .smart-formatting-panel-item > .font-family-input {
  grid-area: font-family-input;
}
.smart-formatting-panel .smart-formatting-panel-item > .font-size-input {
  grid-area: font-size-input;
}
.smart-formatting-panel .smart-formatting-panel-item > .popup-button {
  display: flex;
  align-items: center;
  border: var(--smart-border-width) solid var(--smart-border);
  width: 100%;
  height: 100%;
  grid-area: popup-button;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.smart-formatting-panel .smart-formatting-panel-item > .preview {
  display: flex;
  align-items: center;
  border: var(--smart-border-width) solid var(--smart-border);
  width: 100%;
  height: 100%;
  grid-area: preview;
  padding: 0 var(--smart-grid-panel-padding);
}
.smart-formatting-panel .smart-add-new-button {
  display: block;
  position: absolute;
  bottom: calc(var(--smart-grid-panel-padding) - 5px);
  right: calc(var(--smart-grid-panel-padding) - 5px);
  width: var(--smart-formatting-panel-add-new-button-size);
  height: var(--smart-formatting-panel-add-new-button-size);
  border-radius: 50%;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  cursor: pointer;
  opacity: .3;
}
.smart-formatting-panel .smart-add-new-button:after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 35px;
}
.smart-formatting-panel .smart-add-new-button:focus,
.smart-formatting-panel .smart-add-new-button:hover {
  opacity: 1;
  transform: scale(1.2, 1.2);
}
.smart-formatting-panel .smart-add-new-button:focus {
  outline: 0;
}
.smart-formatting-panel .close-button:focus,
.smart-formatting-panel .popup-button:focus,
.smart-formatting-panel-popup .colors-container:focus,
.smart-formatting-panel-popup .header > div:focus,
.smart-formatting-panel-popup input:focus {
  outline: var(--smart-ui-state-border-active) solid var(--smart-border-width);
}
.smart-formatting-panel.scroll .smart-add-new-button {
  right: calc(12px + var(--smart-grid-panel-padding));
  border-radius: 50%;
}
.smart-formatting-panel:not([animation=none]) .smart-add-new-button {
  transition: transform cubic-bezier(.81, .27, 0, .93) .5s, opacity .2s ease-in;
}
.smart-formatting-panel[right-to-left] {
  direction: rtl;
}
.smart-formatting-panel[right-to-left] .smart-add-new-button {
  left: calc(var(--smart-grid-panel-padding) - 5px);
  right: unset;
}
.smart-formatting-panel[right-to-left].scroll .smart-add-new-button {
  left: calc(12px + var(--smart-grid-panel-padding));
}
.smart-formatting-panel-item {
  display: grid;
  grid-template-columns: auto 3fr 2fr var(--smart-formatting-panel-row-height) 1fr .5fr 1fr 1fr;
  grid-template-rows: var(--smart-formatting-panel-row-height) var(--smart-formatting-panel-row-height);
  grid-template-areas: "value-label columns-input condition-input condition-input first-value first-value first-value close-button" "format-label font-family-input font-size-input popup-button preview preview preview close-button";
  gap: var(--smart-grid-panel-padding);
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  width: 100%;
  padding: calc(2 * var(--smart-grid-panel-padding)) 0;
}
.smart-formatting-panel-item:last-child {
  border-bottom: none;
}
.smart-formatting-panel-item > * {
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
  width: auto;
  align-self: center;
  justify-self: center;
}
.smart-formatting-panel-item > .value-label {
  grid-area: value-label;
  justify-self: end;
}
.smart-formatting-panel-item > .columns-input {
  grid-area: columns-input;
}
.smart-formatting-panel-item > .condition-input {
  grid-area: condition-input;
}
.smart-formatting-panel-item > .first-value {
  grid-area: first-value;
}
.smart-formatting-panel-item > .ampersand {
  grid-area: ampersand;
  display: none;
}
.smart-formatting-panel-item > .second-value {
  grid-area: second-value;
  display: none;
}
.smart-formatting-panel-item > .close-button {
  grid-area: close-button;
  position: relative;
  width: 16px;
  height: 16px;
}
.smart-formatting-panel-item > .close-button:after {
  content: var(--smart-icon-close);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: smart-icons;
  opacity: .5;
  cursor: pointer;
}
.smart-formatting-panel-item.between {
  grid-template-areas: "value-label columns-input condition-input condition-input first-value ampersand second-value close-button" "format-label font-family-input font-size-input popup-button preview preview preview close-button";
}
.smart-formatting-panel-item.between > .ampersand,
.smart-formatting-panel-item.between > .second-value {
  display: block;
}
.smart-formatting-panel-popup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: var(--smart-formatting-panel-row-height) var(--smart-formatting-panel-row-height) auto var(--smart-formatting-panel-row-height);
  grid-template-areas: "header header" "code input" "colors colors" "apply cancel";
  gap: var(--smart-grid-panel-padding);
  position: absolute;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: var(--smart-formatting-panel-popup-width);
  padding: var(--smart-grid-panel-padding);
  background-color: var(--smart-background);
  box-shadow: var(--smart-elevation-8);
  z-index: 1003;
  opacity: 1;
  transform: scale(1);
  transform-origin: top;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-formatting-panel-popup .header,
.smart-formatting-panel-popup input,
.smart-formatting-panel-popup > .color-code {
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-formatting-panel-popup > .color-code {
  width: 100%;
  height: 100%;
  grid-area: code;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: var(--smart-grid-panel-padding);
  color: var(--smart-background-color);
}
.smart-formatting-panel-popup .header {
  grid-area: header;
  display: flex;
}
.smart-formatting-panel-popup .header > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  color: var(--smart-background-color);
}
.smart-formatting-panel-popup .header > div:first-child {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-formatting-panel-popup .header > .selected {
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-formatting-panel-popup input {
  width: 100%;
  height: 100%;
  grid-area: input;
  background-color: var(--smart-background);
  cursor: pointer;
}
.smart-formatting-panel-popup input:focus {
  border-color: var(--smart-ui-state-border-focus);
}
.smart-formatting-panel-popup .colors-container {
  grid-area: colors;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: var(--smart-formatting-panel-color-box-height);
  gap: 3px;
  width: 100%;
}
.smart-formatting-panel-popup .colors-container > div {
  border: var(--smart-border-width) solid var(--smart-border);
  cursor: pointer;
}
.smart-formatting-panel-popup .colors-container > div.selected {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-formatting-panel-popup .colors-container > div.selected:after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  font-size: 20px;
  font-family: smart-icons;
  cursor: pointer;
  border-radius: 50%;
  content: var(--smart-icon-check);
  background-color: var(--smart-background-color);
  color: var(--smart-background);
  width: var(--smart-formatting-panel-color-box-height);
  opacity: 1;
}
.smart-formatting-panel-popup > smart-button {
  --smart-button-padding:0;
}
.smart-formatting-panel-popup > .apply {
  grid-area: apply;
}
.smart-formatting-panel-popup > .cancel {
  grid-area: cancel;
}
.smart-formatting-panel-popup:not([animation=none]) {
  transition:
    transform .2s ease-in-out,
    opacity .2s ease-in-out,
    visibility .2s ease-in-out;
}
.smart-formatting-panel-popup.smart-visibility-hidden {
  transform: scale(0);
  opacity: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > smart-button,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:first-child > smart-button:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > smart-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:last-child > smart-button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:not(:last-child) > smart-button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend > smart-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group smart-button[focus],
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus,
.input-group > .form-control[focus] {
  z-index: 3;
}
.input-group-append,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + smart-button,
.input-group-append smart-button + .input-group-text,
.input-group-append smart-button + smart-button,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + smart-button,
.input-group-prepend smart-button + .input-group-text,
.input-group-prepend smart-button + smart-button,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.form-control,
.input-group-text {
  padding: .375rem .75rem;
  line-height: 1.5;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-sizing: border-box;
  font-family: var(--smart-font-family);
}
.input-group smart-input .smart-drop-down-button {
  border-left: none;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: auto;
}
.input-group-append > smart-button,
.input-group-prepend > smart-button {
  height: 100%;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-text {
  border-radius: var(--smart-border-radius);
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--smart-surface-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--smart-surface);
  border: 1px solid var(--smart-border);
}
.form-control,
.smart-form {
  font-size: var(--smart-font-size);
  display: block;
}
.form-control {
  border-radius: var(--smart-border-radius);
  height: auto;
  width: 100%;
  color: #495057;
  background-color: var(--smart-background);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  border: 1px solid var(--smart-border);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus,
.form-control[focus] {
  color: var(--smart-color);
  background-color: var(--smart-background);
  border-color: var(--smart-primary);
  outline: 0;
}
.smart-form {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border: 0 solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  box-sizing: border-box;
  overflow: visible;
  width: 600px;
  font-family: var(--smart-font-family);
}
@media only screen and (max-width: 600px) {
  .smart-form {
    width: 350px;
  }
}
.smart-form-editor,
.smart-form-tab-strip[vertical] .smart-form-tab .smart-form-tab-label {
  width: 100%;
}
.smart-form-row {
  padding: 5px 0;
  box-sizing: border-box;
}
.smart-form-row .smart-form-control-label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--smart-font-family);
  font-size: calc(.9 * var(--smart-font-size));
}
.smart-form-row .smart-form-control + .smart-form-label[required]:before,
.smart-form-row .smart-form-control-label[required]:after {
  content: "*";
  color: #a94442;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
}
.smart-form-row .smart-form-control {
  display: flex;
  box-sizing: border-box;
}
.smart-form-row .smart-form-control + .smart-form-control-label[required]:after {
  content: "";
}
.smart-form-row-flex {
  display: flex;
}
.smart-form-control .smart-form-control-addon {
  display: flex;
  align-items: center;
}
.smart-form-control.left {
  justify-content: flex-start;
}
.smart-form-control.center {
  justify-content: center;
}
.smart-form-control.right {
  justify-content: flex-end;
}
.smart-form-control[readonly] .smart-form-editor {
  pointer-events: none;
}
.smart-form-control[readonly] .smart-form-editor .smart-calendar-button,
.smart-form-control[readonly] .smart-form-editor .smart-drop-down-button {
  visibility: hidden;
}
.smart-form-control[readonly] .smart-form-editor div,
.smart-form-control[readonly] .smart-form-editor input,
.smart-form-control[readonly] .smart-form-editor span,
.smart-form-control[readonly] .smart-form-editor textarea {
  border: none !important;
}
.smart-form-control[readonly] .smart-form-editor + .smart-form-control-addon,
.smart-form-control[readonly] .smart-form-editor + .smart-form-control-icon,
.smart-form-control[readonly] .smart-form-editor + div {
  visibility: hidden;
}
.smart-form-control-icon:after {
  content: attr(tooltip);
  visibility: hidden;
  white-space: nowrap;
  margin-top: 25px;
  position: absolute;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding: 7px;
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
  font-size: calc(var(--smart-font-size) - 2px);
  opacity: 0;
  transform: scale(0);
  transition: opacity .2s ease-out, transform .1s ease-out;
  z-index: 9;
}
.smart-form-control-icon:hover:after {
  visibility: visible;
  opacity: .9;
  transform: scale(1);
  color: var(--smart-secondary-color);
  background: var(--smart-secondary);
}
.smart-form-control-label[readonly]:after {
  visibility: hidden;
}
.smart-form-group .smart-form-group-content {
  display: grid;
  grid-template-columns: none;
}
.smart-form-group[columns="2"] > .smart-form-group-content {
  grid-template-columns: 50% 50%;
}
.smart-form-group[columns="3"] > .smart-form-group-content {
  grid-template-columns: 33% 33% 33%;
}
.smart-form-group[columns="4"] > .smart-form-group-content {
  grid-template-columns: 25% 25% 25% 25%;
}
.smart-form-group[columns="5"] > .smart-form-group-content {
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.smart-form-group[columns="6"] > .smart-form-group-content {
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}
.smart-form-group-label {
  font-size: 20px;
  font-family: var(--smart-font-family);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--smart-border);
}
.smart-form-group-label.center {
  display: flex;
  justify-content: center;
}
.smart-form-group-label.right {
  display: flex;
  justify-content: flex-end;
}
.smart-form-group-buttons {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.smart-form-editor.smart-validation-success:not(smart-check-box):not([focus]) > div.smart-container::after,
input.smart-form-editor.smart-valid:not(:focus) + .smart-success-label-like-after-element {
  display: none;
}
.smart-form-group-buttons smart-button {
  margin-left: 20px;
}
.smart-form-editor.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after {
  left: initial;
  right: 0;
  z-index: 9;
}
.smart-form-editor.smart-number-input[focus]:not([drop-down-button-position=none]).smart-validation-error[focus] input,
.smart-form-editor.smart-number-input[focus]:not([drop-down-button-position=none]).smart-validation-success[focus] input,
.smart-form-editor.smart-numeric-text-box.smart-validation-error:not(smart-check-box) > div.smart-container input,
.smart-form-editor.smart-numeric-text-box.smart-validation-success:not(smart-check-box)[focus] > div.smart-container input,
.smart-form-editor.smart-numeric-text-box[focus][spin-buttons].smart-validation-error[focus] input,
.smart-form-editor.smart-numeric-text-box[focus][spin-buttons].smart-validation-success[focus] input {
  padding-right: 30px;
}
.smart-form-editor.smart-combo-box.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-combo-box.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-date-time-picker.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-date-time-picker.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-drop-down-list.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-drop-down-list.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-number-input.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-number-input.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after,
.smart-form-editor.smart-numeric-text-box.smart-validation-error:not(smart-check-box) > div.smart-container::after,
.smart-form-editor.smart-numeric-text-box.smart-validation-success:not(smart-check-box)[focus] > div.smart-container::after {
  right: 20px;
}
.smart-form-editor.smart-invalid + .smart-error-label-like-after-element,
.smart-form-editor.smart-valid + .smart-success-label-like-after-element {
  left: initial;
  right: 0;
  z-index: 9;
}
input.smart-form-editor.smart-invalid + .smart-error-label-like-after-element,
input.smart-form-editor.smart-valid + .smart-success-label-like-after-element {
  right: 35px;
}
.smart-form-tab {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  cursor: pointer;
  font-family: var(--smart-font-family);
  box-sizing: border-box;
  transition: background-color .2s ease-in-out;
}
.smart-form-tab.selected {
  border-bottom: 2px solid var(--smart-primary);
  color: var(--smart-primary);
}
.smart-form-tab.smart-invalid {
  border-bottom: 2px solid var(--smart-error);
  color: var(--smart-error);
}
.smart-form-tab-strip {
  display: grid;
  grid-auto-columns: 1fr;
  overflow: hidden;
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  height: 30px;
  margin-bottom: 10px;
}
.smart-form-tab-strip .smart-form-tab .smart-form-tab-label {
  font-size: calc(var(--smart-font-size) + 1px);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
}
.smart-form-tab-strip .smart-form-tab:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-form-tab-strip[vertical] {
  display: flex;
  height: auto;
  flex-direction: column;
  background: var(--smart-background);
  border: none;
  border-radius: initial;
  padding-bottom: 1px;
}
.smart-form-tab-strip[vertical] .smart-form-tab {
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  overflow: hidden;
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: 0;
  padding: 10px;
  margin-bottom: -1px;
  justify-content: left;
}
.smart-form-tab-strip[vertical] .smart-form-tab .smart-form-tab-button {
  float: right;
  transition: transform .3s ease-in-out;
  transform: rotate(-180deg);
  font-size: 17px;
}
.smart-form-tab-strip[vertical] .smart-form-tab.selected {
  background: var(--smart-ui-state-focus);
}
.smart-form-tab-strip[vertical] .smart-form-tab.selected .smart-form-tab-button {
  transform: rotate(0);
}
.smart-form-tab-strip[vertical] .smart-form-tab.smart-invalid {
  color: var(--smart-error);
  background-color: var(--smart-surface);
}
.smart-form-tab-strip[breadcrumb] {
  border: none;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab {
  border-bottom: none;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab .smart-form-tab-label {
  display: flex;
  align-items: center;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab .smart-form-tab-label .circle {
  border-radius: 100%;
  font-family: var(--smart-font-family);
  width: 12px;
  height: 12px;
  padding: 5px;
  margin-right: 10px;
  background: var(--smart-secondary);
  color: var(--smart-secondary-color);
  align-items: center;
  justify-content: center;
  display: flex;
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab.smart-invalid {
  color: var(--smart-color);
}
.smart-form-tab-strip[breadcrumb] .smart-form-tab.selected .smart-form-tab-label .circle {
  background: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-form-tab-control {
  padding: 0;
  display: none !important;
}
.smart-form-tab-control.selected {
  margin-bottom: -1px;
  display: grid !important;
}
.smart-form-tab-control.selected[vertical] {
  padding: 10px;
  border: 1px solid var(--smart-border);
}
.smart-form-options-horizontal {
  display: flex;
}
smart-led {
  padding: 0;
  width: var(--smart-led-default-width);
  height: var(--smart-led-default-height);
  display: inline-block;
  border-radius: 50%;
}
smart-led .smart-container {
  cursor: pointer;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}
smart-led .smart-ripple {
  background: var(--smart-primary);
}
smart-led[focus] {
  outline: 0;
}
smart-led[disabled] .smart-container {
  cursor: initial;
}
smart-led[shape=square] {
  border-radius: 0;
}
.smart-led.smart-container {
  cursor: pointer;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}
.smart-led .smart-input {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
  padding: 4%;
  background-clip: content-box;
  border-style: solid;
  box-sizing: border-box;
  border-width: var(--smart-border-width);
  border-color: var(--smart-border);
  font-family: inherit;
  font-size: inherit;
  outline: 0;
}
.smart-led .smart-false-content-container,
.smart-led .smart-indeterminate-content-container,
.smart-led .smart-true-content-container {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-led .smart-false-content-container {
  display: flex;
  background-color: transparent;
}
.smart-led .smart-true-content-container {
  display: none;
  background-color: var(--smart-primary);
}
.smart-led .smart-indeterminate-content-container {
  display: none;
  background-color: #d3d3d3;
}
.smart-led .smart-false-content,
.smart-led[checked] .smart-true-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
}
.smart-led .smart-false-content {
  justify-content: center;
}
.smart-led[focus] .smart-input {
  border: var(--smart-border-width) solid var(--smart-ui-state-border-focus);
  background: var(--smart-ui-state-focus);
  color: var(--smart-ui-state-color-focus);
}
.smart-led:hover .smart-input {
  border: var(--smart-border-width) solid var(--smart-ui-state-border-hover);
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  transition: background-color .1s linear;
}
.smart-led.active .smart-input {
  border: var(--smart-border-width) solid var(--smart-ui-state-border-active);
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-led[checked] .smart-true-content {
  justify-content: center;
}
.smart-led[checked] .smart-false-content-container {
  display: none;
}
.smart-led[checked] .smart-true-content-container {
  display: flex;
}
.smart-led[checked=null] .smart-indeterminate-content {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
}
.smart-led[checked=null] .smart-indeterminate-content-container {
  display: flex;
}
.smart-led[checked=null] .smart-true-content-container {
  display: none;
}
.smart-led[shape=square] .smart-false-content-container,
.smart-led[shape=square] .smart-indeterminate-content-container,
.smart-led[shape=square] .smart-input,
.smart-led[shape=square] .smart-true-content-container {
  border-radius: 0;
}
.smart-led[right-to-left] .smart-false-content-container,
.smart-led[right-to-left] .smart-indeterminate-content-container,
.smart-led[right-to-left] .smart-true-content-container {
  direction: rtl;
}
smart-list-box,
smart-list-item,
smart-list-items-group {
  visibility: hidden;
}
smart-list-item.smart-element,
smart-list-items-group.smart-element {
  border: none;
  visibility: inherit;
}
smart-list-item .smart-input,
smart-list-items-group .smart-input {
  margin-left: 4px;
  width: calc(-4px + var(--smart-check-box-default-size));
  height: calc(-4px + var(--smart-check-box-default-size));
  line-height: var(--smart-check-box-default-size);
  box-sizing: initial;
  position: absolute;
  top: var(--smart-list-item-vertical-offset);
  margin-top: calc(var(--smart-list-item-height)/ 2 - 10px);
  border-style: solid;
  padding: 3px;
  border-width: var(--smart-border-width);
  border-radius: var(--smart-list-item-check-box-radius);
  font-family: inherit;
  background-repeat: no-repeat;
  border-color: var(--smart-border);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  display: block;
}
smart-list-item .smart-input:after,
smart-list-items-group .smart-input:after {
  content: "";
  font-family: var(--smart-font-family-icon);
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: -2px;
}
smart-list-item .smart-input.smart-hidden,
smart-list-items-group .smart-input.smart-hidden {
  display: none;
}
smart-list-item[selected] .smart-input,
smart-list-items-group[selected] .smart-input {
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
smart-list-item[hover] .smart-input:hover,
smart-list-items-group[hover] .smart-input:hover {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-list-item[display-mode=checkBox][selected] .smart-input:after,
smart-list-items-group[display-mode=checkBox][selected] .smart-input:after {
  content: var(--smart-icon-check);
}
smart-list-item {
  background-color: inherit;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .00937em;
  width: 100%;
  outline: 0;
  display: flex;
  align-items: center;
  padding: 0 5px;
  height: calc(var(--smart-list-item-height) + var(--smart-list-item-vertical-offset));
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
smart-list-item .smart-content,
smart-list-item .smart-overlay {
  transition: opacity 280ms ease-in-out;
  height: calc(100% - var(--smart-list-item-vertical-offset));
  top: var(--smart-list-item-vertical-offset);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  left: 0;
  width: 100%;
  overflow: hidden;
}
smart-list-item .smart-container {
  display: flex;
  align-items: center;
}
smart-list-item .smart-overlay {
  display: inline-block;
  position: absolute;
  background: var(--smart-background);
}
smart-list-item .smart-content {
  position: absolute;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: var(--smart-list-item-padding);
  color: var(--smart-background-color);
  border-width: var(--smart-item-border-width);
  border-style: solid;
  border-color: transparent;
}
smart-list-item .smart-content-details {
  opacity: .5;
  margin-top: 2px;
  font-size: 10px;
}
smart-list-item .smart-input:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
  background: var(--smart-primary) !important;
  transition: opacity .2s ease-in-out;
  opacity: 0;
  border-radius: 100%;
  transform: scale(1);
}
smart-list-item.smart-header-item,
smart-list-item[grouped],
smart-list-items-group .smart-list-items-group-label {
  top: var(--smart-list-item-vertical-offset);
  margin-bottom: var(--smart-list-item-vertical-offset);
  border-width: 1px;
  align-items: center;
}
smart-list-item .smart-ripple {
  background: var(--smart-list-item-color-active);
}
smart-list-item.smart-list-item-line-feedback {
  border-top-color: var(--smart-secondary);
  border-top-width: 1px;
  border-top-style: dashed;
}
smart-list-item.smart-list-item-bottom-line-feedback {
  border-bottom-color: var(--smart-secondary);
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
smart-list-item.smart-header-item,
smart-list-item[grouped] {
  color: var(--smart-surface-color);
  text-transform: var(--smart-list-item-group-header-text-transform);
  background: var(--smart-surface);
  border-style: solid;
  border-color: var(--smart-surface);
  display: flex;
}
smart-list-item:focus,
smart-list-item:focus .smart-input {
  outline: 0;
}
smart-list-item[hover] .smart-overlay {
  background-color: var(--smart-ui-state-hover);
}
smart-list-item[hover] .smart-content {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
[type=list][opened][focus] smart-list-item[focus] .smart-content,
smart-list-box:focus smart-list-item[focus][selected] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
smart-list-item[selected] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
smart-list-item[selected] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
smart-list-item[selected].smart-list-item-line-feedback {
  border-top-color: var(--smart-secondary);
  border-top-width: 1px;
  border-top-style: dashed;
}
smart-list-item[selected].smart-list-item-bottom-line-feedback {
  border-bottom-color: var(--smart-secondary);
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
smart-list-item[display-mode=checkBox] .smart-content,
smart-list-item[display-mode=checkBox] .smart-overlay,
smart-list-item[display-mode=radioButton] .smart-content,
smart-list-item[display-mode=radioButton] .smart-overlay {
  padding: 5px;
  left: calc(16px + var(--smart-check-box-default-size));
  width: calc(100% - 16px - var(--smart-check-box-default-size));
}
smart-list-item[display-mode=checkBox][selected][alternation-index="0"] .smart-overlay,
smart-list-item[display-mode=radioButton][selected][alternation-index="0"] .smart-overlay {
  background-color: var(--smart-alternation-index0-background);
  color: var(--smart-alternation-index0-color);
  border-color: var(--smart-alternation-index0-border);
}
smart-list-item[display-mode=checkBox][selected][alternation-index="1"] .smart-overlay,
smart-list-item[display-mode=radioButton][selected][alternation-index="1"] .smart-overlay {
  background-color: var(--smart-alternation-index1-background);
  color: var(--smart-alternation-index1-color);
  border-color: var(--smart-alternation-index1-border);
}
smart-list-item[display-mode=checkBox][selected][alternation-index="2"] .smart-overlay,
smart-list-item[display-mode=radioButton][selected][alternation-index="2"] .smart-overlay {
  background-color: var(--smart-alternation-index2-background);
  color: var(--smart-alternation-index2-color);
  border-color: var(--smart-alternation-index2-border);
}
smart-list-item[display-mode=radioButton] .smart-input {
  border-radius: 100%;
}
smart-list-item[display-mode=radioButton][selected] .smart-input:after {
  content: var(--smart-icon-radio);
}
smart-list-items-group > .smart-container {
  height: auto;
}
smart-list-items-group .smart-list-items-group-label {
  background-color: inherit;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .00937em;
  width: 100%;
  outline: 0;
  padding: 0 5px;
  height: calc(var(--smart-list-item-height) + var(--smart-list-item-vertical-offset));
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  color: var(--smart-surface-color);
  background: var(--smart-surface);
  border-style: solid;
  border-color: var(--smart-surface);
  display: flex;
  text-transform: capitalize;
  border-radius: initial;
}
smart-list-items-group .smart-list-items-group-label .smart-container {
  display: flex;
  align-items: center;
}
smart-list-items-group:focus .smart-input {
  outline: 0;
}
smart-list-box {
  display: block;
  width: var(--smart-list-box-default-width);
  height: var(--smart-list-box-default-height);
}
smart-list-box.smart-element {
  visibility: inherit;
}
smart-list-box:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
smart-list-box:focus smart-list-item[focus] .smart-overlay {
  background-color: var(--smart-ui-state-focus);
}
smart-list-box:focus smart-list-item[focus] .smart-content {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
}
smart-list-box:focus smart-list-item[focus][selected] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
smart-list-box smart-scroll-bar[orientation=vertical].bottom-corner {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-list-box.smart-container,
.smart-list-box > .smart-container {
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 0;
  border-color: gray;
  position: relative;
  overflow: hidden;
}
.smart-list-box smart-list-item.smart-header-item[hover] {
  color: inherit;
}
.smart-list-box smart-list-item[alternation-index="0"] .smart-overlay {
  background-color: var(--smart-alternation-index0-background);
  color: var(--smart-alternation-index0-color);
  border-color: var(--smart-alternation-index0-border);
}
.smart-list-box smart-list-item[alternation-index="1"] .smart-overlay {
  background-color: var(--smart-alternation-index1-background);
  color: var(--smart-alternation-index1-color);
  border-color: var(--smart-alternation-index1-border);
}
.smart-list-box smart-list-item[alternation-index="2"] .smart-overlay {
  background-color: var(--smart-alternation-index2-background);
  color: var(--smart-alternation-index2-color);
  border-color: var(--smart-alternation-index2-border);
}
.smart-list-box smart-scroll-bar {
  overflow: visible;
  position: absolute;
  bottom: 0;
  height: calc(var(--smart-scroll-bar-size));
  width: 100%;
}
.smart-list-box smart-scroll-bar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--smart-scroll-bar-size);
  background: var(--smart-scroll-bar-background);
  left: 100%;
  top: 0;
}
.smart-list-box smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-list-box smart-scroll-bar[orientation=vertical] {
  right: 0;
  top: 0;
  height: 100%;
  width: calc(var(--smart-scroll-bar-size));
}
.smart-list-box input {
  border: var(--smart-border-width) solid var(--smart-border);
  width: 100%;
  height: 100%;
  padding: var(--smart-editor-label-padding);
  outline: initial;
  padding-right: 25px;
}
.smart-list-box input:focus {
  border-color: var(--smart-outline);
}
.smart-list-box .smart-list-box-filter-input-container {
  position: relative;
  width: calc(100% - 10px);
  height: var(--smart-editor-height);
  margin-left: 5px;
  margin-top: 5px;
}
.smart-list-box .smart-list-box-filter-input-container:after {
  content: var(--smart-icon-search);
  font-family: var(--smart-font-family-icon);
  height: var(--smart-text-box-default-height);
  position: absolute;
  top: 0;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 25px);
}
.smart-list-box .smart-list-box-filter-input-container.vscroll {
  width: calc(100% - 10px - var(--smart-scroll-bar-size));
}
.smart-list-box .smart-list-items-container {
  width: 100%;
  height: calc(100% - var(--smart-list-item-vertical-offset));
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.smart-list-box .smart-list-items-container input {
  position: absolute;
  background: initial;
  background-color: var(--smart-background);
  background-size: initial;
  border: 1px solid var(--smart-border);
  padding: 9px 12px;
  margin: 0;
  left: 5px;
  width: calc(100% - 5px);
  font-family: inherit;
  font-size: inherit;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
.smart-list-box[right-to-left] .smart-list-items-container.vscroll .smart-list-items-inner-container,
.smart-list-box[right-to-left] .smart-list-items-inner-container {
  margin-right: var(--smart-list-item-horizontal-offset);
}
.smart-list-box .smart-list-items-container.hscroll {
  height: calc(100% - var(--smart-scroll-bar-size) - var(--smart-list-item-vertical-offset));
}
.smart-list-box .smart-list-items-container.filter {
  height: calc(100% - var(--smart-text-box-default-height) - 10px);
}
.smart-list-box .smart-list-items-container.hscroll.filter {
  height: calc(100% - var(--smart-text-box-default-height) - var(--smart-scroll-bar-size) - 10px - var(--smart-list-item-vertical-offset));
}
.smart-list-box .smart-list-items-inner-container {
  width: calc(100% - 2 * var(--smart-list-item-horizontal-offset));
  height: 100%;
  display: block;
  position: relative;
  background-color: transparent;
}
.smart-list-box .smart-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
.smart-list-box .smart-content-label {
  padding: var(--smart-list-item-label-padding);
  border-radius: var(--smart-list-item-label-border-radius);
}
.smart-list-box[disabled] smart-list-item {
  color: inherit;
}
.smart-list-box[horizontal-scroll-bar-visibility=hidden] smart-list-item .smart-content {
  white-space: initial;
}
.smart-list-box[selection-mode=checkBox]:focus smart-list-item[focus][selected] .smart-input:before,
.smart-list-box[selection-mode=checkBox][focus] smart-list-item[focus][selected] .smart-input:before,
.smart-list-box[selection-mode=radioButton]:focus smart-list-item[focus][selected] .smart-input:before,
.smart-list-box[selection-mode=radioButton][focus] smart-list-item[focus][selected] .smart-input:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: calc(var(--smart-check-box-default-size) + 14px);
  height: calc(var(--smart-check-box-default-size) + 14px);
  background: var(--smart-primary);
  opacity: .3;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-list-box:not([right-to-left]) .smart-list-items-inner-container {
  margin-left: var(--smart-list-item-horizontal-offset);
}
.smart-list-box[right-to-left] {
  direction: initial;
}
.smart-list-box[right-to-left] smart-scroll-bar {
  left: initial;
  right: 0;
}
.smart-list-box[right-to-left] smart-scroll-bar:after {
  left: -100%;
}
.smart-list-box[right-to-left] smart-scroll-bar[orientation=vertical] {
  left: 0;
  right: initial;
}
.smart-list-box[right-to-left] smart-scroll-bar[orientation=vertical]:after {
  content: none;
}
.smart-list-box[right-to-left] smart-list-item .smart-list-item-container {
  direction: rtl;
  left: 0;
}
.smart-list-box[right-to-left] smart-list-item[display-mode=checkBox] .smart-overlay,
.smart-list-box[right-to-left] smart-list-item[display-mode=radioButton] .smart-overlay {
  left: 0;
}
.smart-list-box[right-to-left] smart-list-items-group .smart-list-items-group-label {
  direction: rtl;
}
.smart-list-box[right-to-left] .smart-list-box-filter-input-container.vscroll {
  left: initial;
  right: 0;
}
.smart-list-box[right-to-left] .smart-list-items-container,
.smart-list-box[right-to-left] .smart-list-items-container input {
  direction: rtl;
}
.smart-list-box[right-to-left] .smart-list-items-container.vscroll {
  left: var(--smart-scroll-bar-size);
  right: initial;
}
[type=list][opened][focus] smart-list-item[focus] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
.smart-list-item-feedback {
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
  border-width: 1px;
  border-style: solid;
  box-shadow: var(--smart-elevation-8);
  cursor: move;
  padding: 0;
  z-index: var(--smart-drop-down-z-index);
  width: 200px;
}
.smart-list-item-feedback smart-list-item {
  padding: 0;
  border: none;
}
.smart-list-item-feedback smart-list-item .smart-overlay {
  background-color: inherit;
  border: none;
}
.smart-list-item-feedback smart-list-item .smart-content {
  border-color: transparent;
  color: inherit;
}
.smart-drop-down smart-list-box smart-scroll-bar[orientation=vertical] {
  right: 0;
  top: 0;
  height: 100%;
  width: calc(var(--smart-scroll-bar-size));
}
.smart-popup.smart-list-item.smart-list-item-feedback[right-to-left] smart-list-item .smart-list-item-container {
  direction: rtl;
  left: 0;
}
.smart-list-menu .smart-filter-input:focus,
.smart-list-menu-view.smart-drop-down-repositioned .smart-filter-input:focus,
smart-list-menu,
smart-tree .smart-filter-input:focus {
  outline: 0;
}
smart-list-menu {
  width: var(--smart-list-menu-default-width);
  height: var(--smart-list-menu-default-height);
  display: block;
  background: var(--smart-background);
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  color: var(--smart-background-color);
  visibility: hidden;
}
smart-list-menu:focus {
  border-color: var(--smart-outline);
}
smart-list-menu > .smart-container {
  position: relative;
  display: flex;
}
smart-list-menu.smart-element {
  visibility: inherit;
}
smart-list-menu .smart-ripple {
  background: var(--smart-ui-state-focus);
}
smart-list-menu[minimized] {
  height: auto;
  overflow: visible;
  border: var(--smart-border-width) solid var(--smart-border);
  background: var(--smart-surface);
}
smart-list-menu[drop-down-position|=top] .smart-list-menu-view-minimized {
  top: calc(-1 * var(--smart-border-width));
  transform: translateY(-100%);
  box-shadow: var(--smart-elevation-8);
}
smart-list-menu[drop-down-position$=left] .smart-list-menu-view-minimized {
  left: initial;
  right: calc(-1 * var(--smart-border-width));
}
smart-list-menu:not([animation=none]) .smart-hamburger-icon-line {
  transition:
    visibility 20ms ease-in,
    transform .2s ease-in,
    width .2s ease-in;
}
.smart-list-menu.smart-container {
  position: relative;
  display: flex;
}
.smart-list-menu smart-menu-item[hover],
.smart-list-menu smart-menu-items-group[hover] {
  background: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-border-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-list-menu .smart-hamburger-icon {
  width: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: none;
  cursor: pointer;
  margin-top: 2px;
}
.smart-list-menu .smart-hamburger-icon .smart-hamburger-icon-custom-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.smart-list-menu .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-top {
  width: 29px;
  transform: translateX(4px) rotate(45deg);
}
.smart-list-menu .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-center {
  visibility: hidden;
}
.smart-list-menu .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-bottom {
  width: 29px;
  transform: translateX(4px) rotate(-45deg);
}
.smart-list-menu .smart-hamburger-icon-line {
  margin-bottom: 5px;
  border-radius: 10px;
  width: 30px;
  height: 5px;
  background-color: var(--smart-surface-color);
  transform-origin: left;
}
.smart-list-menu .smart-hamburger-icon-line-bottom {
  margin-bottom: 0;
}
.smart-list-menu .smart-list-menu-view-minimized {
  left: calc(-1 * var(--smart-border-width));
  top: calc(100% + var(--smart-border-width));
}
.smart-list-menu .smart-list-menu-view-minimized.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-list-menu[minimized] .smart-minimized-header {
  background: var(--smart-surface);
  justify-content: flex-end;
}
.smart-list-menu[disabled] .smart-hamburger-icon,
.smart-list-menu[disabled] smart-menu-item,
.smart-list-menu[disabled] smart-menu-items-group {
  cursor: default;
}
.smart-list-menu[minimize-icon-template] .smart-hamburger-icon {
  width: auto;
  float: left;
}
.smart-list-menu:not([animation=none]) .smart-hamburger-icon-line {
  transition:
    visibility 20ms ease-in,
    transform .2s ease-in,
    width .2s ease-in;
}
.smart-list-menu:not([animation=none]) .smart-list-menu-view-minimized {
  opacity: 1;
  transform: scaleY(1);
  margin: 8px 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-list-menu:not([animation=none]) .smart-list-menu-view-minimized.smart-visibility-hidden {
  opacity: .2;
  transform: scaleY(0);
}
.smart-list-menu[minimize-icon-template=null] .smart-hamburger-icon {
  width: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: none;
  cursor: pointer;
  margin-top: 2px;
}
.smart-list-menu-view-minimized.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position*=top],
.smart-list-menu[drop-down-position*=top] .smart-list-menu-view-minimized {
  margin: -8px 0;
}
.smart-list-menu[drop-down-position|=top]:not([animation=none]) .smart-list-menu-view-minimized {
  transform: translateY(-100%) scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-list-menu[drop-down-position|=top]:not([animation=none]) .smart-list-menu-view-minimized.smart-visibility-hidden {
  transform: translateY(-100%) scaleY(0);
}
.smart-list-menu smart-menu-item,
.smart-list-menu smart-menu-items-group,
.smart-list-menu-view.smart-drop-down-repositioned smart-menu-item,
.smart-list-menu-view.smart-drop-down-repositioned smart-menu-items-group {
  padding: 10px 0;
}
.smart-list-menu smart-menu-item.smart-element,
.smart-list-menu smart-menu-items-group.smart-element,
.smart-list-menu-view.smart-drop-down-repositioned smart-menu-item.smart-element,
.smart-list-menu-view.smart-drop-down-repositioned smart-menu-items-group.smart-element {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.smart-list-menu smart-menu-item[separator]:last-child,
.smart-list-menu smart-menu-items-group.smart-menu-items-group-opened[separator],
.smart-list-menu smart-menu-items-group[separator]:last-child,
.smart-list-menu-view.smart-drop-down-repositioned smart-menu-item[separator]:last-child,
.smart-list-menu-view.smart-drop-down-repositioned smart-menu-items-group.smart-menu-items-group-opened[separator],
.smart-list-menu-view.smart-drop-down-repositioned smart-menu-items-group[separator]:last-child {
  border-bottom: none;
}
.smart-list-menu .smart-header,
.smart-list-menu-view.smart-drop-down-repositioned .smart-header {
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  border-color: var(--smart-primary);
  box-shadow: var(--smart-elevation-4);
  z-index: 3;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: var(--smart-bar-height);
  border-bottom: var(--smart-border-width) solid var(--smart-primary);
  overflow: hidden;
}
.smart-list-menu .smart-header > smart-button,
.smart-list-menu-view.smart-drop-down-repositioned .smart-header > smart-button {
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  background: inherit;
  border: inherit;
  color: inherit;
}
.smart-list-menu .smart-header > smart-button > .smart-button,
.smart-list-menu-view.smart-drop-down-repositioned .smart-header > smart-button > .smart-button {
  border: none;
}
.smart-list-menu .smart-header > smart-button .smart-arrow:after,
.smart-list-menu-view.smart-drop-down-repositioned .smart-header > smart-button .smart-arrow:after {
  font-size: calc(var(--smart-font-size) - 3px);
  color: inherit;
}
.smart-list-menu .smart-menu-scroll-button,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-scroll-button {
  display: block;
  background-color: var(--smart-scroll-bar-background);
  color: var(--smart-scroll-bar-color);
  border-radius: 0;
  border-left: none;
  border-right: none;
  width: 100%;
  height: var(--smart-menu-scroll-button-size);
}
.smart-list-menu .smart-menu-scroll-button > button,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-scroll-button > button {
  border: none;
  min-height: 0;
}
.smart-list-menu .smart-menu-scroll-button:last-of-type,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-scroll-button:last-of-type {
  border-bottom: none;
}
.smart-list-menu .smart-hidden,
.smart-list-menu-view.smart-drop-down-repositioned .smart-hidden {
  display: none !important;
}
.smart-list-menu .smart-title,
.smart-list-menu-view.smart-drop-down-repositioned .smart-title {
  display: flex;
  align-items: center;
  font-size: calc(var(--smart-font-size) + 2px);
}
.smart-list-menu .smart-menu-item-label-container,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-item-label-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
}
.smart-list-menu .smart-menu-item-label-element,
.smart-list-menu .smart-menu-items-group-arrow,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-item-label-element,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-items-group-arrow {
  align-items: center;
  display: flex;
}
.smart-list-menu .smart-menu-main-container,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.smart-list-menu .smart-menu-main-container .smart-scroll-viewer-content-container,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container .smart-scroll-viewer-content-container {
  width: 100%;
}
.smart-list-menu .smart-menu-main-container.header-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.header-shown {
  height: calc(100% - var(--smart-bar-height));
}
.smart-list-menu .smart-menu-main-container.header-shown.scroll-buttons-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.header-shown.scroll-buttons-shown {
  height: calc(100% - var(--smart-bar-height) - 2 * var(--smart-menu-scroll-button-size));
}
.smart-list-menu .smart-menu-main-container.header-shown.scroll-buttons-shown.one-button-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.header-shown.scroll-buttons-shown.one-button-shown {
  height: calc(100% - var(--smart-bar-height) - var(--smart-menu-scroll-button-size));
}
.smart-list-menu .smart-menu-main-container.header-shown.scroll-buttons-shown.one-button-shown.filter-input-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.header-shown.scroll-buttons-shown.one-button-shown.filter-input-shown {
  height: calc(100% - var(--smart-bar-height) - var(--smart-menu-scroll-button-size) - var(--smart-text-box-default-height) - 2 * var(--smart-list-menu-filter-input-vertical-offset));
}
.smart-list-menu .smart-menu-main-container.header-shown.scroll-buttons-shown.filter-input-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.header-shown.scroll-buttons-shown.filter-input-shown {
  height: calc(100% - var(--smart-bar-height) - 2 * var(--smart-menu-scroll-button-size) - var(--smart-text-box-default-height) - 2 * var(--smart-list-menu-filter-input-vertical-offset));
}
.smart-list-menu .smart-menu-main-container.header-shown.filter-input-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.header-shown.filter-input-shown {
  height: calc(100% - var(--smart-bar-height) - var(--smart-text-box-default-height) - 2 * var(--smart-list-menu-filter-input-vertical-offset));
}
.smart-list-menu .smart-menu-main-container.scroll-buttons-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.scroll-buttons-shown {
  height: calc(100% - 2 * var(--smart-menu-scroll-button-size));
}
.smart-list-menu .smart-menu-main-container.scroll-buttons-shown.one-button-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.scroll-buttons-shown.one-button-shown {
  height: calc(100% - var(--smart-menu-scroll-button-size));
}
.smart-list-menu .smart-menu-main-container.scroll-buttons-shown.one-button-shown.filter-input-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.scroll-buttons-shown.one-button-shown.filter-input-shown {
  height: calc(100% - var(--smart-menu-scroll-button-size) - var(--smart-text-box-default-height) - 2 * var(--smart-list-menu-filter-input-vertical-offset));
}
.smart-list-menu .smart-menu-main-container.scroll-buttons-shown.filter-input-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.scroll-buttons-shown.filter-input-shown {
  height: calc(100% - 2 * var(--smart-menu-scroll-button-size) - var(--smart-text-box-default-height) - 2 * var(--smart-list-menu-filter-input-vertical-offset));
}
.smart-list-menu .smart-menu-main-container.filter-input-shown,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.filter-input-shown {
  height: calc(100% - var(--smart-text-box-default-height));
}
.smart-list-menu .smart-menu-main-container.bounce-top,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.bounce-top {
  padding-top: 50px;
}
.smart-list-menu .smart-menu-main-container.bounce-bottom,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-main-container.bounce-bottom {
  padding-bottom: 50px;
}
.smart-list-menu .smart-menu-item-shortcut,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-item-shortcut {
  margin-left: 0;
}
.smart-list-menu .smart-menu-drop-down,
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-drop-down {
  width: 100%;
}
.smart-list-menu .smart-menu-drop-down[level="2"]:not(.smart-menu-minimized-items-container),
.smart-list-menu-view.smart-drop-down-repositioned .smart-menu-drop-down[level="2"]:not(.smart-menu-minimized-items-container) {
  margin: 0;
}
.smart-list-menu .smart-tree-main-container,
.smart-list-menu-view.smart-drop-down-repositioned .smart-tree-main-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--smart-tree-item-horizontal-offset);
  overflow: hidden;
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-menu-items-group-opened,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-items-group.smart-element.smart-menu-items-group-opened,
.smart-list-menu:not([animation=none]) .smart-menu-items-group-opened {
  overflow: visible;
}
.smart-list-menu .smart-list-menu-filter-input-container,
.smart-list-menu-view.smart-drop-down-repositioned .smart-list-menu-filter-input-container {
  position: relative;
  width: calc(100% - 10px);
  height: calc(var(--smart-text-box-default-height));
  margin: 5px;
  font-size: inherit;
}
.smart-list-menu .smart-list-menu-filter-input-container:after,
.smart-list-menu-view.smart-drop-down-repositioned .smart-list-menu-filter-input-container:after {
  content: var(--smart-icon-filter);
  font-family: var(--smart-font-family-icon);
  height: var(--smart-text-box-default-height);
  position: absolute;
  top: 0;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 25px);
}
.smart-list-menu .smart-filter-input,
.smart-list-menu-view.smart-drop-down-repositioned .smart-filter-input {
  border: 1px solid var(--smart-border);
  width: 100%;
  height: 100%;
  padding-left: var(--smart-editor-label-padding);
  padding-right: calc(var(--smart-editor-label-padding) + 25px);
  font-size: inherit;
}
.smart-list-menu .smart-filter-input::selection,
.smart-list-menu-view.smart-drop-down-repositioned .smart-filter-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
.smart-list-menu .smart-list-menu-group-label,
.smart-list-menu-view.smart-drop-down-repositioned .smart-list-menu-group-label {
  margin-bottom: 1px;
  padding: 10px;
  background-color: var(--smart-disabled);
  color: var(--smart-disabled-color);
  font-size: calc(var(--smart-font-size) + 1px);
  font-weight: 700;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
.smart-list-menu .smart-scroll-viewer,
.smart-list-menu-view.smart-drop-down-repositioned .smart-scroll-viewer {
  border: none;
}
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable] smart-menu-items-group[level="1"] > .smart-menu-item-label-container,
.smart-list-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-list-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-list-menu[checkboxes][checkable] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-list-menu[checkboxes][checkable] smart-menu-items-group[level="1"] > .smart-menu-item-label-container {
  padding-left: 35px;
}
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][checkable] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: var(--smart-icon-check);
  font-family: var(--smart-font-family-icon);
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-list-menu-group-label,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-item,
.smart-list-menu:not([animation=none]) .smart-list-menu-group-label,
.smart-list-menu:not([animation=none]) smart-menu-item {
  position: relative;
}
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable][check-mode=radioButton] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable][check-mode=radioButton] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][checkable][check-mode=radioButton] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][checkable][check-mode=radioButton] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after {
  content: var(--smart-icon-radio);
}
.smart-list-menu-view.smart-drop-down-repositioned[animation=none].smart-visibility-hidden,
.smart-list-menu[animation=none].smart-visibility-hidden {
  transform: scale(0);
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-list-menu-group-label,
.smart-list-menu-view-minimized:not([animation=none]) .smart-menu-item-label-container,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-item,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-items-group,
.smart-list-menu:not([animation=none]) .smart-list-menu-group-label,
.smart-list-menu:not([animation=none]) .smart-menu-item-label-container,
.smart-list-menu:not([animation=none]) smart-menu-item,
.smart-list-menu:not([animation=none]) smart-menu-items-group {
  left: 0;
  transition: left .3s ease-in;
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-list-menu-group-label.animate,
.smart-list-menu-view-minimized:not([animation=none]) .smart-menu-item-label-container.animate,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-item.animate,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-items-group.animate,
.smart-list-menu:not([animation=none]) .smart-list-menu-group-label.animate,
.smart-list-menu:not([animation=none]) .smart-menu-item-label-container.animate,
.smart-list-menu:not([animation=none]) smart-menu-item.animate,
.smart-list-menu:not([animation=none]) smart-menu-items-group.animate {
  left: -100%;
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-list-menu-group-label.right,
.smart-list-menu-view-minimized:not([animation=none]) .smart-menu-item-label-container.right,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-item.right,
.smart-list-menu-view-minimized:not([animation=none]) smart-menu-items-group.right,
.smart-list-menu:not([animation=none]) .smart-list-menu-group-label.right,
.smart-list-menu:not([animation=none]) .smart-menu-item-label-container.right,
.smart-list-menu:not([animation=none]) smart-menu-item.right,
.smart-list-menu:not([animation=none]) smart-menu-items-group.right {
  left: -100%;
  transition: none;
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-menu-drop-down,
.smart-list-menu:not([animation=none]) .smart-menu-drop-down {
  position: absolute;
  top: 0;
  left: 0;
  transition: left .3s ease-in;
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-menu-drop-down.smart-hidden,
.smart-list-menu:not([animation=none]) .smart-menu-drop-down.smart-hidden {
  display: block !important;
  left: 100%;
}
.smart-list-menu-view-minimized:not([animation=none]) .smart-menu-drop-down.no-transition,
.smart-list-menu:not([animation=none]) .smart-menu-drop-down.no-transition {
  transition: none;
}
.smart-list-menu-view {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.smart-list-menu-view.smart-list-menu-view-minimized {
  position: absolute;
  width: var(--smart-editor-drop-down-width);
  height: var(--smart-editor-drop-down-height);
  left: calc(-1 * var(--smart-border-width));
  top: calc(100% + var(--smart-border-width));
  background-color: #fff;
  box-shadow: var(--smart-elevation-8);
}
.smart-list-menu-view-minimized:not([animation=none]) {
  opacity: 1;
  transform: scaleY(1);
  margin: 8px 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-list-menu-view-minimized:not([animation=none]).smart-visibility-hidden {
  opacity: .2;
  transform: scaleY(0);
}
.smart-list-menu-view-minimized.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-list-menu-view-minimized[drop-down-position|=top]:not([animation=none]) {
  transform: translateY(-100%) scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-list-menu-view-minimized[drop-down-position|=top]:not([animation=none]).smart-visibility-hidden {
  transform: translateY(-100%) scaleY(0);
}
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] .smart-menu-drop-down.smart-hidden,
.smart-list-menu:not([animation=none])[right-to-left] .smart-menu-drop-down.smart-hidden {
  left: -100%;
}
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] .smart-list-menu-group-label.animate,
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] .smart-list-menu-group-label.right,
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] .smart-menu-item-label-container.animate,
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] .smart-menu-item-label-container.right,
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] smart-menu-item.animate,
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] smart-menu-item.right,
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] smart-menu-items-group.animate,
.smart-list-menu-view-minimized:not([animation=none])[right-to-left] smart-menu-items-group.right,
.smart-list-menu:not([animation=none])[right-to-left] .smart-list-menu-group-label.animate,
.smart-list-menu:not([animation=none])[right-to-left] .smart-list-menu-group-label.right,
.smart-list-menu:not([animation=none])[right-to-left] .smart-menu-item-label-container.animate,
.smart-list-menu:not([animation=none])[right-to-left] .smart-menu-item-label-container.right,
.smart-list-menu:not([animation=none])[right-to-left] smart-menu-item.animate,
.smart-list-menu:not([animation=none])[right-to-left] smart-menu-item.right,
.smart-list-menu:not([animation=none])[right-to-left] smart-menu-items-group.animate,
.smart-list-menu:not([animation=none])[right-to-left] smart-menu-items-group.right {
  left: 100%;
}
.smart-list-menu-view.smart-drop-down-repositioned[right-to-left] .smart-filter-input,
.smart-list-menu[right-to-left] .smart-filter-input {
  direction: rtl;
  padding-right: var(--smart-editor-label-padding);
  padding-left: calc(var(--smart-editor-label-padding) + 25px);
}
.smart-list-menu-view.smart-drop-down-repositioned[right-to-left] .smart-list-menu-filter-input-container:after,
.smart-list-menu[right-to-left] .smart-list-menu-filter-input-container:after {
  left: 0;
}
.smart-list-menu-view.smart-drop-down-repositioned[right-to-left] .smart-header > smart-button,
.smart-list-menu[right-to-left] .smart-header > smart-button {
  left: initial;
  right: 0;
}
.smart-list-menu-view.smart-drop-down-repositioned[right-to-left] smart-menu-items-group .smart-menu-items-group-arrow,
.smart-list-menu[right-to-left] smart-menu-items-group .smart-menu-items-group-arrow {
  margin-left: initial;
}
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable][right-to-left] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable][right-to-left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-list-menu[checkboxes][checkable][right-to-left] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-list-menu[checkboxes][checkable][right-to-left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container,
.smart-list-menu[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-list-menu[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container {
  padding-left: initial;
  padding-right: 35px;
}
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable][right-to-left] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][checkable][right-to-left] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-list-menu-view.smart-drop-down-repositioned[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][checkable][right-to-left] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][checkable][right-to-left] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-list-menu[checkboxes][right-to-left] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
.smart-list-menu[right-to-left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  margin-right: initial;
}
.smart-list-menu[right-to-left] smart-menu-item .smart-menu-item-shortcut {
  margin-left: initial;
  margin-right: 100px;
}
.smart-list-menu[right-to-left] .smart-menu-main-container {
  direction: rtl;
}
.smart-list-menu[right-to-left] .smart-menu-items-group-arrow.right.smart-arrow-right {
  margin-left: initial;
  margin-right: 50px;
}
.smart-list-menu[right-to-left] > .smart-container {
  flex-direction: row-reverse;
}
.smart-list-menu[right-to-left] .smart-list-menu-view.smart-list-menu-view-minimized {
  left: initial;
  right: calc(-1 * var(--smart-border-width));
}
.smart-list-menu[right-to-left][minimized] .smart-list-menu-view-minimized,
.smart-list-menu[right-to-left][mode=tree] .smart-list-menu-view-minimized {
  direction: rtl;
}
.smart-list-menu-view-minimized[right-to-left] .smart-menu-item-shortcut,
.smart-list-menu-view-minimized[right-to-left] smart-menu-items-group .smart-menu-items-group-arrow,
.smart-list-menu[right-to-left] .smart-list-menu-view-minimized .smart-menu-item-shortcut,
.smart-list-menu[right-to-left] smart-menu-items-group .smart-menu-items-group-arrow,
.smart-list-menu[right-to-left][mode=dropDown] smart-menu-item[level="1"] .smart-menu-item-shortcut {
  margin-right: initial;
}
.smart-menu-drop-down.smart-drop-down-repositioned.smart-list-menu-view-minimized[right-to-left] {
  direction: rtl;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left] .smart-menu-items-group-arrow.right.smart-arrow-right {
  margin-left: initial;
  margin-right: 50px;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left] .smart-menu-item-container {
  direction: rtl;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left] smart-menu-item .smart-menu-item-shortcut {
  margin-left: initial;
  margin-right: 100px;
}
smart-masked-text-box {
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
}
smart-masked-text-box.smart-element {
  border: 1px solid var(--smart-border);
  background: var(--smart-background);
  overflow: visible;
  border-radius: var(--smart-border-radius);
}
.smart-masked-text-box > .smart-container {
  position: relative;
}
.smart-masked-text-box .smart-input {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  outline: 0;
}
.smart-masked-text-box[right-to-left] .smart-container {
  direction: rtl;
}
.smart-menu .smart-menu-drop-down,
smart-menu[mode=dropDown] {
  z-index: var(--smart-editor-drop-down-z-index);
  top: 0;
  box-shadow: var(--smart-elevation-8);
  border-radius: var(--smart-border-radius);
}
.smart-menu .smart-element[level="2"]:last-child,
.smart-menu .smart-element[level="3"]:last-child,
.smart-menu:not([aria-orientation=horizontal]) .smart-element[level="1"]:last-child {
  margin-bottom: var(--smart-border-radius);
}
smart-menu {
  width: var(--smart-menu-default-width);
  height: var(--smart-menu-default-height);
  visibility: hidden;
}
smart-menu:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
smart-menu > .smart-container {
  display: flex;
  position: relative;
}
smart-menu smart-menu-item[level="1"][separator],
smart-menu smart-menu-item[separator][level]:last-child,
smart-menu smart-menu-items-group[level="1"][separator],
smart-menu smart-menu-items-group[separator][level]:last-child {
  border-bottom: none;
}
smart-menu.smart-element {
  visibility: inherit;
  overflow: visible;
}
smart-menu .smart-ripple {
  background: var(--smart-primary);
}
smart-menu[aria-orientation=horizontal] {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
}
smart-menu[mode=vertical],
smart-menu[mode=dropDown],
smart-menu[mode=tree] {
  width: var(--smart-menu-vertical-default-width);
  height: var(--smart-menu-vertical-default-height);
}
smart-menu[mode=tree]:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
smart-menu[minimized] smart-menu-item[level="1"][separator],
smart-menu[minimized] smart-menu-items-group[level="1"][separator],
smart-menu[mode=vertical] smart-menu-item[level="1"][separator],
smart-menu[mode=vertical] smart-menu-items-group[level="1"][separator],
smart-menu[mode=dropDown] smart-menu-item[level="1"][separator],
smart-menu[mode=dropDown] smart-menu-items-group[level="1"][separator],
smart-menu[mode=tree] smart-menu-item[level="1"][separator],
smart-menu[mode=tree] smart-menu-items-group[level="1"][separator] {
  border-bottom: 1px solid var(--smart-border);
}
smart-menu[minimized][drop-down-position$=left] .smart-menu-minimized-items-container .smart-menu-item-label-container {
  flex-direction: row;
}
smart-menu[mode=tree] {
  background: var(--smart-background);
  border-color: var(--smart-border);
  color: var(--smart-background-color);
}
smart-menu[mode=dropDown] {
  position: absolute;
  background: var(--smart-background);
  color: var(--smart-background-color);
  left: 0;
}
smart-menu-item,
smart-menu-items-group {
  visibility: hidden;
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
smart-menu-item.smart-element,
smart-menu-items-group.smart-element {
  visibility: inherit;
  overflow: visible;
  background: inherit;
  color: inherit;
  border-color: inherit;
}
smart-menu-item[hover],
smart-menu-items-group[hover] {
  background-color: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-border-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-menu-item[focus],
smart-menu-items-group[focus] {
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
  color: var(--smart-ui-state-color-focus);
}
smart-menu-item[separator],
smart-menu-items-group[separator] {
  border-bottom: 1px solid var(--smart-border);
}
smart-menu-item .smart-menu-item-shortcut {
  margin-left: 100px;
  opacity: .5;
}
smart-menu-item[template-applied] {
  cursor: default;
}
smart-menu-item[disabled] {
  opacity: .5;
}
smart-menu-items-group {
  position: relative;
}
.smart-menu a {
  color: inherit;
}
.smart-menu smart-menu-item[level="1"],
.smart-menu smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-menu smart-menu-items-group[level="1"],
.smart-menu smart-menu-items-group[level="1"] > .smart-menu-item-label-container {
  height: 100%;
}
.smart-menu .smart-menu-drop-down {
  position: absolute;
  background: var(--smart-background);
  color: var(--smart-background-color);
  left: 100%;
}
.smart-menu .smart-menu-drop-down .smart-menu-drop-down,
.smart-menu .smart-menu-drop-down .smart-menu-drop-down.smart-visibility-hidden {
  border: none;
}
.smart-menu .smart-menu-drop-down.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-menu .smart-menu-drop-down[level="2"] {
  top: 100%;
  left: 0;
}
.smart-menu .smart-menu-main-container {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: default;
}
.smart-menu .smart-menu-main-container > smart-menu-item[level="1"] .smart-menu-item-shortcut {
  display: none;
}
.smart-menu .smart-menu-main-container.scroll-buttons-shown {
  width: calc(100% - 2 * var(--smart-menu-scroll-button-size));
  overflow: hidden;
}
.smart-menu .smart-menu-main-container.scroll-buttons-shown.one-button-shown {
  width: calc(100% - var(--smart-menu-scroll-button-size));
}
.smart-menu .smart-menu-item-label-element {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.smart-menu .smart-menu-item-label-element > span {
  display: flex;
  align-items: center;
}
.smart-menu .smart-element[level="2"]:first-child {
  margin-top: var(--smart-border-radius);
}
.smart-menu .smart-element[level="3"]:first-child {
  margin-top: var(--smart-border-radius);
}
.smart-menu .smart-header {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  box-shadow: var(--smart-elevation-4);
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  z-index: 3;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.smart-menu .smart-hamburger-icon {
  width: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: none;
  cursor: pointer;
}
.smart-menu-drop-down,
.smart-menu-item[template-applied],
.smart-menu[disabled] .smart-hamburger-icon,
.smart-menu[disabled] smart-menu-item,
.smart-menu[disabled] smart-menu-items-group {
  cursor: default;
}
.smart-menu .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-top {
  width: 29px;
  transform: translateX(4px) rotate(45deg);
}
.smart-menu .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-center {
  visibility: hidden;
}
.smart-menu .smart-hamburger-icon.smart-close-button > .smart-hamburger-icon-line-bottom {
  width: 29px;
  transform: translateX(4px) rotate(-45deg);
}
.smart-menu .smart-hamburger-icon .smart-hamburger-icon-custom-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.smart-menu .smart-hamburger-icon-line {
  margin-bottom: 5px;
  border-radius: 10px;
  width: 30px;
  height: 5px;
  transform-origin: left;
  background-color: #757575;
}
.smart-menu .smart-hamburger-icon-line-bottom {
  margin-bottom: 0;
}
.smart-menu .smart-menu-minimized-items-container .smart-menu-items-group-opened > .smart-menu-item-label-container {
  padding-bottom: 0;
}
.smart-menu .smart-menu-minimized-items-container .smart-menu-drop-down.smart-visibility-hidden {
  margin-top: 0;
  height: 0;
  transform: scaleY(0);
}
.smart-menu .smart-menu-minimized-items-container.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-menu:not([mode=tree])[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container:after,
.smart-menu:not([mode=tree])[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container:after,
.smart-menu[minimized][checkboxes][checkable][drop-down-position$=left] .smart-menu-minimized-items-container > smart-menu-item > .smart-menu-item-label-container:after,
.smart-menu[minimized][checkboxes][checkable][drop-down-position$=left] .smart-menu-minimized-items-container > smart-menu-items-group > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
.smart-menu .smart-menu-item-label-container {
  position: relative;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.smart-menu .smart-menu-scroll-button {
  display: block;
  background-color: var(--smart-scroll-bar-button-background);
  color: var(--smart-scroll-bar-button-color);
  border-color: var(--smart-scroll-bar-button-border);
  min-height: 0;
  width: var(--smart-menu-scroll-button-size);
  height: 100%;
}
.smart-menu .smart-menu-scroll-button[hover] {
  background-color: var(--smart-scroll-bar-button-background-hover);
  color: var(--smart-scroll-bar-button-color-hover);
  border-color: var(--smart-scroll-bar-button-border-hover);
}
.smart-menu .smart-menu-scroll-button[active] {
  background-color: var(--smart-scroll-bar-button-background-active);
  color: var(--smart-scroll-bar-button-color-active);
  border-color: var(--smart-scroll-bar-button-border-active);
}
.smart-menu .smart-menu-scroll-button > button {
  border: none;
}
.smart-menu .smart-hidden {
  display: none !important;
}
.smart-menu.smart-container {
  display: flex;
  position: relative;
}
.smart-menu:not([animation=none]) .smart-menu-drop-down,
.smart-menu:not([animation=none]) .smart-menu-minimized-items-container {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-menu:not([animation=none]) .smart-menu-drop-down.smart-visibility-hidden,
.smart-menu:not([animation=none]) .smart-menu-minimized-items-container.smart-visibility-hidden {
  opacity: .2;
  transform: scaleY(0);
}
.smart-menu:not([animation=none]) .smart-menu-minimized-items-container .smart-menu-drop-down {
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: height .2s ease-in;
}
.smart-menu:not([animation=none]) .smart-menu-minimized-items-container .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  transition: transform .2s ease-in;
}
.smart-menu:not([animation=none]) .smart-hamburger-icon-line {
  transition:
    visibility 20ms ease-in,
    transform .2s ease-in,
    width .2s ease-in;
}
.smart-menu[animation=none] .smart-menu-drop-down.smart-visibility-hidden,
.smart-menu[animation=none] .smart-menu-minimized-items-container.smart-visibility-hidden {
  transform: scale(0);
}
.smart-menu[drop-down-append-to]:not([drop-down-append-to=null]) .smart-menu-main-container {
  overflow: hidden;
}
.smart-menu[overflow=hidden] .smart-menu-main-container {
  width: 100%;
}
.smart-menu[overflow=hidden][mode]:not([mode=horizontal]) .smart-menu-main-container {
  height: 100%;
}
.smart-menu[aria-orientation=horizontal] .smart-element[level="1"]:first-child {
  margin-left: var(--smart-border-radius);
}
.smart-menu[aria-orientation=horizontal] .smart-element[level="1"]:last-child {
  margin-right: var(--smart-border-radius);
}
.smart-menu:not([aria-orientation=horizontal]) .smart-element[level="1"]:first-child {
  margin-top: var(--smart-border-radius);
}
.smart-menu[disabled][mode=dropDown]:not([animation=none]) {
  opacity: .55;
}
.smart-menu[minimized] .smart-minimized-header {
  border: var(--smart-border-width) solid var(--smart-border);
  background: var(--smart-surface);
  justify-content: flex-end;
}
.smart-menu:not([mode=tree])[drop-down-position$=left] smart-menu-item:not([level="1"]) > .smart-menu-item-label-container,
.smart-menu[minimized][drop-down-position$=left] .smart-menu-minimized-items-container .smart-menu-item-label-container,
.smart-menu[minimized][drop-down-position$=left] > .smart-container {
  flex-direction: row-reverse;
}
.smart-menu[minimized][drop-down-position$=left] .smart-menu-minimized-items-container .smart-menu-items-group-arrow {
  margin: 0;
}
.smart-menu[minimized][drop-down-position$=left] .smart-menu-minimized-items-container .smart-menu-drop-down {
  padding-left: 0;
  padding-right: 20px;
}
.smart-menu:not([mode=tree])[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu:not([mode=tree])[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-menu[minimized][checkboxes][checkable][drop-down-position$=left] .smart-menu-minimized-items-container > smart-menu-item > .smart-menu-item-label-container,
.smart-menu[minimized][checkboxes][checkable][drop-down-position$=left] .smart-menu-minimized-items-container > smart-menu-items-group > .smart-menu-item-label-container,
.smart-menu[mode=vertical][checkboxes][checkable][drop-down-position$=left] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-menu[mode=vertical][checkboxes][checkable][drop-down-position$=left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container,
.smart-menu[mode=dropDown][checkboxes][checkable][drop-down-position$=left] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-menu[mode=dropDown][checkboxes][checkable][drop-down-position$=left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container,
.smart-menu[mode=tree][minimized][checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu[mode=tree][minimized][checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container {
  padding-right: 35px;
  padding-left: 10px;
}
.smart-menu[minimize-icon-template] .smart-hamburger-icon {
  width: auto;
  float: left;
}
.smart-menu[minimize-icon-template=null] .smart-hamburger-icon {
  width: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: none;
  cursor: pointer;
}
.smart-menu[mode]:not([mode=horizontal]) smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-menu[mode]:not([mode=horizontal]) smart-menu-items-group[level="1"] > .smart-menu-item-label-container {
  height: initial;
}
.smart-menu[mode]:not([mode=horizontal]):not([mode=tree])[drop-down-position$=left] smart-menu-item > .smart-menu-item-label-container,
.smart-menu[mode]:not([mode=horizontal])[drop-down-position$=left] .smart-menu-main-container smart-menu-items-group > .smart-menu-item-label-container {
  flex-direction: row-reverse;
}
.smart-menu[mode]:not([mode=horizontal])[drop-down-position$=left] .smart-menu-main-container smart-menu-items-group > .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  margin-left: 0;
  margin-right: 50px;
  transform: rotate(180deg);
}
.smart-menu[mode]:not([mode=horizontal])[drop-down-position$=left] .smart-menu-main-container smart-menu-item > .smart-menu-item-label-container > .smart-menu-item-shortcut {
  margin-left: 0;
  margin-right: 100px;
}
.smart-menu[mode]:not([mode=horizontal]):not([minimized]).smart-container,
.smart-menu[mode]:not([mode=horizontal]):not([minimized]) > .smart-container {
  display: block;
}
.smart-menu[mode=vertical] .smart-menu-main-container,
.smart-menu[mode=dropDown] .smart-menu-main-container {
  flex-direction: column;
}
.smart-menu[mode=vertical] .smart-menu-main-container.scroll-buttons-shown,
.smart-menu[mode=dropDown] .smart-menu-main-container.scroll-buttons-shown {
  width: 100%;
  height: calc(100% - 2 * var(--smart-menu-scroll-button-size));
}
.smart-menu[mode=vertical] .smart-menu-main-container.scroll-buttons-shown.one-button-shown,
.smart-menu[mode=dropDown] .smart-menu-main-container.scroll-buttons-shown.one-button-shown {
  width: 100%;
  height: calc(100% - var(--smart-menu-scroll-button-size));
}
.smart-menu[mode=vertical] .smart-menu-drop-down[level="2"],
.smart-menu[mode=dropDown] .smart-menu-drop-down[level="2"] {
  top: 0;
  left: 100%;
}
.smart-menu[mode=vertical] smart-menu-item[level="1"],
.smart-menu[mode=vertical] smart-menu-items-group[level="1"],
.smart-menu[mode=dropDown] smart-menu-item[level="1"],
.smart-menu[mode=dropDown] smart-menu-items-group[level="1"] {
  width: 100%;
  height: auto;
}
.smart-menu[mode=vertical] .smart-menu-scroll-button,
.smart-menu[mode=dropDown] .smart-menu-scroll-button,
.smart-menu[mode=tree] .smart-menu-scroll-button {
  height: var(--smart-menu-scroll-button-size);
  width: 100%;
}
.smart-menu[mode=vertical] smart-menu-item[level="1"] > .smart-menu-item-label-element,
.smart-menu[mode=vertical] smart-menu-items-group[level="1"] > .smart-menu-item-label-element,
.smart-menu[mode=dropDown] smart-menu-item[level="1"] > .smart-menu-item-label-element,
.smart-menu[mode=dropDown] smart-menu-items-group[level="1"] > .smart-menu-item-label-element {
  max-width: calc(100% - 10px);
}
.smart-menu[mode=vertical][drop-down-position$=left] .smart-menu-drop-down[level="2"],
.smart-menu[mode=dropDown][drop-down-position$=left] .smart-menu-drop-down[level="2"] {
  left: initial;
  right: 100%;
}
.smart-menu[mode=vertical][drop-down-position|=top] .smart-menu-drop-down,
.smart-menu[mode=dropDown][drop-down-position|=top] .smart-menu-drop-down {
  box-shadow: var(--smart-elevation-8);
}
.smart-menu[mode=vertical][drop-down-position|=top] .smart-menu-drop-down[level="2"],
.smart-menu[mode=dropDown][drop-down-position|=top] .smart-menu-drop-down[level="2"] {
  top: 100%;
}
.smart-menu[mode=vertical][drop-down-position=overlay-right] .smart-menu-drop-down[level="2"],
.smart-menu[mode=dropDown][drop-down-position=overlay-right] .smart-menu-drop-down[level="2"] {
  left: 0;
}
.smart-menu[mode=vertical][drop-down-position=overlay-left] .smart-menu-drop-down[level="2"],
.smart-menu[mode=dropDown][drop-down-position=overlay-left] .smart-menu-drop-down[level="2"] {
  right: 0;
}
.smart-menu[mode=vertical][checkboxes][checkable][drop-down-position$=left] smart-menu-item[level="1"] > .smart-menu-item-label-container:after,
.smart-menu[mode=vertical][checkboxes][checkable][drop-down-position$=left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container:after,
.smart-menu[mode=dropDown][checkboxes][checkable][drop-down-position$=left] smart-menu-item[level="1"] > .smart-menu-item-label-container:after,
.smart-menu[mode=dropDown][checkboxes][checkable][drop-down-position$=left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
.smart-menu[mode=vertical] .smart-menu-drop-down:not(.smart-menu-minimized-items-container) {
  margin: 0 calc(var(--smart-editor-drop-down-vertical-offset) + 3px);
}
.smart-menu[mode=vertical] .smart-menu-drop-down:not(.smart-menu-minimized-items-container) .smart-menu-drop-down {
  margin: 0;
}
.smart-menu[mode=vertical] .smart-menu-main-container > smart-menu-item[level="1"] .smart-menu-item-shortcut {
  display: none;
}
.smart-menu[mode=dropDown][drop-down-position$=left] .smart-menu-main-container smart-menu-item[level="1"] > .smart-menu-item-label-container > .smart-menu-item-shortcut {
  margin-right: initial;
}
.smart-menu[mode=dropDown] smart-menu-item[level="1"] .smart-menu-item-shortcut {
  display: block;
  margin-left: 0;
}
.smart-menu[mode=dropDown]:not([animation=none]) {
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
  opacity: 1;
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.smart-menu[mode=dropDown]:not([animation=none]).smart-visibility-hidden {
  opacity: .2;
  transform: scale(0);
}
.smart-menu[mode=tree] smart-menu-item[level="1"] .smart-menu-item-shortcut {
  display: block;
}
.smart-menu[mode=tree] .smart-menu-minimized-items-container.scroll-buttons-shown {
  width: 100%;
  height: calc(100% - 2 * var(--smart-menu-scroll-button-size));
}
.smart-menu[mode=tree] .smart-menu-minimized-items-container.scroll-buttons-shown.one-button-shown {
  width: 100%;
  height: calc(100% - var(--smart-menu-scroll-button-size));
}
.smart-menu[mode=tree]:not([minimized]) .smart-menu-minimized-items-container {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: none;
  overflow: hidden;
  transform: none;
  left: 0;
  top: 0;
}
.smart-menu[mode=tree]:not([minimized])[drop-down-position$=left] smart-menu-items-group:not([level="1"]) > .smart-menu-item-label-container {
  flex-direction: row;
}
.smart-menu[mode=tree][minimized][checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container:after,
.smart-menu[mode=tree][minimized][checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
.smart-menu[drop-down-position] .smart-menu-minimized-items-container .smart-menu-drop-down {
  position: static;
  width: 100%;
  height: auto;
  padding-left: 20px;
  box-shadow: none;
  transform: none;
}
.smart-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-menu[checkboxes][checkable] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-menu[checkboxes][checkable] smart-menu-items-group[level="1"] > .smart-menu-item-label-container {
  padding-left: 35px;
}
.smart-menu[drop-down-position*=overlay] .smart-menu-drop-down,
.smart-menu[drop-down-position*=overlay] .smart-menu-drop-down[level="2"] {
  margin: unset;
}
.smart-menu-drop-down.smart-drop-down-repositioned.smart-drop-down-container[drop-down-position*=top],
.smart-menu[drop-down-position*=top] .smart-menu-drop-down,
.smart-menu[drop-down-position*=top] .smart-menu-drop-down[level="2"] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-menu[drop-down-position|=overlay] .smart-menu-drop-down {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: var(--smart-elevation-8);
}
.smart-menu[drop-down-position|=overlay] .smart-menu-drop-down[level="2"] {
  top: initial;
  transform: initial;
}
.smart-menu[drop-down-position|=overlay]:not([animation=none]) .smart-menu-drop-down {
  transform: translateY(-50%) scaleY(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-menu[drop-down-position|=overlay]:not([animation=none]) .smart-menu-drop-down.smart-visibility-hidden {
  transform: translateY(-50%) scaleY(0);
}
.smart-menu[drop-down-position|=overlay]:not([animation=none]) .smart-menu-drop-down[level="2"] {
  transform: scaleY(1);
}
.smart-menu[drop-down-position|=overlay]:not([animation=none]) .smart-menu-drop-down[level="2"].smart-visibility-hidden {
  transform: scaleY(0);
}
.smart-menu[drop-down-position|=top] .smart-menu-drop-down {
  top: 100%;
  transform: translateY(-100%);
  box-shadow: var(--smart-elevation-8);
}
.smart-menu[drop-down-position|=top] .smart-menu-drop-down[level="2"] {
  top: 0;
}
.smart-menu[drop-down-position|=top] .smart-menu-minimized-items-container {
  top: calc(-1 * var(--smart-border-width));
  transform: translateY(-100%);
  box-shadow: var(--smart-elevation-4);
}
.smart-menu[drop-down-position|=top]:not([animation=none]) .smart-menu-drop-down {
  transform: translateY(-100%) scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-menu[drop-down-position|=top]:not([animation=none]) .smart-menu-drop-down.smart-visibility-hidden,
.smart-menu[drop-down-position|=top]:not([animation=none]) .smart-menu-minimized-items-container.smart-visibility-hidden {
  transform: translateY(-100%) scaleY(0);
}
.smart-menu[drop-down-position|=top]:not([animation=none]):not([mode=tree]) .smart-menu-minimized-items-container {
  transform: translateY(-100%) scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-menu[drop-down-position|=top][mode=vertical]:not([animation=none]) .smart-menu-minimized-items-container .smart-menu-drop-down,
.smart-menu[drop-down-position|=top][mode=dropDown]:not([animation=none]) .smart-menu-minimized-items-container .smart-menu-drop-down {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-menu[drop-down-position$=left] .smart-menu-drop-down {
  left: initial;
  right: 100%;
}
.smart-menu[drop-down-position$=left] .smart-menu-drop-down[level="2"] {
  left: initial;
  right: 0;
}
.smart-menu[drop-down-position$=left] .smart-menu-main-container smart-menu-items-group:not([level="1"]) > .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  margin-left: 0;
  margin-right: 50px;
  transform: rotate(180deg);
}
.smart-menu[drop-down-position$=left] .smart-menu-main-container smart-menu-item:not([level="1"]) > .smart-menu-item-label-container > .smart-menu-item-shortcut {
  margin-left: 0;
  margin-right: 100px;
}
.smart-menu[drop-down-position$=left] smart-menu-items-group:not([level="1"]) > .smart-menu-item-label-container {
  flex-direction: row-reverse;
}
.smart-menu[drop-down-position$=left] .smart-menu-minimized-items-container {
  left: initial;
  right: calc(-1 * var(--smart-border-width));
}
.smart-menu[drop-down-position=overlay-left] .smart-menu-main-container .smart-menu-drop-down:not([level="2"]) {
  left: initial;
  right: 0;
}
.smart-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: var(--smart-icon-check);
  font-family: smart-icons;
}
.smart-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  content: var(--smart-icon-radio);
}
.smart-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes][checkable] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: var(--smart-icon-check);
  font-family: smart-icons;
}
.smart-menu[checkboxes][checkable] smart-menu-item[level="1"][checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes][checkable] smart-menu-items-group[level="1"][checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes][checkable][check-mode=radioButton] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-menu[checkboxes][checkable][check-mode=radioButton] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after {
  content: var(--smart-icon-radio);
}
.smart-menu[checkboxes][mode=tree] .smart-menu-minimized-items-container smart-menu-items-group.smart-menu-items-group-opened > .smart-menu-item-label-container:after {
  top: calc(50% + 5px);
}
.smart-menu-items-group .smart-menu-items-group-arrow {
  margin-left: 50px;
  font-size: calc(var(--smart-font-size) - 3px);
  font-family: var(--smart-family-icon);
  transform: rotate(0);
}
.smart-menu-items-group[level="1"] > .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  margin-left: 10px;
}
.smart-menu-item[template-applied] .smart-menu-item-label-container {
  overflow: visible;
}
.smart-menu-item[template-applied] .smart-menu-item-label-element {
  width: 100%;
  overflow: visible;
  display: block;
  white-space: normal;
}
.smart-menu-drop-down {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-menu-drop-down .smart-menu-drop-down {
  margin: 0;
}
.smart-menu-drop-down[level="2"]:not(.smart-menu-minimized-items-container) {
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + 3px) 0;
}
.smart-menu-drop-down[level="2"][mode=vertical]:not(.smart-menu-minimized-items-container),
.smart-menu-drop-down[level="2"][mode=dropDown]:not(.smart-menu-minimized-items-container) {
  margin: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position*=overlay],
.smart-menu-drop-down[drop-down-position*=overlay] {
  margin: unset;
}
.smart-menu-drop-down.drop-down-height-set .smart-menu-scroll-button {
  display: block;
  background-color: var(--smart-scroll-bar-button-background);
  color: var(--smart-scroll-bar-button-color);
  border-color: var(--smart-scroll-bar-button-border);
  min-height: 0;
  width: 100%;
  height: var(--smart-menu-scroll-button-size);
}
.smart-menu-drop-down.drop-down-height-set .smart-menu-scroll-button[hover] {
  background-color: var(--smart-scroll-bar-button-background-hover);
  color: var(--smart-scroll-bar-button-color-hover);
  border-color: var(--smart-scroll-bar-button-border-hover);
}
.smart-menu-drop-down.drop-down-height-set .smart-menu-scroll-button[active] {
  background-color: var(--smart-scroll-bar-button-background-active);
  color: var(--smart-scroll-bar-button-color-active);
  border-color: var(--smart-scroll-bar-button-border-active);
}
.smart-menu-drop-down.smart-drop-down-repositioned,
.smart-menu-minimized-items-container,
.smart-menu-minimized-items-container.smart-drop-down-repositioned .smart-menu-drop-down {
  background: var(--smart-background);
  color: var(--smart-background-color);
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-menu-drop-down.drop-down-height-set .smart-menu-scroll-button > button {
  border: none;
}
.smart-menu-drop-down.drop-down-height-set .smart-menu-main-container.scroll-buttons-shown {
  width: calc(100% - 2 * var(--smart-menu-scroll-button-size));
  overflow: hidden;
}
.smart-menu-drop-down.drop-down-height-set[mode=vertical] .smart-menu-scroll-button,
.smart-menu-drop-down.drop-down-height-set[mode=dropDown] .smart-menu-scroll-button,
.smart-menu-drop-down.drop-down-height-set[mode=tree] .smart-menu-scroll-button {
  width: 100%;
  height: var(--smart-menu-scroll-button-size);
}
.smart-menu-drop-down.drop-down-height-set > .smart-menu-item-container {
  height: 100%;
  overflow: hidden;
}
.smart-menu-drop-down.drop-down-height-set > .smart-menu-item-container.scroll-buttons-shown {
  height: calc(100% - 2 * var(--smart-menu-scroll-button-size));
}
.smart-menu-drop-down.drop-down-height-set > .smart-menu-item-container.scroll-buttons-shown.one-button-shown {
  width: 100%;
  height: calc(100% - var(--smart-menu-scroll-button-size));
}
.smart-menu-drop-down.drop-down-height-set > .smart-menu-item-container > smart-menu-items-group {
  position: static;
}
.smart-menu-drop-down.smart-drop-down-repositioned {
  position: absolute;
  box-shadow: var(--smart-elevation-8);
  border-radius: var(--smart-border-radius);
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
}
.smart-menu-drop-down.smart-drop-down-repositioned a {
  color: inherit;
}
.smart-menu-drop-down.smart-drop-down-repositioned * {
  box-sizing: border-box;
}
.smart-menu-drop-down.smart-drop-down-repositioned .smart-ripple {
  background: var(--smart-primary);
}
.smart-menu-drop-down.smart-drop-down-repositioned .smart-menu-drop-down {
  border: none;
}
.smart-menu-drop-down.smart-drop-down-repositioned .smart-menu-item-label-container {
  position: relative;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.smart-menu-drop-down.smart-drop-down-repositioned smart-menu-item[separator][level]:last-child,
.smart-menu-drop-down.smart-drop-down-repositioned smart-menu-items-group[separator][level]:last-child {
  border-bottom: none;
}
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container {
  padding-left: 35px;
}
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: var(--smart-icon-check);
  font-family: smart-icons;
}
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu-drop-down.smart-drop-down-repositioned[checkboxes] .smart-menu-item-container[checkable][check-mode=radioButton] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  content: var(--smart-icon-radio);
}
.smart-menu-drop-down.smart-drop-down-repositioned[level="2"] {
  top: 100%;
  left: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[mode=vertical][level="2"],
.smart-menu-drop-down.smart-drop-down-repositioned[mode=dropDown][level="2"] {
  top: 0;
  left: 100%;
}
.smart-menu-drop-down.smart-drop-down-repositioned[mode=vertical][drop-down-position|=top],
.smart-menu-drop-down.smart-drop-down-repositioned[mode=dropDown][drop-down-position|=top] {
  box-shadow: var(--smart-elevation-8);
  transform: translateY(-100%);
}
.smart-menu-drop-down.smart-drop-down-repositioned[mode=vertical][drop-down-position|=top][level="2"],
.smart-menu-drop-down.smart-drop-down-repositioned[mode=dropDown][drop-down-position|=top][level="2"] {
  top: 100%;
  transform: none;
}
.smart-menu-drop-down.smart-drop-down-repositioned[mode=vertical][drop-down-position=overlay-right][level="2"],
.smart-menu-drop-down.smart-drop-down-repositioned[mode=dropDown][drop-down-position=overlay-right][level="2"] {
  left: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[mode=vertical][drop-down-position=overlay-left][level="2"],
.smart-menu-drop-down.smart-drop-down-repositioned[mode=dropDown][drop-down-position=overlay-left][level="2"] {
  right: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position$=left],
.smart-menu-drop-down.smart-drop-down-repositioned[mode=dropDown][drop-down-position$=left][level="2"] {
  left: initial;
  right: 100%;
}
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position$=left][level="2"],
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position=overlay-left]:not([level="2"]) {
  left: initial;
  right: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position|=overlay] {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: var(--smart-elevation-8);
}
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position*=top] {
  margin: calc(-1 * (var(--smart-editor-drop-down-vertical-offset) + 3px)) 0;
}
.smart-menu-minimized-items-container .smart-menu-item-shortcut,
.smart-menu-minimized-items-container smart-menu-items-group .smart-menu-items-group-arrow {
  margin-left: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position|=top] {
  top: 100%;
  transform: translateY(-100%);
  box-shadow: var(--smart-elevation-8);
}
.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position|=top][level="2"] {
  top: 0;
  transform: none;
}
.smart-menu-drop-down.smart-drop-down-repositioned[animation=none].smart-visibility-hidden {
  transform: scale(0);
}
.smart-menu-drop-down.smart-drop-down-repositioned.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.smart-menu-drop-down.smart-drop-down-repositioned .smart-hidden {
  display: none !important;
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned.smart-visibility-hidden {
  opacity: .2;
  transform: scaleY(0);
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned[drop-down-position|=top] {
  transform: translateY(-100%) scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned[drop-down-position|=top].smart-visibility-hidden {
  transform: translateY(-100%) scaleY(0);
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned[drop-down-position|=top][level="2"] {
  transform: scaleY(1);
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned[drop-down-position|=top][level="2"].smart-visibility-hidden {
  transform: scaleY(0);
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned[drop-down-position|=overlay] {
  transform: translateY(-50%) scaleY(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned[drop-down-position|=overlay].smart-visibility-hidden {
  transform: translateY(-50%) scaleY(0);
}
.smart-menu-drop-down:not(.smart-list-menu-view-minimized).smart-drop-down-repositioned[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu-drop-down:not(.smart-list-menu-view-minimized).smart-drop-down-repositioned[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container {
  padding-left: 10px;
  padding-right: 35px;
}
.smart-menu-drop-down:not(.smart-list-menu-view-minimized).smart-drop-down-repositioned[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container:after,
.smart-menu-drop-down:not(.smart-list-menu-view-minimized).smart-drop-down-repositioned[checkboxes][drop-down-position$=left] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
.smart-menu-minimized-items-container {
  position: absolute;
  box-shadow: var(--smart-elevation-8);
  border-radius: var(--smart-border-radius);
  left: calc(-1 * var(--smart-border-width));
  top: calc(100% + var(--smart-border-width));
}
.smart-menu-minimized-items-container smart-menu-items-group {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.smart-menu-minimized-items-container smart-menu-item[level],
.smart-menu-minimized-items-container smart-menu-items-group[level] {
  margin: 0;
  height: auto;
}
.smart-menu-minimized-items-container .smart-menu-drop-down {
  margin: 0;
  border: none;
  position: static;
  width: 100%;
  height: auto;
  padding-left: 20px;
  box-shadow: none;
  transform: none;
}
.smart-menu-minimized-items-container .smart-menu-drop-down.smart-visibility-hidden {
  border: none;
}
.smart-menu-minimized-items-container .smart-menu-drop-down:not(.smart-menu-minimized-items-container) {
  margin: 0;
}
.smart-menu-minimized-items-container .smart-menu-drop-down.drop-down-height-set > .smart-menu-item-container {
  overflow: initial;
}
.smart-menu-minimized-items-container.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position$=left] .smart-menu-drop-down .smart-menu-item-label-container > .smart-menu-item-shortcut {
  margin-right: 0;
}
.smart-menu-minimized-items-container.smart-menu-drop-down.smart-drop-down-repositioned[drop-down-position|=overlay] {
  transform: none;
}
.smart-menu-minimized-items-container.smart-menu-drop-down:not([animation=none]).smart-drop-down-repositioned[drop-down-position|=overlay] {
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-menu-minimized-items-container.smart-menu-drop-down:not([animation=none]).smart-visibility-hidden.smart-drop-down-repositioned[drop-down-position|=overlay] {
  transform: scaleY(0);
}
.smart-menu-minimized-items-container .smart-menu-item-label-container {
  position: relative;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.smart-menu-minimized-items-container .smart-menu-items-group-opened > .smart-menu-drop-down {
  margin-top: 10px;
}
.smart-menu-minimized-items-container .smart-menu-items-group-opened > .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  transform: rotate(180deg);
}
.smart-menu-minimized-items-container .smart-menu-item-label-element {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smart-menu-minimized-items-container.smart-drop-down-repositioned {
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-menu-minimized-items-container.smart-drop-down-repositioned .smart-menu-drop-down {
  position: absolute;
  box-shadow: var(--smart-elevation-8);
  border-radius: var(--smart-border-radius);
  left: 100%;
  top: 0;
}
.smart-menu-minimized-items-container.smart-drop-down-repositioned .smart-menu-drop-down.smart-visibility-hidden {
  border: none;
  margin-top: 0;
  height: 0;
  transform: scaleY(0);
}
.smart-menu-minimized-items-container.smart-drop-down-repositioned .smart-menu-items-group-opened > .smart-menu-item-label-container {
  padding-bottom: 0;
}
.smart-menu-minimized-items-container.smart-drop-down-repositioned[drop-down-position$=left] {
  left: initial;
  right: calc(-1 * var(--smart-border-width));
}
.smart-menu-minimized-items-container.smart-drop-down-repositioned[drop-down-position$=left] .smart-menu-items-group-arrow {
  margin: 0;
}
.smart-drop-down.smart-menu-minimized-items-container,
.smart-menu-minimized-items-container[drop-down] {
  margin: calc(var(--smart-editor-drop-down-vertical-offset) + 3px) 0;
}
.smart-menu-minimized-items-container.smart-drop-down-repositioned[checkboxes] smart-menu-items-group.smart-menu-items-group-opened > .smart-menu-item-label-container:after {
  top: calc(50% + 5px);
}
.smart-menu-minimized-items-container:not([animation=none]) {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-menu-minimized-items-container:not([animation=none]) .smart-menu-drop-down {
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: height .2s ease-in;
}
.smart-menu-minimized-items-container:not([animation=none]) .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  transition: transform .2s ease-in;
}
.smart-menu-minimized-items-container:not([animation=none]).smart-visibility-hidden {
  opacity: .2;
  transform: scaleY(0);
}
.smart-menu-minimized-items-container[drop-down-position] .smart-menu-drop-down {
  position: static;
  width: 100%;
  height: auto;
  padding-left: 20px;
  box-shadow: none;
  transform: none;
}
.smart-menu-minimized-items-container[drop-down-position|=top] {
  top: calc(-1 * var(--smart-border-width));
  transform: translateY(-100%);
  box-shadow: var(--smart-elevation-4);
}
.smart-menu-minimized-items-container[drop-down-position|=top]:not([animation=none]) {
  transform: translateY(-100%) scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-menu-minimized-items-container[drop-down-position|=top]:not([animation=none]).smart-visibility-hidden {
  transform: translateY(-100%) scaleY(0);
}
.smart-menu-minimized-items-container[drop-down-position|=top][mode=vertical]:not([animation=none]) .smart-menu-drop-down,
.smart-menu-minimized-items-container[drop-down-position|=top][mode=dropDown]:not([animation=none]) .smart-menu-drop-down {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-menu-minimized-items-container[drop-down-position$=left] .smart-menu-drop-down {
  padding-left: 0;
  padding-right: 20px;
}
.smart-menu-minimized-items-container[checkboxes][checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu-minimized-items-container[checkboxes][checkable] > smart-menu-items-group > .smart-menu-item-label-container {
  padding-left: 35px;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-menu-minimized-items-container[checkboxes][checkable][drop-down-position$=left] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu-minimized-items-container[checkboxes][checkable][drop-down-position$=left] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-menu-minimized-items-container[right-to-left][checkboxes][checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu-minimized-items-container[right-to-left][checkboxes][checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-menu[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-item > .smart-menu-item-label-container,
.smart-menu[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group > .smart-menu-item-label-container,
.smart-menu[right-to-left][checkboxes][checkable] smart-menu-item[level="1"] > .smart-menu-item-label-container,
.smart-menu[right-to-left][checkboxes][checkable] smart-menu-items-group[level="1"] > .smart-menu-item-label-container {
  padding-left: 10px;
  padding-right: 35px;
}
.smart-menu-minimized-items-container[checkboxes][checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu-minimized-items-container[checkboxes][checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: var(--smart-icon-check);
  font-family: smart-icons;
}
.smart-menu-minimized-items-container[checkboxes][checkable] > smart-menu-item[checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu-minimized-items-container[checkboxes][checkable] > smart-menu-items-group[checked][check-type=radioButton] > .smart-menu-item-label-container:after,
.smart-menu-minimized-items-container[checkboxes][checkable][check-mode=radioButton] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu-minimized-items-container[checkboxes][checkable][check-mode=radioButton] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  content: var(--smart-icon-radio);
}
.smart-menu-minimized-items-container[checkboxes][checkable][drop-down-position$=left] > smart-menu-item > .smart-menu-item-label-container:after,
.smart-menu-minimized-items-container[checkboxes][checkable][drop-down-position$=left] > smart-menu-items-group > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
.smart-date-time-picker .smart-date-time-drop-down.smart-visibility-hidden.not-in-view {
  left: -9999px;
  top: -9999px;
  transition: none;
}
.minus:after {
  content: var(--smart-icon-minus);
  font-family: var(--smart-font-family-icon);
}
.smart-menu[right-to-left] .smart-menu-main-container {
  direction: rtl;
}
.smart-menu[right-to-left] .smart-menu-minimized-items-container {
  left: initial;
  right: calc(-1 * var(--smart-border-width));
}
.smart-menu[right-to-left] .smart-menu-minimized-items-container .smart-menu-item-shortcut {
  margin-right: initial;
  margin-left: initial;
}
.smart-menu[right-to-left] .smart-menu-items-group-arrow.right.smart-arrow-right {
  margin-left: initial;
  margin-right: 50px;
}
.smart-menu[right-to-left] .smart-menu-drop-down {
  left: initial;
  right: 100%;
}
.smart-menu[right-to-left] .smart-menu-drop-down[level="2"] {
  right: 0;
}
.smart-menu[right-to-left][mode=vertical] .smart-menu-drop-down[level="2"],
.smart-menu[right-to-left][mode=dropDown] {
  left: initial;
  right: 100%;
}
.smart-menu[right-to-left] smart-menu-item .smart-menu-item-shortcut {
  margin-left: initial;
  margin-right: 100px;
}
.smart-menu[right-to-left] smart-menu-items-group .smart-menu-items-group-arrow {
  margin-right: initial;
  margin-left: initial;
}
.smart-menu[right-to-left] smart-menu-items-group[level="1"] > .smart-menu-item-label-container > .smart-menu-items-group-arrow {
  margin-right: 10px;
  margin-left: initial;
}
.smart-menu[right-to-left]:not([mode=tree])[drop-down-position$=left] smart-menu-item:not([level="1"]) > .smart-menu-item-label-container,
.smart-menu[right-to-left][mode]:not([mode=horizontal]):not([mode=tree])[drop-down-position$=left] smart-menu-item > .smart-menu-item-label-container,
.smart-menu[right-to-left][mode]:not([mode=horizontal])[drop-down-position$=left] .smart-menu-main-container smart-menu-items-group > .smart-menu-item-label-container {
  flex-direction: row;
}
.smart-menu[right-to-left][mode=tree] .smart-menu-minimized-items-container {
  direction: rtl;
}
.smart-menu[right-to-left][mode=dropDown] smart-menu-item[level="1"] .smart-menu-item-shortcut {
  margin-right: initial;
  margin-left: initial;
}
.smart-menu[right-to-left][drop-down-position$=left] smart-menu-items-group:not([level="1"]) > .smart-menu-item-label-container {
  flex-direction: row;
}
.smart-menu[right-to-left][drop-down-position$=right] .smart-menu-drop-down[level="2"],
.smart-menu[right-to-left][drop-down-position=overlay-right] .smart-menu-main-container .smart-menu-drop-down:not([level="2"]) {
  right: initial;
  left: 0;
}
.smart-menu[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after,
.smart-menu[right-to-left][checkboxes][checkable] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container:after,
.smart-menu[right-to-left][checkboxes][checkable] smart-menu-items-group[level="1"][checked] > .smart-menu-item-label-container:after {
  right: 10px;
  left: initial;
}
.smart-menu[right-to-left][minimized] .smart-menu-minimized-items-container {
  direction: rtl;
}
.smart-menu[right-to-left][minimized][drop-down-position$=left] > .smart-container {
  flex-direction: row;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left] {
  left: initial;
  right: 100%;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left] .smart-menu-item-container,
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left].smart-menu-minimized-items-container {
  direction: rtl;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left] .smart-menu-items-group-arrow.right.smart-arrow-right {
  margin-left: initial;
  margin-right: 50px;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left] smart-menu-item .smart-menu-item-shortcut {
  margin-left: initial;
  margin-right: 100px;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left][drop-down-position$=left][level="2"],
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left][drop-down-position=overlay-right]:not([level="2"]) {
  right: initial;
  left: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left][level="2"] {
  right: 0;
}
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu-drop-down.smart-drop-down-repositioned[right-to-left][checkboxes] .smart-menu-item-container[checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
.smart-menu-minimized-items-container[right-to-left] {
  left: initial;
  right: 100%;
}
.smart-menu-minimized-items-container[right-to-left] .smart-menu-item-shortcut,
.smart-menu-minimized-items-container[right-to-left] smart-menu-items-group .smart-menu-items-group-arrow {
  margin-right: initial;
  margin-left: initial;
}
.smart-menu-minimized-items-container[right-to-left].smart-drop-down-repositioned {
  left: initial;
  right: calc(-1 * var(--smart-border-width));
}
.smart-menu-minimized-items-container[right-to-left].smart-drop-down-repositioned .smart-menu-drop-down {
  left: initial;
  right: 100%;
}
.smart-menu-minimized-items-container[right-to-left][checkboxes][checkable] > smart-menu-item[checked] > .smart-menu-item-label-container:after,
.smart-menu-minimized-items-container[right-to-left][checkboxes][checkable] > smart-menu-items-group[checked] > .smart-menu-item-label-container:after {
  left: initial;
  right: 10px;
}
smart-multi-split-button {
  width: var(--smart-multi-split-button-default-width);
  height: var(--smart-multi-split-button-default-height);
  overflow: initial;
  visibility: hidden;
  cursor: pointer;
}
smart-multi-split-button.smart-element {
  overflow: visible;
  visibility: inherit;
  border-width: 0;
}
smart-multi-split-button[right-to-left] .smart-content,
smart-multi-split-button[right-to-left] .smart-hint,
smart-multi-split-button[right-to-left] .smart-label {
  direction: rtl;
}
smart-multi-split-button[right-to-left] .smart-drop-down {
  direction: initial;
}
.smart-multi-split-button smart-list-box {
  position: relative;
  width: 100%;
  height: 100%;
  border: initial;
  padding: initial;
  overflow: hidden;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
}
.smart-multi-split-button .smart-buttons-container .smart-input .smart-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  margin: 0 2px;
  -webkit-user-select: none;
  user-select: none;
}
.smart-multi-split-button .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s ease-in;
  transform-origin: left top 0;
}
.smart-multi-split-button .smart-template-container {
  width: 100%;
  height: 100%;
}
.smart-multi-split-button .smart-multi-split-button-buttons {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  justify-content: space-around;
}
.smart-multi-split-button .smart-multi-split-button-buttons .smart-action-split-button {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.smart-multi-split-button .smart-multi-split-button-buttons .smart-action-split-button[hover] {
  background: var(--smart-ui-state-hover);
  border: var(--smart-ui-state-border-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-multi-split-button .smart-multi-split-button-buttons .smart-action-split-button[active] {
  background: var(--smart-ui-state-active);
  border: var(--smart-ui-state-border-active);
  color: var(--smart-ui-state-color-active);
}
.smart-multi-split-button.primary {
  --smart-border:var(--smart-primary);
  --smart-outline:var(--smart-primary);
  --smart-surface:var(--smart-primary);
  --smart-surface-color:var(--smart-primary-color);
  --smart-ui-state-selected:rgba(var(--smart-primary-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-primary-color);
  --smart-ui-state-active:rgba(var(--smart-primary-rgb), .8);
  --smart-ui-state-color-active:var(--smart-primary-color);
  --smart-ui-state-hover:var(--smart-primary);
  --smart-ui-state-color-hover:var(--smart-primary-color);
  --smart-ui-state-border-selected:var(--smart-primary);
  --smart-ui-state-border-active:var(--smart-primary);
  --smart-ui-state-border-hover:var(--smart-primary);
}
.smart-multi-split-button.primary[hover] {
  --smart-surface:var(--smart-primary-color);
}
.smart-multi-split-button.secondary {
  --smart-border:var(--smart-secondary);
  --smart-outline:var(--smart-secondary);
  --smart-surface:var(--smart-secondary);
  --smart-surface-color:var(--smart-secondary-color);
  --smart-ui-state-selected:rgba(var(--smart-secondary-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-secondary-color);
  --smart-ui-state-active:rgba(var(--smart-secondary-rgb), .8);
  --smart-ui-state-color-active:var(--smart-secondary-color);
  --smart-ui-state-hover:var(--smart-secondary);
  --smart-ui-state-color-hover:var(--smart-secondary-color);
  --smart-ui-state-border-selected:var(--smart-secondary);
  --smart-ui-state-border-active:var(--smart-secondary);
  --smart-ui-state-border-hover:var(--smart-secondary);
}
.smart-multi-split-button.secondary[hover] {
  --smart-surface:var(--smart-secondary-color);
}
.smart-multi-split-button.success {
  --smart-border:var(--smart-success);
  --smart-outline:var(--smart-success);
  --smart-surface:var(--smart-success);
  --smart-surface-color:var(--smart-success-color);
  --smart-ui-state-selected:rgba(var(--smart-success-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-success-color);
  --smart-ui-state-active:rgba(var(--smart-success-rgb), .8);
  --smart-ui-state-color-active:var(--smart-success-color);
  --smart-ui-state-hover:var(--smart-success);
  --smart-ui-state-color-hover:var(--smart-success-color);
  --smart-ui-state-border-selected:var(--smart-success);
  --smart-ui-state-border-active:var(--smart-success);
  --smart-ui-state-border-hover:var(--smart-success);
}
.smart-multi-split-button.success[hover] {
  --smart-surface:var(--smart-success-color);
}
.smart-multi-split-button.error {
  --smart-border:var(--smart-error);
  --smart-outline:var(--smart-error);
  --smart-surface:var(--smart-error);
  --smart-surface-color:var(--smart-error-color);
  --smart-ui-state-selected:rgba(var(--smart-error-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-error-color);
  --smart-ui-state-active:rgba(var(--smart-error-rgb), .8);
  --smart-ui-state-color-active:var(--smart-error-color);
  --smart-ui-state-hover:var(--smart-error);
  --smart-ui-state-color-hover:var(--smart-error-color);
  --smart-ui-state-border-selected:var(--smart-error);
  --smart-ui-state-border-active:var(--smart-error);
  --smart-ui-state-border-hover:var(--smart-error);
}
.smart-multi-split-button.error[hover] {
  --smart-surface:var(--smart-error-color);
}
.smart-multi-split-button.info {
  --smart-border:var(--smart-info);
  --smart-outline:var(--smart-info);
  --smart-surface:var(--smart-info);
  --smart-surface-color:var(--smart-info-color);
  --smart-ui-state-selected:rgba(var(--smart-info-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-info-color);
  --smart-ui-state-active:rgba(var(--smart-info-rgb), .8);
  --smart-ui-state-color-active:var(--smart-info-color);
  --smart-ui-state-hover:var(--smart-info);
  --smart-ui-state-color-hover:var(--smart-info-color);
  --smart-ui-state-border-selected:var(--smart-info);
  --smart-ui-state-border-active:var(--smart-info);
  --smart-ui-state-border-hover:var(--smart-info);
}
.smart-multi-split-button.info[hover] {
  --smart-surface:var(--smart-info-color);
}
.smart-multi-split-button.warning {
  --smart-border:var(--smart-warning);
  --smart-outline:var(--smart-warning);
  --smart-surface:var(--smart-warning);
  --smart-surface-color:var(--smart-warning-color);
  --smart-ui-state-selected:rgba(var(--smart-warning-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-warning-color);
  --smart-ui-state-active:rgba(var(--smart-warning-rgb), .8);
  --smart-ui-state-color-active:var(--smart-warning-color);
  --smart-ui-state-hover:var(--smart-warning);
  --smart-ui-state-color-hover:var(--smart-warning-color);
  --smart-ui-state-border-selected:var(--smart-warning);
  --smart-ui-state-border-active:var(--smart-warning);
  --smart-ui-state-border-hover:var(--smart-warning);
}
.smart-multi-split-button.warning[hover] {
  --smart-surface:var(--smart-warning-color);
}
.smart-multi-split-button.light {
  --smart-border:var(--smart-light);
  --smart-outline:var(--smart-light);
  --smart-surface:var(--smart-light);
  --smart-surface-color:var(--smart-light-color);
  --smart-ui-state-selected:rgba(var(--smart-light-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-light-color);
  --smart-ui-state-active:rgba(var(--smart-light-rgb), .8);
  --smart-ui-state-color-active:var(--smart-light-color);
  --smart-ui-state-hover:var(--smart-light);
  --smart-ui-state-color-hover:var(--smart-light-color);
  --smart-ui-state-border-selected:var(--smart-light);
  --smart-ui-state-border-active:var(--smart-light);
  --smart-ui-state-border-hover:var(--smart-light);
}
.smart-multi-split-button.light[hover] {
  --smart-surface:var(--smart-light-color);
}
.smart-multi-split-button.dark {
  --smart-border:var(--smart-dark);
  --smart-outline:var(--smart-dark);
  --smart-surface:var(--smart-dark);
  --smart-surface-color:var(--smart-dark-color);
  --smart-ui-state-selected:rgba(var(--smart-dark-rgb), .8);
  --smart-ui-state-color-selected:var(--smart-dark-color);
  --smart-ui-state-active:rgba(var(--smart-dark-rgb), .8);
  --smart-ui-state-color-active:var(--smart-dark-color);
  --smart-ui-state-hover:var(--smart-dark);
  --smart-ui-state-color-hover:var(--smart-dark-color);
  --smart-ui-state-border-selected:var(--smart-dark);
  --smart-ui-state-border-active:var(--smart-dark);
  --smart-ui-state-border-hover:var(--smart-dark);
}
.smart-multi-split-button.dark[hover] {
  --smart-surface:var(--smart-dark-color);
}
.smart-multi-split-button[selection-display-mode=tokens] .smart-multi-split-button-unselect-button {
  pointer-events: initial;
}
.smart-multi-split-button[selection-display-mode=plain] .smart-multi-split-button-unselect-button {
  pointer-events: none;
}
smart-multiline-text-box.smart-element {
  width: var(--smart-multiline-text-box-default-width);
  height: var(--smart-multiline-text-box-default-height);
  background: 0 0;
  overflow: initial;
}
smart-multiline-text-box[cols] {
  width: auto;
}
smart-multiline-text-box[rows] {
  height: auto;
}
.smart-multiline-text-box[hover] {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-multiline-text-box[focus] {
  border-color: var(--smart-outline);
}
.smart-multiline-text-box .smart-container > .smart-resize-trigger-container,
.smart-multiline-text-box .smart-inner-container > .smart-resize-trigger-container,
.smart-multiline-text-box > .smart-resize-trigger-container {
  margin-bottom: -1px;
}
.smart-multiline-text-box.smart-drop-down-box.smart-container,
.smart-multiline-text-box.smart-drop-down-box > .smart-container,
.smart-multiline-text-box.smart-drop-down-box[label][hint] > .smart-container {
  overflow: visible;
  display: block;
  max-height: inherit;
}
.smart-multiline-text-box .smart-inner-container,
.smart-multiline-text-box textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  overflow: hidden;
  color: inherit;
  width: 100%;
}
.smart-multiline-text-box smart-scroll-bar {
  display: none;
}
.smart-multiline-text-box textarea {
  height: 100%;
  outline: 0;
  padding: var(--smart-editor-label-padding);
  border: none;
  background-color: inherit;
  resize: none;
  float: left;
}
.smart-multiline-text-box textarea:not(.smart-text-box-hidden) {
  max-height: inherit;
}
.smart-multiline-text-box textarea.smart-text-box-hidden {
  visibility: hidden;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.smart-multiline-text-box .smart-inner-container {
  height: 100%;
  position: relative;
  max-height: inherit;
}
.smart-multiline-text-box .smart-initialization-value {
  display: none;
}
.smart-multiline-text-box .smart-resize-element {
  box-sizing: border-box;
  height: calc(var(--smart-scroll-bar-size));
  width: calc(var(--smart-scroll-bar-size));
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d3d3d3;
  background-clip: content-box;
  border: var(--smart-border) solid var(--smart-border-width);
  display: none;
  padding: 2px 0 0 2px;
  cursor: nw-resize;
  touch-action: none;
}
.smart-multiline-text-box .smart-required-message {
  display: none;
}
.smart-multiline-text-box .smart-container textarea,
.smart-multiline-text-box.smart-container textarea {
  height: 100%;
}
.smart-multiline-text-box .smart-container.hscroll textarea,
.smart-multiline-text-box.smart-container.hscroll textarea {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-multiline-text-box .smart-container.hscroll smart-scroll-bar,
.smart-multiline-text-box.smart-container.hscroll smart-scroll-bar {
  width: 100%;
  height: calc(var(--smart-scroll-bar-size));
  display: block;
}
.smart-multiline-text-box .smart-container.hscroll smart-scroll-bar[orientation=vertical],
.smart-multiline-text-box.smart-container.hscroll smart-scroll-bar[orientation=vertical] {
  display: none;
}
.smart-multiline-text-box .smart-container.vscroll textarea,
.smart-multiline-text-box.smart-container.vscroll textarea {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-multiline-text-box .smart-container.vscroll smart-scroll-bar[orientation=vertical],
.smart-multiline-text-box.smart-container.vscroll smart-scroll-bar[orientation=vertical] {
  float: right;
  width: calc(var(--smart-scroll-bar-size));
  height: 100%;
  display: block;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-multiline-text-box .smart-container.vscroll.hscroll smart-scroll-bar,
.smart-multiline-text-box.smart-container.vscroll.hscroll smart-scroll-bar {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-multiline-text-box .smart-container.vscroll.hscroll smart-scroll-bar[orientation=vertical],
.smart-multiline-text-box.smart-container.vscroll.hscroll smart-scroll-bar[orientation=vertical] {
  height: calc(100% - var(--smart-scroll-bar-size));
  width: calc(var(--smart-scroll-bar-size));
}
.smart-multiline-text-box[auto-expand] {
  height: auto;
  min-height: var(--smart-editor-height);
}
.smart-multiline-text-box[auto-expand] textarea.smart-text-box-hidden {
  height: 0;
}
.smart-multiline-text-box[auto-capitalize=words] textarea {
  text-transform: capitalize;
}
.smart-multiline-text-box[auto-capitalize=characters] textarea {
  text-transform: uppercase;
}
.smart-multiline-text-box[display-mode=escaped] textarea {
  white-space: nowrap;
}
.smart-multiline-text-box[cols] textarea,
.smart-multiline-text-box[rows] textarea {
  width: inherit;
  height: inherit;
}
.smart-multiline-text-box[resizable] .smart-container.hscroll smart-scroll-bar,
.smart-multiline-text-box[resizable].smart-container.hscroll smart-scroll-bar {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-multiline-text-box[resizable] .smart-container.hscroll smart-scroll-bar smart-multiline-text-box .smart-container.vscroll.hscroll smart-scroll-bar,
.smart-multiline-text-box[resizable].smart-container.hscroll smart-scroll-bar smart-multiline-text-box .smart-container.vscroll.hscroll smart-scroll-bar {
  height: calc(var(--smart-scroll-bar-size));
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-multiline-text-box[resizable] .smart-container.vscroll smart-scroll-bar[orientation=vertical],
.smart-multiline-text-box[resizable].smart-container.vscroll smart-scroll-bar[orientation=vertical] {
  height: calc(100% - var(--smart-scroll-bar-size));
  width: calc(var(--smart-scroll-bar-size));
}
.smart-multiline-text-box[resizable] .smart-resize-element {
  display: block;
}
.smart-multiline-text-box[resizable] .smart-resize,
.smart-multiline-text-box[resizable] .smart-resize textarea {
  -webkit-user-select: none;
  user-select: none;
}
.smart-multiline-text-box.outlined textarea {
  border: 1px solid var(--smart-border) !important;
  padding: 10px;
}
.smart-multiline-text-box.outlined[focus] textarea {
  border: 1px solid var(--smart-primary) !important;
  border-top-color: transparent !important;
}
.smart-multiline-text-box.outlined.smart-element {
  height: var(--smart-multiline-text-box-default-height);
}
.smart-multiline-text-box[right-to-left] textarea {
  float: right;
}
.smart-multiline-text-box[right-to-left] .smart-container.vscroll smart-scroll-bar[orientation=vertical],
.smart-multiline-text-box[right-to-left].smart-container.vscroll smart-scroll-bar[orientation=vertical] {
  border-top-left-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-right-radius);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
}
smart-numeric-text-box {
  width: var(--smart-numeric-text-box-default-width);
  height: var(--smart-numeric-text-box-default-height);
}
smart-numeric-text-box .smart-container {
  display: flex;
  border: none;
  width: 100%;
}
smart-numeric-text-box.smart-element {
  overflow: visible;
  border: none;
  background: 0 0;
}
smart-numeric-text-box[spin-buttons][spin-buttons-position=left] .smart-spin-button.smart-element:first-child,
smart-numeric-text-box[spin-buttons][spin-buttons-position=left] .smart-spin-button.smart-element:last-child {
  border-right: none;
}
smart-numeric-text-box[hint] .smart-hint,
smart-numeric-text-box[label] .smart-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
}
.smart-numeric-text-box {
  border-color: var(--smart-border);
  border-width: 1px;
  border-style: solid;
}
.smart-numeric-text-box:focus {
  border-color: var(--smart-outline);
}
.smart-numeric-text-box * {
  box-sizing: border-box;
}
.smart-numeric-text-box.smart-container {
  display: flex;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.smart-numeric-text-box .smart-container {
  height: 100%;
  position: relative;
}
.smart-numeric-text-box input.smart-input {
  width: 100%;
  height: 100%;
  border-color: var(--smart-border);
  border-width: 1px;
  border-style: solid;
  border-right-width: var(--smart-border-width);
  padding: var(--smart-editor-label-padding);
  background-color: var(--smart-background);
  color: inherit;
  font: inherit;
  text-align: var(--smart-numeric-text-box-text-align);
  outline: 0;
  -webkit-appearance: none;
}
.smart-numeric-text-box .smart-spin-button {
  width: 100%;
  height: 50%;
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
  border-width: 1px;
  border-style: solid;
}
.smart-numeric-text-box .smart-spin-button:first-child {
  border-bottom: none;
}
.smart-numeric-text-box .smart-spin-button.smart-element {
  display: block;
  min-height: 0;
  border-radius: 0;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-numeric-text-box .smart-spin-button[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-numeric-text-box .smart-spin-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-numeric-text-box .smart-spin-button .smart-button {
  border: none;
  padding: 0;
}
.smart-numeric-text-box .smart-numeric-text-box-component {
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-left-width: var(--smart-border-width);
  border-right-width: 0;
}
.smart-numeric-text-box .smart-input-addon {
  border-color: var(--smart-border);
  border-width: 1px;
  border-style: solid;
}
.smart-numeric-text-box .smart-spin-buttons-container {
  width: var(--smart-editor-addon-width);
  border: none;
}
.smart-numeric-text-box .smart-numeric-text-box-drop-down {
  width: 100%;
}
.smart-numeric-text-box .smart-numeric-text-box-radix-display.smart-numeric-text-box-pressed-component,
.smart-numeric-text-box .smart-numeric-text-box-radix-display.smart-numeric-text-box-pressed-component[hover] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-numeric-text-box .smart-numeric-text-box-unit-display {
  width: var(--smart-numeric-text-box-default-unit-display-width);
  border-width: var(--smart-border-width) 0;
  overflow: hidden;
  background-color: var(--smart-background);
}
.smart-numeric-text-box .smart-numeric-text-box-unit-display[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-numeric-text-box .smart-arrow {
  position: relative;
}
.smart-numeric-text-box .smart-hint,
.smart-numeric-text-box .smart-label {
  display: none;
  position: absolute;
}
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden) {
  border-radius: 0;
}
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-left,
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-left .smart-spin-button.smart-repeat-button-element {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  overflow: hidden;
}
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-left .smart-spin-button.smart-element:first-child {
  border-bottom-left-radius: 0;
}
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-left .smart-spin-button.smart-element:last-child {
  border-top-left-radius: 0;
}
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-right,
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-right .smart-spin-button.smart-element {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: hidden;
}
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-right .smart-spin-button.smart-element:first-child {
  border-bottom-right-radius: 0;
}
.smart-numeric-text-box .smart-numeric-text-box-component:not(.smart-hidden).smart-numeric-text-box-component-border-right .smart-spin-button.smart-element:last-child {
  border-top-right-radius: 0;
}
.smart-numeric-text-box[drop-down-enabled] .smart-numeric-text-box-radix-display {
  cursor: pointer;
}
.smart-numeric-text-box[drop-down-enabled] .smart-numeric-text-box-radix-display[hover]:not([aria-expanded=true]) {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-numeric-text-box:not([animation=none])[hint] .smart-hint {
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
}
.smart-numeric-text-box:not([animation=none])[hint][focus] .smart-hint {
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-numeric-text-box:not([animation=none]) .smart-numeric-text-box-drop-down {
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-numeric-text-box[focus] .smart-input-addon,
.smart-numeric-text-box[focus] .smart-spin-button,
.smart-numeric-text-box[focus] input.smart-input {
  border-color: var(--smart-outline);
}
.smart-numeric-text-box[hint] .smart-hint {
  opacity: 0;
  top: 100%;
  bottom: initial;
}
.smart-numeric-text-box[hint][focus] .smart-hint {
  opacity: 1;
}
.smart-numeric-text-box[radix-display-position=right]:not([spin-buttons]) .smart-numeric-text-box-radix-display,
.smart-numeric-text-box[radix-display-position=right][spin-buttons][spin-buttons-position=left] .smart-numeric-text-box-radix-display {
  border-left-width: 0;
  border-right-width: var(--smart-border-width);
}
.smart-numeric-text-box[disabled],
.smart-numeric-text-box[value=null] .smart-numeric-text-box-radix-display,
.smart-numeric-text-box[value=NaN] .smart-spin-buttons-container,
.smart-numeric-text-box[value=Infinity] .smart-spin-buttons-container,
.smart-numeric-text-box[value=-Infinity] .smart-spin-buttons-container {
  opacity: .55;
  cursor: default;
}
.smart-numeric-text-box[spin-buttons] input.smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
  border-right-width: 0;
}
.smart-numeric-text-box[radix-display] input.smart-input {
  width: calc(100% - var(--smart-numeric-text-box-default-radix-display-width));
}
.smart-numeric-text-box[show-unit] input.smart-input {
  width: calc(100% - var(--smart-numeric-text-box-default-unit-display-width));
}
.smart-numeric-text-box[spin-buttons][radix-display] input.smart-input {
  width: calc(100% - var(--smart-editor-addon-width) - var(--smart-numeric-text-box-default-radix-display-width));
}
.smart-numeric-text-box[spin-buttons][show-unit] input.smart-input {
  width: calc(100% - var(--smart-editor-addon-width) - var(--smart-numeric-text-box-default-unit-display-width));
}
.smart-numeric-text-box[radix-display][show-unit] input.smart-input {
  width: calc(100% - var(--smart-numeric-text-box-default-radix-display-width) - var(--smart-numeric-text-box-default-unit-display-width));
}
.smart-numeric-text-box[spin-buttons][radix-display][show-unit] input.smart-input {
  width: calc(100% - var(--smart-numeric-text-box-default-unit-display-width) - var(--smart-editor-addon-width) - var(--smart-numeric-text-box-default-radix-display-width));
}
.smart-numeric-text-box[spin-buttons] .smart-spin-buttons-container {
  border-right-width: var(--smart-border-width);
}
.smart-numeric-text-box[spin-buttons][spin-buttons-position=left] .smart-spin-buttons-container {
  border-right-width: 0;
}
.smart-numeric-text-box[spin-buttons][spin-buttons-position=left] input.smart-input {
  border-right-width: var(--smart-border-width);
}
.smart-numeric-text-box[spin-buttons][spin-buttons-position=left][show-unit] input.smart-input {
  border-right-width: 0;
}
.smart-numeric-text-box[spin-buttons][spin-buttons-position=left][show-unit] .smart-numeric-text-box-unit-display {
  border-right-width: var(--smart-border-width);
}
.smart-numeric-text-box[show-unit] input.smart-input,
.smart-numeric-text-box[spin-buttons][show-unit] .smart-numeric-text-box-unit-display {
  border-right-width: 0;
}
.smart-numeric-text-box[show-unit] .smart-numeric-text-box-unit-display {
  border-right-width: var(--smart-border-width);
}
.smart-numeric-text-box.underlined {
  border-width: 0 0 1px;
  background: var(--smart-background);
}
.smart-numeric-text-box.underlined input {
  border-width: 0 0 1px;
}
.smart-numeric-text-box.underlined input:focus {
  border: none;
}
.smart-numeric-text-box.underlined .smart-drop-down-button,
.smart-numeric-text-box.underlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0 0 1px;
  border-radius: 0;
}
.smart-numeric-text-box.underlined .smart-drop-down-button[active],
.smart-numeric-text-box.underlined .smart-drop-down-button[hover],
.smart-numeric-text-box.underlined .smart-spin-button[active],
.smart-numeric-text-box.underlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-numeric-text-box.underlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    opacity .1s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.smart-numeric-text-box.underlined .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.smart-numeric-text-box.underlined:not([focus]) .smart-hint {
  margin-top: 0;
}
.smart-numeric-text-box.underlined[focus] .smart-drop-down-button {
  color: var(--smart-primary);
  opacity: 1;
  border-bottom-color: transparent;
}
.smart-numeric-text-box.underlined[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-numeric-text-box.underlined[focus] .smart-hint:after {
  transform: scale(1);
}
.smart-numeric-text-box.underlined[focus] .smart-spin-button {
  border-bottom-color: transparent;
}
.smart-numeric-text-box.outlined {
  height: auto;
  min-height: 0;
  border-radius: var(--smart-border-radius);
  border: 1px solid var(--smart-border);
  background: var(--smart-background);
}
.smart-numeric-text-box.outlined input {
  border: 0;
  display: block;
  padding: 14px 0;
}
.smart-numeric-text-box.outlined .smart-drop-down-button,
.smart-numeric-text-box.outlined .smart-spin-button {
  background: var(--smart-background);
  border-width: 0;
}
.smart-numeric-text-box.outlined .smart-drop-down-button[active],
.smart-numeric-text-box.outlined .smart-drop-down-button[hover],
.smart-numeric-text-box.outlined .smart-spin-button[active],
.smart-numeric-text-box.outlined .smart-spin-button[hover] {
  background: var(--smart-background);
  color: var(--smart-ui-state-active);
}
.smart-numeric-text-box.outlined .smart-drop-down-button {
  padding: 8px 0;
}
.smart-numeric-text-box.outlined .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  padding: 0;
  margin-top: -6px;
  transition:
    color .2s,
    font-size .2s,
    opacity .1s,
    font-size .2s,
    line-height .2s;
}
.smart-numeric-text-box.outlined .smart-hint:after,
.smart-numeric-text-box.outlined .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
}
.smart-numeric-text-box.outlined .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: var(--smart-border-radius) 0;
}
.smart-numeric-text-box.outlined .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 var(--smart-border-radius);
}
.smart-numeric-text-box.outlined:not([focus]) .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 48px;
  opacity: 0;
}
.smart-numeric-text-box.outlined[focus] {
  border-color: var(--smart-primary);
  border-top-color: transparent !important;
}
.smart-numeric-text-box.outlined[focus] .smart-drop-down-button {
  color: var(--smart-primary);
}
.smart-numeric-text-box.outlined[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.smart-numeric-text-box.outlined[focus] .smart-hint:after,
.smart-numeric-text-box.outlined[focus] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.smart-numeric-text-box-radix-display {
  display: flex;
  align-items: center;
  cursor: default;
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  width: var(--smart-numeric-text-box-default-radix-display-width);
  justify-content: center;
}
.smart-numeric-text-box-unit-display {
  display: flex;
  align-items: center;
  cursor: default;
}
.smart-numeric-text-box-drop-down {
  position: absolute;
  box-sizing: border-box;
  height: auto;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  box-shadow: var(--smart-elevation-8);
  padding: 2px;
  top: 100%;
  z-index: 9999;
  list-style-type: none;
  transform: scaleY(1);
  opacity: 1;
  background: var(--smart-background);
  color: var(--smart-background-color);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-numeric-text-box-drop-down .smart-list-item {
  cursor: pointer;
  margin: 1px;
  border: 1px solid transparent;
  padding: 4px 8px;
  word-break: break-all;
}
.smart-numeric-text-box-drop-down .smart-list-item:hover,
.smart-numeric-text-box-drop-down .smart-list-item[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-numeric-text-box-drop-down.smart-visibility-hidden {
  transform: scaleY(0);
  opacity: 0;
}
.smart-numeric-text-box-drop-down.smart-drop-down-repositioned:not([animation=none]) {
  transform-origin: top;
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-numeric-text-box-pressed-component {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
smart-numeric-text-box[right-to-left] > .smart-container {
  direction: initial;
}
smart-numeric-text-box[right-to-left] .smart-hint,
smart-numeric-text-box[right-to-left] .smart-label,
smart-numeric-text-box[right-to-left] .smart-numeric-text-box-drop-down,
smart-numeric-text-box[right-to-left] .smart-numeric-text-box-radix-display,
smart-numeric-text-box[right-to-left] input.smart-input {
  direction: rtl;
}
smart-numeric-text-box[right-to-left] .smart-numeric-text-box-unit-display {
  direction: rtl;
  flex-direction: row-reverse;
}
.smart-numeric-text-box-drop-down.smart-drop-down-repositioned[right-to-left] {
  direction: rtl;
}
.smart-pager-middle-buttons-container {
  order: 1;
  height: 100%;
}
.smart-pager-far-buttons-container {
  order: 2;
  height: 100%;
}
.smart-pager-far-buttons-container.near {
  order: 0;
}
.smart-pager-far-buttons-container.far {
  order: 2;
}
.smart-pager-input-and-label-container {
  order: 3;
}
.smart-pager-input-and-label-container.near {
  order: -2;
}
.smart-pager-size-selector-and-label-container {
  order: 4;
}
.smart-pager-size-selector-and-label-container.near {
  order: -1;
}
.smart-pager-summary-container {
  order: 5;
}
.smart-pager-summary-container.near {
  order: -2;
}
.smart-pager-near-buttons-container {
  order: 0;
  height: 100%;
}
.smart-pager-near-buttons-container.near {
  order: 0;
}
.smart-pager-near-buttons-container.far {
  order: 2;
}
smart-pager {
  min-width: 300px;
  height: var(--smart-pager-default-height);
  justify-content: center;
  padding: var(--smart-pager-padding);
  --smart-item-border-radius:100%;
  --smart-item-border-top-left-radius:100%;
  --smart-item-border-top-right-radius:100%;
  --smart-item-border-bottom-left-radius:100%;
  --smart-item-border-bottom-right-radius:100%;
}
smart-pager.smart-element {
  overflow: visible;
  border-radius: 0;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
smart-pager:focus {
  border-color: var(--smart-outline);
}
smart-pager.smart-container,
smart-pager > .smart-container {
  flex-direction: row;
  display: flex;
  align-items: center;
}
smart-pager .smart-pager-far-buttons-container,
smart-pager .smart-pager-input-and-label-container,
smart-pager .smart-pager-middle-buttons-container,
smart-pager .smart-pager-near-buttons-container,
smart-pager .smart-pager-size-selector-and-label-container,
smart-pager .smart-pager-summary-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
smart-pager .smart-pager-page-index-selectors-container {
  display: flex;
  color: var(--smart-pager-color);
  width: auto;
  height: 100%;
  outline: 0;
  align-items: center;
}
smart-pager .smart-pager-page-index-selectors-container:focus .smart-pager-page-index-selector[selected] {
  text-decoration: underline;
}
smart-pager .smart-pager-label {
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  margin: 0 8px;
  white-space: nowrap;
}
smart-pager .smart-pager-button,
smart-pager .smart-pager-page-index-selector {
  font-size: inherit;
  font-family: inherit;
  display: flex;
  overflow: hidden;
  position: relative;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
smart-pager .smart-pager-label span {
  padding: 2px;
}
smart-pager .smart-pager-button {
  align-items: center;
  justify-content: center;
  width: var(--smart-pager-button-width);
  height: var(--smart-pager-button-height);
}
smart-pager .smart-pager-button:hover {
  background: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-border-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-pager .smart-pager-button:active {
  background: var(--smart-ui-state-active);
  border-color: var(--smart-ui-state-border-active);
  color: var(--smart-ui-state-color-active);
}
smart-pager .smart-pager-button:active .smart-ripple {
  background-color: var(--smart-ui-state-color-active);
}
smart-pager .smart-pager-button[disabled] {
  opacity: .55;
}
smart-pager .smart-pager-button .smart-ripple {
  background-color: var(--smart-ui-state-active);
}
smart-pager .smart-pager-page-index-selector {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  text-overflow: ellipsis;
  width: var(--smart-pager-page-index-selector-width);
  height: var(--smart-pager-page-index-selector-height);
  margin-left: var(--smart-pager-page-index-selector-horizontal-offset);
}
smart-pager .smart-pager-page-index-selector:first-child {
  margin-left: -1px;
}
smart-pager .smart-pager-page-index-selector:hover {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
smart-pager .smart-pager-page-index-selector .smart-ripple {
  background-color: var(--smart-ui-state-active);
}
smart-pager .smart-pager-page-index-selector[selected] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  box-shadow: var(--smart-elevation-2);
}
smart-pager .smart-pager-page-index-selector[selected] .smart-ripple {
  background-color: var(--smart-ui-state-color-active);
}
smart-pager .smart-page-size-selector,
smart-pager .smart-pager-input {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
smart-pager .smart-next-ellipsis-button,
smart-pager .smart-previous-ellipsis-button {
  width: var(--smart-pager-page-index-ellipsis-selector-width);
  height: var(--smart-pager-page-index-ellipsis-selector-height);
}
smart-pager .smart-page-size-selector {
  width: var(--smart-pager-page-size-selector-width);
  --smart-item-border-top-left-radius:var(--smart-border-radius);
  --smart-item-border-top-right-radius:var(--smart-border-radius);
  --smart-item-border-bottom-left-radius:var(--smart-border-radius);
  --smart-item-border-bottom-right-radius:var(--smart-border-radius);
}
smart-pager .smart-pager-input {
  width: var(--smart-pager-input-width);
  box-sizing: border-box;
  padding: 0 var(--smart-editor-label-padding);
  margin: 0 5px;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-color: var(--smart-border);
  border-style: solid;
  border-width: var(--smart-border-width);
  height: var(--smart-text-box-default-height);
}
smart-pager:not([show-navigation-button-labels]) .smart-pager-button {
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  width: var(--smart-pager-page-index-selector-width);
}
smart-pager[disabled] .smart-pager-page-index-selector {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
smart-pager[right-to-left] .smart-pager-far-buttons-container,
smart-pager[right-to-left] .smart-pager-input-and-label-container,
smart-pager[right-to-left] .smart-pager-label,
smart-pager[right-to-left] .smart-pager-middle-buttons-container,
smart-pager[right-to-left] .smart-pager-near-buttons-container,
smart-pager[right-to-left] .smart-pager-page-index-selectors-container,
smart-pager[right-to-left] .smart-pager-size-selector-and-label-container,
smart-pager[right-to-left] > .smart-container {
  flex-direction: row-reverse;
}
smart-pager[right-to-left] .smart-arrow-left-first:after,
smart-pager[right-to-left] .smart-arrow-left:after,
smart-pager[right-to-left] .smart-arrow-right-last:after,
smart-pager[right-to-left] .smart-arrow-right:after {
  transform: rotate(180deg);
  transform-origin: center;
}
smart-pager[right-to-left] .smart-first-button,
smart-pager[right-to-left] .smart-last-button,
smart-pager[right-to-left] .smart-next-page-button,
smart-pager[right-to-left] .smart-pager-input,
smart-pager[right-to-left] .smart-pager-label,
smart-pager[right-to-left] .smart-pager-label > span,
smart-pager[right-to-left] .smart-pager-page-index-selector,
smart-pager[right-to-left] .smart-previous-page-button {
  direction: rtl;
}
smart-password-text-box {
  display: block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
}
smart-password-text-box.smart-element {
  border: 1px solid var(--smart-border);
  background: var(--smart-background);
  overflow: visible;
  border-radius: var(--smart-border-radius);
}
.smart-password-text-box > .smart-container {
  position: relative;
}
.smart-password-text-box .smart-content,
.smart-password-text-box .smart-content .smart-input {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}
.smart-password-text-box .smart-content .smart-input::-ms-reveal {
  display: none;
}
.smart-password-text-box .smart-password-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  font-size: inherit;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: var(--smart-background-color);
  font-family: var(--smart-font-family-icon);
}
.smart-password-text-box .smart-password-icon:after {
  content: var(--smart-icon-visibility);
}
.smart-password-text-box .smart-password-icon.smart-hidden {
  display: none;
}
.smart-password-text-box smart-tooltip {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.smart-password-text-box .smart-hint,
.smart-password-text-box .smart-label {
  display: none;
  position: absolute;
}
.smart-password-text-box[hint] .smart-hint,
.smart-password-text-box[label] .smart-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
}
.smart-password-text-box[hint] .smart-hint {
  opacity: 0;
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
  top: 100%;
  bottom: initial;
}
.smart-password-text-box[hint][focus] .smart-hint {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .smart-password-text-box .smart-hint,
    .smart-password-text-box .smart-hint::after {
      transition-duration: .1s;
    }
  }
}
.smart-password-text-box[show-password-strength] .smart-password-short input:focus,
.smart-password-text-box[show-password-strength]:focus .smart-password-short input {
  border-color: var(--smart-error);
}
.smart-password-text-box[show-password-strength] .smart-password-weak input:focus,
.smart-password-text-box[show-password-strength]:focus .smart-password-weak input {
  border-color: orange;
}
.smart-password-text-box[show-password-strength] .smart-password-far input:focus,
.smart-password-text-box[show-password-strength]:focus .smart-password-far input {
  border-color: #ff0;
}
.smart-password-text-box[show-password-strength] .smart-password-good input:focus,
.smart-password-text-box[show-password-strength]:focus .smart-password-good input {
  border-color: #00bfff;
}
.smart-password-text-box[show-password-strength] .smart-password-strong input:focus,
.smart-password-text-box[show-password-strength]:focus .smart-password-strong input {
  border-color: var(--smart-success);
}
.smart-password-text-box[right-to-left] .smart-hint,
.smart-password-text-box[right-to-left] .smart-label,
.smart-password-text-box[right-to-left] > .smart-container {
  direction: rtl;
}
.smart-password-text-box[right-to-left] smart-tooltip {
  direction: initial;
}
.smart-password-text-box[right-to-left] .smart-password-icon {
  left: 0;
  right: initial;
}
.smart-pivot-table tfoot td,
.smart-pivot-table thead th {
  font-weight: 700;
}
.smart-pivot-table thead th:not(:last-child):not(.last-visible) {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-pivot-table tbody tr td {
  transform: scaleY(1);
}
.smart-pivot-table tbody tr.collapsed {
  height: 0;
}
.smart-pivot-table tbody tr.collapsed td {
  border-top-width: 0;
  border-top-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  transform: scaleY(0);
}
.smart-pivot-table tbody tr.no-height td {
  line-height: 0;
}
.smart-pivot-table th.align-left > .wrapper {
  justify-content: flex-start;
}
.smart-pivot-table th.align-center > .wrapper {
  justify-content: center;
}
.smart-pivot-table th.align-right > .wrapper {
  justify-content: flex-end;
}
.smart-pivot-table tr td {
  line-height: calc(var(--smart-table-row-height) - 2 * var(--smart-table-cell-padding) - var(--smart-border-width));
  white-space: nowrap;
}
.smart-pivot-table tr:last-child:not(:first-child) .smart-pivot-table-grouping-header,
.smart-pivot-table tr:last-child:not(:first-child) .smart-pivot-table-total-header {
  border-top: var(--smart-border-width) solid var(--smart-border);
}
.smart-pivot-table tr:not(:last-child) .smart-pivot-table-grouping-header,
.smart-pivot-table tr:not(:last-child) .smart-pivot-table-selection-header,
.smart-pivot-table tr:not(:last-child) .smart-pivot-table-total-header {
  border-bottom: none;
}
.smart-pivot-table td.align-left {
  text-align: left;
}
.smart-pivot-table td.align-center {
  text-align: center;
}
.smart-pivot-table td.align-right {
  text-align: right;
}
.smart-pivot-table td.sort-by {
  position: relative;
}
.smart-pivot-table td.sort-by:before {
  content: var(--smart-icon-up);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: var(--smart-table-cell-padding);
  height: 100%;
  font-family: var(--smart-font-family-icon);
  opacity: 0;
  transform: rotate(90deg);
}
.smart-pivot-table td.sort-by.asc:before,
.smart-pivot-table td.sort-by.desc:before {
  opacity: 1;
  visibility: visible;
}
.smart-pivot-table td[selection-detail]:before {
  content: attr(selection-detail);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 3px;
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
  font-size: var(--smart-font-size);
  font-variant: small-caps;
  opacity: .8;
  pointer-events: none;
}
.smart-pivot-table td[selection-detail][detail-position-x=right]:before {
  left: unset;
  right: 0;
}
.smart-pivot-table td[selection-detail][detail-position-y=top]:before {
  top: 0;
  transform: translateY(-100%);
}
.smart-pivot-table .smart-pivot-table-main-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.smart-pivot-table .smart-pivot-table-main-container.prevent-scroll {
  overflow: hidden;
}
.smart-pivot-table .smart-pivot-table-selection-header {
  border-top: none;
}
.smart-pivot-table .smart-pivot-table-total-header {
  border-top: none;
  width: var(--smart-pivot-table-cell-width);
}
.smart-pivot-table .smart-pivot-table-grouping-header {
  border-top: none;
  width: var(--smart-pivot-table-secondary-group-width);
}
.smart-pivot-table .smart-pivot-table-toolbar {
  display: none;
  border: none;
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  height: var(--smart-table-row-height);
}
.smart-pivot-table .smart-pivot-table-toolbar smart-breadcrumb .smart-breadcrumb-items .smart-breadcrumb-item {
  height: calc(100% - var(--smart-breadcrumb-padding));
}
.smart-pivot-table .smart-pivot-table-row-group-breadcrumb:before {
  content: var(--smart-icon-align-left);
  transform: scale(-1);
}
.smart-pivot-table:not([right-to-left]) td.sort-by.desc::before,
.smart-pivot-table[right-to-left] td.sort-by.asc:before {
  transform: rotate(270deg);
}
.smart-pivot-table .smart-pivot-table-pivot-breadcrumb {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-radius: 0;
}
.smart-pivot-table .smart-pivot-table-pivot-breadcrumb:before {
  content: var(--smart-icon-refresh);
}
.smart-pivot-table .empty {
  border-top: none;
}
.smart-pivot-table .total-arrow {
  display: inline-flex;
  margin-left: var(--smart-table-arrow-margin);
  width: var(--smart-table-arrow-size);
  height: var(--smart-table-arrow-size);
  cursor: pointer;
}
.smart-pivot-table .total-arrow:focus {
  outline: 0;
  border: 1px solid var(--smart-ui-state-color-focus);
  border-radius: 50%;
  color: var(--smart-ui-state-color-focus);
}
.smart-pivot-table .smart-pivot-panel {
  border-top: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  height: 100%;
}
.smart-pivot-table smart-breadcrumb {
  position: relative;
  border: none;
  width: unset;
  height: 100%;
  padding-left: calc(3 * var(--smart-breadcrumb-padding));
}
.smart-pivot-table smart-breadcrumb:before {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(3 * var(--smart-breadcrumb-padding));
  height: 100%;
  font-family: var(--smart-font-family-icon);
}
.smart-pivot-table smart-breadcrumb > .smart-container {
  position: relative;
}
.smart-pivot-table smart-breadcrumb > .smart-container.drop-target:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-3 * var(--smart-breadcrumb-padding));
  box-sizing: border-box;
  border: 2px dashed var(--smart-primary);
  width: calc(100% + 4 * var(--smart-breadcrumb-padding));
  height: calc(100% + var(--smart-breadcrumb-padding));
}
.smart-pivot-table smart-breadcrumb .smart-breadcrumb-items,
.smart-pivot-table smart-breadcrumb .smart-template-container {
  height: 100%;
}
.smart-pivot-table smart-breadcrumb .smart-breadcrumb-item {
  height: calc(100% - var(--smart-breadcrumb-padding));
}
.smart-pivot-table smart-breadcrumb .smart-breadcrumb-placeholder {
  position: absolute;
  top: var(--smart-breadcrumb-padding);
  left: 0;
  font-style: italic;
}
.smart-pivot-table [selection-detail] {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.smart-pivot-table:not([animation=none]) tbody tr {
  transition: height .2s ease-in-out;
}
.smart-pivot-table:not([animation=none]) tr td {
  transition:
    padding-top .2s ease-in-out,
    padding-bottom .2s ease-in-out,
    transform .2s ease-in-out,
    border-top-color .2s ease-in-out;
}
.smart-pivot-table:not([designer]) .smart-pivot-table-designer-container {
  display: none;
}
.smart-pivot-table[group-layout=classic] .smart-pivot-table-grouping-header {
  width: calc(.75 * var(--smart-pivot-table-cell-width));
}
.smart-pivot-table[group-layout=classic] tbody td.expanded:not(.main) + td[data-field^=group]:not(.main),
.smart-pivot-table[group-layout=classic] tbody td:not(.expanded) + td[data-field^=group]:not(.main) {
  font-size: 0;
}
.smart-pivot-table[group-layout=classic] .hierarchy-arrow::after {
  content: var(--smart-icon-plus);
}
.smart-pivot-table[group-layout=classic] td.expanded .hierarchy-arrow::after {
  content: var(--smart-icon-minus);
}
.smart-pivot-table[designer] > .smart-container {
  display: grid;
  grid-template-columns: 1fr var(--smart-pivot-panel-width);
  grid-template-rows: 100%;
}
.smart-pivot-table[designer] .smart-pivot-table-designer-container {
  display: block;
  height: 100%;
}
.smart-pivot-table[designer-position=near] > .smart-container {
  grid-template-columns: var(--smart-pivot-panel-width) 1fr;
}
.smart-pivot-table[designer-position=near] .smart-pivot-table-main-container {
  order: 1;
}
.smart-pivot-table[designer-position=near]:not([right-to-left]) .smart-pivot-panel {
  border-left: none;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-pivot-table[toolbar] > .smart-container {
  display: flex;
  flex-direction: column;
}
.smart-pivot-table[toolbar] .smart-pivot-table-main-container {
  height: calc(100% - var(--smart-table-row-height));
  grid-area: main;
}
.smart-pivot-table[toolbar] .smart-pivot-table-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr var(--smart-table-row-height) var(--smart-table-row-height);
  grid-area: toolbar;
  gap: var(--smart-pivot-panel-padding);
}
.smart-pivot-table[toolbar] .smart-pivot-table-designer-container {
  grid-area: designer;
  min-height: 0;
  max-height: unset;
}
.smart-pivot-table[toolbar][designer] > .smart-container {
  display: grid;
  grid-template-columns: 1fr var(--smart-pivot-panel-width);
  grid-template-rows: var(--smart-table-row-height) 1fr;
  grid-template-areas: "toolbar toolbar" "main designer";
}
.smart-pivot-table[toolbar][designer] .smart-pivot-table-toolbar {
  grid-template-columns: 1fr 1fr var(--smart-table-row-height);
}
.smart-pivot-table[toolbar][designer] .smart-table-toolbar-button.fields {
  display: none;
}
.smart-pivot-table[toolbar][designer] .smart-pivot-table-main-container {
  width: 100%;
  height: 100%;
}
.smart-pivot-table[toolbar][designer][designer-position=near] > .smart-container {
  grid-template-columns: var(--smart-pivot-panel-width) 1fr;
  grid-template-areas: "toolbar toolbar" "designer main";
}
.smart-pivot-table[selection][selection-mode=cell] tbody td {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-pivot-table[selection][selection-mode=cell] tbody td.selected {
  background-color: rgba(var(--smart-primary-rgb), .8);
  color: var(--smart-primary-color);
}
.smart-pivot-table[right-to-left] thead th:not(:last-child) {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-right: none;
}
.smart-pivot-table[right-to-left] .smart-pivot-table-pivot-breadcrumb,
.smart-pivot-table[right-to-left]:not([designer-position=near]) .smart-pivot-panel {
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-left: none;
}
.smart-pivot-table[right-to-left] th.expanded .total-arrow {
  transform: none;
}
.smart-pivot-table[right-to-left] smart-breadcrumb {
  padding-left: var(--smart-breadcrumb-padding);
  padding-right: calc(3 * var(--smart-breadcrumb-padding));
}
.smart-pivot-panel .smart-accordion smart-accordion-item .smart-accordion-item-content,
.smart-pivot-panel smart-accordion-item .smart-content-container {
  padding: 0;
}
.smart-pivot-table[right-to-left] smart-breadcrumb:before {
  left: unset;
  right: 0;
}
.smart-pivot-table[right-to-left] .total-arrow {
  transform: rotate(180deg);
}
.smart-pivot-table[right-to-left][selection]:not([selection-mode=cell]) thead th:first-child {
  border-left: none;
}
.smart-table[column-reorder] th[data-field].smart-pivot-table-total-header,
.smart-table[column-reorder][column-totals] th[data-field] {
  cursor: unset;
}
.smart-table[freeze-header] thead tr:nth-child(4) > th {
  top: calc(3 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header] thead tr:nth-child(5) > th {
  top: calc(4 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header] thead tr:nth-child(6) > th {
  top: calc(5 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header] thead tr:nth-child(7) > th {
  top: calc(6 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header] thead tr:nth-child(8) > th {
  top: calc(7 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header] thead tr:nth-child(9) > th {
  top: calc(8 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header] thead tr:nth-child(10) > th {
  top: calc(9 * var(--smart-table-column-header-height));
}
.smart-table-window.drill-down {
  --smart-window-default-width:750px;
  --smart-window-footer-padding:0;
  --smart-window-footer-height:0px;
}
.smart-table-window.drill-down .smart-content-container > .smart-content > div {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%;
  gap: var(--smart-pivot-panel-padding);
  width: 100%;
  height: 100%;
}
.smart-table-window.drill-down .drill-down-details,
.smart-table-window[right-to-left].fields smart-pivot-panel .smart-pivot-panel-tab-item {
  display: flex;
}
.smart-table-window.drill-down .smart-content strong {
  margin-right: var(--smart-pivot-panel-padding);
  margin-left: calc(var(--smart-pivot-panel-padding)/ 3);
}
.smart-table-window.drill-down smart-table {
  min-height: 0;
}
.smart-table-window.fields {
  --smart-window-footer-padding:0;
  --smart-window-footer-height:0px;
  --smart-window-default-width:600px;
  --smart-window-default-height:800px;
}
.smart-table-window.fields smart-pivot-panel {
  width: 100%;
  height: 100%;
}
.smart-table-window.fields smart-pivot-panel > .smart-container {
  grid-template-rows: auto 1fr;
  grid-template-columns: unset;
}
.smart-table-window.fields smart-pivot-panel > .smart-container > div:first-child {
  order: 1;
}
.smart-table-window.fields smart-pivot-panel > .smart-container > div:nth-child(2) {
  order: 0;
}
.smart-table-window.fields smart-pivot-panel .smart-filter-panel .smart-filter-panel-button-container > smart-button {
  width: 40%;
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-columns-view {
  grid-template-rows: 2fr 1fr 1fr 1fr;
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-tabs {
  border-left: none;
  writing-mode: unset;
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-tab-item {
  height: auto;
  border-bottom-width: calc(2 * var(--smart-border-width));
  border-left-width: var(--smart-border-width);
  border-left-color: transparent;
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-tab-item:first-child {
  margin-top: 0;
  margin-right: var(--smart-pivot-panel-padding);
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-tab-item:focus {
  border-color: var(--smart-ui-state-color-focus);
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-tab-item.selected {
  border-bottom-color: var(--smart-primary);
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-tab-item.selected:focus {
  border-color: var(--smart-ui-state-color-focus) var(--smart-ui-state-color-focus) var(--smart-primary);
}
.smart-table-window.fields smart-pivot-panel .smart-pivot-panel-tab-item .icon {
  margin-bottom: 0;
  margin-right: 3px;
}
.smart-table-window.fields:not([animation=none]) smart-pivot-panel .smart-pivot-panel-tab-item {
  transition: border-bottom-color .3s ease-out;
}
.smart-table-window[right-to-left].drill-down .smart-content strong {
  margin-right: calc(var(--smart-pivot-panel-padding)/ 3);
  margin-left: var(--smart-pivot-panel-padding);
}
.smart-table-window[right-to-left].fields smart-pivot-panel .smart-pivot-panel-tab-item,
.smart-table-window[right-to-left].fields smart-pivot-panel .smart-pivot-panel-tabs {
  flex-direction: row-reverse;
}
.smart-table-window[right-to-left].fields smart-pivot-panel .smart-pivot-panel-tab-item:first-child {
  margin-left: var(--smart-pivot-panel-padding);
  margin-right: 0;
}
.smart-table-window[right-to-left].fields smart-pivot-panel .smart-pivot-panel-tab-item .icon {
  margin-left: 3px;
  margin-right: 0;
}
.smart-pivot-panel .smart-pivot-panel-label .icon,
.smart-pivot-panel smart-tree-item .settings-icon {
  margin-right: calc(var(--smart-pivot-panel-padding)/ 2);
}
.smart-window.smart-table-window.drill-down .smart-content-container > .smart-footer,
.smart-window.smart-table-window.fields .smart-content-container > .smart-footer {
  display: none;
}
.smart-pivot-panel {
  border: var(--smart-border-width) solid var(--smart-border);
  width: var(--smart-pivot-panel-width);
  height: var(--smart-pivot-panel-default-height);
}
.smart-pivot-panel > .smart-container {
  display: grid;
  grid-template-columns: 1fr auto;
  min-width: 0;
  min-height: 0;
}
.smart-pivot-panel > .smart-container > div:first-child {
  min-height: 0;
}
.smart-pivot-panel > .smart-container .check-box {
  position: relative;
  left: unset;
  transform: none;
}
.smart-pivot-panel smart-accordion-item.filtered .smart-label {
  position: relative;
  color: var(--smart-primary);
}
.smart-pivot-panel .icon:before,
.smart-pivot-panel smart-accordion-item.filtered .smart-label:before,
.smart-pivot-panel smart-tree-item .settings-icon:before {
  height: 100%;
  font-weight: 400;
  color: inherit;
  text-decoration: inherit;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-arrow-size);
  font-variant: normal;
}
.smart-pivot-panel smart-accordion-item.filtered .smart-label:before {
  font-style: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: var(--smart-icon-filter);
  position: absolute;
  right: calc(100% + var(--smart-pivot-panel-padding)/ 2);
  width: 16px;
}
.smart-pivot-panel smart-tree-item .settings-icon:before {
  width: 100%;
  font-style: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  content: var(--smart-icon-settings);
}
.smart-pivot-panel smart-accordion,
.smart-pivot-panel smart-filter-panel {
  width: 100%;
  height: 100%;
}
.smart-pivot-panel smart-filter-panel > .smart-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: var(--smart-pivot-panel-padding);
}
.smart-pivot-panel smart-filter-panel > .smart-container > div:nth-child(2) {
  min-height: 0;
}
.smart-pivot-panel smart-filter-panel > .smart-container smart-tree {
  height: 100%;
}
.smart-pivot-panel smart-tree.smart-element {
  visibility: inherit;
}
.smart-pivot-panel smart-tree:focus {
  border-color: var(--smart-ui-state-color-focus);
}
.smart-pivot-panel .icon:before {
  width: 100%;
  font-style: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smart-pivot-panel .smart-pivot-panel-tabs {
  display: flex;
  border-left: var(--smart-border-width) solid var(--smart-border);
  writing-mode: vertical-lr;
}
.smart-pivot-panel .smart-pivot-panel-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-left-width: calc(2 * var(--smart-border-width));
  height: var(--smart-pivot-panel-tab-item-height);
  padding: var(--smart-pivot-panel-padding);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.smart-pivot-panel .smart-pivot-panel-tab-item:first-child {
  margin-top: var(--smart-pivot-panel-padding);
}
.smart-pivot-panel .smart-pivot-panel-tab-item:first-child .icon:before {
  content: var(--smart-icon-table);
}
.smart-pivot-panel .smart-pivot-panel-tab-item:nth-child(2) .icon:before {
  content: var(--smart-icon-filter);
}
.smart-pivot-panel .smart-pivot-panel-tab-item:hover {
  color: var(--smart-primary);
}
.smart-pivot-panel .smart-pivot-panel-tab-item:focus {
  border-color: var(--smart-ui-state-color-focus);
  outline: 0;
}
.smart-pivot-panel .smart-pivot-panel-tab-item.selected {
  border-left-color: var(--smart-primary);
}
.smart-pivot-panel .smart-pivot-panel-tab-item.selected:focus {
  border-color: var(--smart-ui-state-color-focus) var(--smart-ui-state-color-focus) var(--smart-ui-state-color-focus) var(--smart-primary);
}
.smart-pivot-panel .smart-pivot-panel-tab-item .icon {
  margin-bottom: 3px;
}
.smart-pivot-panel .smart-pivot-panel-columns-view {
  display: grid;
  grid-template-rows: 3fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
}
.smart-pivot-panel .smart-pivot-panel-columns-view smart-tree {
  border-color: transparent;
  width: 100%;
  height: 100%;
}
.smart-pivot-panel .smart-pivot-panel-active-columns {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 0;
  border-top: var(--smart-border-width) solid var(--smart-border);
}
.smart-pivot-panel .smart-pivot-panel-active-columns smart-tree-item .smart-tree-item-label-element > span {
  display: flex;
}
.smart-pivot-panel .smart-pivot-panel-label {
  display: flex;
  padding: var(--smart-pivot-panel-padding);
  background: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-pivot-panel .smart-pivot-panel-row-groups-label .icon:before {
  content: var(--smart-icon-align-left);
  transform: scale(-1);
}
.smart-pivot-panel .smart-pivot-panel-summaries-label .icon:before {
  content: var(--smart-icon-math);
}
.smart-pivot-panel .smart-pivot-panel-pivots-label .icon:before {
  content: var(--smart-icon-refresh);
}
.smart-pivot-panel .smart-pivot-panel-columns-container {
  min-height: 0;
  overflow: auto;
}
.smart-pivot-panel .smart-pivot-panel-filters-view {
  height: 100%;
}
.smart-pivot-panel:not([animation=none]) .smart-pivot-panel-tab-item {
  transition: border-left-color .3s ease-out;
}
.smart-pivot-panel[inverted] > .smart-container {
  grid-template-columns: auto 1fr;
}
.smart-pivot-panel[inverted] > .smart-container > div:first-child {
  order: 1;
}
.smart-pivot-panel[inverted] .smart-pivot-panel-tabs {
  border-left: none;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-pivot-panel[inverted] .smart-pivot-panel-tab-item {
  border-left: 1px solid transparent;
  border-right-width: calc(2 * var(--smart-border-width));
}
.smart-pivot-panel[inverted] .smart-pivot-panel-tab-item span:nth-child(2) {
  transform: rotate(180deg);
}
.smart-pivot-panel[inverted] .smart-pivot-panel-tab-item.selected {
  border-right-color: var(--smart-primary);
}
.smart-pivot-panel[inverted] .smart-pivot-panel-tab-item.selected:focus {
  border-color: var(--smart-ui-state-color-focus) var(--smart-primary) var(--smart-ui-state-color-focus) var(--smart-ui-state-color-focus);
}
.smart-pivot-panel[inverted]:not([animation=none]) .smart-pivot-panel-tab-item {
  transition: border-right-color .3s ease-out;
}
.smart-pivot-panel[right-to-left] {
  direction: ltr;
}
.smart-pivot-panel[right-to-left] .smart-pivot-panel-tab-item > span:nth-child(2),
.smart-pivot-panel[right-to-left] > .smart-container > div:first-child {
  direction: rtl;
}
.smart-pivot-panel[right-to-left] .smart-pivot-panel-label .icon,
.smart-pivot-panel[right-to-left] smart-tree-item .settings-icon {
  margin-left: calc(var(--smart-pivot-panel-padding)/ 2);
  margin-right: 0;
}
.smart-window.smart-pivot-window {
  --smart-window-default-height:190px;
}
.smart-window.smart-pivot-window .smart-content-container > .smart-content {
  display: grid;
  grid-template-columns: minmax(175px, auto) 1fr;
  grid-auto-rows: max-content;
  gap: var(--smart-pivot-panel-padding);
  min-width: 0;
}
.smart-window.smart-pivot-window .smart-content-container > .smart-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.smart-window.smart-pivot-window .smart-content-container > .smart-footer smart-button {
  --smart-button-padding:0;
  width: 40%;
  height: 100%;
}
.smart-window.smart-pivot-window .smart-content .category.label {
  grid-column-start: 1;
  grid-column-end: 3;
  font-weight: 700;
  text-decoration: underline;
}
.smart-window.smart-pivot-window smart-input {
  width: 100%;
}
.smart-window.smart-pivot-window.summary {
  --smart-window-default-height:500px;
}
.smart-window.smart-pivot-window:not(.summary) .summary {
  display: none;
}
.smart-breadcrumb-feedback.cancel:after {
  content: var(--smart-icon-block);
  background-color: var(--smart-error);
  color: var(--smart-error-color);
}
.smart-breadcrumb-feedback.delete:after {
  content: var(--smart-icon-delete);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-breadcrumb-feedback.pivot:after {
  content: var(--smart-icon-refresh);
}
.smart-breadcrumb-feedback.row-group:after {
  content: var(--smart-icon-align-left);
  transform: scale(-1);
}
.smart-breadcrumb-feedback.summary:after {
  content: var(--smart-icon-math);
}
.smart-tree-item-feedback.forbidden {
  border-color: var(--smart-error);
  color: var(--smart-error);
}
.smart-tree-item-feedback.forbidden:before {
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  font-size: var(--smart-arrow-size);
  color: inherit;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  content: var(--smart-icon-block);
  margin-right: calc(var(--smart-pivot-panel-padding)/ 2);
}
.smart-power-button {
  padding: 0;
  border-radius: 100%;
  display: inline-block;
  width: var(--smart-power-button-default-width);
  height: var(--smart-power-button-default-width);
}
.smart-power-button .smart-input {
  border-radius: 100%;
  outline: 0;
  width: 100%;
  height: 100%;
  min-width: var(--smart-power-button-default-width);
  min-height: var(--smart-power-button-default-width);
  background-color: var(--smart-background);
  border-style: solid;
  box-sizing: border-box;
  border-width: var(--smart-border-width);
  border-color: var(--smart-border);
  display: block;
  position: relative;
  overflow: hidden;
}
.smart-power-button .smart-input:after {
  content: var(--smart-icon-power);
  width: 100%;
  height: 100%;
  font-family: smart-icons;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.smart-power-button .smart-container {
  cursor: pointer;
  height: 100%;
  position: relative;
  display: flex;
}
.smart-power-button .smart-animation {
  pointer-events: none;
}
.smart-power-button[focus] {
  outline: 0;
}
.smart-power-button[focus] .smart-input {
  outline: 0;
  border: var(--smart-border-width) solid var(--smart-ui-state-border-focus);
  background: var(--smart-ui-state-focus);
  color: var(--smart-ui-state-color-focus);
}
.smart-power-button:hover .smart-input {
  border: var(--smart-border-width) solid var(--smart-ui-state-border-hover);
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  transition: background-color .1s linear;
}
.smart-power-button:active .smart-input {
  border: var(--smart-border-width) solid var(--smart-ui-state-border-active);
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  transition: background-color .1s linear;
}
.smart-power-button[disabled] .smart-container {
  cursor: initial;
}
.smart-power-button[checked] .smart-input {
  background-color: var(--smart-primary);
  color: var(--smart-primary);
}
.smart-power-button[checked] .smart-input:after {
  color: #fff;
}
.smart-power-button[readonly].active .smart-input,
.smart-power-button[readonly]:active .smart-input,
.smart-power-button[readonly]:hover .smart-input {
  color: initial;
  border: var(--smart-border-width) solid var(--smart-button-border);
  background: var(--smart-button-background);
  transition: none;
}
smart-power-button.active .smart-input {
  border: var(--smart-border-width) solid var(--smart-ui-state-border-active);
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  transition: background-color .1s linear;
}
smart-power-button.raised {
  box-shadow: var(--smart-elevation-2);
}
smart-power-button[right-to-left] > .smart-container > .smart-input {
  direction: rtl;
}
smart-circular-progress-bar.smart-element,
smart-progress-bar.smart-element {
  border: none;
}
smart-circular-progress-bar.smart-element:focus > .smart-container,
smart-progress-bar.smart-element:focus > .smart-container {
  border-color: var(--smart-outline);
}
smart-circular-progress-bar.smart-container,
smart-circular-progress-bar > .smart-container,
smart-progress-bar.smart-container,
smart-progress-bar > .smart-container {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: hidden;
  position: relative;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  color: var(--smart-background-color);
}
smart-circular-progress-bar .smart-label,
smart-progress-bar .smart-label {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: var(--smart-background-color);
}
smart-circular-progress-bar[right-to-left] .smart-label,
smart-progress-bar[right-to-left] .smart-label {
  direction: rtl;
}
smart-progress-bar {
  width: var(--smart-progress-bar-default-width);
  height: var(--smart-progress-bar-default-height);
}
smart-progress-bar .smart-label {
  width: auto;
  color: var(--smart-outline);
}
smart-progress-bar .smart-value {
  outline: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  border: 1px solid var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  transform-origin: left;
}
smart-progress-bar .smart-value.smart-value-animation {
  animation: indeterminate 3s infinite linear;
}
smart-progress-bar.primary .smart-value {
  border: 1px solid var(--smart-primary);
  background-color: var(--smart-primary);
}
smart-progress-bar.secondary .smart-value {
  border: 1px solid var(--smart-secondary);
  background-color: var(--smart-secondary);
}
smart-progress-bar.success .smart-value {
  border: 1px solid var(--smart-success);
  background-color: var(--smart-success);
}
smart-progress-bar.info .smart-value {
  border: 1px solid var(--smart-info);
  background-color: var(--smart-info);
}
smart-progress-bar.warning .smart-value {
  border: 1px solid var(--smart-warning);
  background-color: var(--smart-warning);
}
smart-progress-bar.error .smart-value {
  border: 1px solid var(--smart-error);
  background-color: var(--smart-error);
}
smart-progress-bar.light .smart-value {
  border: 1px solid var(--smart-light);
  background-color: var(--smart-light);
}
smart-progress-bar.dark .smart-value {
  border: 1px solid var(--smart-dark);
  background-color: var(--smart-dark);
}
smart-progress-bar:not([animation=none]) .smart-value {
  transition: .2s ease-in-out;
}
smart-progress-bar[inverted] .smart-value,
smart-progress-bar[orientation][inverted] .smart-value {
  transform-origin: right;
}
smart-progress-bar[inverted] .smart-value.smart-value-animation {
  animation: indeterminate-inverted 3s infinite linear;
}
smart-progress-bar[orientation] .smart-value {
  transform-origin: left;
}
smart-progress-bar[orientation=vertical] {
  width: var(--smart-progress-bar-default-height);
  height: var(--smart-progress-bar-default-width);
}
smart-progress-bar[orientation=vertical][inverted] .smart-value {
  transform-origin: left bottom;
}
smart-progress-bar[orientation=vertical] .smart-value {
  transform-origin: left top;
}
smart-progress-bar[orientation=vertical] .smart-value.smart-value-animation {
  animation: indeterminate-vertical 3s infinite linear;
}
smart-progress-bar[orientation=vertical] .smart-label {
  width: 100%;
}
smart-progress-bar[inverted][orientation=vertical] .smart-value.smart-value-animation {
  animation: indeterminate-vertical-inverted 3s infinite linear;
}
smart-progress-bar[right-to-left]:not([orientation=vertical]) .smart-value,
smart-progress-bar[right-to-left][orientation=horizontal] .smart-value {
  transform-origin: right;
}
smart-progress-bar[right-to-left]:not([orientation=vertical])[inverted] .smart-value,
smart-progress-bar[right-to-left][orientation=horizontal][inverted] .smart-value {
  transform-origin: left;
}
smart-progress-bar[right-to-left]:not([orientation=vertical]) .smart-value.smart-value-animation,
smart-progress-bar[right-to-left][orientation=horizontal] .smart-value.smart-value-animation {
  animation: indeterminate-inverted 3s infinite linear;
}
smart-progress-bar[right-to-left][inverted]:not([orientation=vertical]) .smart-value.smart-value-animation,
smart-progress-bar[right-to-left][inverted][orientation=horizontal] .smart-value.smart-value-animation {
  animation: indeterminate 3s infinite linear;
}
smart-circular-progress-bar {
  width: var(--smart-circular-progress-bar-default-size);
  height: var(--smart-circular-progress-bar-default-size);
}
smart-circular-progress-bar.smart-container,
smart-circular-progress-bar > .smart-container {
  border-radius: 50%;
}
smart-circular-progress-bar .smart-value-animation-ms {
  stroke-dashoffset: 114;
}
smart-circular-progress-bar svg:first-of-type {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
smart-circular-progress-bar svg:first-of-type .smart-value.smart-value-animation {
  animation: circle 2s infinite linear;
}
smart-circular-progress-bar .smart-label-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  box-sizing: content-box;
  border-radius: 50%;
  background-color: transparent;
  border-style: solid;
  border-width: var(--smart-border-width);
  border-color: var(--smart-border);
  width: calc(100% - var(--smart-circular-progress-bar-fill-size));
  height: calc(100% - var(--smart-circular-progress-bar-fill-size));
}
smart-circular-progress-bar .smart-value,
smart-circular-progress-bar .smart-value-path {
  stroke-width: var(--smart-circular-progress-bar-fill-size);
  fill: transparent;
  stroke-dasharray: 314.159;
}
smart-circular-progress-bar .smart-value {
  stroke: var(--smart-ui-state-active);
}
smart-circular-progress-bar .smart-value-path {
  stroke-dashoffset: 0;
  stroke: transparent;
}
smart-circular-progress-bar.primary .smart-value {
  stroke: var(--smart-primary);
}
smart-circular-progress-bar.secondary .smart-value {
  stroke: var(--smart-secondary);
}
smart-circular-progress-bar.success .smart-value {
  stroke: var(--smart-success);
}
smart-circular-progress-bar.info .smart-value {
  stroke: var(--smart-info);
}
smart-circular-progress-bar.warning .smart-value {
  stroke: var(--smart-warning);
}
smart-circular-progress-bar.error .smart-value {
  stroke: var(--smart-error);
}
smart-circular-progress-bar.light .smart-value {
  stroke: var(--smart-light);
}
smart-circular-progress-bar.dark .smart-value {
  stroke: var(--smart-dark);
}
smart-circular-progress-bar:not([animation=none]) .smart-value {
  transition: stroke-dashoffset 1s linear;
}
smart-circular-progress-bar[inverted] svg:first-of-type .smart-value.smart-value-animation {
  animation: circle-inverted 2s infinite linear;
}
smart-circular-progress-bar[indeterminate][inverted] svg:first-of-type,
smart-circular-progress-bar[value=null][inverted] svg:first-of-type {
  animation: rotate-circle-inverted 1s infinite linear;
}
smart-circular-progress-bar[indeterminate] svg:first-of-type,
smart-circular-progress-bar[value=null] svg:first-of-type {
  animation: rotate-circle 1s infinite linear;
}
smart-circular-progress-bar[right-to-left][inverted] svg:first-of-type .smart-value.smart-value-animation {
  animation: circle 2s infinite linear;
}
smart-circular-progress-bar[right-to-left] svg:first-of-type .smart-value.smart-value-animation {
  animation: circle-inverted 2s infinite linear;
}
smart-circular-progress-bar[right-to-left][indeterminate] svg:first-of-type,
smart-circular-progress-bar[right-to-left][value=null] svg:first-of-type {
  animation: rotate-circle-inverted 1s infinite linear;
}
smart-circular-progress-bar[right-to-left][indeterminate][inverted] svg:first-of-type,
smart-circular-progress-bar[right-to-left][value=null][inverted] svg:first-of-type {
  animation: rotate-circle 1s infinite linear;
}
.barber-shop-effect .smart-value {
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .2) 50%,
      rgba(0, 0, 0, .2) 75%,
      transparent 75%,
      transparent);
  background-size: 5rem 5rem;
  background-position: 0 -244rem;
  animation: stripes 10s linear infinite;
  animation-direction: normal;
}
.barber-shop-effect[inverted] .smart-value,
.barber-shop-effect[orientation=vertical] .smart-value,
.barber-shop-effect[right-to-left] .smart-value {
  animation-direction: reverse;
}
.barber-shop-effect[right-to-left][inverted] .smart-value {
  animation-direction: normal;
}
@keyframes stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60rem 0;
  }
}
@keyframes indeterminate {
  0% {
    left: -100%;
    transform: scaleX(.4);
    transform-origin: left;
  }
  20% {
    left: -40%;
    transform: scaleX(.3);
    transform-origin: left;
  }
  35% {
    left: 35%;
    transform: scaleX(.4);
    transform-origin: left;
  }
  50% {
    left: 75%;
    transform: scaleX(.6);
    transform-origin: left;
  }
  55% {
    left: 100%;
    transform: scaleX(.7);
    transform-origin: left;
  }
  55.99% {
    left: 100%;
    transform: scaleX(0);
    transform-origin: left;
  }
  56% {
    left: -100%;
    transform: scaleX(0);
    transform-origin: left;
  }
  56.99% {
    left: -100%;
    transform: scaleX(.6);
    transform-origin: left;
  }
  75% {
    left: -5%;
    transform: scaleX(.6);
    transform-origin: left;
  }
  80% {
    left: 30%;
    transform: scaleX(.5);
    transform-origin: left;
  }
  85% {
    left: 50%;
    transform: scaleX(.4);
    transform-origin: left;
  }
  90% {
    left: 75%;
    transform: scaleX(.3);
    transform-origin: left;
  }
  95% {
    left: 95%;
    transform: scaleX(.2);
    transform-origin: left;
  }
  98% {
    left: 100%;
    transform: scaleX(.2);
    transform-origin: left;
  }
  99.99% {
    left: 100%;
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    left: -100%;
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes indeterminate-vertical {
  0% {
    bottom: -100%;
    transform: scaleY(.4);
    transform-origin: bottom;
  }
  20% {
    bottom: -40%;
    transform: scaleY(.3);
    transform-origin: bottom;
  }
  35% {
    bottom: 35%;
    transform: scaleY(.4);
    transform-origin: bottom;
  }
  50% {
    bottom: 75%;
    transform: scaleY(.6);
    transform-origin: bottom;
  }
  55% {
    bottom: 100%;
    transform: scaleY(.7);
    transform-origin: bottom;
  }
  55.99% {
    bottom: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  56% {
    bottom: -100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  56.99% {
    bottom: -100%;
    transform: scaleY(.6);
    transform-origin: bottom;
  }
  75% {
    bottom: -5%;
    transform: scaleY(.6);
    transform-origin: bottom;
  }
  80% {
    bottom: 30%;
    transform: scaleY(.5);
    transform-origin: bottom;
  }
  85% {
    bottom: 50%;
    transform: scaleY(.4);
    transform-origin: bottom;
  }
  90% {
    bottom: 75%;
    transform: scaleY(.3);
    transform-origin: bottom;
  }
  95% {
    bottom: 95%;
    transform: scaleY(.2);
    transform-origin: bottom;
  }
  98% {
    bottom: 100%;
    transform: scaleY(.2);
    transform-origin: bottom;
  }
  99.99% {
    bottom: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    bottom: -100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes circle {
  0% {
    stroke-dashoffset: 314;
  }
  5% {
    stroke-dashoffset: 164;
  }
  25% {
    stroke-dashoffset: 104;
  }
}
@keyframes circle-inverted {
  0% {
    stroke-dashoffset: -314;
  }
  5% {
    stroke-dashoffset: -164;
  }
  25% {
    stroke-dashoffset: -104;
  }
}
@keyframes rotate-circle {
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-circle-inverted {
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
smart-query-builder {
  display: block;
  border: var(--smart-border-width) solid var(--smart-border);
  width: var(--smart-query-builder-default-width);
  min-width: var(--smart-query-builder-min-width);
  height: var(--smart-query-builder-default-height);
}
smart-query-builder.smart-element {
  overflow: visible;
}
smart-query-builder[allow-drag] .smart-filter-group-condition:after,
smart-query-builder[allow-drag] .smart-filter-group-condition:before {
  content: var(--smart-icon-ellipsis);
  font-weight: 400;
}
smart-query-builder[dragging] .smart-filter-group-condition:after,
smart-query-builder[dragging] .smart-filter-group-condition:before {
  content: none;
}
.smart-query-builder {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-query-builder.smart-container,
.smart-query-builder > .smart-container {
  position: relative;
  overflow: visible;
}
.smart-query-builder.smart-container > .smart-inner-container,
.smart-query-builder > .smart-container > .smart-inner-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.smart-query-builder smart-menu.smart-conditions-menu:not([animation=none]) {
  width: auto;
  height: auto;
  padding: 2px;
  transform-origin: top;
  transform: scaleY(1);
}
.smart-query-builder smart-menu.smart-conditions-menu.smart-visibility-hidden:not([animation=none]) {
  transform: scaleY(0);
}
.smart-query-builder smart-menu[mode=dropDown] {
  --smart-menu-vertical-default-width:auto;
  --smart-menu-vertical-default-height:auto;
}
.smart-query-builder smart-scroll-viewer {
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
  padding: var(--smart-query-builder-content-padding);
}
.smart-query-builder .smart-content-container > .smart-filter-group:first-child > .smart-filter-group-operator {
  display: none;
}
.smart-query-builder .smart-query-builder-label {
  margin: var(--smart-query-builder-content-padding) 0 calc(2 * var(--smart-query-builder-content-padding)) var(--smart-query-builder-content-padding);
  font-weight: 700;
  opacity: .75;
}
.smart-query-builder .filter-builder-item {
  min-height: var(--smart-filter-builder-row-height);
  margin-left: calc(var(--smart-filter-builder-item-margin)/ 2);
  margin-right: calc(var(--smart-filter-builder-item-margin)/ 2);
  border: none;
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.smart-query-builder .filter-builder-item .smart-value-container {
  padding-left: var(--smart-editor-label-padding);
}
.smart-query-builder .filter-builder-item[edited] {
  border: none;
}
.smart-query-builder .filter-builder-item[edited] .smart-value-container {
  display: none;
}
.smart-query-builder .filter-builder-item[placeholder] {
  opacity: .75;
  font-style: italic;
}
.smart-query-builder .filter-builder-item[placeholder] .smart-value-container {
  padding-right: 2px;
}
.smart-query-builder .smart-conditions-menu {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-query-builder .smart-conditions-menu:focus {
  border: var(--smart-menu-border-width) solid var(--smart-menu-border);
}
.smart-query-builder .smart-conditions-menu smart-menu-item {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-query-builder .smart-conditions-menu smart-menu-item:first-child {
  margin-bottom: 1px;
}
.smart-query-builder .smart-conditions-menu smart-menu-item.hover {
  background-color: var(--smart-menu-item-background-focus);
  border-color: var(--smart-menu-item-border-focus);
  color: var(--smart-menu-item-color-focus);
}
.smart-query-builder .smart-editors-container > * {
  width: var(--smart-query-builder-editor-width);
  min-width: 100px;
}
.smart-query-builder .smart-editors-container smart-numeric-text-box input.smart-input {
  text-align: left;
}
.smart-query-builder .smart-editors-container smart-input .arrow {
  transition: none;
}
.smart-query-builder .smart-editors-container .smart-custom-editor > * {
  pointer-events: all;
  width: 100%;
}
.smart-query-builder .smart-editors-container[open] .smart-check-box-editor {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-self: center;
  justify-self: center;
  width: 30px;
  height: 30px;
}
.smart-query-builder .smart-editors-container[open] .smart-check-box-editor.smart-hidden {
  display: none;
}
.smart-query-builder .smart-editors-container[open] smart-check-box {
  display: block;
}
.smart-query-builder .smart-filter-group {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.smart-query-builder .smart-filter-group:last-of-type .smart-filter-add-btn {
  display: initial;
}
.smart-query-builder .smart-filter-group:not(:first-of-type) {
  margin-top: var(--smart-filter-builder-group-margin);
}
.smart-query-builder .smart-filter-group .smart-filter-add-btn,
.smart-query-builder .smart-filter-group[max-level] .smart-filter-add-btn,
.smart-query-builder .smart-filter-group[node-id="0"] .smart-filter-group-operator {
  display: none;
}
.smart-query-builder .smart-filter-group-condition {
  margin-bottom: var(--smart-filter-builder-group-condition-margin);
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.smart-query-builder .smart-filter-group-condition:after,
.smart-query-builder .smart-filter-group-condition:before {
  font-weight: 800;
  font-family: var(--smart-font-family-icon);
  position: absolute;
  right: 100%;
  width: auto;
  content: none;
  transform: rotate(90deg);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 12px;
  height: 10px;
  top: 10px;
  opacity: .25;
  margin-right: calc(5px + 1px);
  cursor: move;
  line-height: 1rem;
}
.smart-query-builder .smart-filter-group-condition:after {
  transform: rotate(-90deg);
}
.smart-query-builder .smart-filter-group-condition.dragged {
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .1) 75%,
      transparent 75%,
      transparent);
  background-size: 3em 3em;
}
.smart-query-builder .smart-filter-group-condition[limit-selection]:after,
.smart-query-builder .smart-filter-group-condition[limit-selection]:before {
  content: none;
}
.smart-query-builder .smart-filter-group-condition[limit-selection] .filter-builder-item:not(.smart-filter-field-name) {
  pointer-events: none;
}
.smart-query-builder .smart-filter-group-condition-container {
  display: flex;
  box-sizing: border-box;
  white-space: nowrap;
  flex-direction: column;
  padding-left: calc(var(--smart-filter-builder-group-condition-margin) * 6);
  border-left: var(--smart-filter-builder-group-container-border) solid var(--smart-border);
  margin-left: calc(var(--smart-filter-builder-group-condition-margin) * 3 - var(--smart-filter-builder-group-container-border)/ 2);
  width: calc(100% - var(--smart-filter-builder-group-condition-margin) * 3 - var(--smart-filter-builder-group-container-border)/ 3);
}
.smart-query-builder .smart-filter-group-operator {
  cursor: pointer;
  min-width: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  border: none;
  margin-right: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-query-builder .smart-filter-group-operator:not(:empty) {
  margin-bottom: calc(var(--smart-filter-builder-group-condition-margin) * 2);
  padding: 4px;
  display: flex;
  justify-content: center;
}
.smart-query-builder .smart-filter-nested-operator {
  cursor: pointer;
  margin-top: calc(var(--smart-filter-builder-group-condition-margin) * 3);
  margin-bottom: calc(var(--smart-filter-builder-group-condition-margin) * 3);
  margin-left: calc(-1 * var(--smart-filter-builder-item-margin));
  opacity: .5;
  font-weight: 600;
  text-transform: uppercase;
  align-self: flex-start;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-query-builder .smart-filter-group-operation {
  min-width: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  border: none;
  margin-right: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-query-builder .smart-filter-delete-btn {
  min-width: var(--smart-filter-builder-row-height);
  min-height: var(--smart-filter-builder-row-height);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .25;
  font-size: 16px;
  cursor: pointer;
}
.smart-query-builder .smart-filter-delete-btn:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  cursor: pointer;
  font-weight: 800;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-close);
  font-size: var(--smart-font-size);
}
.smart-query-builder .smart-filter-add-btn,
.smart-query-builder .smart-filter-add-condition-btn {
  min-height: var(--smart-filter-builder-row-height);
  width: var(--smart-filter-builder-row-height);
  display: flex;
}
.smart-query-builder .smart-filter-delete-btn:hover {
  opacity: .6;
}
.smart-query-builder .smart-filter-delete-btn:active {
  opacity: 1;
}
.smart-query-builder .smart-filter-add-btn {
  min-width: var(--smart-filter-builder-row-height);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: var(--smart-filter-builder-row-height);
  border-radius: 50%;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  margin-top: calc(var(--smart-filter-builder-group-condition-margin) * 2);
  margin-bottom: calc(var(--smart-filter-builder-group-condition-margin) * 2);
  line-height: 1rem;
  opacity: 1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .smart-query-builder .smart-filter-add-btn {
    padding-bottom: 7px;
  }
}
.smart-query-builder .smart-filter-add-btn:after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-size: 30px;
  font-weight: 800;
  font-family: var(--smart-font-family-icon);
  height: 100%;
}
.smart-query-builder .smart-filter-add-condition-btn {
  box-sizing: border-box;
  font-size: 16px;
  padding-left: calc(var(--smart-filter-builder-group-condition-margin) * 6);
  border-left: calc(var(--smart-filter-builder-group-container-border)/ 2.5) dashed var(--smart-border);
  margin-left: calc(calc(var(--smart-filter-builder-group-condition-margin) * 3) - var(--smart-filter-builder-group-container-border)/ 5);
  opacity: initial;
  min-width: 50px;
  justify-content: flex-start;
  color: var(--smart-background-color);
  cursor: pointer;
  align-items: flex-end;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-query-builder .smart-filter-add-condition-btn > div {
  position: relative;
  padding-left: calc(var(--smart-filter-builder-item-margin)/ 2);
}
.smart-query-builder .smart-filter-add-condition-btn > div:before {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 800;
  font-family: var(--smart-font-family-icon);
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  height: 100%;
  font-size: 20px;
  margin-right: 5px;
}
.smart-query-builder .smart-filter-add-condition-btn[limit-selection] {
  pointer-events: none;
  opacity: .75;
}
.smart-query-builder .smart-filter-value {
  padding: 0;
  min-width: 100px;
  width: var(--smart-query-builder-editor-width);
  text-overflow: ellipsis;
}
.smart-query-builder .smart-filter-value[edited] {
  padding: 0;
  background-color: transparent;
}
.smart-query-builder .smart-filter-value .smart-value-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-query-builder .smart-filter-value .smart-value-container > span {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
.smart-query-builder .smart-filter-operation {
  position: relative;
  min-width: 100px;
  width: var(--smart-query-builder-editor-width);
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-query-builder .smart-filter-operation .smart-value-container {
  text-overflow: ellipsis;
  width: calc(100% - var(--smart-editor-addon-width));
  overflow: hidden;
}
.smart-query-builder .smart-filter-operation:not([edited]):after {
  content: var(--smart-icon-arrow-down);
  display: flex;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  font-size: var(--smart-arrow-size);
  outline: 0;
  width: var(--smart-editor-addon-width);
  position: absolute;
  right: -1px;
}
.smart-query-builder .smart-filter-field-name {
  position: relative;
  min-width: 100px;
  width: var(--smart-query-builder-editor-width);
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-query-builder .smart-filter-field-name .smart-value-container {
  text-overflow: ellipsis;
  overflow: hidden;
}
.smart-query-builder .smart-filter-builder-icon {
  width: 40px;
  height: 100%;
  font-weight: 700;
  border-right: 1px solid gray;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-query-builder .smart-filter-builder-menu-item {
  height: 100%;
}
.smart-query-builder .smart-hidden {
  display: none;
}
.smart-query-builder .smart-scrollable-outer-container {
  width: 100%;
  height: 100%;
}
.smart-query-builder .smart-scroll-viewer-content-container {
  vertical-align: top;
  padding: initial;
}
.smart-query-builder .drop-target.bottom:after,
.smart-query-builder .drop-target.top:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: var(--smart-filter-builder-group-condition-margin);
  left: 0;
  pointer-events: none;
  transform: none;
  background-color: var(--smart-primary);
  opacity: .75;
}
.smart-query-builder .drop-target.bottom:after {
  top: calc(100% + 3px);
}
.smart-query-builder .drop-target.top:after {
  top: calc(-1 * var(--smart-filter-builder-group-condition-margin));
}
.smart-query-builder .mac .smart-filter-add-btn:after,
.smart-query-builder .mac .smart-filter-add-condition-btn > div:before {
  align-items: stretch;
  line-height: 80%;
}
.smart-query-builder[show-field-name-arrow] .smart-filter-field-name:not([edited]):after {
  content: var(--smart-icon-arrow-down);
  display: flex;
  outline: 0;
  width: var(--smart-editor-addon-width);
  position: absolute;
  top: 1px;
  right: -1px;
  height: 100%;
}
.smart-query-builder-drag-feedback {
  position: absolute;
  display: flex;
  align-items: center;
  box-shadow: var(--smart-elevation-8);
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  padding: 5px;
  white-space: nowrap;
  font-family: var(--smart-font-family-icon);
  font-size: 26px;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  z-index: 10000;
  opacity: .75;
}
.smart-query-builder-drag-feedback:after {
  content: var(--smart-icon-docs);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.smart-input-drop-down-menu .icon:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--smart-font-size) - 2px);
  font-weight: 700;
}
.smart-input-drop-down-menu .icon.equals:after {
  content: "=";
}
.smart-input-drop-down-menu .icon.notequals:after {
  content: "\2260";
}
.smart-input-drop-down-menu .icon.greaterthan:after {
  content: ">";
}
.smart-input-drop-down-menu .icon.greaterthanorequal:after {
  content: "\2265";
}
.smart-input-drop-down-menu .icon.lessthan:after {
  content: "<";
}
.smart-input-drop-down-menu .icon.lessthanorequal:after {
  content: "\2264";
}
.smart-input-drop-down-menu .icon.startswith:after {
  content: "a|bc";
}
.smart-input-drop-down-menu .icon.endswith:after {
  content: "ab|c";
}
.smart-input-drop-down-menu .icon.contains:after {
  content: "abc";
}
.smart-input-drop-down-menu .icon.notcontains:after {
  content: "!abc";
}
.smart-input-drop-down-menu .icon.isblank:after {
  content: "\25a1";
}
.smart-input-drop-down-menu .icon.isnotblank:after {
  content: "\25a0";
}
.smart-query-builder-drag-feedback[right-to-left],
smart-query-builder[right-to-left] .smart-filter-group {
  direction: rtl;
}
smart-query-builder[right-to-left] .smart-filter-group-condition-container {
  padding-left: initial;
  padding-right: calc(var(--smart-filter-builder-group-condition-margin) * 6);
  border-left: initial;
  border-right: var(--smart-border-width) solid var(--smart-border);
  margin-left: initial;
  margin-right: calc(var(--smart-filter-builder-group-condition-margin) * 3 - var(--smart-filter-builder-group-container-border)/ 2);
}
smart-query-builder[right-to-left] .smart-filter-nested-operator {
  margin-left: initial;
  margin-right: calc(-1 * var(--smart-filter-builder-item-margin));
}
smart-query-builder[right-to-left] .smart-filter-group-condition:after,
smart-query-builder[right-to-left] .smart-filter-group-condition:before {
  right: initial;
  left: 100%;
  margin: 0 0 0 6px;
}
smart-query-builder[right-to-left] .smart-filter-add-condition-btn {
  padding-left: initial;
  padding-right: calc(var(--smart-filter-builder-group-condition-margin) * 6);
  border-left: initial;
  border-right: calc(var(--smart-border-width)/ 2.5) dashed var(--smart-border);
  margin-left: initial;
  margin-right: calc(calc(var(--smart-filter-builder-group-condition-margin) * 3) - var(--smart-border-width)/ 5);
}
smart-query-builder[right-to-left] .smart-filter-add-condition-btn > div {
  padding-left: initial;
  padding-right: calc(var(--smart-filter-builder-item-margin)/ 2);
}
smart-query-builder[right-to-left] .smart-filter-add-condition-btn > div:before {
  right: initial;
  left: 100%;
}
smart-query-builder[right-to-left] .smart-filter-operation:not([edited])::after {
  left: -1px;
  right: initial;
}
smart-query-builder[right-to-left] .drop-target.bottom:after,
smart-query-builder[right-to-left] .drop-target.top:after {
  left: initial;
  right: 0;
}
.smart-rating .rating-star:after {
  width: 100%;
  height: 100%;
  top: 0;
  font-size: var(--smart-font-size);
  content: var(--smart-icon-star);
  color: var(--smart-primary);
  font-family: var(--smart-font-family-icon);
}
.smart-rating .rating-star.active.hover:after,
.smart-rating .rating-star.active:after,
.smart-rating .rating-star.hover:after {
  color: var(--smart-secondary);
}
.smart-rating[right-to-left] #ratingStars {
  direction: rtl;
  display: flex;
}
smart-scroll-bar {
  display: block;
  touch-action: none;
  width: var(--smart-scroll-bar-default-width);
  height: var(--smart-scroll-bar-default-height);
}
smart-scroll-bar .smart-thumb {
  position: absolute;
  width: 40px;
  background-clip: content-box;
  padding: var(--smart-scroll-bar-thumb-padding) 0;
  height: var(--smart-scroll-bar-thumb-size);
  cursor: default;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: var(--smart-scroll-bar-thumb-border);
  background-color: var(--smart-scroll-bar-thumb-background);
  border-top-left-radius: var(--smart-scroll-bar-thumb-border-top-left-radius);
  border-top-right-radius: var(--smart-scroll-bar-thumb-border-top-right-radius);
  border-bottom-left-radius: var(--smart-scroll-bar-thumb-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-scroll-bar-thumb-border-bottom-right-radius);
}
smart-scroll-bar .smart-thumb:hover {
  border-color: var(--smart-scroll-bar-thumb-border-hover);
  background-color: var(--smart-scroll-bar-thumb-background-hover);
}
smart-scroll-bar .smart-thumb:active {
  border-color: var(--smart-scroll-bar-thumb-border-active);
  background-color: var(--smart-scroll-bar-thumb-background-active);
}
smart-scroll-bar .smart-track {
  position: relative;
  float: left;
  height: 100%;
  background-color: var(--smart-scroll-bar-track-background);
  width: 100%;
}
smart-scroll-bar .smart-scroll-button {
  display: none;
  float: left;
  width: var(--smart-scroll-button-size);
  height: 100%;
  cursor: default;
  background-color: var(--smart-scroll-bar-button-background);
  color: var(--smart-scroll-bar-button-color);
  border: 1px solid var(--smart-scroll-bar-button-border);
  min-height: 0;
  padding: 0;
  border-radius: 0;
}
smart-scroll-bar .smart-scroll-button:hover {
  background-color: var(--smart-scroll-bar-button-background-hover);
  color: var(--smart-scroll-bar-button-color-hover);
  border-color: var(--smart-scroll-bar-button-border-hover);
}
smart-scroll-bar .smart-scroll-button:active {
  background-color: var(--smart-scroll-bar-button-background-active);
  color: var(--smart-scroll-bar-button-color-active);
  border-color: var(--smart-scroll-bar-button-border-active);
}
smart-scroll-bar[show-buttons] .smart-track {
  width: calc(calc(100% - var(--smart-scroll-button-size) * 2));
}
smart-scroll-bar[show-buttons] .smart-scroll-button {
  display: block;
}
smart-scroll-bar[spinner][show-buttons] .smart-track {
  display: none;
}
smart-scroll-bar[spinner][show-buttons] .smart-scroll-button {
  width: 50%;
}
smart-scroll-bar[discrete] {
  --smart-scroll-button-size:0px;
  --smart-scroll-bar-size:15px;
  --smart-scroll-bar-thumb-border-top-right-radius:6px;
  --smart-scroll-bar-thumb-border-top-left-radius:6px;
  --smart-scroll-bar-thumb-border-bottom-left-radius:6px;
  --smart-scroll-bar-thumb-border-bottom-right-radius:6px;
  --smart-scroll-bar-thumb-size:100%;
  --smart-scroll-bar-thumb-padding:3px;
  --smart-scroll-bar-default-width:var(--smart-editor-width);
  --smart-scroll-bar-default-height:var(--smart-scroll-bar-size);
  --smart-scroll-bar-background:#fafafa;
  --smart-scroll-bar-track-background:var(--smart-scroll-bar-background);
  --smart-scroll-bar-border:#F1F1F1;
  --smart-scroll-bar-thumb-background:#C1C1C1;
  --smart-scroll-bar-thumb-border:transparent;
}
smart-scroll-bar[orientation=vertical] {
  height: var(--smart-scroll-bar-default-width);
  width: var(--smart-scroll-bar-default-height);
}
smart-scroll-bar[orientation=vertical] .smart-thumb {
  width: var(--smart-scroll-bar-thumb-size);
  padding: 0 var(--smart-scroll-bar-thumb-padding);
  height: 40px;
  top: 0;
}
smart-scroll-bar[orientation=vertical] .smart-track {
  float: none;
  width: 100%;
  height: 100%;
}
smart-scroll-bar[orientation=vertical] .smart-scroll-button {
  float: none;
  height: var(--smart-scroll-button-size);
  width: 100%;
}
smart-scroll-bar[orientation=vertical][show-buttons] .smart-track {
  height: calc(calc(100% - var(--smart-scroll-button-size) * 2));
}
smart-scroll-bar[orientation=vertical][spinner] .smart-scroll-button {
  height: 50%;
  width: 100%;
  float: none;
}
smart-scroll-viewer {
  display: block;
  width: var(--smart-editor-width);
  min-width: var(--smart-scroll-viewer-min-width);
  max-width: var(--smart-scroll-viewer-max-width);
  height: var(--smart-list-box-default-height);
  min-height: var(--smart-scroll-viewer-min-height);
  max-height: var(--smart-scroll-viewer-max-height);
  padding: 3px;
}
.smart-scroll-viewer.smart-container,
smart-scroll-viewer > .smart-container {
  height: 100%;
  width: 100%;
  border: none;
  position: relative;
  overflow: hidden;
}
.smart-scroll-viewer > .smart-container,
.smart-scroll-viewer > .smart-container > .smart-scroll-viewer-container {
  max-height: inherit;
  min-height: inherit;
  max-width: inherit;
  min-width: inherit;
}
.smart-scroll-viewer smart-scroll-bar {
  overflow: visible;
  position: absolute;
  bottom: 0;
  height: calc(var(--smart-scroll-bar-size));
  width: 100%;
}
.smart-scroll-viewer smart-scroll-bar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--smart-scroll-bar-size);
  background-color: var(--smart-surface);
  left: 100%;
}
.smart-scroll-viewer smart-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer smart-scroll-bar[orientation=vertical] {
  right: 0;
  top: 0;
  height: 100%;
  width: calc(var(--smart-scroll-bar-size));
}
.smart-scroll-viewer smart-scroll-bar[orientation=vertical].bottom-corner {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-scroll-viewer-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.smart-scroll-viewer .smart-scroll-viewer-container.hscroll {
  height: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-scroll-viewer-container.vscroll {
  width: calc(100% - var(--smart-scroll-bar-size));
}
.smart-scroll-viewer .smart-scroll-viewer-content-container {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 5px;
  position: relative;
  background-color: transparent;
}
.smart-scroll-viewer[right-to-left] .smart-scroll-viewer-container {
  direction: rtl;
  text-align: initial;
}
.smart-scroll-viewer[right-to-left] .smart-scroll-viewer-container.vscroll,
.smart-scroll-viewer[right-to-left] smart-scroll-bar {
  left: var(--smart-scroll-bar-size);
  right: 0;
}
.smart-scroll-viewer[right-to-left] smart-scroll-bar:after {
  left: -100%;
}
.smart-scroll-viewer[right-to-left] smart-scroll-bar[orientation=vertical] {
  left: 0;
  right: initial;
}
.smart-scroll-viewer[right-to-left] smart-scroll-bar[orientation=vertical]:after {
  content: none;
}
.smart-slider[right-to-left] .smart-hint,
.smart-slider[right-to-left] .smart-label,
smart-slider[right-to-left] .smart-tooltip-content {
  direction: rtl;
}
smart-slider {
  display: block;
  width: var(--smart-slider-default-width);
  height: var(--smart-slider-default-height);
  --smart-border-top-left-radius:100%;
  --smart-border-top-right-radius:100%;
  --smart-border-bottom-left-radius:100%;
  --smart-border-bottom-right-radius:100%;
}
smart-slider[orientation=vertical] {
  width: var(--smart-slider-default-height);
  height: var(--smart-slider-default-width);
}
smart-slider.smart-element {
  overflow: visible;
}
.smart-slider .smart-track-container {
  width: 100%;
  height: var(--smart-slider-track-size);
  margin-top: calc((var(--smart-slider-thumb-height) - var(--smart-slider-track-size))/ 2 + 2px);
  margin-bottom: calc((var(--smart-slider-thumb-height) - var(--smart-slider-track-size))/ 2 + 2px);
}
.smart-slider .smart-track {
  user-select: none;
  -webkit-user-select: none;
  position: relative;
  float: left;
  width: 100%;
  height: var(--smart-slider-track-size);
  background-color: var(--smart-disabled);
  cursor: pointer;
}
.smart-slider .smart-thumb {
  position: absolute;
  margin-left: calc(-1 * var(--smart-slider-thumb-width)/ 2);
  margin-top: calc(var(--smart-slider-track-size)/ 2 - var(--smart-slider-thumb-height)/ 2);
  border-top-left-radius: var(--smart-slider-thumb-border-top-left-radius);
  border-top-right-radius: var(--smart-slider-thumb-border-top-right-radius);
  border-bottom-left-radius: var(--smart-slider-thumb-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-slider-thumb-border-bottom-right-radius);
  border: var(--smart-border-width) solid var(--smart-primary);
  width: var(--smart-slider-thumb-width);
  min-width: var(--smart-slider-track-size);
  height: var(--smart-slider-thumb-height);
  min-height: var(--smart-slider-track-size);
  background-color: var(--smart-primary);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.smart-slider .smart-thumb:before {
  width: 100%;
  height: 100%;
  transition: .2s;
  display: block;
  border-radius: 50%;
  content: "";
  z-index: -1;
  opacity: .2;
  background: var(--smart-primary);
}
.smart-slider .smart-thumb[hover]:before {
  transform: scale(3);
  animation: slider-thumb-effect 1s infinite;
  animation-delay: .1s;
}
.smart-slider .smart-thumb.accessible {
  z-index: 1;
}
.smart-slider .smart-thumb-label,
.smart-slider .smart-thumb ~ .smart-thumb {
  display: none;
}
.smart-slider .smart-value {
  position: absolute;
  width: 0;
  height: var(--smart-slider-track-size);
  background-color: var(--smart-ui-state-active);
}
.smart-slider .smart-tooltip {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--smart-primary);
  width: var(--smart-slider-tooltip-width);
  height: var(--smart-slider-tooltip-height);
  padding: 4px 12px;
  font-family: var(--smart-font-family);
  font-size: 75%;
  opacity: .5;
  border-radius: 0;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  left: calc(-1 * var(--smart-slider-tooltip-width)/ 2 + var(--smart-slider-thumb-width)/ 2 - 1px);
  top: calc(-1 * var(--smart-slider-tooltip-height) - 22px);
}
.smart-slider .smart-scale.smart-hidden,
.smart-slider .smart-tooltip.smart-hidden {
  display: none;
}
.smart-slider .smart-tooltip .smart-tooltip-content {
  background: inherit;
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}
.smart-slider .smart-tick {
  position: absolute;
  width: 1px;
  height: var(--smart-slider-tick-size);
  background-color: var(--smart-border);
}
.smart-slider .smart-tick-minor {
  height: var(--smart-slider-minor-tick-size);
}
.smart-slider .smart-scale {
  margin-left: var(--smart-border-width);
  height: calc(100% - var(--smart-slider-thumb-height) - 4px);
}
.smart-slider .smart-scale-near .smart-tick {
  bottom: 0;
}
.smart-slider .smart-scale-near .smart-label {
  bottom: calc(var(--smart-slider-tick-size) + 2px);
}
.smart-slider .smart-scale-far .smart-tick {
  top: 0;
}
.smart-slider .smart-scale-far .smart-label {
  top: calc(var(--smart-slider-tick-size) + 2px);
}
.smart-slider .smart-spin-button {
  display: block;
  float: left;
  margin-top: calc(var(--smart-slider-track-size)/ 2 - var(--smart-slider-spin-button-height)/ 2);
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: var(--smart-slider-spin-button-width);
  height: var(--smart-slider-spin-button-height);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  cursor: pointer;
  padding: 0;
  min-height: 0;
  top: 0;
  position: relative;
}
.smart-slider .smart-spin-button.smart-hidden,
.smart-slider:not([hint]) .smart-hint {
  display: none;
}
.smart-slider .smart-spin-button .smart-button {
  padding: 0;
  min-height: 0;
}
.smart-slider .smart-spin-button .smart-arrow {
  left: 1px;
  top: 1px;
}
.smart-slider .smart-spin-button[hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-slider .smart-spin-button[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-slider:focus {
  border-color: var(--smart-outline);
}
.smart-slider:focus .smart-thumb:before {
  transform: scale(3);
  animation: slider-thumb-effect 1s infinite;
  animation-delay: .1s;
}
.smart-slider:not([animation=none]) .smart-thumb.enable-animation {
  transition: margin-left .4s cubic-bezier(.25, .8, .25, 1);
}
.smart-slider:not([animation=none]) .smart-value.enable-animation {
  transition: width .4s cubic-bezier(.25, .8, .25, 1);
}
.smart-slider:not([animation=none])[inverted] .smart-value.enable-animation,
.smart-slider:not([animation=none])[range-slider] .smart-value.enable-animation {
  transition: width .4s cubic-bezier(.25, .8, .25, 1), margin-left .4s cubic-bezier(.25, .8, .25, 1);
}
.smart-slider:not([animation=none])[orientation=vertical] .smart-thumb.enable-animation {
  transition: margin-top .4s cubic-bezier(.25, .8, .25, 1);
}
.smart-slider:not([animation=none])[orientation=vertical] .smart-value.enable-animation {
  transition: height .4s cubic-bezier(.25, .8, .25, 1), margin-top .4s cubic-bezier(.25, .8, .25, 1);
}
.smart-slider:not([animation=none])[orientation=vertical][inverted] .smart-value.enable-animation {
  transition: height .4s cubic-bezier(.25, .8, .25, 1);
}
.smart-slider:not([animation=none])[orientation=vertical][range-slider] .smart-value.enable-animation {
  transition: height .4s cubic-bezier(.25, .8, .25, 1), margin-top .4s cubic-bezier(.25, .8, .25, 1);
}
.smart-slider[disabled] .smart-spin-button,
.smart-slider[disabled] .smart-thumb,
.smart-slider[disabled] .smart-track,
.smart-slider[disabled] .smart-value,
.smart-slider[readonly] .smart-spin-button,
.smart-slider[readonly] .smart-thumb,
.smart-slider[readonly] .smart-track,
.smart-slider[readonly] .smart-value {
  cursor: default;
}
.smart-slider[hint] .smart-hint {
  position: absolute;
  left: 0;
  bottom: calc(100% + 2px);
  font-size: 12px;
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-slider[hint] .smart-hint:empty {
  display: none;
}
.smart-slider[range-slider] .smart-thumb ~ .smart-thumb,
.smart-slider[show-thumb-label]:focus .smart-thumb-label {
  display: block;
}
.smart-slider[hint][scale-position=both]:not([orientation=vertical]) .smart-hint {
  bottom: 150%;
}
.smart-slider[ticks-position=track] .smart-scale-near .smart-label,
.smart-slider[ticks-visibility=none] .smart-scale-near .smart-label {
  bottom: 2px;
}
.smart-slider[hint]:not([animation=none]) .smart-hint {
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
}
.smart-slider[value="0"] .smart-thumb {
  background-color: var(--smart-border);
  border-color: var(--smart-border);
}
.smart-slider[value="0"] .smart-thumb:before {
  background: var(--smart-border);
}
.smart-slider[show-buttons] .smart-track-container {
  margin-top: calc((var(--smart-slider-spin-button-height) - var(--smart-slider-track-size))/ 2 + 2px);
  margin-bottom: calc((var(--smart-slider-spin-button-height) - var(--smart-slider-track-size))/ 2 + 2px);
}
.smart-slider[show-buttons] .smart-track {
  margin-left: calc(var(--smart-slider-thumb-width)/ 2);
  margin-right: calc(var(--smart-slider-thumb-width)/ 2);
  width: calc(100% - 2 * var(--smart-slider-spin-button-width) - var(--smart-slider-thumb-width));
}
.smart-slider[show-buttons] .smart-scale {
  height: calc(100% - var(--smart-slider-spin-button-height) - 4px);
  margin-left: calc(var(--smart-slider-spin-button-width) + var(--smart-slider-thumb-width)/ 2 + var(--smart-border-width));
  margin-right: calc(var(--smart-slider-spin-button-width) + var(--smart-slider-thumb-width)/ 2);
}
.smart-slider[tooltip-position=far] .smart-tooltip {
  top: calc(var(--smart-slider-thumb-height) + 1px);
}
.smart-slider[scale-position=both] .smart-scale {
  height: calc((100% - var(--smart-slider-thumb-height))/ 2 - 2px);
}
.smart-slider[scale-position=both][show-buttons] .smart-scale {
  height: calc((100% - var(--smart-slider-spin-button-height))/ 2 - 2px);
}
.smart-slider[ticks-visibility=none] .smart-scale-far .smart-label {
  top: 2px;
}
.smart-slider[ticks-position=track] .smart-tick {
  height: 100%;
}
.smart-slider[ticks-position=track] .smart-tick-minor {
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
}
.smart-slider[ticks-position=track] .smart-scale-far .smart-label {
  top: 2px;
}
.smart-slider[show-thumb-label] .smart-thumb {
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 9999;
}
.smart-slider[show-thumb-label] .smart-thumb-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7px;
  font-family: var(--smart-font-family);
  -webkit-user-select: none;
  user-select: none;
}
.smart-slider[thumb-label-position=far] .smart-thumb {
  top: 0;
}
.smart-slider[thumb-label-position=far]:focus .smart-thumb {
  top: calc(var(--smart-slider-default-height) + var(--smart-slider-thumb-width) * 2);
}
.smart-slider[orientation=vertical].smart-container,
.smart-slider[orientation=vertical] > .smart-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.smart-slider[orientation=vertical] .smart-thumb {
  margin-left: calc(var(--smart-slider-track-size)/ 2 - var(--smart-slider-thumb-width)/ 2);
  margin-top: calc(-1 * var(--smart-slider-thumb-height)/ 2);
}
.smart-slider[orientation=vertical] .smart-track-container {
  float: left;
  width: var(--smart-slider-track-size);
  height: 100%;
  margin-top: 0;
  margin-right: calc((var(--smart-slider-thumb-width) - var(--smart-slider-track-size))/ 2 + 2px);
  margin-bottom: 0;
  margin-left: calc((var(--smart-slider-thumb-width) - var(--smart-slider-track-size))/ 2 + 2px);
  z-index: 1;
}
.smart-slider[orientation=vertical] .smart-track {
  float: none;
  width: var(--smart-slider-track-size);
  height: 100%;
}
.smart-slider[orientation=vertical] .smart-value {
  width: var(--smart-slider-track-size);
  height: 0;
}
.smart-slider[orientation=vertical] .smart-scale {
  float: left;
  margin-top: var(--smart-border-width);
  width: calc(100% - var(--smart-slider-thumb-width) - 2px);
  height: 100%;
}
.smart-slider[orientation=vertical] .smart-tooltip {
  left: calc(-1 * var(--smart-slider-tooltip-width) - 8px);
  top: calc(-1 * var(--smart-slider-tooltip-height)/ 2 + var(--smart-slider-thumb-height)/ 2 - 1px);
}
.smart-slider[orientation=vertical] .smart-tick {
  width: var(--smart-slider-tick-size);
  height: 1px;
}
.smart-slider[orientation=vertical] .smart-tick-minor {
  width: var(--smart-slider-minor-tick-size);
}
.smart-slider[orientation=vertical] .smart-scale-near .smart-tick {
  right: 0;
}
.smart-slider[orientation=vertical] .smart-scale-near .smart-label {
  right: calc(var(--smart-slider-tick-size) + 2px);
  bottom: initial;
}
.smart-slider[orientation=vertical][ticks-position=track] .smart-scale-near .smart-label,
.smart-slider[orientation=vertical][ticks-visibility=none] .smart-scale-near .smart-label {
  right: 2px;
}
.smart-slider[orientation=vertical] .smart-scale-far .smart-label {
  left: calc(var(--smart-slider-tick-size) + 2px);
}
.smart-slider[orientation=vertical] .smart-spin-button {
  float: none;
  margin-left: calc(var(--smart-slider-track-size)/ 2 - var(--smart-slider-spin-button-width)/ 2);
  margin-top: 0;
}
.smart-slider[orientation=vertical][inverted] .smart-thumb {
  margin-top: 0;
}
.smart-slider[orientation=vertical][scale-position=both] .smart-scale {
  width: calc((100% - var(--smart-slider-thumb-width))/ 2 - 2px);
}
.smart-slider[orientation=vertical][scale-position=both][show-buttons] .smart-scale {
  width: calc((100% - var(--smart-slider-spin-button-width))/ 2);
}
.smart-slider[orientation=vertical][show-buttons] .smart-track-container {
  margin-right: calc((var(--smart-slider-spin-button-width) - var(--smart-slider-track-size))/ 2 + 2px);
  margin-left: calc((var(--smart-slider-spin-button-width) - var(--smart-slider-track-size))/ 2 + 2px);
}
.smart-slider[orientation=vertical][show-buttons] .smart-track {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(var(--smart-slider-thumb-height)/ 2);
  margin-bottom: calc(var(--smart-slider-thumb-height)/ 2);
  width: 100%;
  height: calc(100% - 2 * var(--smart-slider-spin-button-height) - var(--smart-slider-thumb-height));
}
.smart-slider[orientation=vertical][show-buttons] .smart-scale {
  margin-top: calc(var(--smart-slider-spin-button-height) + var(--smart-slider-thumb-height)/ 2 + var(--smart-border-width));
  margin-right: 0;
  margin-left: 0;
  height: calc(100% - var(--smart-slider-spin-button-height) * 2 - var(--smart-slider-thumb-height));
}
.smart-slider[orientation=vertical][tooltip-position=far] .smart-tooltip {
  left: calc(var(--smart-slider-thumb-width) + 1px);
}
.smart-slider[orientation=vertical][ticks-position=track] .smart-tick {
  width: 100%;
  height: 1px;
}
.smart-slider[orientation=vertical][ticks-position=track] .smart-tick-minor {
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.smart-slider[orientation=vertical][ticks-position=track] .smart-scale-far .smart-label,
.smart-slider[orientation=vertical][ticks-visibility=none] .smart-scale-far .smart-label {
  left: 2px;
}
.smart-slider[orientation=vertical][thumb-label-position=far] .smart-thumb {
  left: 100%;
  top: calc(100% + var(--smart-slider-thumb-height)/ 2);
}
.smart-slider[right-to-left]:not([animation=none]) .smart-value.enable-animation {
  transition: width .4s cubic-bezier(.25, .8, .25, 1), margin-left .4s cubic-bezier(.25, .8, .25, 1);
}
@keyframes slider-thumb-effect {
  0%, 100% {
    transform: scale(3);
  }
  50% {
    transform: scale(2.75);
  }
}
.smart-sortable {
  display: block;
}
.smart-sortable .smart-sortable-items-parent {
  display: flex;
  flex-direction: column;
}
.smart-sortable .smart-sortable-item {
  transform: translate(0, 0);
  position: relative;
}
.smart-sortable .smart-sortable-item.dragged {
  position: absolute;
  box-shadow: var(--smart-elevation-4);
  z-index: 9999999;
}
.smart-sortable .smart-sortable-item.placeholder:after,
.smart-sortable .smart-sortable-item.placeholder:before {
  content: none;
}
.smart-sortable:not([disabled]) .smart-sortable-item {
  touch-action: none;
}
.smart-sortable[disabled] {
  pointer-events: none;
  opacity: .7;
}
.smart-sortable:not([items]).smart-container,
.smart-sortable:not([items]) > .smart-container {
  display: flex;
  flex-direction: column;
}
.smart-sortable:not([items])[mode=horizontal] > .smart-container {
  flex-direction: row;
}
.smart-sortable[dragged] > .smart-container {
  -webkit-user-select: none;
  user-select: none;
}
.smart-sortable[mode=horizontal] .smart-sortable-items-parent {
  flex-direction: row;
}
.smart-sortable[handle-position=left] .smart-sortable-item:after,
.smart-sortable[handle-position=left] .smart-sortable-item:before {
  left: calc(-1 * var(--smart-sortable-handle-size)) !important;
}
.smart-sortable:not([animation=none]) .smart-sortable-item {
  transition: transform .15s ease-in;
}
.smart-sortable:not([animation=none]) .smart-sortable-item.returning {
  transition: left .15s ease-in, top .15s ease-in;
}
.smart-sortable:not([drag-mode=handle]):not([disabled]) .smart-sortable-item {
  cursor: grab;
}
.smart-sortable[drag-mode=handle] .smart-sortable-item:after,
.smart-sortable[drag-mode=handle] .smart-sortable-item:before {
  content: var(--smart-icon-ellipsis);
  position: absolute;
  left: 100%;
  top: calc(50% - var(--smart-sortable-handle-size)/ 2);
  width: var(--smart-sortable-handle-size);
  height: var(--smart-sortable-handle-size);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  line-height: calc(var(--smart-sortable-handle-size) - var(--smart-font-size)/ 2);
  cursor: grab;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease-in, opacity .2s ease-in;
  color: var(--smart-background-color);
}
.smart-sortable[drag-mode=handle] .smart-sortable-item.dragged:after,
.smart-sortable[drag-mode=handle] .smart-sortable-item.dragged:before,
.smart-sortable[drag-mode=handle][handle-visibility=visible]:not([disabled]) .smart-sortable-item:after,
.smart-sortable[drag-mode=handle][handle-visibility=visible]:not([disabled]) .smart-sortable-item:before {
  visibility: visible;
  opacity: .5;
}
.smart-sortable[drag-mode=handle] .smart-sortable-item:before {
  transform: rotate(-90deg);
}
.smart-sortable[drag-mode=handle] .smart-sortable-item:after {
  transform: rotate(90deg);
}
.smart-sortable[drag-mode=handle]:not([disabled]) .smart-sortable-item:hover:after,
.smart-sortable[drag-mode=handle]:not([disabled]) .smart-sortable-item:hover:before {
  z-index: 9999999;
  visibility: visible;
  opacity: .5;
}
.smart-sortable[drag-mode=handle][handle-position=bottom] .smart-sortable-item:after,
.smart-sortable[drag-mode=handle][handle-position=bottom] .smart-sortable-item:before,
.smart-sortable[drag-mode=handle][handle-position=top] .smart-sortable-item:after,
.smart-sortable[drag-mode=handle][handle-position=top] .smart-sortable-item:before {
  left: calc(50% - var(--smart-sortable-handle-size)/ 2);
  top: 100%;
  align-items: center;
  transform: none;
}
.smart-sortable[drag-mode=handle][handle-position=bottom] .smart-sortable-item:after {
  align-items: flex-start;
}
.smart-sortable[drag-mode=handle][handle-position=top] .smart-sortable-item:before {
  top: calc(-1 * var(--smart-sortable-handle-size));
}
.smart-sortable[drag-mode=handle][handle-position=top] .smart-sortable-item:after {
  top: calc(-1 * var(--smart-sortable-handle-size));
  align-items: flex-end;
}
.smart-sortable[right-to-left] .smart-column-panel-label,
.smart-sortable[right-to-left] .smart-sortable-items-parent {
  direction: rtl;
}
smart-splitter {
  width: var(--smart-splitter-default-width);
  height: var(--smart-splitter-default-height);
  position: relative;
}
smart-splitter[dragged] {
  cursor: w-resize;
}
smart-splitter[orientation=horizontal][dragged] {
  cursor: s-resize;
}
smart-splitter-item > .smart-container {
  overflow: hidden;
  position: relative;
  padding: var(--smart-splitter-item-padding);
}
.smart-splitter smart-splitter-bar {
  min-width: 5px;
  width: var(--smart-splitter-bar-size);
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  touch-action: none;
}
.smart-splitter smart-splitter-bar > .smart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.smart-splitter smart-splitter-bar.smart-element {
  background: var(--smart-surface);
  border-color: var(--smart-surface-color);
  color: var(--smart-surface-color);
  border-radius: initial;
}
.smart-splitter smart-splitter-bar[focus] .smart-splitter-resize-button > span,
.smart-splitter smart-splitter-bar[focus] .smart-splitter-resize-button > span::after,
.smart-splitter smart-splitter-bar[focus] .smart-splitter-resize-button > span::before {
  background-color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-color-active);
  color: var(--smart-ui-state-color-active);
}
.smart-splitter smart-splitter-bar[focus].smart-element {
  outline: 0;
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-splitter smart-splitter-bar[locked] .smart-splitter-resize-button > span {
  visibility: hidden;
}
.smart-splitter smart-splitter-bar[locked] .smart-splitter-resize-button > span:after,
.smart-splitter smart-splitter-bar[locked] .smart-splitter-resize-button > span:before {
  content: none;
}
.smart-splitter smart-splitter-bar[locked][hover] {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-splitter smart-splitter-bar[locked][focus] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-splitter smart-splitter-bar[show-far-button] .smart-splitter-far-collapse-button,
.smart-splitter smart-splitter-bar[show-near-button] .smart-splitter-near-collapse-button {
  visibility: visible;
  width: 100%;
}
.smart-splitter smart-splitter-bar[item-collapsed] {
  cursor: initial;
}
.smart-splitter smart-splitter-bar[item-collapsed] > .smart-container {
  flex-direction: initial;
}
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-resize-button {
  display: none;
}
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-resize-button > span:after,
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-resize-button > span:before {
  content: initial;
}
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-far-collapse-button > span,
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-near-collapse-button > span {
  transform: rotate(270deg);
}
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-far-collapse-button.smart-visibility-hidden,
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-near-collapse-button.smart-visibility-hidden {
  width: initial;
}
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-near-collapse-button > span {
  transform: translate(-50%, -50%) rotate(270deg);
}
.smart-splitter smart-splitter-bar[item-collapsed] .smart-splitter-far-collapse-button > span {
  transform: translate(-50%, -50%) rotate(90deg);
}
.smart-splitter smart-splitter-item {
  overflow: hidden;
}
.smart-splitter smart-splitter-item > .smart-container > .smart-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: var(--smart-splitter-item-content-padding);
}
.smart-splitter smart-splitter-item.smart-element {
  background-color: inherit;
  color: inherit;
  border-radius: initial;
}
.smart-splitter smart-splitter-item[collapsed] {
  overflow: hidden;
  padding: initial;
}
.smart-splitter .smart-splitter {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.smart-splitter .smart-splitter smart-splitter-bar {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-splitter > .smart-container {
  display: flex;
  position: relative;
  overflow: inherit;
}
.smart-splitter > .smart-container > smart-splitter-item {
  height: 100%;
  flex-shrink: 0;
  width: var(--smart-splitter-item-size);
}
.smart-splitter > .smart-container > smart-splitter-bar {
  flex-shrink: 0;
  height: var(--smart-splitter-bar-fit-size);
}
.smart-splitter > .smart-container > smart-splitter-bar[locked] {
  cursor: default;
}
.smart-splitter > .smart-container > .smart-splitter-bar-feedback {
  height: 100%;
  flex-shrink: 0;
}
.smart-splitter .smart-splitter-bar-feedback {
  min-width: 5px;
  width: var(--smart-splitter-bar-size);
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  touch-action: none;
  position: absolute;
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
  opacity: .5;
}
.smart-splitter .smart-splitter-bar-feedback.limit-reached {
  background-color: var(--smart-error);
}
.smart-splitter .smart-splitter-resize-button {
  width: 100%;
  position: relative;
  font-family: var(--smart-font-family-icon);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: inherit;
}
.smart-splitter .smart-splitter-resize-button > span {
  width: 6px;
  height: 6px;
  border: 1px solid var(--smart-surface-color);
  background-color: var(--smart-surface-color);
  color: var(--smart-surface-color);
  border-radius: 50%;
  cursor: inherit;
}
.smart-splitter .smart-splitter-resize-button > span:after,
.smart-splitter .smart-splitter-resize-button > span:before {
  position: absolute;
  transform: translate(-50%, -50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid var(--smart-surface-color);
  background-color: var(--smart-surface-color);
  color: var(--smart-surface-color);
  pointer-events: none;
  font-family: var(--smart-font-family-icon);
}
.smart-splitter .smart-splitter-resize-button > span:before {
  left: 50%;
  top: calc(50% - var(--smart-splitter-bar-size));
}
.smart-splitter .smart-splitter-resize-button > span:after {
  top: calc(50% + var(--smart-splitter-bar-size));
  left: 50%;
}
.smart-splitter .smart-splitter-far-collapse-button,
.smart-splitter .smart-splitter-near-collapse-button {
  height: 20px;
  position: relative;
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
  visibility: hidden;
  width: 0;
}
.smart-splitter .smart-splitter-far-collapse-button .smart-arrow,
.smart-splitter .smart-splitter-near-collapse-button .smart-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
}
.smart-splitter .smart-splitter-far-collapse-button .smart-arrow:after,
.smart-splitter .smart-splitter-near-collapse-button .smart-arrow:after {
  content: var(--smart-icon-arrow-down);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  line-height: normal;
}
.smart-splitter .smart-splitter-far-collapse-button > span {
  transform: translate(-50%, -50%) rotate(270deg);
}
.smart-splitter .smart-splitter-near-collapse-button .smart-arrow {
  transform: translate(-55%, -50%) rotate(90deg);
}
.smart-splitter:not([readonly]) > .smart-container > smart-splitter-bar[hover] {
  cursor: w-resize;
}
.smart-splitter:not([dragged]) > .smart-container > smart-splitter-bar:not([focus]) .smart-splitter-far-collapse-button,
.smart-splitter:not([dragged]) > .smart-container > smart-splitter-bar:not([focus]) .smart-splitter-near-collapse-button {
  color: inherit;
}
.smart-splitter:not([dragged]) > .smart-container > smart-splitter-bar[hover]:not([item-collapsed]):not([focus]) .smart-splitter-far-collapse-button,
.smart-splitter:not([dragged]) > .smart-container > smart-splitter-bar[hover]:not([item-collapsed]):not([focus]) .smart-splitter-near-collapse-button {
  color: var(--smart-ui-state-color-hover);
}
.smart-splitter:not([dragged]) smart-splitter-bar.smart-element,
.smart-splitter:not([dragged]) smart-splitter-bar[hover] {
  background-color: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-border-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-splitter:not([dragged]) smart-splitter-bar[hover]:not([item-collapsed]):not([focus]) .smart-splitter-resize-button span,
.smart-splitter:not([dragged]) smart-splitter-bar[hover]:not([item-collapsed]):not([focus]) .smart-splitter-resize-button span:after,
.smart-splitter:not([dragged]) smart-splitter-bar[hover]:not([item-collapsed]):not([focus]) .smart-splitter-resize-button span:before {
  background-color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-color-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-splitter:not([dragged]) smart-splitter-bar[focus] {
  background-color: var(--smart-ui-state-active);
  border-color: var(--smart-ui-state-border-active);
  color: var(--smart-ui-state-color-active);
}
.smart-splitter:not([dragged]) smart-splitter-bar[focus]:not([item-collapsed]) .smart-splitter-resize-button span,
.smart-splitter:not([dragged]) smart-splitter-bar[focus]:not([item-collapsed]) .smart-splitter-resize-button span:after,
.smart-splitter:not([dragged]) smart-splitter-bar[focus]:not([item-collapsed]) .smart-splitter-resize-button span:before {
  background-color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-color-active);
  color: var(--smart-ui-state-color-active);
}
.smart-splitter:not([dragged]) smart-splitter-bar:not([item-collapsed]):not([focus]) .smart-splitter-far-collapse-button[hover],
.smart-splitter:not([dragged]) smart-splitter-bar:not([item-collapsed]):not([focus]) .smart-splitter-near-collapse-button[hover] {
  color: var(--smart-ui-state-color-hover);
}
.smart-splitter[dragged] {
  cursor: w-resize;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}
.smart-splitter[dragged]:not([animation=none]) > .smart-container > smart-splitter-item {
  transition: none;
}
.smart-splitter[auto-fit-mode=overflow] > .smart-container {
  overflow: auto;
}
.smart-splitter[orientation=horizontal] > .smart-container {
  flex-direction: column;
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-item {
  width: 100%;
  height: var(--smart-splitter-item-size);
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar {
  width: var(--smart-splitter-bar-fit-size);
  min-height: 5px;
  height: var(--smart-splitter-bar-size);
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar > .smart-container {
  flex-direction: row;
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar .smart-splitter-far-collapse-button,
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar .smart-splitter-near-collapse-button {
  width: 0;
  height: 100%;
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar .smart-splitter-resize-button,
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar[show-far-button] .smart-splitter-far-collapse-button,
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar[show-near-button] .smart-splitter-near-collapse-button {
  width: 20px;
  height: 100%;
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar .smart-splitter-far-collapse-button > span {
  transform: translate(-50%, -45%) rotate(0);
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar .smart-splitter-near-collapse-button > span,
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar[item-collapsed] .smart-splitter-far-collapse-button > span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar .smart-splitter-resize-button > span:before {
  left: calc(50% - var(--smart-splitter-bar-size));
  top: 50%;
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar .smart-splitter-resize-button > span:after {
  top: 50%;
  left: calc(50% + var(--smart-splitter-bar-size));
}
.smart-splitter[orientation=horizontal] > .smart-container > smart-splitter-bar[item-collapsed] .smart-splitter-near-collapse-button > span {
  transform: translate(-50%, -50%) rotate(0);
}
.smart-splitter[orientation=horizontal] > .smart-container > .smart-splitter-bar-feedback {
  width: 100%;
  min-height: 5px;
  height: var(--smart-splitter-bar-size);
}
.smart-splitter[orientation=horizontal] smart-splitter-item[collapsed] {
  min-width: 0;
  min-height: 0;
}
.smart-splitter[orientation=horizontal]:not([resize-mode=none]):not([readonly]) > .smart-container > smart-splitter-bar[hover]:not([locked]),
.smart-splitter[orientation=horizontal][dragged] {
  cursor: s-resize;
}
.smart-splitter[resize-mode=none] > .smart-container > smart-splitter-bar {
  cursor: default;
}
.smart-splitter[disabled] > .smart-container > smart-splitter-bar {
  cursor: default;
  outline: 0;
  border: none;
  box-shadow: none;
}
.smart-splitter[dragging-not-allowed] > .smart-container > .smart-splitter-bar-feedback,
.smart-splitter[dragging-not-allowed] > .smart-container > smart-splitter-bar,
.smart-splitter[orientation][disabled] > .smart-container > smart-splitter-bar {
  cursor: default;
}
.smart-splitter:not([animation=none]) .smart-splitter-far-collapse-button .smart-arrow,
.smart-splitter:not([animation=none]) .smart-splitter-near-collapse-button .smart-arrow {
  transition: transform .2s ease-out;
}
.smart-splitter:not([animation=none]) > .smart-container > smart-splitter-item.animate {
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}
.smart-splitter[orientation-change]:not([animation=none]) > .smart-container > smart-splitter-item {
  transition: none;
}
.smart-splitter[show-locked-items] > .smart-container > smart-splitter-item[locked] > .smart-container:after {
  position: absolute;
  content: var(--smart-icon-lock);
  font-family: var(--smart-font-family-icon);
  opacity: .25;
  font-size: calc(2.5 * var(--smart-splitter-font-size));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-splitter[right-to-left] .smart-splitter > .smart-container {
  direction: initial;
}
.smart-splitter[right-to-left] smart-splitter-item > .smart-container > .smart-content {
  direction: rtl;
}
smart-switch-button {
  width: var(--smart-switch-button-default-width);
  height: var(--smart-switch-button-default-height);
}
smart-switch-button[orientation=vertical] {
  height: var(--smart-switch-button-default-width);
  width: var(--smart-switch-button-default-height);
}
smart-switch-button.smart-element {
  display: inline-block;
  border: none;
  background: 0 0;
  overflow: visible;
}
.smart-switch-button .smart-thumb {
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: 100%;
  width: var(--smart-switch-button-thumb-size);
  height: var(--smart-switch-button-thumb-size);
  background-color: var(--smart-surface);
  box-shadow: var(--smart-elevation-2);
  align-self: center;
  position: relative;
  cursor: pointer;
  order: 2;
  pointer-events: all;
}
.smart-switch-button .smart-thumb:before {
  background-color: var(--smart-primary);
  position: absolute;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  transition: .2s;
  display: block;
  border-radius: 100%;
  content: "";
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
  opacity: .2;
}
.smart-switch-button .smart-thumb:active:before {
  animation: button-wave-effect .1s ease-in;
  transform: scale(1) translate(-50%, -50%);
}
.smart-switch-button .smart-container {
  font-size: inherit;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  touch-action: none;
}
.smart-switch-button .smart-container:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 50%;
  left: 5%;
  top: 25%;
  border-radius: 10px;
  background-color: var(--smart-surface);
}
.smart-switch-button .smart-inner-container {
  width: calc(200% - var(--smart-switch-button-thumb-size));
  height: 100%;
  position: absolute;
  color: inherit;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  pointer-events: none;
  left: 0;
}
.smart-switch-button .smart-false-content,
.smart-switch-button .smart-true-content {
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  color: inherit;
}
.smart-switch-button .smart-false-content-container,
.smart-switch-button .smart-true-content-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-clip: content-box;
  padding: 2px 0;
  color: inherit;
  overflow: hidden;
  width: calc((100% - var(--smart-switch-button-thumb-size))/ 2);
}
.smart-switch-button .smart-true-content-container {
  order: 1;
}
.smart-switch-button .smart-false-content-container,
.smart-switch-button[inverted] .smart-true-content-container {
  order: 3;
}
.smart-switch-button:not([animation=none]) .smart-container:before {
  transition: opacity .2s ease-in-out, background .2s ease-in-out;
}
.smart-switch-button:not([animation=none]):not([dragged]):not([checked=null]) .smart-inner-container {
  transition: left .2s ease-in-out;
}
.smart-switch-button:not([animation=none])[orientation=vertical]:not([dragged]):not([checked=null]) .smart-inner-container {
  transition: top .2s ease-in-out;
}
.smart-switch-button[hover] {
  border-color: var(--smart-ui-state-hover);
}
.smart-switch-button:focus .smart-thumb,
.smart-switch-button[checked] .smart-thumb {
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
}
.smart-switch-button:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[readonly] {
  pointer-events: none;
}
.smart-switch-button[disabled] .smart-thumb:before {
  content: none;
}
.smart-switch-button[checked] .smart-thumb:active:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked] .smart-container:before {
  background-color: var(--smart-primary);
  opacity: .4;
}
.smart-switch-button[checked] .smart-inner-container {
  left: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[checked]:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][inverted] .smart-inner-container {
  left: 0;
}
.smart-switch-button[checked=null] .smart-inner-container,
.smart-switch-button[checked=null][inverted] .smart-inner-container {
  left: calc(-1 * 100% / 2 + var(--smart-switch-button-thumb-size)/ 2);
}
.smart-switch-button[checked]:not([animation=none]) .smart-thumb:active:before,
.smart-switch-button[checked]:not([animation=none]):focus .smart-thumb:before {
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[checked][orientation=vertical] .smart-thumb {
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][orientation=vertical] .smart-thumb:active:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][orientation=vertical] .smart-container:before {
  background-color: var(--smart-primary);
  opacity: .4;
}
.smart-switch-button[checked][orientation=vertical]:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
  background-color: var(--smart-primary);
}
.smart-switch-button[checked][orientation=vertical]:not([animation=none]) .smart-thumb:active:before,
.smart-switch-button[checked][orientation=vertical]:not([animation=none]):focus .smart-thumb:before {
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[checked=null] .smart-thumb {
  background-color: var(--smart-surface);
  border-color: var(--smart-border);
}
.smart-switch-button[checked=null] .smart-false-content,
.smart-switch-button[checked=null] .smart-true-content {
  visibility: hidden;
}
.smart-switch-button[checked=null] .smart-false-content-container,
.smart-switch-button[checked=null] .smart-true-content-container {
  color: transparent;
}
.smart-switch-button[inverted] .smart-inner-container {
  left: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[inverted] .smart-false-content-container {
  order: 1;
}
.smart-switch-button[orientation=vertical] .smart-thumb {
  width: var(--smart-switch-button-thumb-size);
  height: var(--smart-switch-button-thumb-size);
  box-shadow: var(--smart-elevation-2);
}
.smart-switch-button[orientation=vertical] .smart-thumb:before {
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-switch-button[orientation=vertical] .smart-thumb:active:before {
  animation: button-wave-effect .1s ease-in;
  transform: scale(1) translate(-50%, -50%);
}
.smart-switch-button[orientation=vertical] .smart-thumb:focus .smart-thumb:before {
  transform: scale(1) translate(-50%, -50%);
}
.smart-switch-button[orientation=vertical] .smart-container:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 90%;
  left: 25%;
  top: 5%;
  border-radius: 10px;
}
.smart-switch-button[orientation=vertical] .smart-inner-container {
  height: calc(200% - var(--smart-switch-button-thumb-size));
  width: 100%;
  flex-direction: column;
  left: 0;
  top: 0;
}
.smart-switch-button[orientation=vertical] .smart-false-content-container,
.smart-switch-button[orientation=vertical] .smart-true-content-container {
  width: 100%;
  padding: 0 2px;
  height: calc((100% - var(--smart-switch-button-thumb-size))/ 2);
}
.smart-switch-button[orientation=vertical]:focus .smart-thumb:before {
  animation: button-wave-effect .1s ease-in;
}
.smart-switch-button[orientation=vertical][checked] .smart-inner-container {
  left: 0;
  top: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[orientation=vertical][checked][inverted] .smart-inner-container {
  top: 0;
}
.smart-switch-button[orientation=vertical][checked=null] .smart-inner-container {
  top: calc(-1 * 100% / 2 + var(--smart-switch-button-thumb-size)/ 2);
}
.smart-switch-button[orientation=vertical][checked=null][inverted] .smart-inner-container {
  left: 0;
  top: calc(-1 * 100% / 2 + var(--smart-switch-button-thumb-size)/ 2);
}
.smart-switch-button[orientation=vertical][inverted] .smart-inner-container {
  left: 0;
  top: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[right-to-left][checked]:not([orientation=vertical]) .smart-inner-container,
.smart-switch-button[right-to-left][inverted]:not([orientation=vertical]) .smart-inner-container {
  left: 0;
}
.smart-switch-button[right-to-left]:not([orientation=vertical]) .smart-inner-container,
.smart-switch-button[right-to-left][checked][inverted]:not([orientation=vertical]) .smart-inner-container {
  left: calc(-1 * (100% - var(--smart-switch-button-thumb-size)));
}
.smart-switch-button[right-to-left][checked=null]:not([orientation=vertical]) .smart-inner-container {
  left: calc(-1 * 100% / 2 + var(--smart-switch-button-thumb-size)/ 2);
}
@keyframes button-wave-effect {
  0% {
    transform: scale(.2) translate(-50%, -50%);
  }
  50% {
    transform: scale(.5) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
smart-table table:not(.smart-table-container) {
  display: none;
}
smart-table tr.expanded .hierarchy-arrow {
  transform: rotate(180deg);
}
.smart-table {
  display: block;
  border-radius: var(--smart-border-top-left-radius) var(--smart-border-top-right-radius) var(--smart-border-bottom-right-radius) var(--smart-border-bottom-left-radius);
  width: var(--smart-table-default-width);
  height: var(--smart-table-default-height);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
}
.smart-table > .smart-container {
  border: var(--smart-border-width) solid var(--smart-border);
  position: relative;
  overflow: auto;
  border-radius: inherit;
  max-height: inherit;
}
.smart-table .smart-table {
  background-color: #fff;
}
.smart-table table {
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: inherit;
}
.smart-table thead th {
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  font-size: calc(var(--smart-font-size) - 2px);
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  text-align: left;
  font-weight: 500;
}
.smart-table thead th .sort-by {
  display: none;
  position: relative;
  visibility: hidden;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
}
.smart-table thead th .sort-by:before {
  content: var(--smart-icon-up);
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  font-size: var(--smart-arrow-size);
  color: inherit;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smart-table thead th .sort-by:after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  padding: 3px;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  font-size: 8px;
}
.smart-table td,
.smart-table th {
  padding-top: var(--smart-table-cell-padding);
  padding-right: var(--smart-table-cell-padding);
  padding-bottom: var(--smart-table-cell-padding);
  padding-left: var(--smart-table-cell-padding);
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-table thead th .sort-by.asc,
.smart-table thead th .sort-by.desc {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.smart-table thead th .sort-by.desc:before {
  transform: rotateX(180deg);
}
.smart-table thead th:not(.smart-table-select-all) {
  opacity: .9;
}
.smart-table thead th.freeze-far,
.smart-table thead th.freeze-near {
  opacity: 1;
}
.smart-table thead tr {
  height: var(--smart-table-column-header-height);
}
.smart-table thead tr:first-child th {
  border-top: none;
}
.smart-table tbody tr {
  height: var(--smart-table-row-height);
}
.smart-table tbody tr.last-visible {
  height: unset;
}
.smart-table tbody tr.last-visible.sized {
  box-shadow: inset 0 var(--smart-border-width) 0 0 var(--smart-border);
}
.smart-table tbody + tbody {
  border-top: 2px solid var(--smart-border);
}
.smart-table tfoot tr {
  height: var(--smart-table-row-height);
}
.smart-table tfoot td {
  --smart-surface:var(--smart-background);
  --smart-surface-color:var(--smart-background-color);
  font-size: calc(var(--smart-font-size) - 2px);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-table tr[row-id] td {
  white-space: nowrap;
}
.smart-table th {
  border-top-width: var(--smart-border-width);
  border-top-style: solid;
  border-top-color: var(--smart-border);
  white-space: nowrap;
}
.smart-table th:hover .column-menu,
.smart-table th[column-menu-button] .column-menu {
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  right: 3px;
  width: 25px;
  height: 100%;
}
.smart-table th:hover .column-menu:after,
.smart-table th[column-menu-button] .column-menu:after {
  content: var(--smart-icon-arrow-down);
  font-family: var(--smart-font-family-icon);
  width: 100%;
  cursor: pointer;
  color: var(--smart-surface-color);
  font-size: 16px;
  font-weight: 700;
}
.smart-table th > .wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.smart-table th > .wrapper > .label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-table th.smart-table-select-all {
  width: calc(var(--smart-check-box-default-size) * 3);
}
.smart-table td.indeterminate > div:after,
.smart-table th.smart-table-select-all.indeterminate > div:after {
  position: absolute;
  width: calc(.5 * var(--smart-check-box-default-size));
  height: calc(.5 * var(--smart-check-box-default-size));
  content: "";
}
.smart-table th.smart-table-select-all.indeterminate > div {
  background-color: var(--smart-primary);
}
.smart-table th.smart-table-select-all.indeterminate > div:after {
  background-color: var(--smart-primary-color);
}
.smart-table th.column-header {
  text-align: center;
  border-bottom: none;
}
.smart-table th.column-header:empty {
  border-top: none;
}
.smart-table td {
  border-top-width: var(--smart-border-width);
  border-top-style: solid;
  border-top-color: var(--smart-border);
}
.smart-table td div {
  font-size: var(--smart-font-size);
  padding: 0;
  margin: 0;
  line-height: initial;
}
.smart-table td span {
  line-height: initial;
}
.smart-table td.no-edit {
  background-color: rgba(0, 0, 0, .02);
}
.smart-table td.indeterminate > div {
  background-color: var(--smart-primary);
}
.smart-table td.indeterminate > div:after {
  background-color: var(--smart-primary-color);
}
.smart-table td.editing {
  padding: 0;
}
.smart-table td.editing .smart-table-editor {
  width: 100%;
  height: 100%;
}
.smart-table td.editing .smart-table-editor.standard {
  border: var(--smart-border-width) solid var(--smart-border);
  padding: var(--smart-table-cell-padding);
  font-family: inherit;
  font-size: inherit;
  box-shadow: none;
}
.smart-table .smart-table-toolbar-button:before,
.smart-table smart-pager .smart-pager-button:before {
  padding: 7px;
  color: var(--smart-secondary-color);
  font-size: calc(var(--smart-font-size) - 4px);
  opacity: 0;
}
.smart-table td.editing .smart-table-editor.standard:focus {
  border: var(--smart-border-width) solid var(--smart-border);
  outline: 0;
}
.smart-table td.group-header > div,
.smart-table td.tree-cell > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.smart-table td.tree-cell > div div:nth-child(2) {
  width: calc(100% - var(--smart-table-arrow-margin) - var(--smart-table-arrow-size));
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.smart-table td.editing.invalid {
  position: relative;
  overflow: visible;
}
.smart-table td.editing.invalid:before {
  content: attr(validation-message);
  visibility: hidden;
  position: absolute;
  top: -100%;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding: 7px;
  background-color: var(--smart-error);
  color: var(--smart-secondary-color);
  font-size: calc(var(--smart-font-size) - 4px);
  opacity: 0;
  transform: scale(0);
}
.smart-table smart-pager .smart-pager-far-buttons-container,
.smart-table smart-pager .smart-pager-near-buttons-container {
  font-size: calc(var(--smart-font-size) * 2);
}
.smart-table td.editing.invalid:hover:before {
  visibility: visible;
  opacity: .7;
  transform: scale(1);
}
.smart-table td.editing.invalid .smart-table-editor {
  border-color: var(--smart-error);
}
.smart-table td.smart-table-select-row:hover,
.smart-table th.smart-table-select-all:hover {
  z-index: 99;
  overflow: visible;
}
.smart-table td.smart-table-select-row > div,
.smart-table th.smart-table-select-all > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border: var(--smart-border-width) solid var(--smart-border);
  width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  padding: 8px;
  color: var(--smart-primary-color);
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
  border-radius: var(--smart-border-radius);
}
.smart-table td.smart-table-select-row > div:before,
.smart-table th.smart-table-select-all > div:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--smart-secondary);
  opacity: .1;
  transform: scale(0);
  transform-origin: center;
}
.smart-table td.smart-table-select-row > div:hover:before,
.smart-table th.smart-table-select-all > div:hover:before {
  transform: scale(2.5);
}
.smart-table td.smart-table-select-row > div:hover:active:before,
.smart-table th.smart-table-select-all > div:hover:active:before {
  background-color: var(--smart-primary);
  animation-name: active;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}
.smart-table td.smart-table-select-row.selected > div,
.smart-table th.smart-table-select-all.selected > div {
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
}
.smart-table td.smart-table-select-row.selected > div:after,
.smart-table th.smart-table-select-all.selected > div:after {
  content: var(--smart-icon-check);
}
.smart-table td.smart-table-select-row.selected > div:before,
.smart-table th.smart-table-select-all.selected > div:before {
  background-color: var(--smart-primary);
}
.smart-table .smart-table-select-all.freeze-near {
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-table smart-pager.smart-element {
  display: none;
  min-width: 0;
  height: var(--smart-table-header-footer-height);
  background-color: var(--smart-background);
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: sticky;
  left: 0;
  bottom: 0;
}
.smart-table smart-pager > .smart-container {
  justify-content: flex-end;
}
.smart-table smart-pager .smart-pager-near-buttons-container.near {
  order: 2;
}
.smart-table smart-pager .smart-pager-near-buttons-container.far {
  order: 3;
}
.smart-table smart-pager .smart-pager-size-selector-and-label-container,
.smart-table[right-to-left] smart-pager .smart-pager-far-buttons-container {
  order: 0;
}
.smart-table smart-pager .smart-pager-label {
  font-size: calc(var(--smart-font-size) - 2px);
  opacity: .7;
}
.smart-table smart-pager .smart-pager-summary-container.smart-pager-label {
  order: 1;
  margin: 0 32px 0 24px;
}
.smart-table smart-pager .smart-pager-button:before {
  content: attr(tooltip);
  visibility: hidden;
  position: absolute;
  top: -125%;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  background-color: var(--smart-secondary);
  transform: scale(0);
}
.smart-table smart-pager .smart-pager-button:hover:before {
  visibility: visible;
  opacity: .7;
  transform: scale(1);
}
.smart-table .smart-pager .smart-pager-button {
  overflow: visible;
}
.smart-table .smart-table-container:focus {
  outline: 0;
}
.smart-table .smart-table-container:focus td[focus]:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 1px);
  height: 100%;
  top: 0;
  left: 1px;
  pointer-events: none;
  border: 1px solid var(--smart-ui-state-color-focus);
}
.smart-table .smart-table-container:focus td[focus]:not(.freeze-near):not(.freeze-far) {
  position: relative;
}
.smart-table .smart-table-header {
  height: var(--smart-table-header-footer-height);
  display: none;
  position: sticky;
  left: 0;
  top: 0;
  background-color: var(--smart-background);
  z-index: 2;
}
.smart-table .smart-table-header .smart-input,
.smart-table .smart-table-header .smart-table-filter-template-container {
  display: none;
  width: 100%;
  height: 100%;
}
.smart-table .smart-table-header .smart-table-toolbar-button.conditional-formatting {
  display: none;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top: none;
  border-right: none;
  width: var(--smart-table-header-footer-height);
  height: 100%;
}
.smart-table .smart-table-header .smart-table-toolbar-button.conditional-formatting:before {
  left: unset;
  right: 0;
}
.smart-table .smart-table-toolbar-button {
  --smart-border-top-left-radius:0;
  --smart-border-top-right-radius:0;
  --smart-border-bottom-left-radius:0;
  --smart-border-bottom-right-radius:0;
  --smart-button-padding:0;
  position: relative;
  border-top: none;
  border-bottom: none;
  overflow: visible;
  min-height: 0;
}
.smart-table .smart-table-toolbar-button:before {
  content: attr(tooltip);
  visibility: hidden;
  position: absolute;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  background-color: var(--smart-secondary);
  transform: scale(0);
  box-sizing: border-box;
  top: 125%;
  left: calc(-1 * var(--smart-table-row-height)/ 2);
  width: calc(2 * var(--smart-table-row-height));
  white-space: normal;
  word-wrap: break-word;
  text-transform: none;
  z-index: 1000;
}
.smart-table .smart-table-toolbar-button:after {
  content: var(--smart-icon-table);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: smart-icons;
  pointer-events: none;
  opacity: .4;
}
.smart-table .smart-table-toolbar-button:hover:before {
  visibility: visible;
  opacity: .7;
  transform: scale(1);
}
.smart-table .smart-table-toolbar-button > button {
  overflow: hidden;
}
.smart-table .smart-table-toolbar-button.conditional-formatting > button:after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: smart-icons;
  pointer-events: none;
  content: var(--smart-icon-less-than-equal);
  font-size: 16px;
  top: 8px;
  left: 8px;
  opacity: 1;
}
.smart-table .smart-table-toolbar-button.fields {
  border-right: none;
}
.smart-table .smart-table-toolbar-button.fields:before {
  left: unset;
  right: 0;
  width: calc(2 * var(--smart-table-row-height));
}
.smart-table .smart-table-toolbar-button.fields > button:after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: smart-icons;
  pointer-events: none;
  font-size: 16px;
  top: 8px;
  left: 8px;
  opacity: 1;
  content: var(--smart-icon-settings);
}
.smart-table .smart-table-filter-row smart-button {
  --smart-button-padding:0;
}
.smart-table .smart-table-filter-row smart-button button:after {
  content: var(--smart-icon-filter);
  font-family: var(--smart-font-family-icon);
  width: 100%;
  height: 100%;
  text-decoration: line-through;
}
.smart-table .smart-table-filter-row > td > div {
  --smart-filter-row-content-height:calc(var(--smart-table-row-height) - 2 * var(--smart-table-cell-padding) - var(--smart-border-width));
  display: grid;
  grid-template-columns: 1fr var(--smart-filter-row-content-height) var(--smart-filter-row-content-height);
  grid-template-rows: 100%;
  column-gap: 2px;
  height: var(--smart-filter-row-content-height);
}
.smart-table .smart-table-filter-row > td.no-filter {
  opacity: .6;
  pointer-events: none;
}
.smart-table .smart-table-filter-row .filter-value {
  min-width: 0;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding: var(--smart-editor-label-padding);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  font-family: inherit;
  font-size: inherit;
}
.smart-table .smart-table-filter-row .filter-value:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-table .smart-table-filter-row .filter-value:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
.smart-table .smart-table-filter-row .filter-value[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.smart-table .smart-table-filter-row .filter-value::-webkit-inner-spin-button,
.smart-table .smart-table-filter-row .filter-value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.smart-table .smart-table-filter-row .smart-input {
  --smart-editor-addon-width:100%;
  --smart-editor-label-padding:0;
  width: unset;
  height: 100%;
}
.smart-table .smart-table-filter-row .smart-input .smart-drop-down-button {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-table .smart-table-filter-row .smart-input .smart-drop-down-button .arrow:after {
  content: var(--smart-icon-filter);
  transform: none !important;
}
.smart-table .smart-table-row-detail {
  height: var(--smart-table-row-detail-height);
}
.smart-table .smart-table-row-detail > td {
  border: none;
  padding: 0;
}
.smart-table .smart-table-row-detail .smart-table-detail-container {
  height: calc(var(--smart-table-row-detail-height) - 2 * var(--smart-table-cell-padding));
  padding: 0 var(--smart-table-cell-padding);
  overflow: hidden;
}
.smart-table .smart-table-row-detail.collapsed {
  height: 0;
}
.smart-table .smart-table-row-detail.collapsed .smart-table-detail-container {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.smart-table .smart-table-cell-template {
  overflow: hidden;
  text-overflow: ellipsis;
  display: contents;
}
.smart-table .disable-select td.smart-table-select-row > div {
  pointer-events: none;
  opacity: .2;
}
.smart-table .dragged,
.smart-table .drop-column {
  position: relative;
}
.smart-table .drop-column:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--smart-primary);
  top: 0;
}
.smart-table .freeze-far,
.smart-table .freeze-near {
  position: sticky;
  opacity: 1;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  z-index: 1;
}
.smart-table .drop-column.left:after {
  left: 0;
}
.smart-table .drop-column.right:after {
  right: 0;
}
.smart-table .freeze-near {
  left: 0;
  box-shadow: 1px 0 0 0 var(--smart-border);
}
.smart-table .freeze-far {
  right: 0;
  box-shadow: -1px 0 0 0 var(--smart-border);
}
.smart-table .smart-table-virtualization-container {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.smart-table[conditional-formatting-button] .smart-table-container,
.smart-table[conditional-formatting-button] .smart-table-virtualization-container,
.smart-table[filtering]:not([filter-row]) .smart-table-container,
.smart-table[filtering]:not([filter-row]) .smart-table-virtualization-container,
.smart-table[paging] .smart-table-container,
.smart-table[paging] .smart-table-virtualization-container {
  height: calc(100% - var(--smart-table-header-footer-height));
}
.smart-table .smart-table-virtualization-container .smart-scroll-viewer-content-container {
  padding: 0;
}
.smart-table .hierarchy-arrow {
  margin-right: var(--smart-table-arrow-margin);
  width: var(--smart-table-arrow-size);
  cursor: pointer;
}
.smart-table .group-label-name {
  display: var(--smart-table-group-name-display);
}
.smart-table .group-label-value {
  font-weight: 700;
}
.smart-table .group-label-count {
  display: var(--smart-table-group-count-display);
}
.smart-table .outline-level-1 {
  padding-left: var(--smart-table-indent);
}
.smart-table .outline-level-1.tree-leaf {
  padding-left: calc(var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-2 {
  padding-left: calc(2 * var(--smart-table-indent));
}
.smart-table .outline-level-2.tree-leaf {
  padding-left: calc(2 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-3 {
  padding-left: calc(3 * var(--smart-table-indent));
}
.smart-table .outline-level-3.tree-leaf {
  padding-left: calc(3 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-4 {
  padding-left: calc(4 * var(--smart-table-indent));
}
.smart-table .outline-level-4.tree-leaf {
  padding-left: calc(4 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-5 {
  padding-left: calc(5 * var(--smart-table-indent));
}
.smart-table .outline-level-5.tree-leaf {
  padding-left: calc(5 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-6 {
  padding-left: calc(6 * var(--smart-table-indent));
}
.smart-table .outline-level-6.tree-leaf {
  padding-left: calc(6 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-7 {
  padding-left: calc(7 * var(--smart-table-indent));
}
.smart-table .outline-level-7.tree-leaf {
  padding-left: calc(7 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-8 {
  padding-left: calc(8 * var(--smart-table-indent));
}
.smart-table .outline-level-8.tree-leaf {
  padding-left: calc(8 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-9 {
  padding-left: calc(9 * var(--smart-table-indent));
}
.smart-table .outline-level-9.tree-leaf {
  padding-left: calc(9 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table .outline-level-10 {
  padding-left: calc(10 * var(--smart-table-indent));
}
.smart-table .outline-level-10.tree-leaf {
  padding-left: calc(10 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-1 {
  padding-right: var(--smart-table-indent);
}
.smart-table[right-to-left] .outline-level-1.tree-leaf {
  padding-right: calc(var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-2 {
  padding-right: calc(2 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-2.tree-leaf {
  padding-right: calc(2 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-3 {
  padding-right: calc(3 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-3.tree-leaf {
  padding-right: calc(3 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-4 {
  padding-right: calc(4 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-4.tree-leaf {
  padding-right: calc(4 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-5 {
  padding-right: calc(5 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-5.tree-leaf {
  padding-right: calc(5 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-6 {
  padding-right: calc(6 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-6.tree-leaf {
  padding-right: calc(6 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-7 {
  padding-right: calc(7 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-7.tree-leaf {
  padding-right: calc(7 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-8 {
  padding-right: calc(8 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-8.tree-leaf {
  padding-right: calc(8 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-9 {
  padding-right: calc(9 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-9.tree-leaf {
  padding-right: calc(9 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table[right-to-left] .outline-level-10 {
  padding-right: calc(10 * var(--smart-table-indent));
}
.smart-table[right-to-left] .outline-level-10.tree-leaf {
  padding-right: calc(10 * var(--smart-table-indent) + var(--smart-table-arrow-size) + var(--smart-table-arrow-margin));
}
.smart-table.thead-dark table th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.smart-table.thead-dark thead th .sort-by::before {
  color: #fff;
}
.smart-table.thead-primary table th {
  color: var(--smart-primary-color);
  background-color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-table.thead-primary th.smart-table-select-all.selected > div,
.smart-table.thead-primary th.smart-table-select-all > div {
  border-color: var(--smart-primary-color);
}
.smart-table.thead-primary th.smart-table-select-all.indeterminate > div {
  background-color: var(--smart-primary-color);
}
.smart-table.thead-secondary table th {
  color: var(--smart-secondary-color);
  background-color: var(--smart-secondary);
  border-color: var(--smart-secondary);
}
.smart-table.thead-surface table th {
  color: var(--smart-surface-color);
  background-color: var(--smart-surface);
  border-color: var(--smart-surface);
}
.smart-table.thead-light table th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.smart-table.table-dark table {
  color: #fff;
  background-color: #212529;
}
.smart-table.table-dark thead th .sort-by::before {
  color: #fff;
}
.smart-table.table-dark.table-bordered table {
  border: 0;
}
.smart-table.table-dark.table-striped table tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.smart-table.table-dark.table-hover table tbody tr:hover {
  background-color: rgba(255, 255, 255, .075);
}
.smart-table.table-bordered table {
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-table.table-bordered table thead td,
.smart-table.table-bordered table thead th {
  border-bottom-width: 2px;
}
.smart-table.table-bordered table td,
.smart-table.table-bordered table th {
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-table.table-striped table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.smart-table.table-hover table tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}
.smart-table.table-hover table .smart-table-primary:hover,
.smart-table.table-hover table .smart-table-primary:hover > td,
.smart-table.table-hover table .smart-table-primary:hover > th {
  background-color: #9fcdff;
}
.smart-table.table-hover table .smart-table-secondary:hover,
.smart-table.table-hover table .smart-table-secondary:hover > td,
.smart-table.table-hover table .smart-table-secondary:hover > th {
  background-color: #c8cbcf;
}
.smart-table.table-hover table .smart-table-success:hover,
.smart-table.table-hover table .smart-table-success:hover > td,
.smart-table.table-hover table .smart-table-success:hover > th {
  background-color: #b1dfbb;
}
.smart-table.table-hover table .smart-table-info:hover,
.smart-table.table-hover table .smart-table-info:hover > td,
.smart-table.table-hover table .smart-table-info:hover > th {
  background-color: #abdde5;
}
.smart-table.table-hover table .smart-table-warning:hover,
.smart-table.table-hover table .smart-table-warning:hover > td,
.smart-table.table-hover table .smart-table-warning:hover > th {
  background-color: #ffe8a1;
}
.smart-table.table-hover table .smart-table-danger:hover,
.smart-table.table-hover table .smart-table-danger:hover > td,
.smart-table.table-hover table .smart-table-danger:hover > th {
  background-color: #f1b0b7;
}
.smart-table.table-hover table .smart-table.table-light table:hover,
.smart-table.table-hover table .smart-table.table-light table:hover > td,
.smart-table.table-hover table .smart-table.table-light table:hover > th {
  background-color: #ececf6;
}
.smart-table.table-hover table .smart-table.table-dark table:hover,
.smart-table.table-hover table .smart-table.table-dark table:hover > td,
.smart-table.table-hover table .smart-table.table-dark table:hover > th {
  background-color: #b9bbbe;
}
.smart-table.table-hover table .smart-table-active:hover,
.smart-table.table-hover table .smart-table-active:hover > td,
.smart-table.table-hover table .smart-table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.smart-table.no-border > .smart-container {
  border: none;
}
.smart-table.table-elevation {
  border: none;
  border-radius: unset;
  box-shadow: var(--smart-elevation-8);
}
.smart-table:not([animation=none]) thead th .sort-by {
  transition: visibility .5s ease-out, opacity .5s ease-out;
}
.smart-table:not([animation=none]) thead th .sort-by:before {
  transition: transform .5s ease-out;
}
.smart-table:not([animation=none]) tr[row-id] td:not(.editing) {
  transition:
    padding-top .2s ease-in-out,
    padding-bottom .2s ease-in-out,
    transform .2s ease-in-out,
    border-top-color .2s ease-in-out;
}
.smart-table:not([animation=none]) td.editing.invalid:before {
  transition:
    visibility .2s ease-in-out,
    opacity .2s ease-out,
    transform .1s ease-out;
}
.smart-table:not([animation=none]) .smart-table-toolbar-button:before,
.smart-table:not([animation=none]) smart-pager .smart-pager-button:before {
  transition:
    visibility .2s ease-out,
    opacity .2s ease-out,
    transform .1s ease-out;
}
.smart-table:not([animation=none]) .hierarchy-arrow {
  transition: transform .2s ease-in-out;
}
.smart-table:not([animation=none]):not([ignore-detail-animation]) .smart-table-row-detail {
  transition: height .2s ease-in-out;
}
.smart-table:not([animation=none]):not([ignore-detail-animation]) .smart-table-row-detail .smart-table-detail-container {
  transition:
    height .2s ease-in-out,
    padding-top .2s ease-in-out,
    padding-bottom .2s ease-in-out;
}
.smart-table[virtualization] {
  --smart-table-default-height:var(--smart-grid-default-height);
}
.smart-table[filtering] .smart-table-header {
  display: grid;
  grid-template-columns: 1fr;
}
.smart-table[filtering] .smart-table-header .smart-input,
.smart-table[filtering] .smart-table-header .smart-table-filter-template-container {
  display: block;
}
.smart-table[filtering][filter-row][conditional-formatting-button] .smart-table-header .smart-input,
.smart-table[filtering][filter-row][conditional-formatting-button] .smart-table-header .smart-table-filter-template-container {
  display: none;
}
.smart-table[filtering][conditional-formatting-button] .smart-table-header {
  grid-template-columns: 1fr auto;
}
.smart-table[conditional-formatting-button] .smart-table-header {
  display: grid;
}
.smart-table[conditional-formatting-button] .smart-table-header .smart-table-toolbar-button.conditional-formatting {
  display: flex;
}
.smart-table[conditional-formatting-button]:not([filtering]) .smart-table-header {
  grid-template-columns: 1fr auto;
  grid-template-areas: ". button";
}
.smart-table[conditional-formatting-button]:not([filtering]) .smart-table-header .smart-table-toolbar-button.conditional-formatting {
  grid-area: button;
}
.smart-table[conditional-formatting-button][filtering][filter-row] .smart-table-header {
  grid-template-columns: 1fr auto;
  grid-template-areas: ". button";
}
.smart-table[conditional-formatting-button][filtering][filter-row] .smart-table-header .smart-table-toolbar-button.conditional-formatting {
  grid-area: button;
}
.smart-table[paging] smart-pager {
  display: block;
  z-index: 1;
}
.smart-table[paging][conditional-formatting-button] .smart-table-container,
.smart-table[paging][conditional-formatting-button] .smart-table-virtualization-container,
.smart-table[paging][filtering]:not([filter-row]) .smart-table-container,
.smart-table[paging][filtering]:not([filter-row]) .smart-table-virtualization-container {
  height: calc(100% - 2 * var(--smart-table-header-footer-height));
}
.smart-table[column-reorder] thead th {
  touch-action: none;
}
.smart-table[column-reorder] th[data-field] {
  cursor: move;
}
.smart-table:not([column-resize]) .dragged:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .1) 75%,
      transparent 75%,
      transparent);
  background-size: 3em 3em;
  opacity: .8;
}
.smart-table[column-resize] thead th {
  touch-action: none;
}
.smart-table[column-resize] th[data-field]:after,
.smart-table[column-resize] th[data-field]:before {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  cursor: col-resize;
}
.smart-table[column-resize]:not([right-to-left]) th[locked] + th[data-field]:before,
.smart-table[column-resize]:not([right-to-left]) th[locked]:after,
.smart-table[column-resize]:not([selection]) th[data-field]:first-child:before,
.smart-table[column-resize][resize-max-reached] th[data-field]:after,
.smart-table[column-resize][resize-max-reached] th[data-field]:before,
.smart-table[column-resize][selection] th[data-field]:nth-child(2):before {
  content: none;
}
.smart-table[column-resize] th[data-field]:before {
  left: 0;
}
.smart-table[column-resize] th[data-field]:after {
  right: 0;
  width: 4px;
}
.smart-table[column-resize]:not([freeze-header]) th[data-field]:not(.freeze-near):not(.freeze-far) {
  position: relative;
}
@media (hover: none) {
  .smart-table[column-resize]:not(.resizing) th[data-field]:before {
    border-left: 1px solid rgba(var(--smart-primary-rgb), .3);
  }
  .smart-table[column-resize]:not(.resizing) th[data-field]:after {
    border-right: 1px solid rgba(var(--smart-primary-rgb), .3);
  }
}
@media (hover: hover) {
  .smart-table[column-resize]:not(.resizing) th[data-field]:hover:before {
    border-left: 1px solid rgba(var(--smart-primary-rgb), .3);
  }
  .smart-table[column-resize]:not(.resizing) th[data-field]:hover:after {
    border-right: 1px solid rgba(var(--smart-primary-rgb), .3);
  }
}
.smart-table[sort-mode=many] thead th .sort-by:after {
  content: attr(order);
}
.smart-table[loading] tbody td {
  opacity: 0;
}
.smart-table[loading] smart-pager {
  pointer-events: none;
}
.smart-table[freeze-header]:not([virtualization]) thead th {
  position: sticky;
  opacity: 1;
  border-bottom: none;
  top: 0;
  box-shadow: 0 1px 0 0 var(--smart-border);
  z-index: 100;
}
.smart-table[freeze-header]:not([virtualization]) thead th.freeze-near {
  box-shadow: 1px 1px 0 0 var(--smart-border);
  z-index: 200;
}
.smart-table[freeze-header]:not([virtualization]) thead th.freeze-far {
  box-shadow: -1px 1px 0 0 var(--smart-border);
  z-index: 200;
}
.smart-table[freeze-header]:not([virtualization]) thead tr:nth-child(2) > th {
  top: var(--smart-table-column-header-height);
}
.smart-table[freeze-header]:not([virtualization]) thead tr:nth-child(3) > th {
  top: calc(2 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header]:not([virtualization]) thead tr:nth-child(4) > th {
  top: calc(3 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header]:not([virtualization]) thead tr:nth-child(5) > th {
  top: calc(4 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead th,
.smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead th {
  top: var(--smart-table-header-footer-height);
}
.smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(2) > th,
.smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(2) > th {
  top: calc(var(--smart-table-header-footer-height) + var(--smart-table-column-header-height));
}
.smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(3) > th,
.smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(3) > th {
  top: calc(var(--smart-table-header-footer-height) + 2 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(4) > th,
.smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(4) > th {
  top: calc(var(--smart-table-header-footer-height) + 3 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(5) > th,
.smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(5) > th {
  top: calc(var(--smart-table-header-footer-height) + 4 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header][virtualization] thead {
  box-shadow: 0 1px 0 0 var(--smart-border);
  top: 0;
  position: relative;
  z-index: 200;
}
.smart-table[freeze-header][virtualization] thead th {
  opacity: 1;
  border-bottom: none;
  top: 0;
  box-shadow: 0 1px 0 0 var(--smart-border);
  z-index: 100;
  position: relative;
}
.smart-table[freeze-header][virtualization] thead th.sticky {
  position: sticky;
}
.smart-table[freeze-header][virtualization] thead th.freeze-near {
  box-shadow: 1px 1px 0 0 var(--smart-border);
  z-index: 200;
}
.smart-table[freeze-header][virtualization] thead th.freeze-far {
  box-shadow: -1px 1px 0 0 var(--smart-border);
  z-index: 200;
}
.smart-table[freeze-header][virtualization] thead tr:nth-child(2) > th {
  top: var(--smart-table-column-header-height);
}
.smart-table[freeze-header][virtualization] thead tr:nth-child(3) > th {
  top: calc(2 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header][virtualization] thead tr:nth-child(4) > th {
  top: calc(3 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header][virtualization] thead tr:nth-child(5) > th {
  top: calc(4 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header][virtualization][conditional-formatting-button] thead th,
.smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead th {
  top: var(--smart-table-header-footer-height);
}
.smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(2) > th,
.smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(2) > th {
  top: calc(var(--smart-table-header-footer-height) + var(--smart-table-column-header-height));
}
.smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(3) > th,
.smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(3) > th {
  top: calc(var(--smart-table-header-footer-height) + 2 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(4) > th,
.smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(4) > th {
  top: calc(var(--smart-table-header-footer-height) + 3 * var(--smart-table-column-header-height));
}
.smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(5) > th,
.smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(5) > th {
  top: calc(var(--smart-table-header-footer-height) + 4 * var(--smart-table-column-header-height));
}
.smart-table[freeze-footer] tfoot td {
  position: sticky;
  opacity: 1;
  border-top: none;
  bottom: 0;
  box-shadow: 0 -1px 0 0 var(--smart-border);
  z-index: 100;
}
.smart-table[freeze-footer] tfoot td.freeze-near {
  box-shadow: 1px -1px 0 0 var(--smart-border);
  z-index: 200;
}
.smart-table[freeze-footer] tfoot td.freeze-far {
  box-shadow: -1px -1px 0 0 var(--smart-border);
  z-index: 200;
}
.smart-table[freeze-footer] tfoot tr:nth-last-child(2) td {
  bottom: var(--smart-table-row-height);
}
.smart-table[freeze-footer] tfoot tr:nth-last-child(3) td {
  bottom: calc(2 * var(--smart-table-row-height));
}
.smart-table[freeze-footer] .smart-table-container:focus td[focus]:after {
  height: calc(100% - 1px);
}
.smart-table[freeze-footer][paging] tfoot td {
  bottom: var(--smart-table-header-footer-height);
}
.smart-table[freeze-footer][paging] tfoot tr:nth-last-child(2) td {
  bottom: calc(var(--smart-table-row-height) + var(--smart-table-header-footer-height));
}
.smart-table[freeze-footer][paging] tfoot tr:nth-last-child(3) td {
  bottom: calc(2 * var(--smart-table-row-height) + var(--smart-table-header-footer-height));
}
.smart-table[row-detail-template] tr[row-id] {
  cursor: pointer;
}
.smart-table[hierarchy] tr[row-id] td {
  transform: scaleY(1);
}
.smart-table[hierarchy] tr[row-id].no-height td {
  line-height: 0;
}
.smart-table[hierarchy] tr.collapsed[row-id] {
  height: 0;
}
.smart-table[hierarchy] tr.collapsed[row-id] td {
  border-top-width: 0;
  border-top-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  transform: scaleY(0);
}
.smart-table[column-groups][selection] th.empty,
.smart-table[column-groups][selection] th.smart-table-select-all,
.smart-table[virtualization] tr[unused] td {
  border-top: none;
}
.smart-pivot-table th.expanded .total-arrow,
.smart-pivot-table:not([group-layout=classic]) tr.expanded .hierarchy-arrow {
  transform: rotate(180deg);
}
.smart-table[hierarchy]:not([animation=none]) tr[row-id] {
  transition: height .2s ease-in-out;
}
.smart-table[modal] {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-table[modal]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .3;
  pointer-events: none;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 100;
}
.smart-table[toolbar][designer] .smart-table-toolbar-button.conditional-formatting {
  border-right: none;
}
.smart-table[toolbar][designer] .smart-table-toolbar-button.conditional-formatting:before {
  left: unset;
  right: 0;
  width: calc(2 * var(--smart-table-row-height));
}
.smart-table[auto-size] table {
  table-layout: auto;
}
.smart-table[column-groups]:not([right-to-left]) th:not(:last-child) {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-table[virtualization] tr.last-row td {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
.smart-table[virtualization] tr[unused] {
  visibility: hidden;
}
.smart-table[virtualization] tr.smart-table-filter-row td {
  position: sticky;
  top: var(--smart-table-column-header-height);
  background-color: var(--smart-background);
  box-shadow: 0 1px 0 0 var(--smart-border);
}
.smart-table[virtualization][conditional-formatting-button] .smart-table-container,
.smart-table[virtualization][filtering]:not([filter-row]) .smart-table-container,
.smart-table[virtualization][paging] .smart-table-container,
.smart-table[virtualization][paging][conditional-formatting-button] .smart-table-container,
.smart-table[virtualization][paging][filtering]:not([filter-row]) .smart-table-container {
  height: 100%;
}
.smart-table[virtualization][freeze-header][conditional-formatting-button] thead th,
.smart-table[virtualization][freeze-header][filtering]:not([filter-row]) thead th {
  top: 0;
}
@media (max-width: 575.98px) {
  .smart-table.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .smart-table.table-responsive-sm > .smart-table.table-bordered table {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .smart-table.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .smart-table.table-responsive-md > .smart-table.table-bordered table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .smart-table.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .smart-table.table-responsive-lg > .smart-table.table-bordered table {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .smart-table.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .smart-table.table-responsive-xl > .smart-table.table-bordered table {
    border: 0;
  }
}
.smart-table.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.smart-table.table-responsive > .smart-table.table-bordered table {
  border: 0;
}
@media only screen and (max-width: 1280px) {
  .smart-table .priority-5 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .smart-table .priority-4 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .smart-table .priority-3 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .smart-table .priority-2 {
    display: none;
  }
}
@-moz-document url-prefix() {
  .smart-table thead th:not(.smart-table-select-all) {
    opacity: 1;
  }
  .smart-table .freeze-far,
  .smart-table .freeze-near {
    box-shadow: 0 0 0 1px var(--smart-border);
  }
  .smart-table .smart-table-container:focus td[focus]:after {
    height: calc(100% - 1px);
    top: 1px;
  }
  .smart-table[freeze-header] thead th.empty,
  .smart-table[freeze-header] thead th:empty {
    box-shadow: -1px 0 0 0 var(--smart-border);
  }
  .smart-table[freeze-footer] .smart-table-container:focus td[focus]::after {
    height: calc(100% - 2px);
  }
  .smart-table[column-groups][freeze-header] thead th,
  .smart-table[right-to-left] .freeze-far,
  .smart-table[right-to-left] .freeze-near {
    box-shadow: 0 0 0 1px var(--smart-border);
  }
}
.smart-table[hide-selection-column] th.smart-table-select-all {
  width: 0;
  padding-left: 0;
  padding-right: 0;
}
.smart-table[hide-selection-column] td.smart-table-select-row,
.smart-table[hide-selection-column] td.smart-table-select-row .selection-checkbox,
.smart-table[hide-selection-column] th.smart-table-select-all > div {
  visibility: hidden;
}
.smart-table[hide-selection-column] tr[aria-selected=true] td {
  background: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-table[right-to-left] > .smart-container {
  direction: rtl;
}
.smart-table[right-to-left] thead th {
  text-align: right;
}
.smart-table[right-to-left] thead th .sort-by:after {
  left: unset;
  right: 100%;
}
.smart-table[right-to-left] th.column-header {
  text-align: center;
}
.smart-table[right-to-left] td {
  text-align: initial;
}
.smart-table[right-to-left] .smart-table-container:focus td[focus]:after {
  left: unset;
  right: 1px;
}
.smart-table[right-to-left] .smart-table-header {
  left: unset;
  right: 0;
}
.smart-table[right-to-left] .smart-table-header .smart-table-toolbar-button.conditional-formatting {
  border-left: none;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-table[right-to-left] .smart-table-header .smart-table-toolbar-button.conditional-formatting:before {
  left: 0;
  right: unset;
}
.smart-table[right-to-left] .freeze-far {
  left: 0;
  box-shadow: 1px 0 0 0 var(--smart-border);
  right: unset;
}
.smart-table[right-to-left] .freeze-near {
  right: 0;
  box-shadow: -1px 0 0 0 var(--smart-border);
  left: unset;
}
.smart-table[right-to-left] smart-pager .smart-container {
  justify-content: flex-start;
}
.smart-table[right-to-left] smart-pager .smart-pager-near-buttons-container {
  order: 1;
}
.smart-table[right-to-left] smart-pager .smart-pager-summary-container.smart-pager-label {
  order: 2;
}
.smart-table[right-to-left] smart-pager .smart-pager-size-selector-and-label-container {
  order: 3;
  flex-direction: row;
}
.smart-table[right-to-left] .group-header,
.smart-table[right-to-left] .tree-cell,
.smart-table[right-to-left] .tree-leaf {
  padding-left: var(--smart-table-cell-padding);
}
.smart-table[right-to-left] .hierarchy-arrow {
  margin-left: var(--smart-table-arrow-margin);
  margin-right: unset;
}
.smart-table[right-to-left][freeze-header] thead th.freeze-far {
  box-shadow: 1px 1px 0 0 var(--smart-border);
}
.smart-table[right-to-left][freeze-header] thead th.freeze-near {
  box-shadow: -1px 1px 0 0 var(--smart-border);
}
.smart-table[right-to-left][freeze-footer] tfoot td.freeze-far {
  box-shadow: 1px -1px 0 0 var(--smart-border);
}
.smart-table[right-to-left][freeze-footer] tfoot td.freeze-near {
  box-shadow: -1px -1px 0 0 var(--smart-border);
}
.smart-table[right-to-left][conditional-formatting-button]:not([filtering]) .smart-table-header {
  grid-template-columns: 1fr auto;
  grid-template-areas: ". button";
}
.smart-table[right-to-left][filtering] .smart-table-header {
  grid-template-columns: 1fr;
}
.smart-table[right-to-left][filtering][conditional-formatting-button] .smart-table-header {
  grid-template-columns: 1fr auto;
}
.smart-table[right-to-left][column-resize] th[locked] + th[data-field]:after,
.smart-table[right-to-left][column-resize] th[locked]:before,
.smart-table[right-to-left][column-resize]:not([selection]) th[data-field]:first-child:after {
  content: none;
}
.smart-table[right-to-left][column-resize]:not([selection]) th[data-field]:not([locked]):first-child:before {
  content: "";
}
.smart-table[right-to-left][column-resize][selection] th[data-field]:nth-child(2):after {
  content: none;
}
.smart-table[right-to-left][column-resize][selection] th[data-field]:not([locked]):nth-child(2):before {
  content: "";
}
.smart-table[right-to-left][column-groups] th:not(:last-child) {
  border-left: var(--smart-border-width) solid var(--smart-border);
}
.smart-pivot-table:not([animation=none]) .total-arrow {
  transition: transform .2s ease-in-out;
}
@-moz-document url-prefix() {
  .smart-pivot-table thead th:last-child,
  .smart-pivot-table thead th:not(:last-child) {
    border: none;
    box-shadow: 0 0 0 1px var(--smart-border);
  }
  .smart-pivot-table tbody tr[row-id]:first-child td {
    border-top: none;
  }
  .smart-pivot-table[freeze-header] thead th {
    box-shadow: 0 0 0 1px var(--smart-border);
  }
  .smart-pivot-table[freeze-header] .smart-pivot-table-grouping-header:empty {
    box-shadow: -1px 0 0 0 var(--smart-border);
  }
  .smart-pivot-table[right-to-left] thead th:last-child,
  .smart-pivot-table[right-to-left] thead th:not(:last-child) {
    border: none;
    box-shadow: 0 0 0 1px var(--smart-border);
  }
}
.smart-pivot-table[right-to-left] .smart-table-toolbar-button.fields,
.smart-pivot-table[right-to-left][toolbar][designer] .smart-table-toolbar-button.conditional-formatting {
  border-left: none;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
.smart-pivot-table[right-to-left] .smart-table-toolbar-button.fields:before {
  left: 0;
  right: unset;
}
.smart-pivot-table[right-to-left][toolbar][designer] .smart-table-toolbar-button.conditional-formatting:before {
  left: 0;
  right: unset;
}
.smart-pivot-panel > .smart-container[modal] {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-pivot-panel > .smart-container[modal]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .3;
  pointer-events: none;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 100;
}
.smart-table-primary,
.smart-table-primary > td,
.smart-table-primary > th {
  background-color: #b8daff;
}
.smart-table-secondary,
.smart-table-secondary > td,
.smart-table-secondary > th {
  background-color: #d6d8db;
}
.smart-table-success,
.smart-table-success > td,
.smart-table-success > th {
  background-color: #c3e6cb;
}
.smart-table-info,
.smart-table-info > td,
.smart-table-info > th {
  background-color: #bee5eb;
}
.smart-table-warning,
.smart-table-warning > td,
.smart-table-warning > th {
  background-color: #ffeeba;
}
.smart-table-danger,
.smart-table-danger > td,
.smart-table-danger > th {
  background-color: #f5c6cb;
}
.smart-table.table-light table,
.smart-table.table-light table > td,
.smart-table.table-light table > th {
  background-color: #fdfdfe;
}
.smart-table.table-dark table td,
.smart-table.table-dark table th,
.smart-table.table-dark table thead th {
  border-color: #32383e;
}
.smart-table.table-dark table > td,
.smart-table.table-dark table > th {
  background-color: #212529;
}
.smart-table-active,
.smart-table-active > td,
.smart-table-active > th {
  background-color: rgba(0, 0, 0, .075);
}
.smart-table-container {
  width: 100%;
  height: 100%;
}
.smart-table-sm td,
.smart-table-sm th {
  padding: .3rem;
}
.smart-table-feedback,
.smart-table-resize-feedback {
  padding: 5px;
  font-family: var(--smart-font-family);
  position: absolute;
}
.smart-table-feedback {
  display: flex;
  align-items: center;
  box-shadow: var(--smart-elevation-8);
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: var(--smart-border-radius);
  white-space: nowrap;
  font-size: var(--smart-font-size);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  z-index: 10000;
  opacity: .85;
}
.smart-table-resize-feedback {
  box-sizing: border-box;
  border-left: 1px dashed var(--smart-primary);
  font-size: 12px;
  font-weight: 700;
  z-index: 100;
}
.smart-table-resize-feedback.static {
  border-left-style: solid;
}
.smart-table-resize-feedback.max,
.smart-table-resize-feedback.min {
  border-left-color: var(--smart-error);
}
.smart-table-window.conditional-formatting {
  --smart-window-default-width:650px;
}
.smart-table-window.conditional-formatting .smart-content-container > .smart-content,
.smart-table-window.conditional-formatting > .smart-container {
  overflow: visible;
}
.smart-table-window.conditional-formatting smart-formatting-panel {
  border: none;
  width: 100%;
  height: 100%;
}
.smart-table-window.smart-window.conditional-formatting {
  overflow: visible;
}
.smart-table-window.smart-window .smart-content-container > .smart-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.smart-table-window.smart-window .smart-content-container > .smart-footer smart-button {
  --smart-button-padding:0;
  width: 40%;
  height: 100%;
}
.smart-table-column-menu {
  border: 1px solid var(--smart-border);
  box-shadow: var(--smart-elevation-8);
  z-index: 9999;
  width: 200px;
  height: auto;
  padding: 10px;
  border-radius: var(--smart-border-radius);
  position: absolute;
  background: var(--smart-background);
  top: 0;
  left: 0;
}
.smart-table-column-menu smart-button {
  --smart-button-padding:0;
}
.smart-table-column-menu smart-button button:after {
  content: var(--smart-icon-filter);
  font-family: var(--smart-font-family-icon);
  width: 100%;
  height: 100%;
  text-decoration: line-through;
}
.smart-table-column-menu.wrapper > div {
  --smart-filter-row-content-height:calc(var(--smart-table-row-height) - 2 * var(--smart-table-cell-padding) - var(--smart-border-width));
  display: grid;
  grid-template-columns: 1fr var(--smart-filter-row-content-height) var(--smart-filter-row-content-height);
  grid-template-rows: 100%;
  column-gap: 2px;
  height: var(--smart-filter-row-content-height);
  position: relative;
}
.smart-table-column-menu.wrapper .smart-table-menu-item {
  display: flex;
  cursor: pointer;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  height: 30px;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.smart-table-column-menu.wrapper .smart-table-menu-item.smart-disabled {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: .5;
}
.smart-table-column-menu.wrapper .smart-table-menu-item .label {
  padding: 5px;
}
.smart-table-column-menu.wrapper .smart-table-menu-item:not(.filter-item):hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-table-column-menu.wrapper .smart-table-menu-item .menu-icon::after,
.smart-table-column-menu.wrapper .smart-table-menu-item.columns-item::after {
  font-family: var(--smart-font-family-icon);
  width: 100%;
  color: var(--smart-surface-color);
  height: 100%;
}
.smart-table-column-menu.wrapper .smart-table-menu-item .sort-asc::after {
  content: var(--smart-icon-sort-name-up);
}
.smart-table-column-menu.wrapper .smart-table-menu-item .sort-desc::after {
  content: var(--smart-icon-sort-name-down);
}
.smart-table-column-menu.wrapper .smart-table-menu-item .sort-remove::after {
  content: var(--smart-icon-sort-name-up);
  text-decoration: line-through;
}
.smart-table-column-menu.wrapper .smart-table-menu-item .reset::after {
  content: var(--smart-icon-refresh);
}
.smart-table-column-menu.wrapper .smart-table-menu-item .columns::after {
  content: var(--smart-icon-table);
}
.smart-table-column-menu.wrapper .smart-table-menu-item .filter-by::after {
  content: var(--smart-icon-add-filter);
}
.smart-table-column-menu.wrapper .smart-table-menu-item .filter-by-remove::after {
  content: var(--smart-icon-filter);
  text-decoration: line-through;
}
.smart-table-column-menu.wrapper .smart-table-menu-item .column-item::after {
  content: var(--smart-icon-check-squared);
}
.smart-table-column-menu.wrapper .smart-table-menu-item .column-item.off::after {
  content: var(--smart-icon-check-empty);
}
.smart-table-column-menu.wrapper .smart-table-menu-item.columns-item::after {
  content: var(--smart-icon-arrow-right);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.smart-table-column-menu.wrapper .smart-table-menu-item.filter-item {
  cursor: default;
  border-top: 1px solid var(--smart-border);
  padding-top: 20px;
  margin-bottom: 10px;
}
.smart-table-column-menu.wrapper.no-filter {
  opacity: .6;
  pointer-events: none;
}
.smart-table-column-menu .filter-value {
  min-width: 0;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding: var(--smart-editor-label-padding);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  font-family: inherit;
  font-size: inherit;
}
.smart-table-column-menu .filter-value:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-table-column-menu .filter-value:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
.smart-table-column-menu .filter-value[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.smart-table-column-menu .filter-value::-webkit-inner-spin-button,
.smart-table-column-menu .filter-value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.smart-table-column-menu .smart-input {
  --smart-editor-addon-width:100%;
  --smart-editor-label-padding:0;
  width: unset;
  height: 100%;
}
.smart-table-column-menu .smart-input .smart-drop-down-button {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-table-column-menu .smart-input .smart-drop-down-button .arrow:after {
  content: var(--smart-icon-filter);
  transform: none !important;
}
@keyframes active {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(2.5);
  }
}
.smart-tabs .smart-tab-close-button,
.smart-tabs .smart-tab-group-arrow {
  font-family: var(--smart-font-family-icon);
  transform: translateY(-50%);
  text-align: center;
}
smart-tabs {
  border: none;
  min-width: 125px;
  width: var(--smart-tabs-default-width);
  min-height: 125px;
  height: var(--smart-tabs-default-height);
  padding: 2px;
  overflow: visible;
  line-height: initial;
}
smart-tabs.smart-element {
  background: 0 0;
  border: none;
}
smart-tab-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  overflow: auto;
  outline: 0;
}
smart-tab-item > .smart-container {
  padding: 5px;
}
smart-tab-item > .smart-container .smart-widget * {
  box-sizing: initial;
}
smart-tab-item.smart-element {
  background: 0 0;
  border: none;
}
smart-tab-item.animate {
  transition:
    left var(--smart-tabs-animation-duration) cubic-bezier(.35, 0, .25, 1),
    top var(--smart-tabs-animation-duration) cubic-bezier(.35, 0, .25, 1),
    visibility 2s cubic-bezier(.35, 0, .25, 1),
    opacity 2s cubic-bezier(.35, 0, .25, 1);
}
smart-tab-item.smart-visibility-hidden {
  position: absolute;
}
smart-tab-item.smart-visibility-hidden .smart-container,
smart-tab-item.smart-visibility-hidden > .smart-container .smart-widget * {
  visibility: hidden;
}
smart-tab-item.smart-visibility-hidden.animate .smart-container {
  visibility: initial;
}
smart-tab-items-group.smart-element {
  background: 0 0;
  border: none;
}
.smart-tabs {
  outline: 0;
}
.smart-tabs > .smart-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: inherit;
}
.smart-tabs .smart-tabs-content-section,
.smart-tabs .smart-tabs-header-items {
  position: relative;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}
.smart-tabs .smart-tabs-header-section {
  border: var(--smart-border-width) solid var(--smart-surface);
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  padding: var(--smart-tabs-header-padding);
}
.smart-tabs .smart-tabs-header-items > .smart-drop-down-button {
  font-family: var(--smart-font-family-icon);
  position: relative;
  display: none;
  cursor: pointer;
}
.smart-tabs .smart-tabs-content-section {
  flex: 1;
  margin: 0;
  color: var(--smart-tabs-color);
  background: var(--smart-background);
  border: var(--smart-border-width) solid var(--smart-border);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  margin-top: var(--smart-tabs-header-offset);
}
.smart-tabs .smart-drop-down-button-drop-down,
.smart-tabs .smart-tab-group-drop-down {
  padding: 2px;
  width: auto;
  z-index: var(--smart-editor-drop-down-z-index);
  box-shadow: var(--smart-elevation-8);
  white-space: nowrap;
}
.smart-tabs .smart-tabs-resize-token {
  position: absolute;
  background-color: #000;
  opacity: .5;
}
.smart-tabs .smart-tab-header-controls:empty {
  display: none;
}
.smart-tabs .smart-tab-group-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: inherit;
  text-transform: var(--smart-tab-item-text-transform);
}
.smart-tabs .smart-tab-group-container .smart-tab-label-text-container {
  margin-right: 18px;
}
.smart-tabs .smart-tab-group-container[hover],
.smart-tabs .smart-tab-group-container[hover][focus] {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-tabs .smart-tab-group-drop-down {
  position: absolute;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-top: none;
  height: auto;
  border-radius: var(--smart-border-radius);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-tabs .smart-tab-group-drop-down .smart-tab-label-container {
  display: block;
  width: 100%;
  overflow: hidden;
}
.smart-tabs .smart-tab-group-arrow {
  position: absolute;
  right: 2px;
  top: 50%;
  width: var(--smart-editor-addon-width);
  height: var(--smart-editor-addon-width);
  line-height: var(--smart-editor-addon-width);
}
.smart-tabs .smart-tab-group-arrow:after {
  content: var(--smart-icon-arrow-down);
}
.smart-tabs .smart-tab-label-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: inherit;
  text-transform: var(--smart-tab-item-text-transform);
  background-color: inherit;
  border-color: transparent;
  margin-right: var(--smart-tab-item-offset);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
.smart-tabs .smart-tab-label-container[selected],
.smart-tabs .smart-tab-label-container[selected][focus] {
  background-color: var(--smart-ui-state-selected);
  border-color: var(--smart-item-border-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-tabs .smart-tab-label-container[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-tabs .smart-tab-label-container[hover],
.smart-tabs .smart-tab-label-container[hover][focus] {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-tabs .smart-tab-label-text-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: var(--smart-tab-item-padding);
}
.smart-tabs .smart-tab-label-text-container {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smart-tabs .smart-tab-label-text-container.smart-close-button-enabled {
  margin-right: 18px;
}
.smart-tabs .smart-tab-close-button {
  font-size: 10px;
  position: absolute;
  right: 2px;
  top: 50%;
  width: var(--smart-editor-addon-width);
  height: var(--smart-editor-addon-width);
  line-height: var(--smart-editor-addon-width);
}
.smart-tabs .smart-tab-close-button:after {
  content: var(--smart-icon-close);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
.smart-tabs .smart-tab-close-button[hover] {
  border-radius: 50%;
  border: 1px solid var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-tabs .smart-drop-down-button-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: inherit;
}
.smart-tabs .smart-drop-down-button-arrow:after {
  content: var(--smart-icon-arrow-down);
}
.smart-tabs .smart-drop-down-button-drop-down {
  position: absolute;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-top: none;
  height: auto;
  border-radius: var(--smart-border-radius);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  top: 100%;
}
.smart-tabs .smart-drop-down-button-drop-down .smart-tab-label-container {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: var(--smart-tab-item-padding);
}
.smart-tabs .smart-add-new-tab[hover] {
  color: var(--smart-ui-state-color-hover);
}
.smart-tabs .smart-nav-button {
  position: relative;
  border-radius: 0;
  z-index: 100;
}
.smart-tabs .smart-nav-button > .smart-button {
  border: none;
  height: initial;
  padding: 0;
}
.smart-tabs .ripple-agent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.smart-tabs .smart-ripple {
  background-color: var(--smart-primary);
  opacity: .5;
}
.smart-tabs:focus .smart-tabs-content-section,
.smart-tabs:focus .smart-tabs-header-section {
  border-color: var(--smart-outline);
}
.smart-tabs:focus .smart-tab-label-container[selected] {
  color: var(--smart-ui-state-color-focus);
}
.smart-tabs:focus .smart-add-new-tab[focus],
.smart-tabs:focus .smart-tab-group-container[focus],
.smart-tabs:focus .smart-tab-label-container[focus] {
  color: var(--smart-ui-state-color-selected);
}
.smart-tabs:not([animation=none]) smart-tab-item.right {
  left: 100%;
}
.smart-tabs:not([animation=none]) smart-tab-item.left {
  left: -100%;
}
.smart-tabs:not([animation=none]) smart-tab-item.top {
  top: -100%;
}
.smart-tabs:not([animation=none]) smart-tab-item.bottom {
  top: 100%;
}
.smart-tabs:not([animation=none]) .smart-tabs-selection-bar {
  transition:
    width var(--smart-tabs-animation-duration) cubic-bezier(.35, 0, .25, 1),
    height var(--smart-tabs-animation-duration) cubic-bezier(.35, 0, .25, 1),
    top var(--smart-tabs-animation-duration) cubic-bezier(.35, 0, .25, 1),
    left var(--smart-tabs-animation-duration) cubic-bezier(.35, 0, .25, 1);
}
.smart-tabs:not([animation=none]) .smart-tabs-content-section:after {
  transition: opacity .2s ease-in;
}
.smart-tabs[keyboard-navigate] {
  color: var(--smart-ui-state-color-focus);
}
.smart-tabs[collapsed] .smart-tabs-content-section {
  margin: 0;
  display: none;
}
.smart-tabs[collapsed][horizontal] {
  min-height: initial;
  height: auto;
}
.smart-tabs[collapsed][vertical] {
  display: table-caption;
  min-width: initial;
  width: auto;
}
.smart-tabs[dragged],
.smart-tabs[dragged] .smart-tab-label-container {
  cursor: move;
}
.smart-tabs[resizing][horizontal],
.smart-tabs[resizing][horizontal] .smart-tab-group-container,
.smart-tabs[resizing][horizontal] .smart-tab-label-container {
  cursor: e-resize;
}
.smart-tabs[resizing][vertical],
.smart-tabs[resizing][vertical] .smart-tab-group-container,
.smart-tabs[resizing][vertical] .smart-tab-label-container {
  cursor: n-resize;
}
.smart-tabs[disabled] .smart-nav-button,
.smart-tabs[disabled] .smart-tab-group-container,
.smart-tabs[disabled] .smart-tab-label-container,
.smart-tabs[disabled] .smart-tabs-header-items > .smart-drop-down-button,
.smart-tabs[readonly] .smart-nav-button,
.smart-tabs[readonly] .smart-tab-group-container,
.smart-tabs[readonly] .smart-tab-label-container,
.smart-tabs[readonly] .smart-tabs-header-items > .smart-drop-down-button {
  cursor: default;
}
.smart-tabs[allow-toggle] .smart-tabs-content-section:after {
  content: "No Items Selected";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
}
.smart-tabs[vertical] > .smart-container {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.smart-tabs[vertical] .smart-tabs-header-section {
  width: auto;
  min-height: initial;
  height: 100%;
}
.smart-tabs[vertical] .smart-tabs-header-section.scroll-buttons-shown .smart-tab-strip {
  height: calc(100% - 2 * var(--smart-tabs-header-button-size));
}
.smart-tabs[vertical] .smart-tabs-header-section.scroll-buttons-shown.one-button-shown .smart-tab-strip {
  height: calc(100% - var(--smart-tabs-header-button-size));
}
.smart-tabs[vertical] .smart-tabs-content-section,
.smart-tabs[vertical] .smart-tabs-header-items {
  width: auto;
  min-height: initial;
  height: 100%;
}
.smart-tabs[vertical] .smart-tabs-header-items > .smart-drop-down-button {
  height: var(--smart-tabs-header-button-size);
  width: 100%;
  border: none;
  background: 0 0;
}
.smart-tabs[vertical] .smart-tab-strip {
  height: 100%;
}
.smart-tabs[vertical] .smart-tab-strip > .smart-tab-label-container {
  border: none;
  border-right: var(--smart-item-border-width) solid transparent;
  min-height: 20px;
}
.smart-tabs[vertical] .smart-tab-strip > .smart-add-new-tab {
  min-height: initial;
  min-width: initial;
}
.smart-tabs[vertical] .smart-tab-group-container {
  display: block;
  border: none;
  border-right: var(--smart-item-border-width) solid transparent;
  min-height: 20px;
}
.smart-tabs[vertical] .smart-tab-label-container {
  display: block;
}
.smart-tabs[vertical] .smart-tab-label-container:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.smart-tabs[tab-text-orientation=vertical] .smart-tab-group-container .smart-tab-label-text-container,
.smart-tabs[tab-text-orientation=vertical] .smart-tab-strip > .smart-tab-label-container .smart-tab-label-text-container.smart-close-button-enabled {
  margin-bottom: 18px;
  margin-right: 0;
}
.smart-tabs[vertical] .smart-tab-group-drop-down {
  border-top: var(--smart-border-width) solid var(--smart-border);
}
.smart-tabs[vertical] .smart-add-new-tab {
  text-align: center;
}
.smart-tabs[vertical] .smart-add-new-tab > .smart-tab-label-text-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.smart-tabs[vertical] .smart-nav-button {
  height: var(--smart-tabs-header-button-size);
  width: 100%;
  border: none;
  background: 0 0;
}
.smart-tabs[vertical] .smart-drop-down-button-drop-down {
  border-top: var(--smart-border-width) solid var(--smart-border);
  top: initial;
}
.smart-tabs[vertical] .smart-tabs-resize-token {
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
}
.smart-tabs[horizontal] .smart-tab-strip {
  width: 100%;
  min-height: 0;
}
.smart-tabs[horizontal] .smart-tab-strip > .smart-tab-label-container {
  min-width: 10px;
  border: none;
  border-bottom: var(--smart-item-border-width) solid transparent;
}
.smart-tabs[horizontal] .smart-tab-strip > .smart-tab-label-container:first-child {
  margin-left: var(--smart-tab-item-initial-offset);
}
.smart-tabs[horizontal] .smart-tab-group-container {
  min-width: 40px;
}
.smart-tabs[horizontal] .smart-tabs-header-section.scroll-buttons-shown .smart-tab-strip {
  width: calc(100% - 2 * var(--smart-tabs-header-button-size));
}
.smart-tabs[horizontal] .smart-tabs-header-section.scroll-buttons-shown.one-button-shown .smart-tab-strip {
  width: calc(100% - var(--smart-tabs-header-button-size));
}
.smart-tabs[horizontal] .smart-nav-button,
.smart-tabs[horizontal] .smart-tabs-header-items > .smart-drop-down-button {
  width: var(--smart-tabs-header-button-size);
  border: none;
  background: 0 0;
}
.smart-tabs[horizontal] .smart-tabs-resize-token {
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
}
.smart-tabs[tab-text-orientation=vertical] .smart-tab-strip > .smart-tab-label-container > .smart-tab-close-button {
  top: initial;
  right: initial;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.smart-tabs[tab-text-orientation=vertical] .smart-tab-group-arrow {
  top: initial;
  right: initial;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.smart-tabs[tab-text-orientation=vertical] .smart-tab-group-drop-down {
  writing-mode: horizontal-tb;
}
.smart-tabs[tab-text-orientation=vertical][horizontal] .smart-tab-strip {
  writing-mode: vertical-lr;
}
.smart-tabs[tab-text-orientation=vertical][horizontal] .smart-tab-group-container,
.smart-tabs[tab-text-orientation=vertical][horizontal] .smart-tab-strip > .smart-tab-label-container {
  min-width: 20px;
  display: block;
}
.smart-tabs[tab-text-orientation=vertical][horizontal] .smart-tab-close-button {
  padding-left: 2px;
}
.smart-tabs[tab-text-orientation=vertical][vertical] .smart-tab-strip {
  writing-mode: vertical-rl;
}
.smart-tabs[tab-text-orientation=vertical][vertical] .smart-tab-strip > .smart-tab-label-container {
  min-height: 10px;
  display: inline-block;
}
.smart-tabs[tab-text-orientation=vertical][vertical] .smart-tab-group-container {
  min-height: 40px;
  display: inline-block;
}
.smart-tabs[tab-text-orientation=vertical][vertical] .smart-tab-close-button,
.smart-tabs[tab-text-orientation=vertical][vertical] .smart-tab-group-arrow {
  padding-right: 1px;
}
.smart-tabs[tab-text-orientation=vertical][tab-position=bottom] .smart-tab-group-container .smart-tab-label-text-container {
  margin-top: 18px;
  margin-bottom: 0;
}
.smart-tabs[tab-text-orientation=vertical][tab-position=bottom] .smart-tab-group-arrow {
  bottom: initial;
  top: 2px;
}
.smart-tabs[tab-text-orientation=vertical][tab-position=right] .smart-tab-group-container .smart-tab-label-text-container {
  margin-left: 0;
}
.smart-tabs:not([tab-position=bottom]):not([tab-position=left]):not([tab-position=right]) .smart-tabs-header-section {
  border-bottom-width: 0;
}
.smart-tabs[tab-position=hidden] .smart-tabs-header-section {
  display: none;
}
.smart-tabs[tab-position=hidden] .smart-tabs-content-section {
  margin: 0;
}
.smart-tabs[tab-position=right] .smart-tabs-selection-bar {
  width: 2px;
  left: 0;
}
.smart-tabs[tab-position=right] .smart-tabs-header-section {
  border-left-width: 0;
}
.smart-tabs[tab-position=right] .smart-tab-label-container {
  margin-right: 0;
  margin-left: 0;
  margin-top: var(--smart-tab-item-initial-offset);
  margin-bottom: var(--smart-tab-item-offset);
}
.smart-tabs[tab-position=right] .smart-tabs-content-section {
  margin: 0 var(--smart-tabs-header-offset) 0 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
}
.smart-tabs[tab-position=right] .smart-drop-down-button-drop-down,
.smart-tabs[tab-position=right] .smart-tab-group-drop-down {
  transform: translateX(-100%);
  border-right: none;
  box-shadow: var(--smart-elevation-8);
}
.smart-tabs[tab-position=right] .smart-tab-group-container .smart-tab-label-text-container {
  margin-left: 12px;
  margin-right: 0;
}
.smart-tabs[tab-position=right] .smart-tab-group-arrow {
  left: 0;
  right: initial;
}
.smart-tabs[tab-position=bottom] .smart-tabs-selection-bar {
  height: 2px;
  top: 0;
}
.smart-tabs[tab-position=bottom] .smart-tabs-header-section {
  border-top-width: 0;
}
.smart-tabs[tab-position=bottom] .smart-drop-down-button-drop-down,
.smart-tabs[tab-position=bottom] .smart-tab-group-drop-down {
  border-top: var(--smart-border-width) solid var(--smart-border);
  transform: translateY(-100%);
  border-bottom: none;
  box-shadow: var(--smart-elevation-8);
}
.smart-tabs[tab-position=bottom] .smart-tab-label-container {
  margin-right: var(--smart-tab-item-offset);
}
.smart-tabs[tab-position=bottom] .smart-tabs-content-section {
  margin: 0 0 var(--smart-tabs-header-offset);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
}
.smart-tabs[tab-position=bottom] .smart-drop-down-button-drop-down {
  top: initial;
}
.smart-tabs[tab-position=left] .smart-tabs-selection-bar {
  width: 2px;
  right: 0;
}
.smart-tabs[tab-position=left] .smart-tabs-header-section {
  border-right-width: 0;
}
.smart-tabs[tab-position=left] .smart-tab-label-container {
  margin-right: 0;
  margin-left: 0;
  margin-top: var(--smart-tab-item-initial-offset);
  margin-bottom: var(--smart-tab-item-offset);
}
.smart-tabs[tab-position=left] .smart-tabs-content-section {
  margin: 0 0 0 var(--smart-tabs-header-offset);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
}
.smart-tabs[tab-position=left] .smart-tab-group-drop-down {
  border-left: none;
}
.smart-tabs[tab-position=left] .smart-drop-down-button-drop-down {
  border-left: none;
  left: 100%;
}
.smart-tabs[tab-layout=wrap][tab-text-orientation=vertical][horizontal] .smart-tab-strip,
.smart-tabs[tab-layout=wrap][vertical] .smart-tab-strip {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.smart-tabs[tab-layout=wrap][tab-text-orientation=vertical][vertical] .smart-tab-strip {
  display: block;
}
.smart-tabs[tab-layout=scroll] .smart-tab-strip {
  overflow: hidden;
  white-space: nowrap;
}
.smart-tabs[tab-layout=scroll] .smart-tabs-header-section .smart-nav-button.smart-hidden {
  display: none;
}
.smart-tabs[tab-layout=scroll] .smart-tabs-header-section.scroll-buttons-shown .smart-nav-button,
.smart-tabs[tab-layout=scroll][horizontal] .smart-tabs-header-items,
.smart-tabs[tab-layout=scroll][horizontal] .smart-tabs-header-section {
  display: flex;
}
.smart-tabs[tab-layout=shrink] .smart-tab-strip {
  overflow: hidden;
  white-space: nowrap;
}
.smart-tabs[tab-layout=shrink] .smart-tab-strip > .smart-tab-group-container .smart-tab-label-text-container,
.smart-tabs[tab-layout=shrink] .smart-tab-strip > .smart-tab-label-container .smart-tab-label-text-container {
  overflow: hidden;
}
.smart-tabs[tab-layout=shrink] .smart-tab-strip.shrink-tabs {
  display: table;
  table-layout: fixed;
}
.smart-tabs[tab-layout=shrink] .smart-tab-strip.shrink-tabs > .smart-tab-group-container,
.smart-tabs[tab-layout=shrink] .smart-tab-strip.shrink-tabs > .smart-tab-label-container {
  display: table-cell;
  vertical-align: top;
}
.smart-tabs[tab-layout=shrink] .smart-tab-strip.shrink-tabs > .smart-tab-group-container .smart-tab-label-text-container,
.smart-tabs[tab-layout=shrink] .smart-tab-strip.shrink-tabs > .smart-tab-label-container .smart-tab-label-text-container {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smart-tabs[tab-layout=shrink][horizontal] .smart-tab-group-container,
.smart-tabs[tab-layout=shrink][horizontal] .smart-tab-strip > .smart-tab-label-container {
  min-width: initial;
}
.smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip {
  display: flex;
  flex-direction: column;
}
.smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip > .smart-tab-group-container {
  display: flex;
}
.smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip > .smart-tab-label-container {
  display: flex;
  min-height: initial;
  overflow: hidden;
}
.smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip.shrink-tabs-vertical > .smart-tab-group-container,
.smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip.shrink-tabs-vertical > .smart-tab-label-container {
  margin-top: 0;
  margin-bottom: 0;
}
.smart-tabs[tab-layout=shrink][vertical] .smart-tab-group-container {
  min-height: initial;
  overflow: hidden;
}
.smart-tabs[tab-layout=shrink][tab-text-orientation=vertical] .smart-tab-strip > .smart-tab-group-container .smart-tab-label-text-container,
.smart-tabs[tab-layout=shrink][tab-text-orientation=vertical] .smart-tab-strip > .smart-tab-label-container .smart-tab-label-text-container {
  writing-mode: vertical-lr;
}
.smart-tabs[tab-layout=shrink][tab-text-orientation=vertical] .smart-tab-strip.shrink-tabs {
  writing-mode: initial;
}
.smart-tabs[tab-layout=shrink][tab-text-orientation=vertical] .smart-tab-strip.shrink-tabs > .smart-tab-group-container .smart-tab-label-text-container,
.smart-tabs[tab-layout=shrink][tab-text-orientation=vertical] .smart-tab-strip.shrink-tabs > .smart-tab-label-container .smart-tab-label-text-container {
  width: 100%;
}
.smart-tabs[tab-layout=shrink][tab-text-orientation=vertical][vertical] .smart-tab-strip {
  writing-mode: initial;
  white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .smart-tabs[tab-layout=shrink][tab-text-orientation=vertical][vertical] .smart-tab-label-text-wrapper {
    display: flex;
    height: auto;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .smart-tabs[tab-layout=shrink][tab-text-orientation=vertical][vertical] .smart-tab-label-text-wrapper {
    overflow: hidden;
  }
}
.smart-tabs[tab-layout=shrink][tab-text-orientation=vertical][horizontal] .smart-tab-strip.shrink-tabs > div > .smart-tab-label-text-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}
.smart-tabs[tab-layout=dropDown] .smart-tab-strip {
  overflow: hidden;
  white-space: nowrap;
}
.smart-tabs[tab-layout=dropDown] .smart-tabs-header-items > .smart-drop-down-button {
  display: block;
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
  border-color: var(--smart-border);
}
.smart-tabs[tab-layout=dropDown][horizontal] .smart-tabs-header-items,
.smart-tabs[tab-layout=dropDown][horizontal] .smart-tabs-header-section {
  display: flex;
}
.smart-tabs[tab-layout=dropDown][horizontal] .smart-tab-strip {
  width: calc(100% - var(--smart-tabs-header-button-size));
}
.smart-tabs[tab-layout=dropDown][vertical] .smart-tab-strip {
  height: calc(100% - var(--smart-tabs-header-button-size));
}
.smart-tabs[selected-index] .smart-tabs-content-section:after {
  opacity: 0;
}
.smart-tabs[selected-index=null] .smart-tabs-selection-bar {
  visibility: hidden;
}
.smart-tabs[selected-index=null] .smart-tabs-content-section:after {
  opacity: 1;
}
.smart-tabs[close-buttons][horizontal] .smart-tab-strip > .smart-tab-label-container {
  min-width: 40px;
}
.smart-tabs[close-buttons][horizontal] .smart-tab-strip > .smart-add-new-tab {
  min-width: initial;
}
.smart-tabs[close-buttons][vertical] .smart-tab-strip > .smart-add-new-tab {
  min-height: initial;
}
.smart-tabs[close-buttons][tab-text-orientation=vertical][vertical] .smart-tab-strip > .smart-tab-label-container {
  min-height: 40px;
}
@-moz-document url-prefix() {
  .smart-tabs .smart-tab-label-container .smart-tab-label-text-container-full-height {
    height: 100%;
  }
  .smart-tabs .smart-tab-group-container .smart-tab-label-text-container-full-height {
    height: calc(100% - 10px);
  }
  .smart-tabs[tab-layout=wrap][tab-text-orientation=vertical][horizontal] .smart-tab-strip {
    height: 100%;
    display: block;
    writing-mode: initial;
  }
  .smart-tabs[tab-layout=wrap][tab-text-orientation=vertical][horizontal] .smart-tab-strip > div {
    float: left;
    writing-mode: vertical-lr;
  }
  .smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip,
  .smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip .smart-tab-label-text-wrapper,
  .smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip > .smart-tab-group-container,
  .smart-tabs[tab-layout=shrink][vertical] .smart-tab-strip > .smart-tab-label-container {
    display: block;
  }
}
@supports (-ms-ime-align:auto) {
  .smart-tabs[tab-layout=wrap][tab-text-orientation=vertical][horizontal] .smart-tab-strip {
    height: 100%;
    display: block;
    writing-mode: initial;
  }
  .smart-tabs[tab-layout=wrap][tab-text-orientation=vertical][horizontal] .smart-tab-strip > div {
    writing-mode: vertical-lr;
    float: left;
  }
  .smart-tabs[tab-layout=shrink][tab-text-orientation=vertical][horizontal] .smart-tab-strip {
    height: 100%;
    writing-mode: initial;
    display: flex;
  }
  .smart-tabs[tab-layout=shrink][tab-text-orientation=vertical][horizontal] .smart-tab-strip > div {
    writing-mode: vertical-lr;
  }
}
.smart-tabs[right-to-left] .smart-tab-group-container,
.smart-tabs[right-to-left] .smart-tab-label-container,
.smart-tabs[right-to-left] smart-tab-item > .smart-container {
  direction: rtl;
}
.smart-tabs[right-to-left][tab-text-orientation=vertical] .smart-tab-strip {
  writing-mode: vertical-rl;
}
.smart-tabs[right-to-left]:not([vertical]) .smart-tab-strip {
  direction: rtl;
  text-align: right;
}
.smart-tabs[right-to-left]:not([vertical]) .smart-tab-strip > .smart-tab-label-container:last-child {
  margin-left: initial;
  margin-right: var(--smart-tab-item-offset);
}
.smart-tabs[right-to-left]:not([vertical]) .smart-tab-strip > .smart-tab-label-container:first-child {
  margin-left: initial;
  margin-right: initial;
}
.smart-tabs[right-to-left][tab-position=right]:not([tab-text-orientation=vertical]):not([vertical]) .smart-tab-group-container .smart-tab-label-text-container {
  margin-right: 18px;
  margin-left: 0;
}
.smart-tabs[right-to-left][tab-position=right]:not([tab-text-orientation=vertical]):not([vertical]) .smart-tab-group-arrow {
  right: 2px;
  left: initial;
}
.smart-tabs[right-to-left]:not([tab-text-orientation=vertical]):not([vertical]) .smart-tab-group-container .smart-tab-label-text-container,
.smart-tabs[right-to-left]:not([tab-text-orientation=vertical]):not([vertical]) .smart-tab-label-text-container.smart-close-button-enabled {
  margin-left: 18px;
  margin-right: initial;
}
.smart-tabs[right-to-left]:not([tab-text-orientation=vertical]):not([vertical]) .smart-tab-close-button,
.smart-tabs[right-to-left]:not([tab-text-orientation=vertical]):not([vertical]) .smart-tab-group-arrow {
  left: 2px;
  right: initial;
}
.smart-tabs-selection-bar {
  position: absolute;
  bottom: 0;
  background: var(--smart-ui-state-color-selected);
  height: 2px;
  z-index: 10;
}
.smart-tank:focus,
smart-slider:focus {
  outline: 0;
}
smart-slider.smart-element,
smart-tank.smart-element {
  border: none;
  background: 0 0;
  overflow: visible;
}
.smart-tank[labels-visibility=none] .smart-label,
.smart-tank[labels-visibility=endPoints] .smart-label-middle,
smart-slider[labels-visibility=none] .smart-label,
smart-slider[labels-visibility=endPoints] .smart-label-middle {
  visibility: hidden;
}
.smart-tank *,
smart-slider * {
  box-sizing: border-box;
}
.smart-tank .smart-label,
smart-slider .smart-label {
  font-family: inherit;
  font-size: inherit;
  white-space: nowrap;
  color: var(--smart-background-color);
  float: left;
}
smart-tank {
  padding-left: 5px;
  padding-right: 5px;
  width: var(--smart-tank-default-width);
  height: var(--smart-tank-default-height);
}
smart-tank.smart-scale-far .smart-tick {
  top: initial;
}
smart-slider .smart-container {
  overflow: visible;
}
smart-slider .smart-scale {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
smart-slider .smart-label {
  position: absolute;
}
smart-slider .smart-tooltip {
  z-index: 1;
}
smart-slider .smart-tooltip-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
smart-slider .smart-track-container {
  touch-action: none;
}
smart-slider .smart-track-ticks-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
smart-slider[ticks-visibility=major] .smart-tick,
smart-slider[ticks-visibility=major] .smart-tick-minor,
smart-slider[ticks-visibility=none] .smart-tick,
smart-slider[ticks-visibility=none] .smart-tick-minor {
  display: none;
}
.smart-tank .smart-container {
  overflow: visible;
}
.smart-tank .smart-track {
  height: 100%;
  width: calc(100% - var(--smart-tank-scale-size) - 4px);
  min-width: var(--smart-tank-minimum-track-size);
  position: relative;
  border: var(--smart-border) solid;
  border-width: var(--smart-border-width);
  background-color: var(--smart-background);
  float: left;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  touch-action: none;
  margin: 0 2px;
}
.smart-tank .smart-track.track-hovered {
  cursor: pointer;
}
.smart-tank .smart-track-ticks-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.smart-tank .smart-value {
  width: 100%;
  height: 0;
  background-color: var(--smart-primary);
  border-color: var(--smart-primary);
  position: absolute;
}
.smart-tank .smart-label {
  position: absolute;
}
.smart-tank .smart-thumb {
  display: none;
  position: absolute;
  width: var(--smart-tank-thumb-width);
  height: var(--smart-tank-thumb-height);
  transform: scale(0);
  transition: transform .2s ease-out;
  left: calc(-1 * var(--smart-tank-thumb-width) * 2);
  top: calc(-1 * var(--smart-tank-thumb-height)/ 2);
  border-radius: 50%;
  background-color: var(--smart-primary);
}
.smart-tank .smart-thumb:before {
  transform: scale(1.1) rotate(45deg);
  border: 1px solid var(--smart-primary);
  border-radius: 50% 0 50% 50%;
  background-color: var(--smart-primary);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.smart-tank .smart-thumb-label-container {
  overflow: hidden;
  text-overflow: ellipsis;
  width: var(--smart-tank-thumb-width);
  height: var(--smart-tank-thumb-height);
  position: absolute;
  top: 0;
  left: 0;
}
.smart-tank .smart-scale {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  float: left;
  margin-top: var(--smart-border-width);
  margin-left: initial;
  height: calc(100% - var(--smart-border-width));
  width: var(--smart-tank-scale-size);
  max-width: calc(100% - var(--smart-tank-minimum-track-size) - 4px);
}
.smart-tank .smart-scale-near .smart-tick {
  bottom: initial;
  right: 0;
}
.smart-tank .smart-scale-near .smart-label {
  bottom: initial;
  right: calc(var(--smart-tank-tick-size) + 2px);
}
.smart-tank .smart-scale-far .smart-label {
  left: calc(var(--smart-tank-tick-size) + 2px);
  top: initial;
}
.smart-tank .smart-tooltip {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--smart-border);
  width: var(--smart-tank-tooltip-width);
  height: var(--smart-tank-tooltip-height);
  padding: 5px;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  opacity: .7;
  left: calc(-1 * var(--smart-tank-tooltip-width) - 10.5px);
  top: calc(-1 * var(--smart-tank-tooltip-height)/ 2);
  z-index: 1;
}
.smart-tank .smart-tooltip.smart-hidden,
.smart-tank:not([animation=none])[disabled] .bubble,
.smart-tank:not([animation=none])[inverted] .bubble,
.smart-tank:not([animation=none])[orientation=horizontal] .bubble,
.smart-tank[ticks-visibility=major] .smart-tick,
.smart-tank[ticks-visibility=major] .smart-tick-minor,
.smart-tank[ticks-visibility=none] .smart-tick,
.smart-tank[ticks-visibility=none] .smart-tick-minor {
  display: none;
}
.smart-tank .smart-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-right: none;
  border-left: 6px solid var(--smart-border);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: calc(50% - 6px);
  right: -7px;
  left: auto;
}
.smart-tank .smart-tooltip-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smart-tank .smart-tick {
  position: absolute;
  background-color: var(--smart-background-color);
  float: initial;
  width: var(--smart-tank-tick-size);
  height: 1px;
}
.smart-tank .smart-tick-minor {
  width: var(--smart-tank-minor-tick-size);
  height: 1px;
}
.smart-tank:focus .smart-track {
  border-style: solid;
  border-color: var(--smart-outline);
  border-width: var(--smart-border-width);
}
.smart-tank:active .smart-track {
  cursor: n-resize;
}
.smart-tank:not([animation=none]) .smart-value {
  transition: height .15s ease-out, margin-top .15s ease-out;
}
.smart-tank:not([animation=none]) .smart-value.disable-animation {
  transition: none;
}
.smart-tank:not([animation=none]) .smart-bubble-container {
  position: relative;
  overflow: hidden;
  touch-action: none;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
}
.smart-tank:not([animation=none]) .bubble {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2), inset 0 10px 25px 5px #fff;
  width: 50px;
  height: 50px;
}
.smart-tank:not([animation=none]) .bubble1 {
  left: 10%;
  top: 40%;
  animation: animateBubble 12.5s linear infinite, sideWays 5s ease-in-out infinite alternate;
  transform: scale(.25);
}
.smart-tank:not([animation=none]) .bubble2 {
  left: 5%;
  top: 35%;
  animation: animateBubble 15s linear infinite, sideWays 4.5s ease-in-out infinite alternate;
  transform: scale(.2);
}
.smart-tank:not([animation=none]) .bubble3 {
  left: 0;
  top: 50%;
  animation: animateBubble 10s linear infinite, sideWays 7s ease-in-out infinite alternate;
  transform: scale(.3);
}
.smart-tank:not([animation=none]) .bubble4 {
  left: 10%;
  top: 60%;
  animation: animateBubble 7s linear infinite, sideWays 11s ease-in-out infinite alternate;
  transform: scale(.275);
}
.smart-tank:not([animation=none]) .bubble5 {
  left: 8%;
  top: 70%;
  animation: animateBubble 14.5s linear infinite, sideWays 8s ease-in-out infinite alternate;
  transform: scale(.35);
}
.smart-tank[disabled] .smart-track.track-hovered,
.smart-tank[disabled]:active .smart-track,
.smart-tank[readonly] .smart-track.track-hovered,
.smart-tank[readonly]:active .smart-track {
  cursor: default;
}
.smart-tank[inverted] .smart-thumb {
  top: calc(100% - var(--smart-tank-thumb-height)/ 2);
  margin-left: initial;
  margin-top: initial;
}
.smart-tank[inverted] .smart-tooltip {
  left: calc(-1 * var(--smart-tank-tooltip-width) - 10.5px);
  top: calc(100% - 1 * var(--smart-tank-tooltip-height)/ 2);
}
.smart-tank[inverted]:focus .smart-thumb {
  top: calc(100% - var(--smart-tank-thumb-height)/ 2);
}
.smart-tank[inverted][tooltip-position=far] .smart-tooltip {
  top: calc(100% - var(--smart-tank-tooltip-height)/ 2);
}
.smart-tank[inverted][tooltip-position=far][scale-position=none] .smart-tooltip {
  left: calc(-100% - 7px);
}
.smart-tank[inverted][tooltip-position=near] .smart-tooltip {
  left: calc(-1 * var(--smart-tank-tooltip-width) - 10.5px);
  top: calc(100% - var(--smart-tank-tooltip-height)/ 2);
}
.smart-tank[inverted][orientation=vertical] .smart-thumb {
  top: calc(100% - var(--smart-tank-thumb-height)/ 2);
}
.smart-tank[ticks-visibility=none] .smart-scale-near .smart-label {
  right: 2px;
}
.smart-tank[ticks-visibility=none] .smart-scale-far .smart-label {
  left: 2px;
  top: initial;
}
.smart-tank[ticks-position=track] .smart-tick {
  width: 100%;
}
.smart-tank[ticks-position=track] .smart-tick-minor {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.smart-tank[ticks-position=track] .smart-scale-near .smart-label {
  right: 2px;
}
.smart-tank[ticks-position=track] .smart-scale-far .smart-label {
  left: 2px;
  top: initial;
}
.smart-tank[tooltip-position=far] .smart-tooltip {
  left: calc(100% + 10.5px);
  top: calc(-1 * var(--smart-tank-tooltip-height)/ 2);
}
.smart-tank[tooltip-position=far] .smart-tooltip:before {
  border-left: none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid var(--smart-border);
  top: calc(50% - 6px);
  left: -7px;
}
.smart-tank[show-thumb-label] .smart-thumb {
  left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
  overflow: visible;
  display: initial;
}
.smart-tank[show-thumb-label] .smart-thumb-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .65rem;
  font-family: var(--smart-font-family);
  -webkit-user-select: none;
  user-select: none;
  color: var(--smart-background-color);
}
.smart-tank[show-thumb-label]:focus .smart-thumb {
  left: calc(-1 * var(--smart-tank-thumb-width) - var(--smart-tank-thumb-width)/ 2 - 2px);
  transform: scale(1);
}
.smart-tank[show-thumb-label]:not([animation=none]) .smart-thumb {
  transition:
    transform .2s ease-out,
    left .2s ease-in-out,
    top .2s ease-in-out;
}
.smart-tank[show-thumb-label][thumb-label-position=far] .smart-thumb {
  left: calc(100% - var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[show-thumb-label][orientation=horizontal] .smart-thumb {
  left: 100%;
  top: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[show-thumb-label][orientation=horizontal][inverted] .smart-thumb {
  left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[show-thumb-label][orientation=horizontal][thumb-label-position=far] .smart-thumb {
  left: 100%;
  top: calc(100% - var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[show-thumb-label][orientation=horizontal][thumb-label-position=far][inverted] .smart-thumb {
  left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[show-thumb-label][orientation=horizontal][thumb-label-position=near] .smart-thumb {
  left: 100%;
  top: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[thumb-label-position=far] .smart-thumb:before {
  border: 1px solid var(--smart-primary);
  border-radius: 50% 50% 50% 0;
}
.smart-tank[thumb-label-position=far]:focus .smart-thumb {
  left: calc(100% + var(--smart-tank-thumb-width)/ 2 + 2px);
}
.smart-tank[scale-position=none] .smart-track {
  height: 100%;
  width: 100%;
  position: relative;
  border: var(--smart-border) solid;
  border-width: var(--smart-border-width);
  margin: 0;
}
.smart-tank[scale-position=none]:focus .smart-track {
  border-style: solid;
  border-color: var(--smart-outline);
  border-width: var(--smart-border-width);
}
.smart-tank[scale-position=none][tooltip-position=near] .smart-tooltip {
  top: calc(-1 * var(--smart-tank-tooltip-height)/ 2);
}
.smart-tank[scale-position=both] .smart-track {
  width: calc(100% - 2 * var(--smart-tank-scale-size) - 4px);
}
.smart-tank[scale-position=both] .smart-scale {
  width: var(--smart-tank-scale-size);
  height: 100%;
  max-width: 47%;
}
.smart-tank[orientation=vertical][thumb-label-position=far] .smart-thumb:before {
  border: 1px solid var(--smart-primary);
  border-radius: 50% 50% 50% 0;
}
.smart-tank[orientation=vertical]:not([animation=none]) .smart-value {
  transition: height .15s ease-out, margin-top .15s ease-out;
}
.smart-tank[orientation=vertical]:not([animation=none]) .smart-value.disable-animation {
  transition: none;
}
.smart-tank[orientation=horizontal] {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: initial;
  padding-right: initial;
}
.smart-tank[orientation=horizontal]:active .smart-track {
  cursor: w-resize;
}
.smart-tank[orientation=horizontal] .smart-track {
  height: calc(100% - var(--smart-tank-scale-size) - 4px);
  min-height: var(--smart-tank-minimum-track-size);
  width: 100%;
  background-color: transparent;
  margin-top: 2px;
  margin-bottom: 2px;
}
.smart-tank[orientation=horizontal] .smart-value {
  height: 100%;
  width: 0;
}
.smart-tank[orientation=horizontal] .smart-thumb {
  margin-left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[orientation=horizontal] .smart-thumb:before {
  border-radius: 50% 50% 0;
}
.smart-tank[orientation=horizontal] .smart-scale {
  width: 100%;
  float: left;
  height: calc(var(--smart-tank-scale-size));
  margin-left: var(--smart-border-width);
}
.smart-tank[orientation=horizontal] .smart-scale-near .smart-tick {
  bottom: 0;
  right: initial;
}
.smart-tank[orientation=horizontal] .smart-scale-near .smart-label {
  bottom: calc(var(--smart-tank-tick-size) + 2px);
  right: initial;
}
.smart-tank[orientation=horizontal] .smart-scale-far .smart-tick {
  top: 0;
}
.smart-tank[orientation=horizontal] .smart-scale-far .smart-label {
  top: calc(var(--smart-tank-tick-size) + 2px);
  left: initial;
}
.smart-tank[orientation=horizontal] .smart-tooltip {
  top: calc(-1 * var(--smart-tank-tooltip-height) - 12px);
  left: calc(100% - var(--smart-tank-tooltip-width)/ 2);
}
.smart-tank[orientation=horizontal] .smart-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--smart-border);
  position: absolute;
  top: 100%;
  left: calc(var(--smart-tank-tooltip-width)/ 2 - 6px);
}
.smart-tank[orientation=horizontal] .smart-tick {
  float: left;
  width: 1px;
  height: var(--smart-tank-tick-size);
}
.smart-tank[orientation=horizontal] .smart-tick-minor {
  height: var(--smart-tank-minor-tick-size);
  width: 1px;
}
.smart-tank[orientation=horizontal]:not([animation=none]) .smart-value {
  transition: width .15s ease-out, margin-left .15s ease-out;
}
.smart-tank[orientation=horizontal]:not([animation=none]) .smart-value.disable-animation {
  transition: none;
}
.smart-tank[orientation=horizontal][inverted] .smart-tooltip {
  top: calc(-1 * var(--smart-tank-tooltip-height) - 12px);
  left: calc(-1 * var(--smart-tank-tooltip-width)/ 2);
}
.smart-tank[orientation=horizontal][inverted]:focus .smart-thumb {
  left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
.smart-tank[orientation=horizontal][inverted][tooltip-position=far] .smart-tooltip {
  left: calc(-1 * var(--smart-tank-tooltip-width)/ 2);
  top: calc(100% + 12px);
}
.smart-tank[orientation=horizontal][ticks-visibility=none] .smart-scale-near .smart-label {
  bottom: 2px;
}
.smart-tank[orientation=horizontal][ticks-visibility=none] .smart-scale-far .smart-label {
  top: 2px;
  left: initial;
}
.smart-tank[orientation=horizontal][ticks-position=track] .smart-tick {
  height: 100%;
  width: 1px;
}
.smart-tank[orientation=horizontal][ticks-position=track] .smart-tick-minor {
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
}
.smart-tank[orientation=horizontal][ticks-position=track] .smart-scale-near .smart-label {
  bottom: 2px;
}
.smart-tank[orientation=horizontal][ticks-position=track] .smart-scale-far .smart-label {
  top: 2px;
  left: initial;
}
.smart-tank[orientation=horizontal][tooltip-position=near][inverted] .smart-tooltip {
  top: calc(-1 * var(--smart-tank-tooltip-height) - 12px);
  left: calc(-1 * var(--smart-tank-tooltip-width)/ 2);
}
.smart-tank[orientation=horizontal][tooltip-position=far] .smart-tooltip {
  top: calc(100% + 12px);
  left: calc(100% - var(--smart-tank-tooltip-width)/ 2);
}
.smart-tank[orientation=horizontal][tooltip-position=far] .smart-tooltip:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--smart-border);
  border-top: 0;
  position: absolute;
  left: calc(var(--smart-tank-tooltip-width)/ 2 - 6px);
  top: -7px;
}
.smart-tank[orientation=horizontal][show-thumb-label]:focus .smart-thumb {
  left: 100%;
  top: calc(-1 * var(--smart-tank-thumb-height) - var(--smart-tank-thumb-height)/ 2 - 2px);
}
.smart-tank[orientation=horizontal][show-thumb-label][thumb-label-position=far]:focus .smart-thumb {
  top: calc(100% + var(--smart-tank-thumb-height)/ 2);
}
.smart-tank[orientation=horizontal][thumb-label-position=far] .smart-thumb:before {
  border-radius: 0 50% 50%;
}
.smart-tank[orientation=horizontal][thumb-label-position=far]:focus .smart-thumb {
  left: 100%;
}
.smart-tank[orientation=horizontal][scale-position=none] .smart-track {
  height: 100%;
  width: 100%;
  position: relative;
  border: var(--smart-border) solid;
  border-width: var(--smart-border-width);
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.smart-tank[orientation=horizontal][scale-position=both] .smart-track {
  height: calc(100% - 2 * var(--smart-tank-scale-size) - 4px);
}
.smart-tank[orientation=horizontal][scale-position=both] .smart-scale {
  width: 100%;
  height: var(--smart-tank-scale-size);
}
smart-tank[right-to-left] .smart-label,
smart-tank[right-to-left] .smart-tooltip-content {
  direction: rtl;
}
smart-tank[right-to-left][show-thumb-label][orientation=horizontal] .smart-thumb {
  left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
  margin-left: initial;
}
smart-tank[right-to-left][show-thumb-label][orientation=horizontal][inverted] .smart-thumb {
  left: 100%;
  margin-left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
smart-tank[right-to-left][show-thumb-label][orientation=horizontal][thumb-label-position=far] .smart-thumb {
  left: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
smart-tank[right-to-left][show-thumb-label][orientation=horizontal][thumb-label-position=far][inverted] .smart-thumb {
  top: calc(100% - var(--smart-tank-thumb-width)/ 2);
}
smart-tank[right-to-left][show-thumb-label][orientation=horizontal][thumb-label-position=far][inverted]:focus .smart-thumb {
  top: calc(100% + var(--smart-tank-thumb-height)/ 2);
}
smart-tank[right-to-left][show-thumb-label][orientation=horizontal][thumb-label-position=near][inverted] .smart-thumb {
  top: calc(-1 * var(--smart-tank-thumb-width)/ 2);
}
smart-tank[right-to-left][show-thumb-label][orientation=horizontal][thumb-label-position=near][inverted]:focus .smart-thumb {
  top: calc(-1 * var(--smart-tank-thumb-height) - var(--smart-tank-thumb-height)/ 2 - 2px);
}
@keyframes sideWays {
  0% {
    margin-left: -10%;
  }
  100% {
    margin-left: 55%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 100%;
  }
  100% {
    margin-top: -100%;
  }
}
.smart-input-drop-down-menu,
input.smart-input {
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family);
  color: var(--smart-background-color);
}
input.smart-input {
  border-width: var(--smart-border-width);
  background: var(--smart-background);
  border-style: solid;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding-left: var(--smart-editor-label-padding);
  padding-right: var(--smart-editor-label-padding);
  padding-top: 0;
  padding-bottom: 0;
  height: var(--smart-editor-height);
  outline: 0;
  text-align: var(--smart-text-box-text-align);
  box-sizing: border-box;
}
input.smart-input:focus {
  border-color: var(--smart-outline);
}
input.smart-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
input.smart-input:disabled {
  border-color: var(--smart-disabled);
  outline: 0;
}
input.smart-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
textarea.smart-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
.smart-input-drop-down-menu {
  display: block;
  transform: scaleY(0);
  transform-origin: top left;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: var(--smart-editor-drop-down-z-index);
  float: left;
  padding: 2px;
  margin: var(--smart-list-item-vertical-offset) var(--smart-list-item-horizontal-offset);
  background-color: var(--smart-background);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  box-shadow: var(--smart-elevation-8);
  overflow: hidden;
  width: auto;
  height: auto;
  --smart-input-drop-down-menu-width:auto;
  --smart-input-drop-down-menu-height:200px;
  min-height: 0;
}
.smart-input-drop-down-menu:not([animation=none]) {
  transition: opacity .2s, transform .2s ease-out;
}
.smart-input-drop-down-menu.smart-container {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.smart-input-drop-down-menu .smart-scroll-viewer-container,
.smart-input-drop-down-menu .smart-scroll-viewer-content-container,
.smart-input-drop-down-menu > .smart-container {
  width: var(--smart-input-drop-down-menu-width);
  max-height: calc(var(--smart-input-drop-down-menu-height) - 6px);
}
.smart-input-drop-down-menu .smart-scroll-viewer-content-container {
  padding: 0;
  max-height: initial;
}
.smart-input-drop-down-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.smart-input-drop-down-menu ul.scroll {
  width: calc(100% - var(--smart-scroll-bar-size) - 2px);
}
.smart-input-drop-down-menu ul li {
  padding-bottom: 1px;
}
.smart-input-drop-down-menu ul li:last-child {
  padding-bottom: 0;
}
.smart-input-drop-down-menu ul li a {
  display: block;
  padding: 8px 12px;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  color: var(--smart-background-color);
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-input-drop-down-menu ul li a:hover {
  color: var(--smart-ui-state-color-hover);
  background: var(--smart-ui-state-hover);
}
.smart-input-drop-down-menu ul li a.icon {
  position: relative;
  padding-left: var(--smart-column-icon-size);
}
.smart-input-drop-down-menu ul li a.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--smart-column-icon-size);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.smart-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a {
  color: var(--smart-ui-state-color-focus);
  background: var(--smart-ui-state-focus);
  text-decoration: none;
  outline: 0;
}
.smart-input-drop-down-menu[open] {
  transform: scale(1);
  opacity: 1;
}
.smart-multi-combo-input-scroll-viewer .smart-scroll-viewer-content-container {
  width: var(--smart-input-drop-down-menu-width);
  max-height: initial;
}
.smart-multi-combo-input-scroll-viewer .smart-scroll-viewer-container,
.smart-multi-combo-input-scroll-viewer > .smart-container {
  width: var(--smart-input-drop-down-menu-width);
  max-height: calc(var(--smart-input-drop-down-menu-height) - 6px);
}
smart-text-area,
smart-text-box {
  width: var(--smart-text-box-default-width);
}
.smart-drop-down smart-list-item[focus] .smart-overlay {
  background-color: var(--smart-ui-state-focus);
}
.smart-drop-down smart-list-item[focus] .smart-content {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-border-focus);
}
.smart-drop-down smart-list-item[focus][selected] .smart-overlay {
  background-color: var(--smart-ui-state-selected);
}
.smart-drop-down smart-list-item[focus][selected] .smart-content {
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
.smart-text-box:focus.hovered input,
smart-text-box input:hover,
smart-text-box:focus input.hovered,
smart-text-box[hover] input {
  border-color: var(--smart-ui-state-border-hover);
}
smart-text-box {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  border: none;
  height: var(--smart-text-box-default-height);
  overflow: visible;
  background: var(--smart-background);
}
smart-text-box input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
.smart-text-area textarea.smart-input,
smart-input,
smart-input.smart-element,
smart-text-area,
smart-text-box.smart-element {
  background: var(--smart-background);
}
smart-text-box[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-text-box input:focus {
  border-color: var(--smart-outline);
}
.smart-text-box .smart-container,
.smart-text-box input,
.smart-text-box.smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-text-box > .smart-container > .smart-content {
  height: 100%;
}
.smart-text-box > .smart-container > .smart-content > div {
  width: 100%;
  height: 100%;
  outline: 0;
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding: var(--smart-editor-label-padding);
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  font-weight: inherit;
  font-style: inherit;
  overflow: hidden;
}
.smart-text-box > .smart-container > .smart-content > div > label {
  color: transparent;
}
.smart-text-box > .smart-container > .smart-content > div:first-of-type {
  position: absolute;
  display: flex;
  width: initial;
  height: initial;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  min-height: initial;
  max-height: initial;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  opacity: .5;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: var(--smart-border-width) solid transparent;
}
.smart-text-box[disabled] input,
.smart-text-box[readonly] input {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-text-box .smart-hint,
.smart-text-box .smart-label {
  display: none;
  position: absolute;
}
.smart-text-box[hint] .smart-hint,
.smart-text-box[label] .smart-label {
  position: absolute;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: var(--smart-editor-label-padding);
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
  left: 0;
  pointer-events: none;
}
.smart-text-box[label] .smart-label {
  bottom: 100%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-text-box[hint] .smart-hint {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  opacity: 0;
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
  top: 100%;
  bottom: initial;
}
smart-input,
smart-number-input,
smart-text-area {
  display: inline-block;
  overflow: visible;
}
.smart-text-box[hint][focus] .smart-hint {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-text-box .smart-drop-down {
  font-family: inherit;
}
.smart-text-box[right-to-left] .smart-hint,
.smart-text-box[right-to-left] .smart-label,
.smart-text-box[right-to-left] > .smart-container > .smart-content {
  direction: rtl;
}
smart-text-area {
  --smart-outline:var(--smart-primary);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  height: calc(1.5 * var(--smart-text-box-default-height));
}
smart-text-area textarea {
  margin: 0;
  resize: none;
}
smart-text-area textarea.smart-input {
  border: none;
  text-overflow: ellipsis;
}
.smart-text-area .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-text-area textarea.smart-input {
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  color: var(--smart-background-color);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  padding-top: 0;
  padding-bottom: 0;
  padding: var(--smart-editor-label-padding);
  outline: 0;
  text-align: var(--smart-text-box-text-align);
  box-sizing: border-box;
  border: none;
  height: 100%;
  width: 100%;
}
smart-input {
  --smart-outline:var(--smart-primary);
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-input.smart-container,
smart-input > .smart-container {
  display: flex;
}
smart-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-input:focus {
  border-color: var(--smart-outline);
}
smart-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-input .smart-container,
.smart-input.smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-input .smart-drop-down-button {
  display: none;
  width: var(--smart-editor-addon-width);
  height: 100%;
  flex-direction: column;
  color: var(--smart-surface-color);
  border-left: 1px solid var(--smart-border);
  background: var(--smart-surface);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  outline: 0;
}
.smart-input .smart-drop-down-button .arrow {
  display: flex;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  font-size: var(--smart-arrow-size);
  outline: 0;
}
.smart-input .smart-drop-down-button .arrow:after {
  content: var(--smart-icon-arrow-down);
  transition: opacity .2s, transform .2s ease-out;
}
.smart-input .smart-drop-down-button[open] .arrow:after {
  transform: rotate(-180deg);
}
.smart-input .smart-input {
  border: none;
  padding: var(--smart-editor-label-padding);
  height: 100%;
  width: 100%;
}
.smart-input[drop-down-button-position=right] .smart-drop-down-button,
.smart-input[drop-down-button-position=left] .smart-drop-down-button {
  display: flex;
}
.smart-input[drop-down-button-position=right] .smart-input,
.smart-input[drop-down-button-position=left] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-input[drop-down-button-position=right][disabled] .smart-drop-down-button,
.smart-input[drop-down-button-position=left][disabled] .smart-drop-down-button {
  opacity: .5;
}
.smart-input[drop-down-button-position=left] .smart-drop-down-button {
  order: -1;
  border-right: 1px solid var(--smart-border);
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-input[drop-down-button-position=left] .smart-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.smart-input[drop-down-button-position=left][readonly] .smart-drop-down-button {
  border-right: none;
}
.smart-input[drop-down-button-position=right] .smart-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-input[focus],
.smart-input[focus]:not([disabled]) .smart-drop-down-button {
  border-color: var(--smart-outline);
}
.smart-input[readonly] .smart-drop-down-button {
  border-left: none;
}
.smart-input[readonly]:not(.underlined):not(.outlined) input.smart-input,
.smart-input[readonly]:not(.underlined):not(.outlined) textarea.smart-input {
  padding: 0;
  cursor: pointer;
  padding-left: var(--smart-editor-label-padding);
  outline: 0;
}
.smart-input[readonly]:not(.underlined):not(.outlined):not([opened]):not(:active) input.smart-input,
.smart-input[readonly]:not(.underlined):not(.outlined):not([opened]):not(:active) textarea.smart-input {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-input:not([disabled]) .smart-drop-down-button:hover,
.smart-input:not([disabled])[readonly]:hover .smart-drop-down-button,
.smart-input:not([disabled])[readonly]:hover .smart-input {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-input:not([disabled]) .smart-drop-down-button:active,
.smart-input:not([disabled]) .smart-drop-down-button[open],
.smart-input:not([disabled])[readonly]:active .smart-drop-down-button,
.smart-input:not([disabled])[readonly]:active .smart-input,
.smart-input:not([disabled])[readonly][open] .smart-drop-down-button,
.smart-input:not([disabled])[readonly][open] .smart-input {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
smart-number-input,
smart-number-input.smart-element {
  background: var(--smart-background);
}
.smart-input:not([disabled])[readonly]:active .smart-input::-webkit-input-placeholder,
.smart-input:not([disabled])[readonly][open] .smart-input::-webkit-input-placeholder {
  color: var(--smart-ui-state-color-active);
}
.smart-input:not([disabled])[readonly]:active .smart-input::-moz-placeholder,
.smart-input:not([disabled])[readonly][open] .smart-input::-moz-placeholder {
  color: var(--smart-ui-state-color-active);
}
.smart-input[disabled] .smart-drop-down-button .arrow {
  cursor: initial;
}
.smart-input[right-to-left] .smart-input {
  direction: rtl;
}
.smart-input[right-to-left][readonly] .smart-drop-down-button {
  border-right: none;
}
.smart-input[right-to-left][readonly] .smart-input,
.smart-input[right-to-left][readonly]:not(.underlined):not(.outlined) .smart-input {
  padding-left: initial;
  padding-right: var(--smart-editor-label-padding);
}
.smart-input-drop-down-menu[right-to-left] ul.scroll {
  width: 100%;
}
.smart-input-drop-down-menu[right-to-left] li a.icon {
  padding-left: initial;
  padding-right: var(--smart-column-icon-size);
}
.smart-input-drop-down-menu[right-to-left] li a.icon:after {
  left: initial;
  right: 0;
}
smart-number-input {
  --smart-outline:var(--smart-primary);
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  text-align: right;
}
smart-number-input > .smart-container {
  display: flex;
}
.smart-number-input .nav,
.smart-number-input .nav.smart-drop-down-button:active,
.smart-number-input .nav.smart-drop-down-button:hover,
.smart-number-input .nav:active,
.smart-number-input .nav:hover {
  background: var(--smart-surface);
  color: var(--smart-surface-color);
}
smart-number-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
.smart-multi-combo-input-drop-down-menu .smart-select-all,
.smart-number-input .nav .up {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-number-input[drop-down-button-position=right] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-number-input .nav {
  display: flex;
  width: var(--smart-editor-addon-width);
  height: 100%;
  flex-direction: column;
  border-left: 1px solid var(--smart-border);
}
smart-multi-input,
smart-password-input {
  width: var(--smart-text-box-default-width);
}
.smart-number-input .nav .down,
.smart-number-input .nav .up {
  display: flex;
  height: 50%;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  outline: 0;
}
.smart-check-input .smart-container,
.smart-multi-combo-input .smart-container,
.smart-multi-input .smart-container,
.smart-password-input .smart-container {
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-number-input .nav .down:hover,
.smart-number-input .nav .up:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-number-input .nav .down:active,
.smart-number-input .nav .down[active],
.smart-number-input .nav .up:active,
.smart-number-input .nav .up[active] {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
smart-password-input,
smart-password-input.smart-element {
  background: var(--smart-background);
}
.smart-number-input .nav .up:after {
  content: var(--smart-icon-arrow-up);
}
.smart-number-input .nav .down:after {
  content: var(--smart-icon-arrow-down);
}
.smart-number-input[disabled] .nav .down,
.smart-number-input[disabled] .nav .up {
  pointer-events: none;
}
.smart-number-input[right-to-left] > .smart-container {
  direction: rtl;
}
.smart-number-input[right-to-left] .nav {
  border-left: initial;
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-right-radius);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  order: initial;
}
.smart-number-input[right-to-left] .smart-input {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-number-input[right-to-left][focus] .nav {
  border-color: var(--smart-outline);
}
smart-password-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-password-input > .smart-container {
  display: flex;
}
smart-password-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
.smart-password-input input::-ms-clear,
.smart-password-input input::-ms-reveal {
  display: none;
}
.smart-password-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
}
.smart-password-input .smart-drop-down-button {
  background: 0 0;
  border-color: transparent;
  display: block;
  border-left: none;
}
.smart-password-input .smart-drop-down-button:active,
.smart-password-input .smart-drop-down-button:hover,
.smart-password-input .smart-drop-down-button[active] {
  color: var(--smart-primary) !important;
  background: 0 0 !important;
  border-color: transparent !important;
}
smart-multi-input,
smart-multi-input.smart-element {
  background: var(--smart-background);
}
.smart-password-input .smart-drop-down-button .arrow:after {
  color: var(--smart-background-color);
  content: var(--smart-icon-visibility);
}
.smart-password-input .smart-drop-down-button .arrow.off:after {
  color: var(--smart-background-color);
  content: var(--smart-icon-visibility-off);
}
smart-multi-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-multi-input > .smart-container {
  display: flex;
}
smart-multi-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-multi-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-multi-input:focus,
smart-multi-input[focus] {
  border-color: var(--smart-outline);
}
smart-multi-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-multi-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-multi-input[drop-down-button-position=right] .smart-input,
smart-multi-input[drop-down-button-position=left] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-multi-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
}
.smart-multi-input-drop-down-menu li a {
  border-left: var(--smart-border-width) solid transparent;
}
.smart-multi-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
}
smart-multi-combo-input,
smart-multi-combo-input.smart-element {
  background: var(--smart-background);
}
.smart-multi-input-drop-down-menu[right-to-left] li a {
  border-left: none;
  border-right: var(--smart-border-width) solid transparent;
}
.smart-multi-input-drop-down-menu[right-to-left]:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid transparent;
  border-right: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
smart-multi-combo-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-multi-combo-input > .smart-container {
  display: flex;
}
smart-multi-combo-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-multi-combo-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-multi-combo-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-multi-combo-input[focus] {
  border-color: var(--smart-outline);
}
.smart-multi-combo-input {
  height: var(--smart-editor-height);
  min-height: var(--smart-editor-height);
}
.smart-multi-combo-input:not([input-tags-mode=one]) {
  height: auto !important;
}
.smart-multi-combo-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
}
.smart-multi-combo-input .smart-drop-down-button,
.smart-multi-combo-input .smart-drop-down-button .arrow,
.smart-multi-combo-input > .smart-container {
  min-height: var(--smart-editor-height);
}
.smart-multi-combo-input .smart-token {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 20px;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  margin: var(--smart-editor-label-padding) 0 0 var(--smart-editor-label-padding);
  height: 22px;
}
.smart-multi-combo-input .smart-token .smart-drop-down-list-selection-label {
  text-overflow: ellipsis;
  overflow: hidden;
}
.smart-multi-combo-input .smart-token .smart-drop-down-list-selection-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
}
.smart-multi-combo-input .smart-action-button {
  display: flex;
  outline: transparent solid 1px;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  min-height: var(--smart-editor-height);
}
.smart-multi-combo-input .smart-drop-down-list-unselect-button {
  position: relative;
  margin-left: 2px;
  margin-right: -2px;
}
.smart-multi-combo-input .smart-drop-down-list-unselect-button:after {
  content: var(--smart-icon-close);
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  font-family: var(--smart-font-family-icon);
  background: rgba(var(--smart-primary-rgb), .2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.smart-multi-combo-input.smart-input .smart-input {
  flex-grow: 1;
  align-self: center;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  min-height: 100%;
  max-height: 1rem;
  vertical-align: middle;
  margin: 0;
}
.smart-multi-combo-input.smart-input .smart-drop-down-button {
  height: initial;
}
.smart-multi-combo-input[drop-down-button-position=right] .smart-action-button,
.smart-multi-combo-input[drop-down-button-position=left] .smart-action-button {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-multi-combo-input[input-tags-mode=one] .smart-action-button {
  align-items: center;
}
.smart-multi-combo-input[readonly] .smart-input {
  visibility: hidden;
}
.smart-multi-combo-input[readonly]:hover .smart-action-button {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-multi-combo-input[hide-input-tags-close-button] .smart-drop-down-list-unselect-button:after {
  display: none;
}
.smart-multi-combo-input[right-to-left] .smart-token {
  margin: var(--smart-editor-label-padding) var(--smart-editor-label-padding) 0 0;
  padding: 1px 6px 1px 2px;
}
.smart-multi-combo-input[right-to-left] .smart-token:last-of-type {
  margin: var(--smart-editor-label-padding) var(--smart-editor-label-padding) var(--smart-editor-label-padding) 0;
}
.smart-multi-combo-input[right-to-left] .smart-action-button {
  direction: rtl;
}
.smart-multi-combo-input[right-to-left] .smart-drop-down-list-unselect-button {
  margin: 0 5px 0 0;
}
.smart-multi-combo-input-drop-down-menu .smart-scroll-viewer {
  width: inherit;
  height: inherit;
  padding: initial;
  min-height: inherit;
  border: initial;
}
.smart-multi-combo-input-drop-down-menu .close-button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-close);
  margin-left: 5px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item {
  display: grid;
  grid-template-columns: 1fr var(--smart-text-box-default-height);
  grid-column-gap: 5px;
  margin-left: 7px;
  margin-right: 7px;
  height: 36px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item input {
  height: 30px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item smart-button {
  justify-content: center;
  align-content: center;
  height: 30px;
}
.smart-multi-combo-input-drop-down-menu .add-new-item button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-multi-combo-input-drop-down-menu .add-new-item button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-plus);
}
.smart-multi-combo-input-drop-down-menu .smart-select-all {
  height: auto;
}
.smart-multi-combo-input-drop-down-menu[right-to-left] > ul {
  direction: rtl;
}
.smart-multi-combo-input-drop-down-menu ul li a {
  display: flex;
  align-items: center;
}
.smart-multi-combo-input-drop-down-menu ul li a .smart-drop-down-list-selection-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
  border-radius: 50%;
  border: 1px solid var(--smart-border);
}
.smart-multi-combo-input-drop-down-menu[pills] ul li:after,
.smart-multi-combo-input-drop-down-menu[pills] ul li:before,
.smart-multi-combo-input-drop-down-menu[single-select] ul li.selected:after,
.smart-multi-combo-input-drop-down-menu[single-select] ul li::after,
.smart-multi-combo-input-drop-down-menu[single-select] ul li:hover:after {
  display: none;
}
.smart-multi-combo-input-drop-down-menu[single-select] ul li {
  height: 36px;
  margin-top: 1px;
  cursor: pointer;
}
.smart-multi-combo-input-drop-down-menu[single-select] ul li a {
  padding: 0 0 0 6px;
  height: 100%;
}
.smart-multi-combo-input-drop-down-menu[single-select] ul li.selected,
.smart-multi-combo-input-drop-down-menu[single-select] ul li:hover {
  background: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-multi-combo-input-drop-down-menu[pills] ul li {
  height: 30px;
  margin-top: 1px;
}
.smart-multi-combo-input-drop-down-menu[pills] ul li a {
  padding: 2px 10px;
  color: inherit;
  display: inline-flex;
  align-items: center;
  border-radius: 15px;
  margin-top: 5px;
  margin-left: 5px;
  height: auto;
  background: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-multi-combo-input-drop-down-menu[pills] ul li a .smart-drop-down-list-selection-image {
  height: 20px;
  width: 20px;
}
.smart-multi-combo-input-drop-down-menu[pills] ul li.selected,
.smart-multi-combo-input-drop-down-menu[pills] ul li:hover {
  background: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-check-input,
smart-check-input.smart-element {
  background: var(--smart-background);
}
.smart-multi-combo-input-drop-down-menu[pills] ul li.active.selected:before,
.smart-multi-combo-input-drop-down-menu[pills] ul li.selected:after,
.smart-multi-combo-input-drop-down-menu[pills] ul li:hover:after {
  display: none;
}
smart-check-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  overflow: visible;
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-check-input > .smart-container {
  display: flex;
}
smart-check-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-check-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-check-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-check-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-check-input:focus,
smart-check-input[focus] {
  border-color: var(--smart-outline);
}
smart-check-input[drop-down-button-position=right] .smart-input,
smart-check-input[drop-down-button-position=left] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-check-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
}
.smart-check-input-drop-down-menu ul li {
  position: relative;
}
.smart-check-input-drop-down-menu ul li:before {
  content: "";
  transform: scale(0);
  background-color: #fff;
}
.smart-check-input-drop-down-menu ul li:after {
  content: "";
  position: absolute;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  padding: 1px;
  margin-left: 10px;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.smart-check-input-drop-down-menu ul li a {
  padding-left: calc(var(--smart-tree-indent) + 25px);
}
.smart-check-input-drop-down-menu ul li.selected:after {
  content: var(--smart-icon-check);
  background: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-check-input-drop-down-menu ul li.active.selected:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: calc(var(--smart-check-box-default-size) + 16px);
  height: calc(var(--smart-check-box-default-size) + 16px);
  background: var(--smart-primary);
  opacity: .3;
  margin-left: 4px;
  top: 50%;
  transform: scale(1) translateY(-50%);
  transform-origin: top;
}
smart-color-input,
smart-date-input,
smart-date-range-input,
smart-time-input {
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  display: inline-block;
}
.smart-check-input-drop-down-menu ul li.active.focused a {
  border-left: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
}
.smart-check-input-drop-down-menu ul li[indeterminate]:after {
  background-color: var(--smart-ui-state-selected);
  padding: 2px;
  background-clip: content-box;
}
.smart-check-input-drop-down-menu[inverted] ul li a,
.smart-check-input-drop-down-menu[right-to-left] ul li a {
  padding-left: 10px;
  padding-right: calc(var(--smart-tree-indent) + 25px);
}
.smart-check-input-drop-down-menu[inverted] ul li:after {
  margin-left: initial;
  margin-right: 10px;
  right: 0;
}
.smart-check-input-drop-down-menu[inverted] ul li.selected:before {
  right: 0;
}
.smart-check-input-drop-down-menu[inverted] ul li.active.selected:before {
  margin-left: initial;
  margin-right: 4px;
}
.smart-check-input-drop-down-menu:not([animation=none]) ul li:before {
  transition: transform .25s ease-in-out;
}
.smart-check-input-drop-down-menu[right-to-left] ul li:after {
  margin-left: initial;
  margin-right: 10px;
}
.smart-check-input-drop-down-menu[right-to-left] ul li.active.focused a {
  border-left: var(--smart-border-width) solid transparent;
  border-right: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-check-input-drop-down-menu[right-to-left] ul li.active.selected:before {
  margin-left: initial;
  margin-right: 4px;
}
smart-color-input {
  --smart-outline:var(--smart-primary);
  border: none;
  overflow: visible;
  background: var(--smart-background);
}
smart-color-input[value-display-mode=colorBox] .smart-action-button {
  cursor: pointer;
}
smart-date-input,
smart-date-range-input,
smart-time-input {
  --smart-outline:var(--smart-primary);
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  overflow: hidden;
}
smart-date-input > .smart-container,
smart-date-range-input > .smart-container,
smart-time-input > .smart-container {
  display: flex;
}
smart-date-input.smart-element,
smart-date-range-input.smart-element,
smart-time-input.smart-element {
  background: var(--smart-background);
}
smart-date-input[drop-down-button-position=right] .smart-input,
smart-date-input[drop-down-button-position=left] .smart-input,
smart-date-range-input[drop-down-button-position=right] .smart-input,
smart-date-range-input[drop-down-button-position=left] .smart-input,
smart-time-input[drop-down-button-position=right] .smart-input,
smart-time-input[drop-down-button-position=left] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
smart-date-range-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-date-range-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-date-range-input:focus,
smart-date-range-input[focus] {
  border-color: var(--smart-outline);
}
.smart-time-box {
  display: block;
  height: auto;
  width: 300px;
  overflow: hidden;
}
.smart-time-box .smart-timepicker {
  display: grid;
  grid-template-columns: 60% 35%;
  grid-column-gap: 5%;
  background: var(--smart-background);
  padding: 10px;
  border-color: var(--smart-border);
}
.smart-time-box[right-to-left] .smart-timepicker {
  direction: rtl;
}
.smart-time-input.smart-input .smart-drop-down-button .arrow:after,
.smart-time-input.smart-input .smart-drop-down-button[open] .arrow:after {
  content: var(--smart-icon-clock);
  transform: rotate(0);
}
.smart-timepicker .hour-selection,
.smart-timepicker .minute-selection {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(6, auto);
  justify-content: center;
  align-items: center;
  justify-items: center;
  position: relative;
  cursor: default;
}
.smart-timepicker .hour-selection .smart-calendar-cell,
.smart-timepicker .minute-selection .smart-calendar-cell {
  margin: initial;
  line-height: var(--smart-calendar-cell-size);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 100%;
}
.smart-date-range-input-drop-down-menu .smart-done-button,
.smart-date-range-input-drop-down-menu .smart-today-button,
.smart-date-range-input-drop-down-menu smart-button:last-of-type {
  margin-right: 5px;
}
.smart-timepicker .hour-selection .header,
.smart-timepicker .minute-selection .header {
  content: attr(header-label);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 1/3;
  grid-column: 1/6;
  font-weight: 600;
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
}
.smart-timepicker .minute-selection {
  border-right: var(--smart-border-width) solid var(--smart-border);
  grid-template-columns: repeat(2, 50%);
  border-left: var(--smart-border-width) solid var(--smart-border);
}
.smart-timepicker .minute-selection .header {
  grid-column: span 2;
}
.smart-timepicker .hour-selection:after,
.smart-timepicker .hour-selection:before {
  content: attr(am-label);
  width: 100%;
  display: flex;
  justify-content: center;
  grid-column: 1;
  font-weight: 600;
  height: var(--smart-calendar-cell-size);
  line-height: calc(var(--smart-calendar-cell-size) - 2px);
}
.smart-date-range-input-drop-down-menu .smart-button-controls,
.smart-date-range-input-drop-down-menu .smart-timepicker-button:empty,
.smart-date-range-input-drop-down-menu .smart-timepicker-buttons {
  display: none;
}
.smart-timepicker .hour-selection:after {
  content: attr(pm-label);
  grid-row: 4/9;
}
.smart-date-input.smart-input .smart-drop-down-button .arrow:after,
.smart-date-input.smart-input .smart-drop-down-button[open] .arrow:after,
.smart-date-range-input.smart-input .smart-drop-down-button .arrow:after,
.smart-date-range-input.smart-input .smart-drop-down-button[open] .arrow:after {
  content: var(--smart-icon-calendar);
  transform: rotate(0);
}
.smart-date-range-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
}
.smart-date-range-input-drop-down-menu smart-button:first-of-type {
  margin-left: 5px;
}
.smart-date-range-input-drop-down-menu .smart-calendar {
  height: 100%;
  min-width: 100%;
  --smart-calendar-default-height:auto;
  --smart-calendar-footer-height:0px;
}
.smart-date-range-input-drop-down-menu .smart-clear-button,
.smart-date-range-input-drop-down-menu .smart-done-button,
.smart-date-range-input-drop-down-menu .smart-today-button {
  height: auto;
  --smart-button-padding:5px;
}
.smart-date-range-input-drop-down-menu .smart-calendar-footer {
  flex-direction: column;
}
.smart-date-range-input-drop-down-menu .smart-date-range-input-footer-controls {
  width: 100%;
  height: 100%;
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button {
  position: relative;
  white-space: nowrap;
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button:before {
  content: var(--smart-icon-clock);
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-weight: var(--smart-font-weight);
  font-size: var(--smart-arrow-size);
  margin: 0 var(--smart-editor-label-padding);
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-hover);
  background-color: var(--smart-ui-state-hover);
  transition: background-color .1s linear, color .1s ease-in-out;
  opacity: var(--smart-button-opacity-hover);
  cursor: pointer;
}
.smart-date-range-input-drop-down-menu .smart-timepicker-button[selected] {
  color: var(--smart-ui-state-color-selected);
}
.smart-date-range-input-drop-down-menu .smart-icon-today:before {
  content: var(--smart-icon-calendar);
}
.smart-date-range-input-drop-down-menu .smart-icon-clear:before {
  content: var(--smart-icon-cancel);
}
.smart-date-range-input-drop-down-menu .smart-timepicker {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: 60% 35%;
  height: calc(100% - var(--smart-calendar-footer-height));
  width: 100%;
  grid-column-gap: 5%;
  background: var(--smart-background);
  box-sizing: border-box;
  padding: 10px;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-bottom: none;
}
.smart-date-range-input-drop-down-menu[icons] smart-calendar,
.smart-date-range-input-drop-down-menu[timepicker] smart-calendar {
  --smart-calendar-footer-height:30px;
}
.smart-date-range-input-drop-down-menu[icons] .smart-timepicker-buttons,
.smart-date-range-input-drop-down-menu[timepicker] .smart-timepicker-buttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  align-items: center;
}
.smart-date-range-input-drop-down-menu[timepicker][icons] .smart-date-range-input-footer-controls {
  display: grid;
  grid-template-columns: 60% 38%;
  grid-column-gap: 2%;
  justify-items: center;
}
.smart-date-range-input-drop-down-menu.smart-input-drop-down-menu {
  height: auto;
  width: var(--smart-input-drop-down-menu-width);
}
.smart-date-range-input-drop-down-menu.smart-input-drop-down-menu.smart-date-input-drop-down-menu {
  height: 250px;
}
.smart-date-range-input-drop-down-menu:not([timepicker]) .smart-timepicker-buttons {
  display: none;
}
.smart-date-range-input-drop-down-menu:not([animation=none]) .smart-timepicker {
  transition: transform .2s cubic-bezier(.4, 0, .2, 1), visibility .2s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
}
.smart-date-range-input-drop-down-menu:not([animation=none]) .smart-timepicker.smart-visibility-hidden {
  transition: visibility .2s cubic-bezier(.4, 0, .6, 1), transform .2s cubic-bezier(.4, 0, .6, 1);
  transform: scale(0);
}
.smart-date-range-input-drop-down-menu[right-to-left] .smart-timepicker {
  direction: rtl;
}
smart-country-input,
smart-phone-input {
  --smart-outline:var(--smart-primary);
  display: inline-block;
  width: var(--smart-text-box-default-width);
  height: var(--smart-text-box-default-height);
  overflow: visible;
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-country-input > .smart-container,
smart-phone-input > .smart-container {
  display: flex;
}
smart-country-input.smart-element,
smart-phone-input.smart-element {
  background: var(--smart-background);
}
smart-country-input input::selection,
smart-phone-input input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
smart-country-input input.smart-input,
smart-phone-input input.smart-input {
  border: none;
  text-overflow: ellipsis;
}
smart-country-input:focus,
smart-country-input[focus],
smart-phone-input:focus,
smart-phone-input[focus] {
  border-color: var(--smart-outline);
}
smart-country-input:hover,
smart-phone-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
smart-country-input[disabled],
smart-phone-input[disabled] {
  border-color: var(--smart-disabled);
  outline: 0;
}
smart-country-input[drop-down-button-position=right] .smart-input,
smart-country-input[drop-down-button-position=left] .smart-input,
smart-phone-input[drop-down-button-position=right] .smart-input,
smart-phone-input[drop-down-button-position=left] .smart-input {
  width: calc(100% - var(--smart-editor-addon-width));
}
.smart-country-input .smart-container,
.smart-phone-input .smart-container {
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: visible;
  align-items: center;
}
.smart-phone-input {
  --smart-editor-addon-width:45px;
}
.smart-phone-input.invalid-number .smart-container::after {
  color: var(--smart-error);
}
.smart-phone-input .smart-container::after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-phone);
  color: var(--smart-success);
  padding-right: 5px;
}
.smart-phone-input .smart-drop-down-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: 0 0;
  border-right: none;
  padding-left: 2px;
}
.smart-phone-input .smart-drop-down-button::after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-arrow-down);
}
.smart-flag-box {
  margin-right: 6px;
}
.smart-flag-box .flag {
  width: 20px;
}
.smart-flag-box .flag.be {
  width: 18px;
}
.smart-flag-box .flag.ch {
  width: 15px;
}
.smart-flag-box .flag.mc {
  width: 19px;
}
.smart-flag-box .flag.ne {
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .smart-flag-box .flag {
    background-size: 5652px 15px;
  }
}
.smart-flag-box .flag.ac {
  height: 10px;
  background-position: 0 0;
}
.smart-flag-box .flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.smart-flag-box .flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.smart-flag-box .flag.af {
  height: 14px;
  background-position: -66px 0;
}
.smart-flag-box .flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.smart-flag-box .flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.smart-flag-box .flag.al {
  height: 15px;
  background-position: -132px 0;
}
.smart-flag-box .flag.am {
  height: 10px;
  background-position: -154px 0;
}
.smart-flag-box .flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.smart-flag-box .flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.smart-flag-box .flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.smart-flag-box .flag.as {
  height: 10px;
  background-position: -242px 0;
}
.smart-flag-box .flag.at {
  height: 14px;
  background-position: -264px 0;
}
.smart-flag-box .flag.au {
  height: 10px;
  background-position: -286px 0;
}
.smart-flag-box .flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.smart-flag-box .flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.smart-flag-box .flag.az {
  height: 10px;
  background-position: -352px 0;
}
.smart-flag-box .flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.smart-flag-box .flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.smart-flag-box .flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.smart-flag-box .flag.be {
  height: 15px;
  background-position: -440px 0;
}
.smart-flag-box .flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.smart-flag-box .flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.smart-flag-box .flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.smart-flag-box .flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.smart-flag-box .flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.smart-flag-box .flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.smart-flag-box .flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.smart-flag-box .flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.smart-flag-box .flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.smart-flag-box .flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.smart-flag-box .flag.br {
  height: 14px;
  background-position: -680px 0;
}
.smart-flag-box .flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.smart-flag-box .flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.smart-flag-box .flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.smart-flag-box .flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.smart-flag-box .flag.by {
  height: 10px;
  background-position: -790px 0;
}
.smart-flag-box .flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.smart-flag-box .flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.smart-flag-box .flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.smart-flag-box .flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.smart-flag-box .flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.smart-flag-box .flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.smart-flag-box .flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.smart-flag-box .flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.smart-flag-box .flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.smart-flag-box .flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.smart-flag-box .flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.smart-flag-box .flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.smart-flag-box .flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.smart-flag-box .flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.smart-flag-box .flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.smart-flag-box .flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.smart-flag-box .flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.smart-flag-box .flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.smart-flag-box .flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.smart-flag-box .flag.cy {
  height: 14px;
  background-position: -1225px 0;
}
.smart-flag-box .flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.smart-flag-box .flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.smart-flag-box .flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.smart-flag-box .flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.smart-flag-box .flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.smart-flag-box .flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.smart-flag-box .flag.do {
  height: 14px;
  background-position: -1379px 0;
}
.smart-flag-box .flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.smart-flag-box .flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.smart-flag-box .flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.smart-flag-box .flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.smart-flag-box .flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.smart-flag-box .flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.smart-flag-box .flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.smart-flag-box .flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.smart-flag-box .flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.smart-flag-box .flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.smart-flag-box .flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.smart-flag-box .flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.smart-flag-box .flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.smart-flag-box .flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.smart-flag-box .flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.smart-flag-box .flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.smart-flag-box .flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.smart-flag-box .flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.smart-flag-box .flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.smart-flag-box .flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.smart-flag-box .flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.smart-flag-box .flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.smart-flag-box .flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.smart-flag-box .flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.smart-flag-box .flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.smart-flag-box .flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.smart-flag-box .flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.smart-flag-box .flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.smart-flag-box .flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.smart-flag-box .flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.smart-flag-box .flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.smart-flag-box .flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.smart-flag-box .flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.smart-flag-box .flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.smart-flag-box .flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.smart-flag-box .flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.smart-flag-box .flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.smart-flag-box .flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.smart-flag-box .flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.smart-flag-box .flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.smart-flag-box .flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.smart-flag-box .flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.smart-flag-box .flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.smart-flag-box .flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.smart-flag-box .flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.smart-flag-box .flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.smart-flag-box .flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.smart-flag-box .flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.smart-flag-box .flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.smart-flag-box .flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.smart-flag-box .flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.smart-flag-box .flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.smart-flag-box .flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.smart-flag-box .flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.smart-flag-box .flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.smart-flag-box .flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.smart-flag-box .flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.smart-flag-box .flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.smart-flag-box .flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.smart-flag-box .flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.smart-flag-box .flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.smart-flag-box .flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.smart-flag-box .flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.smart-flag-box .flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.smart-flag-box .flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.smart-flag-box .flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.smart-flag-box .flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.smart-flag-box .flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.smart-flag-box .flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.smart-flag-box .flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.smart-flag-box .flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.smart-flag-box .flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.smart-flag-box .flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.smart-flag-box .flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.smart-flag-box .flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.smart-flag-box .flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.smart-flag-box .flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.smart-flag-box .flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.smart-flag-box .flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.smart-flag-box .flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.smart-flag-box .flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.smart-flag-box .flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.smart-flag-box .flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.smart-flag-box .flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.smart-flag-box .flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.smart-flag-box .flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.smart-flag-box .flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.smart-flag-box .flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.smart-flag-box .flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.smart-flag-box .flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.smart-flag-box .flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.smart-flag-box .flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.smart-flag-box .flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.smart-flag-box .flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.smart-flag-box .flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.smart-flag-box .flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.smart-flag-box .flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.smart-flag-box .flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.smart-flag-box .flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.smart-flag-box .flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.smart-flag-box .flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.smart-flag-box .flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.smart-flag-box .flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.smart-flag-box .flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.smart-flag-box .flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.smart-flag-box .flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.smart-flag-box .flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.smart-flag-box .flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.smart-flag-box .flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.smart-flag-box .flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0;
}
.smart-flag-box .flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.smart-flag-box .flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.smart-flag-box .flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.smart-flag-box .flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.smart-flag-box .flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.smart-flag-box .flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.smart-flag-box .flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.smart-flag-box .flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.smart-flag-box .flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.smart-flag-box .flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.smart-flag-box .flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.smart-flag-box .flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.smart-flag-box .flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.smart-flag-box .flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.smart-flag-box .flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.smart-flag-box .flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.smart-flag-box .flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.smart-flag-box .flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.smart-flag-box .flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.smart-flag-box .flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.smart-flag-box .flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.smart-flag-box .flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.smart-flag-box .flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.smart-flag-box .flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.smart-flag-box .flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.smart-flag-box .flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.smart-flag-box .flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.smart-flag-box .flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.smart-flag-box .flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.smart-flag-box .flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.smart-flag-box .flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.smart-flag-box .flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.smart-flag-box .flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.smart-flag-box .flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.smart-flag-box .flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.smart-flag-box .flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.smart-flag-box .flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.smart-flag-box .flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.smart-flag-box .flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.smart-flag-box .flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.smart-flag-box .flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.smart-flag-box .flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.smart-flag-box .flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.smart-flag-box .flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.smart-flag-box .flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.smart-flag-box .flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.smart-flag-box .flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.smart-flag-box .flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.smart-flag-box .flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.smart-flag-box .flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.smart-flag-box .flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.smart-flag-box .flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.smart-flag-box .flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.smart-flag-box .flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.smart-flag-box .flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.smart-flag-box .flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.smart-flag-box .flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.smart-flag-box .flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.smart-flag-box .flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.smart-flag-box .flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.smart-flag-box .flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.smart-flag-box .flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.smart-flag-box .flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.smart-flag-box .flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.smart-flag-box .flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.smart-flag-box .flag.un {
  height: 14px;
  background-position: -5241px 0;
}
.smart-flag-box .flag.us {
  height: 11px;
  background-position: -5263px 0;
}
.smart-flag-box .flag.uy {
  height: 14px;
  background-position: -5285px 0;
}
.smart-flag-box .flag.uz {
  height: 10px;
  background-position: -5307px 0;
}
.smart-flag-box .flag.va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0;
}
.smart-flag-box .flag.vc {
  height: 14px;
  background-position: -5346px 0;
}
.smart-flag-box .flag.ve {
  height: 14px;
  background-position: -5368px 0;
}
.smart-flag-box .flag.vg {
  height: 10px;
  background-position: -5390px 0;
}
.smart-flag-box .flag.vi {
  height: 14px;
  background-position: -5412px 0;
}
.smart-flag-box .flag.vn {
  height: 14px;
  background-position: -5434px 0;
}
.smart-flag-box .flag.vu {
  height: 12px;
  background-position: -5456px 0;
}
.smart-flag-box .flag.wf {
  height: 14px;
  background-position: -5478px 0;
}
.smart-flag-box .flag.ws {
  height: 10px;
  background-position: -5500px 0;
}
.smart-flag-box .flag.xk {
  height: 15px;
  background-position: -5522px 0;
}
.smart-flag-box .flag.ye {
  height: 14px;
  background-position: -5544px 0;
}
.smart-flag-box .flag.yt {
  height: 14px;
  background-position: -5566px 0;
}
.smart-flag-box .flag.za {
  height: 14px;
  background-position: -5588px 0;
}
.smart-flag-box .flag.zm {
  height: 14px;
  background-position: -5610px 0;
}
.smart-flag-box .flag.zw {
  height: 10px;
  background-position: -5632px 0;
}
.smart-flag-box .flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("./media/flags-645KQKNA.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.smart-flag-box .flag.np {
  background-color: transparent;
}
.smart-country-input-drop-down-menu ul li a,
.smart-phone-input-drop-down-menu ul li a {
  border-left: var(--smart-border-width) solid transparent;
  display: flex;
  align-items: center;
}
.smart-country-input-drop-down-menu ul li .dial-code,
.smart-phone-input-drop-down-menu ul li .dial-code {
  margin-left: 6px;
  opacity: .5;
}
.smart-country-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a,
.smart-phone-input-drop-down-menu:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--smart-ui-state-color-selected);
  background: var(--smart-ui-state-selected);
}
.smart-country-input-drop-down-menu[right-to-left] li a,
.smart-phone-input-drop-down-menu[right-to-left] li a {
  border-left: none;
  border-right: var(--smart-border-width) solid transparent;
}
.smart-country-input-drop-down-menu[right-to-left]:not(.smart-check-input-drop-down-menu) li.active a,
.smart-phone-input-drop-down-menu[right-to-left]:not(.smart-check-input-drop-down-menu) li.active a {
  border-left: var(--smart-border-width) solid transparent;
  border-right: var(--smart-border-width) solid var(--smart-primary);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.underlined.smart-input,
.underlined.smart-input .smart-drop-down-button,
.underlined.smart-text-box input.smart-input {
  border-top: none;
  border-left: none;
  border-right: none;
}
.underlined.smart-input,
.underlined.smart-input[hover] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
smart-check-input.underlined,
smart-date-range-input.underlined,
smart-input.underlined,
smart-multi-combo-input.underlined,
smart-multi-input.underlined,
smart-password-input.underlined,
smart-text-box.underlined {
  background-color: transparent;
}
smart-date-input.underlined,
smart-date-range-input.underlined,
smart-time-input.underlined {
  overflow: visible;
}
.underlined.smart-input {
  transition: border-bottom .2s, background-color .2s;
}
.underlined.smart-input .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  box-sizing: border-box;
  padding: var(--smart-editor-label-padding);
  color: var(--smart-background-color);
  pointer-events: none;
  font-size: 75%;
  opacity: 0;
  transition:
    color .2s,
    font-size .2s,
    line-height .2s,
    margin-top .2s,
    opacity .3s,
    top .2s;
  margin-top: calc(0px - var(--smart-font-size));
}
.underlined.smart-input .smart-hint:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--smart-primary);
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform .2s;
}
.underlined.smart-input[hover] {
  border-bottom-color: var(--smart-background-color);
}
.underlined.smart-input[focus] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.underlined.smart-input[focus] .smart-hint:before {
  opacity: .12;
}
.underlined.smart-input[focus] .smart-hint:after {
  transform: scale(1);
}
.underlined.smart-input .smart-input:not(:focus):placeholder-shown + .smart-hint {
  font-size: inherit;
  margin-top: 0;
}
.underlined.smart-input:not([readonly]) .smart-drop-down-button {
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.underlined.smart-input:not([opened]) .smart-drop-down-button {
  background-color: transparent;
}
.underlined.smart-input.smart-multi-combo-input:not([focus]) .smart-hint {
  margin-top: 0;
}
.underlined.smart-input.smart-date-range-input[opened][drop-down-button-position=right]:not([readonly]) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.underlined.smart-input[readonly] .smart-input {
  cursor: pointer;
  background: var(--smart-background) !important;
  color: var(--smart-background-color) !important;
  opacity: .75;
}
.underlined.smart-input[drop-down-button-position=left] .smart-drop-down-button {
  background: inherit;
  color: inherit;
  border-bottom-left-radius: initial;
}
.underlined.smart-input[drop-down-button-position=left] .smart-hint {
  margin-left: var(--smart-editor-addon-width);
}
.underlined.smart-input[drop-down-button-position=left][focus] .smart-hint:after {
  margin-left: calc(0px - var(--smart-editor-addon-width));
  width: calc(100% + var(--smart-editor-addon-width));
}
.underlined.smart-input[drop-down-button-position=left][opened]:not([readonly]),
.underlined.smart-input[drop-down-button-position=left][opened]:not([readonly]) input {
  border-bottom-right-radius: 0;
}
.underlined.smart-input[drop-down-button-position=right] .smart-drop-down-button {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-bottom-right-radius: initial;
}
.underlined.smart-input[drop-down-button-position=right][opened]:not([readonly]),
.underlined.smart-input[drop-down-button-position=right][opened]:not([readonly]) input {
  border-bottom-left-radius: 0;
}
.underlined.smart-input.smart-invalid {
  border-bottom-color: rgba(var(--smart-error-rgb), .5);
}
.underlined.smart-input.smart-invalid .smart-hint:after {
  background-color: var(--smart-error);
}
.underlined.smart-text-box input.smart-input {
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.underlined.smart-number-input .nav {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.underlined.smart-number-input .nav .up {
  border-bottom: none;
}
smart-check-input.outlined,
smart-date-range-input.outlined,
smart-input.outlined,
smart-masked-text-box.outlined,
smart-multi-combo-input.outlined,
smart-multi-input.outlined,
smart-password-input.outlined,
smart-password-text-box.outlined,
smart-text-box.outlined {
  background-color: transparent;
}
smart-date-input.outlined,
smart-date-range-input.outlined,
smart-time-input.outlined {
  overflow: visible;
}
.outlined.smart-input {
  position: relative;
  display: inline-block;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  line-height: 1.5;
  height: 50px;
  margin: 0;
  border: none;
  border-radius: 0;
  padding-top: 6px;
  overflow: hidden;
}
.outlined.smart-input .smart-input {
  padding: 12px 13px;
  z-index: 5;
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  transition: border-color .2s;
}
.outlined.smart-input.smart-valid[focus] .smart-drop-down-button,
.outlined.smart-input.smart-valid[focus] .smart-input {
  border-color: var(--smart-primary);
}
.outlined.smart-input.smart-valid[focus] .smart-drop-down-button {
  color: var(--smart-primary);
}
.outlined.smart-input.smart-invalid .smart-drop-down-button,
.outlined.smart-input.smart-invalid .smart-input {
  border-color: rgba(var(--smart-error-rgb), .5);
}
.outlined.smart-input.smart-invalid[focus] .smart-drop-down-button,
.outlined.smart-input.smart-invalid[focus] .smart-input {
  border-color: var(--smart-error);
}
.outlined.smart-input.smart-invalid[focus] .smart-drop-down-button {
  color: var(--smart-error);
}
.outlined.smart-input.smart-multi-combo-input .smart-input {
  padding: 0;
  border: none !important;
  z-index: initial;
}
.outlined.smart-input.smart-multi-combo-input .smart-drop-down-button {
  padding: 0 !important;
}
.outlined.smart-input.smart-multi-combo-input .smart-action-button {
  padding: 12px 13px;
  z-index: 5;
  background: var(--smart-background);
  border: 1px solid var(--smart-border);
  transition: border-color .2s;
}
.outlined.smart-input.smart-multi-combo-input[hint] .smart-action-button {
  border-top: 1px solid var(--smart-background);
}
.outlined.smart-input.smart-multi-combo-input[focus] .smart-action-button {
  border-color: var(--smart-primary);
  color: var(--smart-primary);
}
.outlined.smart-input.smart-multi-combo-input[focus][hint] .smart-action-button {
  border-top-color: var(--smart-background);
}
.outlined.smart-input.smart-multi-combo-input.smart-valid[focus] .smart-action-button,
.outlined.smart-input[focus] {
  border-color: var(--smart-primary);
}
.outlined.smart-input.smart-multi-combo-input.smart-valid[focus] .smart-action-button.smart-valid {
  color: var(--smart-primary);
}
.outlined.smart-input.smart-multi-combo-input.smart-invalid[focus] .smart-action-button.smart-invalid {
  color: var(--smart-error);
}
.outlined.smart-input[drop-down-button-position=right] input {
  border-right: none;
}
.outlined.smart-input[drop-down-button-position=right] .smart-drop-down-button {
  padding: 10px 0 9px;
  border-left: none;
  border-bottom: 1px solid var(--smart-border);
  border-right: 1px solid var(--smart-border);
  border-top: 1px solid var(--smart-border);
  background: inherit;
  color: inherit;
  z-index: 6;
  cursor: pointer;
}
.outlined.smart-input[drop-down-button-position=left] input {
  border-left: none;
}
.outlined.smart-input[drop-down-button-position=left] .smart-drop-down-button {
  padding: 10px 0;
  border-right: none;
  border-bottom: 1px solid var(--smart-border);
  border-left: 1px solid var(--smart-border);
  background: inherit;
  color: inherit;
  z-index: 6;
  cursor: pointer;
}
.outlined.smart-input[hint] .smart-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  border-color: var(--smart-border) !important;
  width: 100%;
  max-height: 100%;
  color: var(--smart-background-color);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  margin-top: -6px;
  z-index: 7;
  white-space: nowrap;
  transition:
    color .2s,
    z-index .2s,
    font-size .2s,
    opacity .3s,
    font-size .2s,
    line-height .2s;
}
.outlined.smart-input[hint] .smart-hint:after,
.outlined.smart-input[hint] .smart-hint:before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: var(--smart-border) !important;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color .2s, box-shadow .2s;
  z-index: 7;
}
.outlined.smart-input[hint] .smart-hint:before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.outlined.smart-input[hint] .smart-hint:after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.outlined.smart-input[hint][drop-down-button-position=left] .smart-hint:before {
  width: var(--smart-editor-addon-width);
  margin-right: 13px;
}
.outlined.smart-input[focus] {
  border-top-color: transparent !important;
  box-shadow:
    inset 1px 0 var(--smart-material-safari-helper1),
    inset -1px 0 var(--smart-material-safari-helper1),
    inset 0 -1px var(--smart-material-safari-helper1);
  outline: 0;
}
.outlined.smart-input[focus] .smart-input {
  border-color: var(--smart-primary);
}
.outlined.smart-input[focus] .smart-drop-down-button {
  color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.outlined.smart-input[focus][hint] .smart-input {
  border-top-color: var(--smart-background);
}
.outlined.smart-input[focus][hint] .smart-hint {
  color: var(--smart-primary);
  opacity: 1;
}
.outlined.smart-input[focus][hint] .smart-hint:after,
.outlined.smart-input[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
  box-shadow: none !important;
}
.outlined.smart-input[hover] {
  border-color: var(--smart-border);
  border-top-color: transparent;
}
.outlined.smart-input[hover][hint] .smart-hint:before {
  border-top-color: var(--smart-border);
}
.outlined.smart-input[hover][hint] > input:not(:focus):placeholder-shown,
.outlined.smart-input[hover][hint] > textarea:not(:focus):placeholder-shown {
  border-color: var(--smart-border);
}
.outlined.smart-input[readonly] .smart-input {
  background: var(--smart-background) !important;
  color: var(--smart-background-color) !important;
  opacity: .75;
}
.outlined.smart-input:not([focus]) .smart-input,
.outlined.smart-input:not([focus]) .smart-input:not(:focus):placeholder-shown {
  border-top: 1px solid var(--smart-border);
  z-index: 5;
}
.outlined.smart-input:not([focus]).smart-invalid .smart-input,
.outlined.smart-input:not([focus]).smart-invalid .smart-input:not(:focus):placeholder-shown {
  border-top: 1px solid rgba(var(--smart-error-rgb), .5);
  z-index: 5;
}
.outlined.smart-input:not([focus]):not([value]).smart-multi-combo-input[hint] .smart-hint,
.outlined.smart-input[hint] .smart-input:not(:focus):placeholder-shown + .smart-hint,
.outlined.smart-input[hint]:not([focus]) .smart-hint {
  font-size: var(--smart-font-size);
  line-height: 60px;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.outlined.smart-input.smart-invalid[focus] {
  border-color: var(--smart-error);
}
.outlined.smart-input.smart-invalid[focus][hint] .smart-hint {
  color: var(--smart-error);
}
.outlined.smart-input.smart-invalid[focus][hint] .smart-hint:after,
.outlined.smart-input.smart-invalid[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-error) !important;
}
.outlined.smart-input.smart-valid[focus] {
  border-color: var(--smart-primary);
}
.outlined.smart-input.smart-valid[focus][hint] .smart-hint {
  color: var(--smart-primary);
}
.outlined.smart-input.smart-valid[focus][hint] .smart-hint:after,
.outlined.smart-input.smart-valid[focus][hint] .smart-hint:before {
  border-top-color: var(--smart-primary) !important;
}
.outlined.smart-text-area[hint] .smart-input:not(:focus):placeholder-shown + .smart-hint,
.outlined.smart-text-area[hint]:not([focus]) .smart-hint {
  font-size: var(--smart-font-size);
  line-height: var(--smart-editor-height);
  opacity: 0;
  z-index: 2;
}
.outlined.smart-text-box input {
  border: none;
  padding: 7px;
}
.outlined.smart-number-input .nav {
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.outlined.smart-number-input .nav .up {
  border-bottom: none;
}
.outlined.smart-number-input[drop-down-button-position=right] .smart-drop-down-button,
.outlined.smart-number-input[drop-down-button-position=left] .smart-drop-down-button {
  padding: 0;
}
.smart-invalid .outlined.smart-input.smart-multi-combo-input .smart-action-button {
  border-color: rgba(var(--smart-error-rgb), .5);
}
.smart-invalid .outlined.smart-input.smart-multi-combo-input[focus] .smart-action-button {
  border-color: var(--smart-error);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .smart-input .smart-hint,
    .smart-input .smart-hint::after,
    .smart-input .smart-input {
      transition-duration: .1s;
    }
  }
}
.smart-time-picker {
  display: block;
  width: var(--smart-time-picker-default-width);
  height: var(--smart-time-picker-default-height);
  line-height: initial;
  min-width: 250px;
}
.smart-time-picker > .smart-container {
  width: 100%;
  height: 100%;
}
.smart-time-picker .smart-main-container {
  width: 100%;
  height: calc(100% - var(--smart-calendar-title-height));
  padding: 2%;
  background-color: var(--smart-background);
}
.smart-time-picker .smart-header {
  display: flex;
  width: 100%;
  height: var(--smart-calendar-title-height);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  justify-content: center;
  align-items: center;
}
.smart-time-picker .smart-header:focus {
  outline: var(--smart-background) solid 1px;
}
.smart-time-picker .smart-footer {
  display: none;
}
.smart-time-picker .smart-svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.smart-time-picker .smart-am-container,
.smart-time-picker .smart-hour-container,
.smart-time-picker .smart-minute-container,
.smart-time-picker .smart-pm-container {
  opacity: .5;
  cursor: pointer;
}
.smart-time-picker .smart-hour-minute-container {
  display: flex;
  font-size: 50px;
}
.smart-time-picker .smart-hour-minute-container div:nth-child(2) {
  opacity: .5;
}
.smart-time-picker .smart-am-pm-container {
  margin-left: 10px;
}
.smart-time-picker .smart-selected {
  opacity: 1;
}
.smart-time-picker .smart-svg-picker {
  border-radius: 50%;
  background-color: var(--smart-background);
  position: relative;
  box-sizing: content-box;
  touch-action: none;
}
.smart-time-picker .smart-svg-picker:focus {
  border: 1px solid var(--smart-outline);
  outline: 0;
}
.smart-time-picker .smart-svg-picker.animate {
  animation: smart-time-picker-animation .5s linear;
}
.smart-time-picker .smart-label {
  fill: var(--smart-background-color);
}
.smart-time-picker .smart-label.smart-selected {
  fill: var(--smart-primary-color);
  stroke: var(--smart-primary-color);
  stroke-width: 0;
}
.smart-time-picker .smart-needle,
.smart-time-picker .smart-needle-central-circle {
  fill: var(--smart-primary);
}
.smart-time-picker[disabled] .smart-am-container,
.smart-time-picker[disabled] .smart-hour-container,
.smart-time-picker[disabled] .smart-minute-container,
.smart-time-picker[disabled] .smart-pm-container,
.smart-time-picker[readonly] .smart-am-container,
.smart-time-picker[readonly] .smart-hour-container,
.smart-time-picker[readonly] .smart-minute-container,
.smart-time-picker[readonly] .smart-pm-container {
  cursor: default;
}
.smart-time-picker[footer] .smart-footer {
  display: block;
  width: 100%;
  height: 30px;
}
.smart-time-picker[footer] .smart-svg-container {
  height: calc(100% - 30px);
}
.smart-time-picker[view=landscape] {
  width: var(--smart-time-picker-default-height);
  height: var(--smart-time-picker-default-width);
  min-width: 400px;
}
.smart-time-picker[view=landscape] > .smart-container {
  display: flex;
}
.smart-time-picker[view=landscape] .smart-header {
  flex-direction: column;
  width: 33%;
  height: 100%;
}
.smart-time-picker[view=landscape] .smart-main-container {
  width: 67%;
  height: 100%;
}
.smart-time-picker[view=landscape] .smart-am-pm-container {
  margin-left: 0;
}
.smart-time-picker[right-to-left] .smart-footer,
.smart-time-picker[right-to-left] .smart-header {
  direction: rtl;
}
.smart-time-picker[right-to-left] .smart-am-pm-container {
  margin: 0 10px 0 0;
}
.smart-time-picker[right-to-left][view=landscape] > .smart-container {
  flex-direction: row-reverse;
}
@keyframes smart-time-picker-animation {
  0%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: .5;
  }
  50% {
    opacity: 0;
  }
}
smart-toast,
smart-toast .smart-toast-container {
  font-family: var(--smart-font-family-icon);
  display: none;
}
.smart-toast-container.smart-toast-container-bottom-left,
.smart-toast-container.smart-toast-container-bottom-right,
.smart-toast-container.smart-toast-container-custom,
.smart-toast-container.smart-toast-container-top-left,
.smart-toast-container.smart-toast-container-top-right {
  width: var(--smart-toast-container-default-width);
  padding: 5px;
  position: fixed;
  overflow-y: hidden;
  box-sizing: border-box;
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-toast-container.smart-toast-container-top-left {
  top: 0;
  left: 0;
}
.smart-toast-container.smart-toast-container-top-right {
  top: 0;
  right: 0;
}
.smart-toast-container.smart-toast-container-bottom-left {
  bottom: 0;
  left: 0;
}
.smart-toast-container.smart-toast-container-bottom-right {
  bottom: 0;
  right: 0;
}
.smart-toast-container.smart-toast-container-modal {
  width: 100%;
  height: 100%;
}
.smart-toast-container.smart-toast-container-modal:not(:empty) {
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-toast-container.smart-toast-container-modal .smart-toast-item {
  width: 200px;
}
.smart-toast-item {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  opacity: .8;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--smart-surface);
  border-color: var(--smart-border);
  color: var(--smart-surface-color);
}
.smart-toast-item:hover {
  opacity: 1;
}
.smart-toast-item .smart-toast-item-header {
  display: flex;
  justify-content: flex-end;
  height: var(--smart-toast-header-height);
}
.smart-toast-item .smart-toast-item-header .smart-toast-item-close-button {
  font-family: var(--smart-font-family-icon);
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  margin: 5px;
  opacity: 1;
  display: none;
  width: var(--smart-font-size);
  height: var(--smart-font-size);
  color: inherit;
}
.smart-toast-item .smart-toast-item-container {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  top: -4px;
}
.smart-toast-item .smart-toast-item-container .smart-toast-item-icon {
  width: 25px;
  height: 25px;
  margin: 0 15px;
  display: inline-block;
  background-repeat: no-repeat;
}
.smart-toast-item .smart-toast-item-container .smart-toast-item-icon:after {
  content: var(--smart-toast-item-icon);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--smart-font-family-icon);
  font-size: 1.75em;
}
.smart-toast-item .smart-toast-item-container .smart-toast-item-content {
  text-align: center;
  opacity: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 110px);
  margin: 0 15px;
}
.smart-toast-item[show-close-button] .smart-toast-item-header .smart-toast-item-close-button {
  display: block;
}
.smart-toast-item[show-close-button] .smart-toast-item-header .smart-toast-item-close-button:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-close);
  font-size: inherit;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.smart-toast-item.primary,
.smart-toast-item.primary .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item[opened] {
  opacity: .8;
}
.smart-toast-item[opened]:hover {
  opacity: 1;
}
.smart-toast-item.blink {
  animation: blink normal 1s infinite ease-in;
}
.smart-toast-item.primary {
  background-color: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-toast-item.secondary {
  background-color: var(--smart-secondary);
  border-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
}
.smart-toast-item.secondary .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.success {
  background-color: var(--smart-success);
  border-color: var(--smart-success);
  color: var(--smart-success-color);
}
.smart-toast-item.success .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.error {
  background-color: var(--smart-error);
  border-color: var(--smart-error);
  color: var(--smart-error-color);
}
.smart-toast-item.error .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.info {
  background-color: var(--smart-info);
  border-color: var(--smart-info);
  color: var(--smart-info-color);
}
.smart-toast-item.info .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.warning {
  background-color: var(--smart-warning);
  border-color: var(--smart-warning);
  color: var(--smart-warning-color);
}
.smart-toast-item.warning .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.light {
  background-color: var(--smart-light);
  border-color: var(--smart-light);
  color: var(--smart-light-color);
}
.smart-toast-item.light .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.dark {
  background-color: var(--smart-dark);
  border-color: var(--smart-dark);
  color: var(--smart-dark-color);
}
.smart-toast-item.dark .smart-toast-item-header .smart-toast-item-close-button {
  color: var(--smart-primary-color);
}
.smart-toast-item.mail {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.smart-toast-item.mail .smart-toast-item-header .smart-toast-item-close-button {
  color: #fff;
}
.smart-toast-item.time {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.smart-toast-item.time .smart-toast-item-header .smart-toast-item-close-button {
  color: #fff;
}
.smart-toast-item.info .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-help-circled);
}
.smart-toast-item.warning .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-attention);
}
.smart-toast-item.success .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-check);
}
.smart-toast-item.error .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-block);
}
.smart-toast-item.mail .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-mail);
}
.smart-toast-item.time .smart-toast-item-icon:after {
  --smart-toast-item-icon:var(--smart-icon-clock);
}
.smart-toast-item[right-to-left] > .smart-container {
  direction: rtl;
}
@keyframes blink {
  50% {
    opacity: .5;
  }
}
.smart-toggle-box {
  display: inline-block;
  outline: 0;
  height: var(--smart-editor-height);
  cursor: pointer;
}
.smart-toggle-box.smart-element {
  border: none;
  background: 0 0;
}
.smart-toggle-box .smart-container,
.smart-toggle-box.smart-container {
  position: relative;
  display: flex;
  align-items: center;
}
.smart-toggle-box .smart-ripple {
  background: var(--smart-primary);
}
.smart-toggle-box .smart-overlay {
  top: 0;
  height: 100%;
  background: var(--smart-primary);
  width: var(--smart-editor-height);
  position: absolute;
  left: 2px;
  border-radius: 100%;
  padding: 0;
  opacity: 0;
  box-sizing: content-box;
  transition: opacity 280ms ease-in-out;
  margin: 0;
}
.smart-toggle-box .smart-label {
  color: var(--smart-background-color);
  background: inherit;
  font-size: inherit;
  font-family: inherit;
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}
.smart-toggle-box.smart-check-box .smart-input {
  width: var(--smart-check-box-default-size);
  min-width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  min-height: var(--smart-check-box-default-size);
  background-color: var(--smart-background);
  box-sizing: initial;
  border: var(--smart-border-width) solid var(--smart-border);
  display: inline-block;
  color: var(--smart-background-color);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  margin: 0 0 0 8px;
  transition: background linear .2s;
  position: relative;
}
.smart-toggle-box.smart-check-box .smart-input:after {
  font-family: var(--smart-font-family-icon);
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  align-items: center;
}
.smart-toggle-box.smart-check-box[checked] .smart-input:after {
  font-weight: 100;
  content: var(--smart-icon-check);
  pointer-events: none;
}
.smart-toggle-box.smart-check-box[checked=null] .smart-input:after {
  content: "-";
  margin-top: -1px;
}
.smart-toggle-box.smart-radio-button .smart-input {
  width: var(--smart-radio-button-default-size);
  min-width: var(--smart-radio-button-default-size);
  height: var(--smart-radio-button-default-size);
  min-height: var(--smart-radio-button-default-size);
  background-color: var(--smart-background);
  box-sizing: initial;
  border-style: solid;
  border-width: var(--smart-border-width);
  border-color: var(--smart-border);
  display: inline-block;
  border-radius: 100%;
  color: var(--smart-background-color);
  margin: 0 0 0 8px;
  position: relative;
}
.smart-toggle-box.smart-radio-button .smart-input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  font-style: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  color: inherit;
  border-radius: 50%;
  line-height: 100%;
}
.smart-toggle-box.smart-radio-button[checked] .smart-input:after {
  font-size: 15px;
  font-weight: 100;
  background: var(--smart-primary-color);
}
.smart-toggle-box.smart-radio-button[checked][hover]:not([focus]) .smart-input::after {
  background: var(--smart-ui-state-color-hover);
}
.smart-toggle-box[active] .smart-input,
.smart-toggle-box[checked] .smart-input {
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-toggle-box[active]:focus .smart-overlay,
.smart-toggle-box[active][focus] .smart-overlay {
  opacity: .4;
}
.smart-toggle-box[hover] .smart-input {
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-toggle-box:focus .smart-input,
.smart-toggle-box[focus] .smart-input {
  outline: 0;
  overflow: visible;
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-toggle-box:focus .smart-overlay,
.smart-toggle-box[focus] .smart-overlay {
  opacity: .3;
}
.smart-toggle-box[readonly],
.smart-toggle-box[readonly] .smart-input,
.smart-toggle-box[readonly] .smart-label {
  cursor: initial;
}
.smart-toggle-box[check-mode=input] {
  cursor: default;
}
.smart-toggle-box[check-mode=input] .smart-input,
.smart-toggle-box[check-mode=label] .smart-label {
  cursor: pointer;
}
.smart-toggle-box[right-to-left] .smart-container,
.smart-toggle-box[right-to-left] .smart-hidden-input {
  direction: rtl;
}
.smart-toggle-box[right-to-left] .smart-overlay {
  left: initial;
  right: 2px;
}
.smart-toggle-box[right-to-left] .smart-input {
  margin: 0 8px 0 0;
}
smart-tooltip {
  position: absolute;
  text-align: center;
  z-index: var(--smart-editor-drop-down-z-index);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
smart-tooltip.smart-element {
  background: 0 0;
  overflow: visible;
}
smart-tooltip .smart-tooltip-content {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: var(--smart-tooltip-padding);
  background-color: var(--smart-secondary);
  color: var(--smart-secondary-color);
  border: var(--smart-border-width) solid var(--smart-secondary);
  width: 100%;
  height: 100%;
  opacity: .9;
  box-shadow: var(--smart-elevation-6);
  font-family: var(--smart-font-family);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
smart-tooltip[arrow],
smart-tooltip[arrow][arrow-direction=bottom] {
  padding-bottom: var(--smart-tooltip-arrow-width);
}
smart-tooltip.auto,
smart-tooltip.auto .smart-container,
smart-tooltip.auto .smart-tooltip-content {
  height: auto;
}
smart-tooltip[arrow] .smart-tooltip-content:after,
smart-tooltip[arrow][arrow-direction=bottom] .smart-tooltip-content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  position: absolute;
  bottom: 0;
  left: calc(100% / 2 - var(--smart-tooltip-arrow-width));
  border-left: var(--smart-tooltip-arrow-width) solid transparent;
  border-right: var(--smart-tooltip-arrow-width) solid transparent;
  transform: translateX(var(--smart-tooltip-arrow-translate));
}
smart-tooltip[visible] {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
smart-tooltip[arrow][arrow-direction=top] {
  padding-bottom: initial;
  padding-top: var(--smart-tooltip-arrow-width);
}
smart-tooltip[arrow][arrow-direction=top] .smart-tooltip-content:after {
  border-left: var(--smart-tooltip-arrow-width) solid transparent;
  border-right: var(--smart-tooltip-arrow-width) solid transparent;
  border-bottom: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  border-top: initial;
  top: 0;
  bottom: calc(100% + var(--smart-tooltip-arrow-width));
  transform: translateX(var(--smart-tooltip-arrow-translate));
}
smart-tooltip[arrow][arrow-direction=left] {
  padding-bottom: initial;
  padding-left: var(--smart-tooltip-arrow-width);
}
smart-tooltip[arrow][arrow-direction=left] .smart-tooltip-content:after {
  border-bottom: var(--smart-tooltip-arrow-width) solid transparent;
  border-top: var(--smart-tooltip-arrow-width) solid transparent;
  border-right: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  border-left: initial;
  left: 0;
  top: calc(50% - var(--smart-tooltip-arrow-width));
  transform: translateY(var(--smart-tooltip-arrow-translate));
}
smart-tooltip[arrow][arrow-direction=right] {
  padding-bottom: initial;
  padding-right: var(--smart-tooltip-arrow-width);
}
smart-tooltip[arrow][arrow-direction=right] .smart-tooltip-content:after {
  border-bottom: var(--smart-tooltip-arrow-width) solid transparent;
  border-top: var(--smart-tooltip-arrow-width) solid transparent;
  border-left: var(--smart-tooltip-arrow-width) solid var(--smart-tooltip-arrow-color);
  border-right: initial;
  left: calc(100% - var(--smart-tooltip-arrow-width));
  top: calc(50% - var(--smart-tooltip-arrow-width));
  transform: translateY(var(--smart-tooltip-arrow-translate));
}
smart-tooltip:not([animation=none]) {
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}
smart-tooltip[right-to-left] .smart-tooltip-content {
  direction: rtl;
}
smart-tree {
  display: block;
  width: var(--smart-tree-default-width);
  height: var(--smart-tree-default-height);
  overflow: hidden;
  visibility: hidden;
}
.smart-tree.smart-container,
.smart-tree > .smart-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.smart-tree.smart-element {
  visibility: inherit;
}
.smart-tree smart-scroll-bar {
  overflow: hidden;
}
.smart-tree smart-scroll-viewer {
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
}
.smart-tree smart-scroll-viewer.smart-scroll-viewer-element {
  border: none;
}
.smart-tree smart-scroll-viewer.scroll-buttons-shown {
  width: 100%;
  height: calc(100% - 2 * var(--smart-tree-scroll-button-size));
}
.smart-tree smart-scroll-viewer.scroll-buttons-shown.one-button-shown {
  width: 100%;
  height: calc(100% - var(--smart-tree-scroll-button-size));
}
.smart-tree smart-tree-item,
.smart-tree smart-tree-items-group {
  position: relative;
  height: auto;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.smart-tree .smart-tree-drop-down,
.smart-tree smart-tree-item[disabled],
.smart-tree smart-tree-item[template-applied],
.smart-tree smart-tree-items-group[disabled],
.smart-tree[disabled] smart-tree-item,
.smart-tree[disabled] smart-tree-items-group,
.smart-tree[display-loading-indicator] smart-tree-item,
.smart-tree[display-loading-indicator] smart-tree-items-group {
  cursor: default;
}
.smart-tree smart-tree-item.smart-element,
.smart-tree smart-tree-items-group.smart-element {
  border: none;
}
.smart-tree smart-tree-item[separator]:after,
.smart-tree smart-tree-items-group[separator]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
  pointer-events: none;
}
.smart-tree smart-tree-item {
  overflow: hidden;
  display: block;
  padding-left: 0;
}
.smart-tree smart-tree-item .smart-tree-item-shortcut {
  opacity: .5;
}
.smart-tree smart-tree-items-group {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.smart-tree smart-tree-items-group > .smart-tree-item-label-container {
  justify-content: flex-start;
  overflow: hidden;
}
.smart-tree smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  order: 1;
}
.smart-tree smart-tree-items-group .smart-tree-items-group-arrow {
  order: 0;
  position: relative;
  display: flex;
  justify-content: center;
  width: var(--smart-tree-indent);
  left: calc(1px - var(--smart-tree-indent)/ 2);
  height: 13px;
  font-family: var(--smart-font-family-icon);
  transform: rotate(0);
  line-height: 1;
}
.smart-tree smart-tree-items-group .smart-tree-items-group-arrow:after {
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
}
.smart-tree smart-tree-items-group.filtered-child > .smart-tree-item-label-container > .smart-tree-item-label-element {
  font-weight: unset;
}
.smart-tree .smart-tree-main-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.smart-tree .smart-tree-items-group-opened > .smart-tree-item-label-container > .smart-tree-items-group-arrow {
  transform: rotate(180deg);
}
.smart-tree .smart-tree-item-label-element {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smart-tree .smart-tree-item-label-element > span {
  position: relative;
  padding: var(--smart-tree-item-padding);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-tree .smart-tree-item-label-element > span > smart-button button {
  padding: initial;
}
.smart-tree .smart-tree-item-label-element > span > i {
  vertical-align: middle;
}
.smart-tree .smart-tree-item-label-container {
  height: var(--smart-tree-item-label-height);
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.smart-tree .smart-tree-edit-input {
  position: absolute;
  outline: 0;
  margin: 0 var(--smart-tree-item-horizontal-offset);
  border: 1px solid var(--smart-border);
  width: calc(100% - 2 * var(--smart-tree-item-horizontal-offset));
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  z-index: 1;
}
.smart-tree .smart-tree-edit-input::selection {
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-tree .smart-tree-filter-input-container {
  display: none;
  position: relative;
  width: calc(100% - 2 * var(--smart-tree-item-horizontal-offset));
  height: calc(var(--smart-text-box-default-height));
  margin: var(--smart-tree-item-vertical-offset) var(--smart-tree-item-horizontal-offset);
  font-size: inherit;
}
.smart-tree .smart-tree-filter-input-container:after {
  content: var(--smart-icon-filter);
  font-family: var(--smart-font-family-icon);
  height: var(--smart-text-box-default-height);
  position: absolute;
  top: 0;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 25px);
}
.smart-tree .smart-filter-input {
  border: 1px solid var(--smart-border);
  color: inherit;
  background: inherit;
  width: 100%;
  height: 100%;
  padding-left: var(--smart-editor-label-padding);
  padding-right: calc(var(--smart-editor-label-padding) + 25px);
  font-size: inherit;
}
.smart-tree .smart-filter-input:focus {
  outline: 0;
}
.smart-tree .smart-filter-input::selection {
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-tree .smart-tree-scroll-button {
  width: 100%;
  height: var(--smart-tree-scroll-button-size);
  background-color: var(--smart-scroll-bar-button-background);
  --smart-button-padding:0;
}
.smart-tree .smart-tree-scroll-button > button {
  border: none;
}
.smart-tree .smart-scroll-viewer-container .smart-tree-main-container {
  padding-left: var(--smart-tree-item-horizontal-offset);
  padding-right: var(--smart-tree-item-horizontal-offset);
  padding-top: var(--smart-tree-item-vertical-offset);
}
.smart-tree .smart-scroll-viewer-container.vscroll .smart-tree-main-container {
  padding-right: var(--smart-tree-item-horizontal-offset);
}
.smart-tree .smart-scroll-viewer-content-container {
  display: block;
  padding: 0;
}
.smart-tree .smart-tree-drop-down {
  width: 100%;
  height: auto;
  transform: none;
  transform: scaleY(1);
}
.smart-tree .smart-tree-drop-down.smart-visibility-hidden {
  margin-top: 0;
  height: 0;
  transform: scaleY(0);
}
.smart-tree .drop-target:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 2px dashed var(--smart-primary);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: .75;
}
.smart-tree .drop-target.top:after {
  border: none;
  border-top: 2px dashed var(--smart-primary);
}
.smart-tree .drop-target.bottom:after {
  border: none;
  border-bottom: 2px dashed var(--smart-primary);
}
.smart-tree .smart-ripple {
  background: var(--smart-primary);
}
.smart-tree .smart-hidden {
  display: none !important;
}
.smart-tree[overflow=hidden],
.smart-tree[scroll-mode=scrollButtons] {
  --smart-scroll-bar-size:0px;
}
.smart-tree[selection-mode=radioButton] smart-tree-item > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=radioButton] smart-tree-items-group > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox] smart-tree-item > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox] smart-tree-items-group > .smart-tree-item-label-container:before {
  content: "";
  transform: scale(0);
}
.smart-tree[selection-mode=radioButton] smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=radioButton] smart-tree-items-group > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox] smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox] smart-tree-items-group > .smart-tree-item-label-container:after {
  content: "";
  position: absolute;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  padding: 1px;
  margin-left: 5px;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  display: flex;
}
.smart-tree[filterable] .smart-tree-filter-input-container,
.smart-tree[scroll-mode=scrollButtons] .smart-tree-scroll-button {
  display: block;
}
.smart-tree[selection-mode=radioButton] smart-tree-item[selected][focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=radioButton] smart-tree-items-group[selected][focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox] smart-tree-item[selected][focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox] smart-tree-items-group[selected][focus] > .smart-tree-item-label-container:before {
  position: absolute;
  content: "";
  margin-left: 5px;
  border-radius: 50%;
  width: calc(var(--smart-check-box-default-size) + 16px);
  height: calc(var(--smart-check-box-default-size) + 16px);
  background: var(--smart-primary);
  opacity: .3;
  z-index: 1;
  transform: scale(1);
}
.smart-tree[selection-mode=radioButton][show-lines] smart-tree-items-group > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox][show-lines] smart-tree-items-group > .smart-tree-item-label-container:after {
  margin-left: calc(var(--smart-tree-indent) + 5px);
}
.smart-tree[selection-mode=radioButton][show-lines] smart-tree-items-group[selected][focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][show-lines] smart-tree-items-group[selected][focus] > .smart-tree-item-label-container:before {
  margin-left: calc(var(--smart-tree-indent));
}
.smart-tree[selection-mode=radioButton][show-lines] smart-tree-item[selected][focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][show-lines] smart-tree-item[selected][focus] > .smart-tree-item-label-container:before {
  margin-left: 0;
}
.smart-tree[selection-mode=radioButton] smart-tree-item .smart-tree-item-label-element,
.smart-tree[selection-mode=radioButton] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-mode=checkBox] smart-tree-item .smart-tree-item-label-element,
.smart-tree[selection-mode=checkBox] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  padding-left: calc(var(--smart-tree-indent) + 10px);
}
.smart-tree[selection-mode=radioButton] .smart-tree-item-label-element > span,
.smart-tree[selection-mode=checkBox] .smart-tree-item-label-element > span {
  padding-left: 5px;
}
.smart-tree[selection-mode=radioButton]:not([animation=none]) smart-tree-item > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=radioButton]:not([animation=none]) smart-tree-items-group > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox]:not([animation=none]) smart-tree-item > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox]:not([animation=none]) smart-tree-items-group > .smart-tree-item-label-container:before {
  transition: transform .25s ease-in-out;
}
.smart-tree[selection-mode=radioButton][toggle-element-position=far] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=radioButton][toggle-element-position=far] smart-tree-items-group[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][toggle-element-position=far] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][toggle-element-position=far] smart-tree-items-group[focus] > .smart-tree-item-label-container:before {
  margin-left: -1px;
}
.smart-tree[selection-mode=radioButton]:not([show-lines]) smart-tree-items-group > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox]:not([show-lines]) smart-tree-items-group > .smart-tree-item-label-container:after {
  margin-left: calc(var(--smart-check-box-default-size) + 5px);
}
.smart-tree[selection-mode=radioButton]:not([show-lines]):not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=radioButton]:not([show-lines]):not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox]:not([show-lines]):not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox]:not([show-lines]):not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container:after {
  margin-left: calc(var(--smart-check-box-default-size) - 5px);
}
.smart-tree[selection-mode=radioButton]:not([show-lines]):not([toggle-element-position=far]):not([right-to-left]) smart-tree-item .smart-tree-item-label-element > span,
.smart-tree[selection-mode=checkBox]:not([show-lines]):not([toggle-element-position=far]):not([right-to-left]) smart-tree-item .smart-tree-item-label-element > span {
  padding: var(--smart-tree-item-padding);
}
.smart-tree[selection-mode=radioButton]:not([show-lines])[right-to-left] smart-tree-items-group > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox]:not([show-lines])[right-to-left] smart-tree-items-group > .smart-tree-item-label-container:after {
  margin-left: calc(var(--smart-check-box-default-size) - 21px);
}
.smart-tree[selection-mode=radioButton]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=radioButton]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container:after {
  margin-left: calc(var(--smart-check-box-default-size) - 25px);
}
.smart-tree[selection-mode=radioButton][right-to-left] smart-tree-item .smart-tree-item-label-element,
.smart-tree[selection-mode=radioButton][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-mode=checkBox][right-to-left] smart-tree-item .smart-tree-item-label-element,
.smart-tree[selection-mode=checkBox][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  padding-left: initial;
  padding-right: calc(var(--smart-tree-indent) + 10px);
}
.smart-tree[selection-mode=radioButton][right-to-left] smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox][right-to-left] smart-tree-item > .smart-tree-item-label-container:after {
  margin-left: -5px;
}
.smart-tree[selection-mode=radioButton][right-to-left] smart-tree-items-group > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox][right-to-left] smart-tree-items-group > .smart-tree-item-label-container:after {
  margin-left: calc(0px - var(--smart-check-box-default-size) - 5px);
}
.smart-tree[selection-mode=radioButton][right-to-left] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=radioButton][right-to-left] smart-tree-items-group[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][right-to-left] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][right-to-left] smart-tree-items-group[focus] > .smart-tree-item-label-container:before {
  margin-left: -3px;
}
.smart-tree[selection-mode=radioButton][right-to-left][show-lines] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=radioButton][right-to-left][toggle-element-position=far] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=radioButton][right-to-left][toggle-element-position=far] smart-tree-items-group[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][right-to-left][show-lines] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][right-to-left][toggle-element-position=far] smart-tree-item[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][right-to-left][toggle-element-position=far] smart-tree-items-group[focus] > .smart-tree-item-label-container:before {
  margin-left: 1px;
}
.smart-tree[selection-mode=radioButton][right-to-left][show-lines] smart-tree-items-group[focus] > .smart-tree-item-label-container:before,
.smart-tree[selection-mode=checkBox][right-to-left][show-lines] smart-tree-items-group[focus] > .smart-tree-item-label-container:before {
  margin-left: calc(1px - var(--smart-check-box-default-size));
}
.smart-tree[selection-mode=radioButton] smart-tree-item > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=radioButton] smart-tree-items-group > .smart-tree-item-label-container:after {
  border-radius: 100%;
}
.smart-tree[selection-mode=radioButton] smart-tree-item[selected] > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=radioButton] smart-tree-items-group[selected] > .smart-tree-item-label-container:after {
  content: var(--smart-icon-radio);
  background: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-tree[selection-mode=checkBox] smart-tree-item[selected] > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox] smart-tree-items-group[selected] > .smart-tree-item-label-container:after {
  background: var(--smart-primary);
  border-color: var(--smart-primary);
  color: var(--smart-primary-color);
  content: var(--smart-icon-check);
}
.smart-tree[selection-mode=checkBox] smart-tree-item[indeterminate] > .smart-tree-item-label-container:after,
.smart-tree[selection-mode=checkBox] smart-tree-items-group[indeterminate] > .smart-tree-item-label-container:after {
  padding: 2px;
  background-clip: content-box;
  width: calc(var(--smart-check-box-default-size) - 1px);
  height: calc(var(--smart-check-box-default-size) - 1px);
}
.smart-tree[filterable] smart-scroll-viewer {
  height: calc(100% - var(--smart-text-box-default-height) - 2 * var(--smart-tree-item-vertical-offset));
}
.smart-tree[filterable] smart-scroll-viewer.scroll-buttons-shown {
  height: calc(100% - 2 * var(--smart-tree-scroll-button-size) - var(--smart-text-box-default-height) - 2 * var(--smart-tree-item-vertical-offset));
}
.smart-tree[filterable] smart-scroll-viewer.scroll-buttons-shown.one-button-shown {
  height: calc(100% - var(--smart-tree-scroll-button-size) - var(--smart-text-box-default-height) - 2 * var(--smart-tree-item-vertical-offset));
}
.smart-tree[filter-applied] .smart-tree-item-label-element {
  font-weight: bolder;
}
.smart-tree[filter-applied] smart-tree-items-group.hidden-children {
  cursor: not-allowed;
}
.smart-tree:not([toggle-element-position=far]) smart-tree-items-group .smart-tree-items-group-arrow {
  opacity: 1;
  z-index: 1;
}
.smart-tree[toggle-element-position=far] smart-tree-items-group > .smart-tree-item-label-container {
  justify-content: space-between;
}
.smart-tree[toggle-element-position=far] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  order: 0;
  margin-left: var(--smart-tree-indent);
}
.smart-tree[toggle-element-position=far] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-items-group-arrow {
  order: 1;
}
.smart-tree[toggle-element-position=far][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-left: initial;
  margin-right: var(--smart-tree-indent);
}
.smart-tree:not([show-lines])[selection-mode=radioButton][toggle-element-position=far]:not([right-to-left]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree:not([show-lines])[selection-mode=checkBox][toggle-element-position=far]:not([right-to-left]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-left: calc(var(--smart-tree-indent) - 11px);
}
.smart-tree:not([show-lines])[selection-mode=radioButton][toggle-element-position=far][right-to-left] smart-tree-item .smart-tree-item-label-element,
.smart-tree:not([show-lines])[selection-mode=radioButton][toggle-element-position=far][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree:not([show-lines])[selection-mode=checkBox][toggle-element-position=far][right-to-left] smart-tree-item .smart-tree-item-label-element,
.smart-tree:not([show-lines])[selection-mode=checkBox][toggle-element-position=far][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  padding-right: calc(var(--smart-tree-indent) + 4px);
}
.smart-tree:not([show-lines]):not([toggle-element-position=far]):not([right-to-left]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-left: -4px;
}
.smart-tree:not([show-lines]):not([toggle-element-position=far])[right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-right: -4px;
}
.smart-tree:not([show-lines])[toggle-element-position=far]:not([right-to-left]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-left: calc(var(--smart-tree-indent) - 4px);
}
.smart-tree:not([show-lines])[toggle-element-position=far][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-right: calc(var(--smart-tree-indent) - 4px);
}
.smart-tree:not([show-lines]):not([selection-display-mode=label]):not([right-to-left]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  padding-left: 0;
}
.smart-tree:not([show-lines]):not([selection-display-mode=label])[right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  padding-right: 0;
}
.smart-tree[show-lines] smart-tree-item > .smart-tree-item-label-container,
.smart-tree[show-lines] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[show-lines] smart-tree-items-group > .smart-tree-item-label-container,
.smart-tree[show-lines] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  position: relative;
  overflow: visible;
}
.smart-tree[show-lines] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element:before,
.smart-tree[show-lines] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element:before {
  content: "";
  position: absolute;
  border-left: var(--smart-tree-lines-width) var(--smart-tree-lines-style) var(--smart-tree-lines-color);
  height: 300%;
  left: calc(0px - var(--smart-tree-indent));
  pointer-events: none;
}
.smart-tree[show-lines] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element:after,
.smart-tree[show-lines] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element:after {
  content: "";
  position: absolute;
  border-top: var(--smart-tree-lines-width) var(--smart-tree-lines-style) var(--smart-tree-lines-color);
  pointer-events: none;
  width: var(--smart-tree-indent);
  left: calc(0px - var(--smart-tree-indent));
}
.smart-tree:not([selection-display-mode=label]) smart-tree-item,
.smart-tree:not([selection-display-mode=label]) smart-tree-items-group > .smart-tree-item-label-container,
.smart-tree[selection-display-mode=label] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  border-width: var(--smart-item-border-width);
  border-style: solid;
  margin-bottom: var(--smart-tree-item-vertical-offset);
}
.smart-tree[show-lines] smart-tree-item.last-filtered-child > .smart-tree-item-label-container > .smart-tree-item-label-element:before,
.smart-tree[show-lines] smart-tree-item:last-child > .smart-tree-item-label-container > .smart-tree-item-label-element:before,
.smart-tree[show-lines] smart-tree-items-group.last-filtered-child > .smart-tree-item-label-container > .smart-tree-item-label-element:before,
.smart-tree[show-lines] smart-tree-items-group:last-child > .smart-tree-item-label-container > .smart-tree-item-label-element:before {
  height: 150%;
  top: -100%;
}
.smart-tree[show-lines] smart-tree-item {
  padding-left: var(--smart-tree-indent);
}
.smart-tree[show-lines] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  width: calc(100% - var(--smart-tree-indent));
}
.smart-tree[show-lines]:not([show-root-lines]) smart-tree-item[level="1"] .smart-tree-item-label-element:after,
.smart-tree[show-lines]:not([show-root-lines]) smart-tree-item[level="1"] .smart-tree-item-label-element:before,
.smart-tree[show-lines]:not([show-root-lines]) smart-tree-items-group[level="1"] > .smart-tree-item-label-container > .smart-tree-item-label-element:after,
.smart-tree[show-lines]:not([show-root-lines]) smart-tree-items-group[level="1"] > .smart-tree-item-label-container > .smart-tree-item-label-element:before {
  content: none;
}
.smart-tree[show-lines][show-root-lines] smart-tree-item[level="1"] .smart-tree-item-label-element:after,
.smart-tree[show-lines][show-root-lines] smart-tree-item[level="1"] .smart-tree-item-label-element:before,
.smart-tree[show-lines][show-root-lines] smart-tree-items-group[level="1"] > .smart-tree-item-label-container > .smart-tree-item-label-element:after,
.smart-tree[show-lines][show-root-lines] smart-tree-items-group[level="1"] > .smart-tree-item-label-container > .smart-tree-item-label-element:before {
  pointer-events: none;
}
.smart-tree[show-lines] .smart-tree-items-group-expanded:not(:last-child):not(.last-filtered-child) > .smart-tree-item-label-container > .smart-tree-item-label-element:before {
  height: 3000px;
  z-index: 1;
}
.smart-tree[show-lines][right-to-left] smart-tree-item {
  padding-left: 0;
  padding-right: var(--smart-tree-indent);
}
.smart-tree[show-lines][right-to-left] smart-tree-item .smart-tree-item-label-element:after,
.smart-tree[show-lines][right-to-left] smart-tree-item .smart-tree-item-label-element:before,
.smart-tree[show-lines][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element:after,
.smart-tree[show-lines][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element:before {
  right: calc(0px - var(--smart-tree-indent));
  left: initial;
}
.smart-tree:not([selection-display-mode=label]) smart-tree-item {
  border-color: transparent;
}
.smart-tree:not([selection-display-mode=label]) smart-tree-item[focus] {
  color: var(--smart-ui-state-color-focus);
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
}
.smart-tree:not([selection-display-mode=label]) smart-tree-item[selected] {
  border-color: var(--smart-ui-state-border-selected);
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-tree:not([selection-display-mode=label]) smart-tree-items-group > .smart-tree-item-label-container {
  border-color: transparent;
}
.smart-tree:not([selection-display-mode=label]) smart-tree-items-group[focus] > .smart-tree-item-label-container {
  color: var(--smart-ui-state-color-focus);
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
}
.smart-tree:not([selection-display-mode=label]) smart-tree-items-group[selected] > .smart-tree-item-label-container {
  border-color: var(--smart-ui-state-border-selected);
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-tree:not([selection-display-mode=label]):not([animation=none]) smart-tree-item,
.smart-tree:not([selection-display-mode=label]):not([animation=none]) smart-tree-items-group > .smart-tree-item-label-container {
  transition:
    color ease-in-out .28s,
    border-color ease-in-out .28s,
    background ease-in-out .28s;
}
.smart-tree[selection-display-mode=label] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  border-color: transparent;
  margin-top: var(--smart-tree-item-vertical-offset);
}
.smart-tree[selection-display-mode=label] smart-tree-item[focus] > .smart-tree-item-label-container > .smart-tree-item-label-element > span:not(.smart-ripple),
.smart-tree[selection-display-mode=label] smart-tree-items-group[focus] > .smart-tree-item-label-container > .smart-tree-item-label-element > span:not(.smart-ripple) {
  color: var(--smart-ui-state-color-focus);
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
}
.smart-tree[selection-display-mode=label] smart-tree-items-group .smart-tree-items-group-arrow {
  top: calc(-.5px - var(--smart-tree-item-border-width)/ 2);
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([right-to-left]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([right-to-left]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([right-to-left]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([right-to-left]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  margin-left: 5px;
  padding: var(--smart-tree-item-padding);
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton][right-to-left] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label][selection-mode=radioButton][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label][selection-mode=checkBox][right-to-left] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label][selection-mode=checkBox][right-to-left] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  margin-right: 5px;
  padding: var(--smart-tree-item-padding);
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([show-lines]):not([right-to-left]):not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([show-lines]):not([right-to-left]):not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element {
  padding-left: calc(var(--smart-tree-indent) + 15px);
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([show-lines]):not([right-to-left]):not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([show-lines]):not([right-to-left]):not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  padding-left: calc(var(--smart-tree-indent) + 3px);
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([show-lines]):not([right-to-left])[toggle-element-position=far] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([show-lines]):not([right-to-left])[toggle-element-position=far] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-left: 0;
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element {
  padding-right: calc(var(--smart-tree-indent) + 15px);
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([show-lines])[right-to-left]:not([toggle-element-position=far]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  padding-right: calc(var(--smart-tree-indent) + 3px);
}
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([show-lines])[right-to-left][toggle-element-position=far] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=radioButton]:not([show-lines])[right-to-left][toggle-element-position=far] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([show-lines])[right-to-left][toggle-element-position=far] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element,
.smart-tree[selection-display-mode=label][selection-mode=checkBox]:not([show-lines])[right-to-left][toggle-element-position=far] smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element {
  margin-right: 5px;
}
.smart-tree[selection-display-mode=label]:not([selection-mode=checkBox]):not([selection-mode=radioButton]) smart-tree-item[selected] > .smart-tree-item-label-container > .smart-tree-item-label-element > span:not(.smart-ripple),
.smart-tree[selection-display-mode=label]:not([selection-mode=checkBox]):not([selection-mode=radioButton]) smart-tree-items-group[selected] > .smart-tree-item-label-container > .smart-tree-item-label-element > span:not(.smart-ripple) {
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
  border-color: var(--smart-ui-state-border-selected);
}
.smart-tree[selection-display-mode=label]:not([show-lines]):not([right-to-left]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  margin: var(--smart-tree-item-padding);
  margin-right: 0;
  margin-top: 0;
  margin-top: var(--smart-tree-item-vertical-offset);
  margin-bottom: var(--smart-tree-item-vertical-offset);
}
.smart-tree[selection-display-mode=label]:not([show-lines])[right-to-left] smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  margin: var(--smart-tree-item-padding);
  margin-left: 0;
  margin-top: var(--smart-tree-item-vertical-offset);
  margin-bottom: var(--smart-tree-item-vertical-offset);
}
.smart-tree[selection-display-mode=label]:not([animation=none]) smart-tree-item > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
.smart-tree[selection-display-mode=label]:not([animation=none]) smart-tree-items-group > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
  transition:
    color ease-in-out .28s,
    background ease-in-out .28s,
    border-color ease-in-out .28s;
}
.smart-tree[selection-display-mode=label]:not([animation=none]) smart-tree-item[focus]:not([selected]) > .smart-tree-item-label-container > .smart-tree-item-label-element > span:not(.smart-ripple),
.smart-tree[selection-display-mode=label]:not([animation=none]) smart-tree-items-group[focus]:not([selected]) > .smart-tree-item-label-container > .smart-tree-item-label-element > span:not(.smart-ripple) {
  transition:
    color ease-in-out .28s,
    border-color ease-in-out .28s,
    background ease-in-out .28s;
}
.smart-tree[auto-hide-toggle-element] .hidden-arrows smart-tree-items-group .smart-tree-items-group-arrow {
  opacity: 0;
}
.smart-tree:not([animation=none]) .smart-tree-drop-down {
  -webkit-transform-origin: top;
  transform-origin: top;
  transition:
    height .2s ease-in,
    transform .2s ease-in,
    visibility .2s ease-in;
}
.smart-tree:not([animation=none]) .smart-tree-item-label-container > .smart-tree-items-group-arrow {
  transition: transform .2s ease-in;
}
.smart-tree:not([animation=none])[auto-hide-toggle-element] .smart-tree-item-label-container > .smart-tree-items-group-arrow {
  transition: transform .2s ease-in, opacity .2s ease-in;
}
@media (hover: hover) {
  .smart-tree[selection-mode=radioButton] smart-tree-item:hover > .smart-tree-item-label-container > .smart-tree-item-label-element span.smart-ripple,
  .smart-tree[selection-mode=radioButton] smart-tree-items-group > .smart-tree-item-label-container:hover > .smart-tree-item-label-element span.smart-ripple,
  .smart-tree[selection-mode=checkBox] smart-tree-item:hover > .smart-tree-item-label-container > .smart-tree-item-label-element span.smart-ripple,
  .smart-tree[selection-mode=checkBox] smart-tree-items-group > .smart-tree-item-label-container:hover > .smart-tree-item-label-element span.smart-ripple {
    background-color: var(--smart-ui-state-selected);
  }
  .smart-tree[selection-mode=checkBox] smart-tree-item:hover > .smart-tree-item-label-container:after,
  .smart-tree[selection-mode=checkBox] smart-tree-items-group > .smart-tree-item-label-container:hover:after {
    color: var(--smart-background-color);
    background-color: var(--smart-background);
    border-color: var(--smart-border);
  }
  .smart-tree[selection-mode=checkBox] smart-tree-item[indeterminate]:not(:hover) > .smart-tree-item-label-container:after,
  .smart-tree[selection-mode=checkBox] smart-tree-items-group[indeterminate] > .smart-tree-item-label-container:not(:hover):after {
    background-color: var(--smart-ui-state-selected);
  }
  .smart-tree[selection-mode=radioButton] smart-tree-item:not([selected]):hover > .smart-tree-item-label-container:after,
  .smart-tree[selection-mode=radioButton] smart-tree-items-group:not([selected]) > .smart-tree-item-label-container:hover:after {
    color: var(--smart-background-color);
    background-color: var(--smart-background);
    border-color: var(--smart-border);
  }
  .smart-tree:not([selection-display-mode=label]) smart-tree-item:not([selected])[hover],
  .smart-tree:not([selection-display-mode=label]) smart-tree-items-group:not([selected])[hover] > .smart-tree-item-label-container,
  .smart-tree:not([selection-display-mode=label]):not([disable-hover]) smart-tree-item:not([selected]):hover,
  .smart-tree:not([selection-display-mode=label]):not([disable-hover]) smart-tree-items-group:not([selected]) > .smart-tree-item-label-container:hover,
  .smart-tree[selection-display-mode=label] smart-tree-item:not([selected])[hover] > .smart-tree-item-label-container > .smart-tree-item-label-element > span,
  .smart-tree[selection-display-mode=label] smart-tree-items-group:not([selected])[hover] > .smart-tree-item-label-container,
  .smart-tree[selection-display-mode=label]:not([disable-hover]) smart-tree-item:not([selected]):hover > .smart-tree-item-label-container > .smart-tree-item-label-element > span {
    color: var(--smart-ui-state-color-hover);
    background-color: var(--smart-ui-state-hover);
    border-color: var(--smart-ui-state-border-hover);
  }
}
.smart-tree[right-to-left] smart-tree-items-group .smart-tree-items-group-arrow {
  right: calc(1px - var(--smart-tree-indent)/ 2);
  left: initial;
}
.smart-tree[right-to-left] .smart-tree-filter-input-container:after {
  left: 0;
}
.smart-tree[right-to-left] .smart-tree-item-label-container {
  flex-direction: row-reverse;
  position: relative;
  overflow: visible;
}
.smart-tree[right-to-left] .smart-filter-input {
  direction: rtl;
  padding-right: 1px;
  padding-left: 25px;
}
.smart-tree[right-to-left] .smart-tree-edit-input {
  direction: rtl;
}
.smart-tree[right-to-left] .smart-tree-item-label-element {
  direction: rtl;
  position: relative;
  overflow: visible;
}
.smart-tree-item-feedback {
  position: absolute;
  display: flex;
  align-items: center;
  box-shadow: var(--smart-elevation-8);
  border: 1px solid var(--smart-border);
  padding: 5px;
  color: var(--smart-background-color);
  background-color: var(--smart-background);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  white-space: nowrap;
  cursor: move;
  z-index: 10000;
}
.smart-tree-item-feedback.multiple {
  font-family: var(--smart-font-family-icon);
  font-size: 26px;
}
.smart-hidden {
  display: none !important;
}
smart-window:not([opened]) {
  opacity: 0;
}
.smart-window:not(.smart-container) {
  position: absolute;
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
  width: var(--smart-window-default-width);
  height: var(--smart-window-default-height);
  min-width: var(--smart-window-min-width);
  min-height: var(--smart-window-header-height);
  box-shadow: var(--smart-elevation-24);
  z-index: calc(var(--smart-editor-drop-down-z-index) - 1);
  display: block;
  overflow: hidden;
}
.smart-window > .smart-container:not(.smart-window) {
  max-height: inherit;
}
.smart-window .smart-content-container {
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  height: 100%;
  outline: 0;
  max-height: inherit;
}
.smart-window .smart-content-container > .smart-header-section {
  display: flex;
  justify-content: space-between;
  cursor: move;
  overflow: hidden;
  align-items: center;
  touch-action: none;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  border-color: var(--smart-border);
  color: var(--smart-surface-color);
  line-height: initial;
  height: var(--smart-window-header-height);
  min-height: var(--smart-window-header-height);
  background: var(--smart-window-header-background);
  padding: var(--smart-window-header-padding);
}
.smart-window .smart-content-container > .smart-header-section > .smart-buttons-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-window .smart-content-container > .smart-header-section > .smart-buttons-container button {
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
  height: var(--smart-window-header-button-size);
  width: var(--smart-window-header-button-size);
  padding: 0;
  min-height: 0;
  background: 0 0;
  color: inherit;
  border: none;
  outline: 0;
}
.smart-window .smart-content-container > .smart-header-section > .smart-buttons-container button:active {
  outline: 0;
  background-color: initial;
}
.smart-window .smart-content-container > .smart-content {
  width: 100%;
  height: calc(100% - var(--smart-window-header-height));
  display: flex;
  align-items: center;
  overflow-y: auto;
  padding: var(--smart-window-content-padding);
  background: var(--smart-background);
  flex-direction: column;
}
@media not all and (min-resolution: 0.001dpcm) {
  .smart-window .smart-content-container > .smart-content {
    align-content: start;
  }
}
.smart-window .smart-content-container > .smart-footer {
  width: 100%;
  min-height: var(--smart-window-footer-height);
  font-family: inherit;
  font-size: inherit;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  border-color: var(--smart-border);
  color: var(--smart-surface-color);
  line-height: initial;
  position: relative;
  background-color: initial;
  display: flex;
  justify-content: center;
  height: var(--smart-window-footer-height);
  background: var(--smart-window-footer-background);
  padding: var(--smart-window-footer-padding);
}
.smart-window .smart-content-container > .smart-footer:empty {
  display: none;
}
.smart-window .smart-content-container.smart-window-resizing-left,
.smart-window .smart-content-container.smart-window-resizing-left > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-right,
.smart-window .smart-content-container.smart-window-resizing-right > .smart-header-section {
  cursor: e-resize;
}
.smart-window .smart-content-container.smart-window-resizing-bottom,
.smart-window .smart-content-container.smart-window-resizing-bottom > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-top,
.smart-window .smart-content-container.smart-window-resizing-top > .smart-header-section {
  cursor: ns-resize;
}
.smart-window .smart-content-container.smart-window-resizing-bottom-right,
.smart-window .smart-content-container.smart-window-resizing-bottom-right > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-top-left,
.smart-window .smart-content-container.smart-window-resizing-top-left > .smart-header-section {
  cursor: se-resize;
}
.smart-window .smart-content-container.smart-window-resizing-bottom-left,
.smart-window .smart-content-container.smart-window-resizing-bottom-left > .smart-header-section,
.smart-window .smart-content-container.smart-window-resizing-top-right,
.smart-window .smart-content-container.smart-window-resizing-top-right > .smart-header-section {
  cursor: sw-resize;
}
.smart-window .smart-header-section > .smart-buttons-container button:after {
  position: absolute;
  top: 0;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-window-header-icon-size);
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.smart-window.smart-tabs-window .smart-content-container > .smart-footer.smart-hidden,
.smart-window.smart-tabs-window .smart-content-container > .smart-header-section.smart-hidden,
.smart-window.smart-tabs-window[auto-hide] .smart-content-container > .smart-header-section,
.smart-window.smart-tabs-window[auto-hide] .smart-tabs-content-section,
.smart-window[header-position=none] .smart-content-container > .smart-header-section {
  display: none;
}
.smart-window .smart-header-section > .smart-buttons-container button:first-of-type {
  margin-left: initial;
}
.smart-window .smart-header-section > .smart-buttons-container button:last-of-type {
  margin-right: initial;
}
.smart-window .smart-header-section > .smart-buttons-container button.hover {
  color: initial;
  background-color: initial;
}
.smart-window .smart-header-section .smart-close-button:after {
  content: var(--smart-icon-close);
}
.smart-window .smart-header-section .smart-collapse-button:after {
  content: var(--smart-icon-arrow-down);
}
.smart-window .smart-header-section .smart-maximize-button:after {
  content: var(--smart-icon-window-maximize);
}
.smart-window .smart-header-section .smart-pin-button:after {
  content: var(--smart-icon-window-pin);
}
.smart-window .smart-header-section .smart-minimize-button:after {
  content: var(--smart-icon-window-minimize);
}
.smart-window:focus,
.smart-window[focus] {
  outline: 0;
  border-color: var(--smart-primary);
  box-shadow: var(--smart-elevation-24);
}
.smart-window:focus .smart-content-container > .smart-header-section,
.smart-window[focus] .smart-content-container > .smart-header-section {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-window[ontop] {
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-window:not([animation=none]) {
  transition:
    width .2s cubic-bezier(.4, 0, .2, 1),
    height .25s cubic-bezier(.4, 0, .2, 1),
    top .2s cubic-bezier(.4, 0, .6, 1),
    left .2s cubic-bezier(.4, 0, .6, 1),
    transform .2s cubic-bezier(.4, 0, .2, 1),
    visibility .2s cubic-bezier(.4, 0, .2, 1),
    min-height .25s cubic-bezier(.4, 0, .2, 1),
    min-width .25s cubic-bezier(.4, 0, .2, 1),
    opacity .25s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
}
.smart-window:not([animation=none]) .smart-header-section .smart-collapse-button:after,
.smart-window:not([animation=none]) .smart-header-section .smart-pin-button:after {
  transition: transform .15s linear;
}
.smart-window:not([animation=none]).no-transition,
.smart-window:not([animation=none]).no-transition.smart-visibility-hidden {
  transition: none;
}
.smart-window:not([animation=none]).smart-visibility-hidden,
.smart-window:not([animation=none]).smart-visibility-hidden[maximized] {
  transition:
    width .2s cubic-bezier(.4, 0, .2, 1),
    height .2s cubic-bezier(.4, 0, .2, 1),
    top .2s cubic-bezier(.4, 0, .2, 1),
    left .2s cubic-bezier(.4, 0, .2, 1),
    visibility .2s cubic-bezier(.4, 0, .6, 1),
    transform .2s cubic-bezier(.4, 0, .6, 1),
    min-height .25s cubic-bezier(.4, 0, .2, 1),
    min-width .25s cubic-bezier(.4, 0, .2, 1),
    opacity .25s cubic-bezier(.4, 0, .2, 1);
  transform: scale(0);
}
.smart-window:not([animation=none])[dragged] {
  opacity: .5;
  z-index: calc(1 + var(--smart-editor-drop-down-z-index));
  transition: none;
}
.smart-window:not([animation=none])[minimized] {
  transition:
    width .2s cubic-bezier(.4, 0, .2, 1),
    height .2s cubic-bezier(.4, 0, .2, 1),
    top .2s cubic-bezier(.4, 0, .2, 1),
    left .2s cubic-bezier(.4, 0, .2, 1),
    animation .2s cubic-bezier(.4, 0, .6);
}
.smart-window.smart-visibility-hidden {
  transform: scale(0);
}
.smart-window.smart-tabs-window[collapsed][header-position=left],
.smart-window.smart-tabs-window[collapsed][header-position=right],
.smart-window.smart-tabs-window[maximized][collapsed][header-position=left],
.smart-window.smart-tabs-window[maximized][collapsed][header-position=right] {
  width: var(--smart-window-header-height);
  min-width: initial;
  height: var(--smart-window-default-height);
}
.smart-window.smart-tabs-window[dragged] {
  pointer-events: none;
}
.smart-window.smart-tabs-window[dragged] .smart-tab-label-container,
.smart-window.smart-tabs-window[dragged] .smart-tabs-header-section {
  cursor: move;
}
.smart-window.smart-tabs-window .smart-content-container > .smart-content {
  width: 100%;
  height: calc(100% - var(--smart-window-header-height));
  overflow: hidden;
  padding: 0;
  background-color: var(--smart-background);
}
.smart-window.smart-tabs-window[active] .smart-content-container > .smart-header-section,
.smart-window.smart-tabs-window[dragged] .smart-content-container > .smart-header-section,
.smart-window.smart-tabs-window[focus] .smart-content-container > .smart-header-section,
.smart-window[active] .smart-content-container > .smart-header-section,
.smart-window[dragged] .smart-content-container > .smart-header-section {
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
}
.smart-window.smart-tabs-window smart-tabs {
  width: 100%;
  height: 250px;
  min-height: 100%;
  border: initial;
  outline: 0;
  padding: 0;
}
.smart-window.smart-tabs-window smart-tabs .smart-tabs-header-items {
  width: 100%;
}
.smart-window.smart-tabs-window smart-tabs[vertical] .smart-tabs-header-items {
  width: auto;
  height: 100%;
}
.smart-window.smart-tabs-window .smart-tabs .smart-header {
  border: none;
}
.smart-window.smart-tabs-window .smart-tabs-content-section {
  margin: initial;
  border: none;
}
.smart-window.smart-tabs-window[auto-hide] {
  overflow: visible;
  height: auto;
  min-height: 0;
}
.smart-window.smart-tabs-window[auto-hide] .smart-tabs {
  min-width: 0;
  height: auto;
  min-height: 0;
}
.smart-window.smart-tabs-window[auto-hide] .smart-content-container > .smart-content {
  overflow: visible;
}
.smart-window.smart-tabs-window[auto-hide] .smart-window {
  width: auto;
  height: auto;
}
.smart-window.smart-tabs-window[auto-hide][tab-position=left],
.smart-window.smart-tabs-window[auto-hide][tab-position=left] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-position=right],
.smart-window.smart-tabs-window[auto-hide][tab-position=right] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=left],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=left] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=right],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=horizontal][tab-position=right] smart-tab,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=left],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=left] smart-tabs,
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=right],
.smart-window.smart-tabs-window[auto-hide][tab-text-orientation=vertical][tab-position=right] smart-tabs {
  width: auto;
  min-width: 0;
}
.smart-window.smart-tabs-window[tab-position=hidden] .smart-content-container > .smart-content {
  height: 100%;
}
.smart-window[collapsed],
.smart-window[collapsed].smart-window-snapped-left,
.smart-window[collapsed].smart-window-snapped-right,
.smart-window[collapsed].smart-window-snapped-top,
.smart-window[collapsed][header-position=top].smart-window-snapped-left,
.smart-window[collapsed][header-position=top].smart-window-snapped-right,
.smart-window[collapsed][header-position=top].smart-window-snapped-top,
.smart-window[collapsed][header-position=bottom].smart-window-snapped-left,
.smart-window[collapsed][header-position=bottom].smart-window-snapped-right,
.smart-window[collapsed][header-position=bottom].smart-window-snapped-top {
  height: var(--smart-window-header-height);
}
.smart-window.smart-tabs-window smart-tab-item {
  padding: 5px;
  user-select: text;
  -webkit-user-select: text;
}
.smart-window[minimized] {
  max-width: var(--smart-window-min-width);
  min-height: var(--smart-window-header-height);
  cursor: default;
}
.smart-window[minimized] .smart-content-container > .smart-header-section {
  cursor: default;
}
.smart-window[minimized] .smart-content-container > .smart-content {
  padding: initial;
}
.smart-window[minimized] .smart-minimize-button:after {
  content: var(--smart-icon-arrow-up-alt);
  transform: rotate(-45deg);
  margin-top: -1px;
}
.smart-window.smart-progress-window.smart-visibility-hidden smart-progress-bar,
.smart-window[maximized].smart-visibility-hidden {
  transform: scale(0);
}
.smart-window[maximized] .smart-content-container > .smart-header-section {
  cursor: initial;
}
.smart-window.smart-wait-window .smart-content-container > .smart-header-section,
.smart-window[pinned] .smart-content-container > .smart-header-section {
  cursor: default;
}
.smart-window[maximized] .smart-header-section .smart-maximize-button:after {
  content: var(--smart-icon-window-restore);
  font-size: 100%;
}
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-left,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-left > .smart-header-section,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-right,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-bottom-right > .smart-header-section,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-left,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-left > .smart-header-section,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-right,
.smart-window[collapsed] .smart-content-container.smart-window-resizing-top-right > .smart-header-section,
.smart-window[disabled] .smart-header-section > .smart-buttons-container button {
  cursor: initial;
}
.smart-window[pinned] .smart-header-section .smart-pin-button:after {
  content: var(--smart-icon-window-pin);
  transform: rotate(-45deg);
}
.smart-window[collapsed] .smart-header-section .smart-collapse-button:after {
  transform: rotate(180deg) translateY(1px);
}
.smart-window[collapsed][header-position=left] .smart-content-container > .smart-footer,
.smart-window[collapsed][header-position=left] .smart-content-container > .smart-header-section,
.smart-window[collapsed][header-position=right] .smart-content-container > .smart-footer,
.smart-window[collapsed][header-position=right] .smart-content-container > .smart-header-section {
  min-width: var(--smart-window-header-height);
}
.smart-window[collapsed][header-position=left].smart-window-snapped-left,
.smart-window[collapsed][header-position=left].smart-window-snapped-right,
.smart-window[collapsed][header-position=left].smart-window-snapped-top,
.smart-window[collapsed][header-position=right].smart-window-snapped-left,
.smart-window[collapsed][header-position=right].smart-window-snapped-right,
.smart-window[collapsed][header-position=right].smart-window-snapped-top {
  height: 100%;
  width: var(--smart-window-header-height);
  min-width: initial;
}
.smart-window[collapsed][maximized] {
  height: var(--smart-window-header-height);
}
.smart-window[resize-indicator] .smart-content-container:after,
.smart-window[resize-indicator] .smart-content-container:before {
  width: 10px;
  height: 10px;
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-minus);
  font-size: 10px;
  position: absolute;
}
.smart-window[collapsed][maximized][header-position=left] .smart-content-container > .smart-footer,
.smart-window[collapsed][maximized][header-position=left] .smart-content-container > .smart-header-section,
.smart-window[collapsed][maximized][header-position=right] .smart-content-container > .smart-footer,
.smart-window[collapsed][maximized][header-position=right] .smart-content-container > .smart-header-section {
  min-width: var(--smart-window-header-height);
}
.smart-window[dragged] {
  opacity: .5;
  z-index: calc(1 + var(--smart-editor-drop-down-z-index));
  transition: none;
}
.smart-window[dragged] .smart-content-container {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-window[resized] .smart-content-container {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-window[resize-indicator] .smart-content-container:before {
  top: calc(100% - 13px);
  left: calc(100% - 10px);
  transform: rotate(-45deg) scaleX(2);
}
.smart-window[resize-indicator] .smart-content-container:after {
  top: calc(100% - 9px);
  left: calc(100% - 8px);
  transform: rotate(-45deg);
}
.smart-window[resize-indicator][resize-mode=left] .smart-content-container:before,
.smart-window[resize-indicator][resize-mode=top] .smart-content-container:before {
  top: 0;
  left: 5px;
}
.smart-window[resize-indicator][resize-mode=left] .smart-content-container:after,
.smart-window[resize-indicator][resize-mode=top] .smart-content-container:after {
  top: 4px;
  left: 5px;
}
.smart-window[resize-indicator][collapsed] .smart-content-container:after,
.smart-window[resize-indicator][collapsed] .smart-content-container:before {
  content: "";
}
.smart-window[header-position=none] .smart-content-container > .smart-content {
  height: 100%;
}
.smart-window[header-position=bottom] .smart-content-container {
  flex-direction: column-reverse;
}
.smart-window[header-position=left] .smart-content-container {
  flex-direction: row;
}
.smart-window[header-position=left] .smart-content-container .smart-header-section {
  flex-direction: column;
}
.smart-window[header-position=left] .smart-content-container .smart-header-section .smart-collapse-button:after {
  transform: rotate(275deg) translateY(1px);
}
.smart-window[header-position=left][collapsed] .smart-content-container .smart-header-section .smart-collapse-button:after,
.smart-window[header-position=right] .smart-content-container .smart-header-section .smart-collapse-button:after {
  transform: rotate(90deg) translateY(1px);
}
.smart-window[header-position=left] .smart-content-container .smart-header-section > .smart-header {
  writing-mode: vertical-lr;
}
.smart-window[header-position=left] .smart-content-container > .smart-footer,
.smart-window[header-position=left] .smart-content-container > .smart-header-section {
  width: var(--smart-window-header-height);
  min-width: var(--smart-window-header-height);
  height: 100%;
}
.smart-window[header-position=right] .smart-content-container {
  flex-direction: row-reverse;
}
.smart-window[header-position=right] .smart-content-container .smart-header-section {
  flex-direction: column;
}
.smart-window[header-position=right] .smart-content-container .smart-header-section > .smart-header {
  writing-mode: vertical-lr;
}
.smart-window[header-position=right] .smart-content-container > .smart-footer,
.smart-window[header-position=right] .smart-content-container > .smart-header-section {
  width: var(--smart-window-header-height);
  min-width: var(--smart-window-header-height);
  height: 100%;
}
.smart-window[header-position=right][collapsed] .smart-content-container .smart-header-section .smart-collapse-button:after {
  transform: rotate(275deg) translateY(1px);
}
.smart-window[header-position=left],
.smart-window[header-position=right] {
  min-width: var(--smart-window-header-height);
  min-height: var(--smart-window-min-width);
}
.smart-window[header-position=left].smart-window-snapped-left,
.smart-window[header-position=left].smart-window-snapped-right,
.smart-window[header-position=right].smart-window-snapped-left,
.smart-window[header-position=right].smart-window-snapped-right {
  height: 100%;
  width: 50%;
}
.smart-window[header-position=left].smart-window-snapped-top,
.smart-window[header-position=right].smart-window-snapped-top {
  height: 100%;
  width: 100%;
}
.smart-window[header-position=left][minimized],
.smart-window[header-position=right][minimized] {
  max-width: var(--smart-window-header-height);
}
.smart-window[header-position=left] .smart-content-container > .smart-content,
.smart-window[header-position=right] .smart-content-container > .smart-content {
  height: 100%;
}
.smart-window[header-position=left] .smart-content-container > .smart-header-section .smart-buttons-container,
.smart-window[header-position=right] .smart-content-container > .smart-header-section .smart-buttons-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: initial;
}
.smart-window.smart-alert-window .smart-cancel-button,
.smart-window[footer-position=none] .smart-content-container > .smart-footer {
  display: none;
}
.smart-window[header-position=left] .smart-content-container > .smart-header-section .smart-buttons-container button,
.smart-window[header-position=right] .smart-content-container > .smart-header-section .smart-buttons-container button {
  margin-left: initial;
  margin-top: 1px;
}
.smart-window[header-position=left] .smart-content-container > .smart-header-section .smart-buttons-container button:first-of-type,
.smart-window[header-position=right] .smart-content-container > .smart-header-section .smart-buttons-container button:first-of-type {
  margin-top: initial;
}
.smart-window[footer-template] .smart-content-container > .smart-content {
  height: calc(100% - var(--smart-window-header-height) - var(--smart-window-footer-height));
}
.smart-window[footer-template=null] .smart-content-container > .smart-content {
  height: calc(100% - var(--smart-window-header-height));
}
.smart-window.smart-window-snapped-left,
.smart-window.smart-window-snapped-right,
.smart-window.smart-window-snapped-top {
  height: 100%;
  z-index: 9999;
  box-shadow: none;
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-window.smart-window-snapped-left[ontop],
.smart-window.smart-window-snapped-right[ontop],
.smart-window.smart-window-snapped-top[ontop] {
  z-index: 10000;
  box-shadow: none;
}
.smart-window.smart-window-snapped-left,
.smart-window.smart-window-snapped-right {
  width: 50%;
}
.smart-window.smart-window-snapped-top {
  width: 100%;
}
.smart-window.smart-alert-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-dialog-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-progress-window .smart-content-container > .smart-footer .smart-button,
.smart-window.smart-prompt-window .smart-content-container > .smart-footer .smart-button {
  width: var(--smart-window-footer-button-width);
  height: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: var(--smart-button-text-transform);
  font-weight: 500;
  letter-spacing: .08929em;
  overflow: hidden;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  border-width: var(--smart-border-width);
  border-style: solid;
}
.smart-window.smart-alert-window,
.smart-window.smart-dialog-window,
.smart-window.smart-prompt-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-alert-window,
.smart-window.smart-alert-window[collapsed][header-position=left],
.smart-window.smart-alert-window[collapsed][header-position=right],
.smart-window.smart-alert-window[collapsed][maximized][header-position=left],
.smart-window.smart-alert-window[collapsed][maximized][header-position=right],
.smart-window.smart-dialog-window,
.smart-window.smart-dialog-window[collapsed][header-position=left],
.smart-window.smart-dialog-window[collapsed][header-position=right],
.smart-window.smart-dialog-window[collapsed][maximized][header-position=left],
.smart-window.smart-dialog-window[collapsed][maximized][header-position=right],
.smart-window.smart-multiline-prompt-window,
.smart-window.smart-multiline-prompt-window[collapsed][header-position=left],
.smart-window.smart-multiline-prompt-window[collapsed][header-position=right],
.smart-window.smart-multiline-prompt-window[collapsed][maximized][header-position=left],
.smart-window.smart-multiline-prompt-window[collapsed][maximized][header-position=right],
.smart-window.smart-progress-window,
.smart-window.smart-prompt-window,
.smart-window.smart-prompt-window[collapsed][header-position=left],
.smart-window.smart-prompt-window[collapsed][header-position=right],
.smart-window.smart-prompt-window[collapsed][maximized][header-position=left],
.smart-window.smart-prompt-window[collapsed][maximized][header-position=right] {
  height: var(--smart-window-default-height);
}
.smart-window.smart-alert-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-dialog-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-progress-window .smart-content-container > .smart-footer .smart-button:focus,
.smart-window.smart-prompt-window .smart-content-container > .smart-footer .smart-button:focus {
  color: var(--smart-ui-state-color-focus);
  border-color: var(--smart-ui-state-focus);
  background-color: var(--smart-ui-state-focus);
  opacity: var(--smart-button-opacity-focus);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer smart-progress-bar > .smart-container,
.smart-window.smart-progress-window smart-progress-bar .smart-value {
  border: initial;
}
.smart-window.smart-dialog-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-alert-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-prompt-window .smart-content-container > .smart-content {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.smart-window.smart-prompt-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-prompt-window smart-text-box {
  width: 100%;
  margin-top: 5px;
}
.smart-window.smart-multiline-prompt-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-multiline-prompt-window smart-multiline-text-box {
  width: 100%;
  margin-top: 5px;
}
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-content {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.smart-window.smart-multiline-prompt-window .smart-content-container > .smart-footer button:first-child {
  margin-right: 10px;
}
.smart-window.smart-progress-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-progress-window smart-progress-bar.smart-visibility-hidden {
  transition: none;
}
.smart-window.smart-progress-window .smart-content-container > .smart-content {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer smart-progress-bar {
  width: 100%;
  height: 100%;
  box-shadow: initial;
  background-color: var(--smart-surface);
  transition: opacity .25s ease-in, visibility .25s cubic-bezier(0, 0, .2, 1);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer smart-progress-bar.smart-visibility-hidden {
  opacity: .5;
  transition: opacity .25s ease-out, visibility .25s cubic-bezier(0, 0, .2, 1);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer button.smart-button {
  position: absolute;
  width: calc(100% - 13px);
  height: calc(100% - 13px);
  top: 6.5px;
  left: 6.5px;
  text-align: center;
  background-color: rgba(224, 224, 224, .5);
}
.smart-window.smart-progress-window[collapsed][header-position=left],
.smart-window.smart-progress-window[collapsed][header-position=right],
.smart-window.smart-progress-window[collapsed][maximized][header-position=left],
.smart-window.smart-progress-window[collapsed][maximized][header-position=right],
.smart-window.smart-wait-window {
  height: var(--smart-window-default-height);
}
.smart-window.smart-progress-window .smart-content-container > .smart-footer button.smart-button.smart-visibility-hidden {
  top: 100%;
}
.smart-window.smart-progress-window:not([animation=none]) .smart-content-container > .smart-footer button,
.smart-window.smart-progress-window:not([animation=none]) .smart-content-container > .smart-footer button.smart-visibility-hidden {
  transition: top .25s cubic-bezier(0, 0, .2, 1), visibility .25s cubic-bezier(0, 0, .2, 1);
}
.smart-window.smart-wait-window {
  width: var(--smart-window-default-width);
  top: calc(50% - var(--smart-window-default-height)/ 2);
  left: calc(50% - var(--smart-window-default-width)/ 2);
}
.smart-window.smart-wait-window .smart-content-container > .smart-content smart-progress-bar {
  width: 100%;
  height: 75%;
}
.smart-window.smart-wait-window[collapsed][header-position=left],
.smart-window.smart-wait-window[collapsed][header-position=right],
.smart-window.smart-wait-window[collapsed][maximized][header-position=left],
.smart-window.smart-wait-window[collapsed][maximized][header-position=right] {
  height: var(--smart-window-default-height);
}
smart-window.smart-window[collapsed][header-position=left],
smart-window.smart-window[collapsed][header-position=right],
smart-window.smart-window[collapsed][maximized][header-position=left],
smart-window.smart-window[collapsed][maximized][header-position=right] {
  width: var(--smart-window-header-height);
  min-width: initial;
  height: var(--smart-window-default-height);
}
.smart-modal {
  position: absolute;
  opacity: .5;
  background-color: var(--smart-disabled);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.smart-window-resize-feedback {
  position: absolute;
  z-index: 10000;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border: 2.5px solid #000;
  box-sizing: border-box;
}
smart-docking-layout .smart-window-resize-feedback {
  border: 2.5px solid #d3d3d3;
}
.smart-window-snap-bottom-feedback,
.smart-window-snap-left-feedback,
.smart-window-snap-right-feedback,
.smart-window-snap-top-feedback {
  position: absolute;
  height: calc(100% - 10px);
  top: 5px;
  bottom: 5px;
  opacity: .65;
  box-shadow: 0 0 1px 1px #8a8a8a;
  border-radius: 2px;
  transition: all 50ms cubic-bezier(.4, 0, .6, 1);
  animation: scaleIn .2s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
  pointer-events: none;
}
.smart-window-snap-bottom-feedback.smart-visibility-hidden,
.smart-window-snap-left-feedback.smart-visibility-hidden,
.smart-window-snap-right-feedback.smart-visibility-hidden,
.smart-window-snap-top-feedback.smart-visibility-hidden {
  transition:
    animation .2s cubic-bezier(.4, 0, .6, 1),
    visibility .2s cubic-bezier(.4, 0, .6, 1),
    top .2s cubic-bezier(.4, 0, .2, 1),
    left .2s cubic-bezier(.4, 0, .2, 1);
  animation: scaleOut .2s cubic-bezier(.4, 0, .6, 1);
  transform: scale(0);
}
.smart-window-snap-right-feedback {
  width: 50%;
  left: calc(50% - 5px);
  transform-origin: right;
}
.smart-window-snap-left-feedback {
  width: 50%;
  left: 5px;
  transform-origin: left;
}
.smart-window-snap-bottom-feedback,
.smart-window-snap-top-feedback {
  width: calc(100% - 10px);
  left: 5px;
  transform-origin: top;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(.5);
    opacity: .5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.5);
    opacity: .5;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaleInRight {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(.5);
    opacity: .5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.smart-window[right-to-left] .smart-content-container > .smart-content,
.smart-window[right-to-left] .smart-content-container > .smart-footer,
.smart-window[right-to-left] .smart-content-container > .smart-header-section {
  direction: rtl;
}
.smart-window[right-to-left][header-position=left] .smart-header-section > .smart-header,
.smart-window[right-to-left][header-position=right] .smart-header-section > .smart-header {
  writing-mode: vertical-rl;
}
.smart-window[right-to-left].smart-alert-window .smart-content-container > .smart-footer button:first-child,
.smart-window[right-to-left].smart-dialog-window .smart-content-container > .smart-footer button:first-child,
.smart-window[right-to-left].smart-multiline-prompt-window .smart-content-container > .smart-footer button:first-child,
.smart-window[right-to-left].smart-prompt-window .smart-content-container > .smart-footer button:first-child {
  margin-left: 10px;
  margin-right: initial;
}
.smart-tabs-window[right-to-left] .smart-content-container > .smart-content {
  direction: initial;
}
.smart-grid-layout .col,
.smart-grid-layout .col-1,
.smart-grid-layout .col-10,
.smart-grid-layout .col-11,
.smart-grid-layout .col-12,
.smart-grid-layout .col-2,
.smart-grid-layout .col-3,
.smart-grid-layout .col-4,
.smart-grid-layout .col-5,
.smart-grid-layout .col-6,
.smart-grid-layout .col-7,
.smart-grid-layout .col-8,
.smart-grid-layout .col-9,
.smart-grid-layout .col-lg,
.smart-grid-layout .col-lg-1,
.smart-grid-layout .col-lg-10,
.smart-grid-layout .col-lg-11,
.smart-grid-layout .col-lg-12,
.smart-grid-layout .col-lg-2,
.smart-grid-layout .col-lg-3,
.smart-grid-layout .col-lg-4,
.smart-grid-layout .col-lg-5,
.smart-grid-layout .col-lg-6,
.smart-grid-layout .col-lg-7,
.smart-grid-layout .col-lg-8,
.smart-grid-layout .col-lg-9,
.smart-grid-layout .col-md,
.smart-grid-layout .col-md-1,
.smart-grid-layout .col-md-10,
.smart-grid-layout .col-md-11,
.smart-grid-layout .col-md-12,
.smart-grid-layout .col-md-2,
.smart-grid-layout .col-md-3,
.smart-grid-layout .col-md-4,
.smart-grid-layout .col-md-5,
.smart-grid-layout .col-md-6,
.smart-grid-layout .col-md-7,
.smart-grid-layout .col-md-8,
.smart-grid-layout .col-md-9,
.smart-grid-layout .col-sm,
.smart-grid-layout .col-sm-1,
.smart-grid-layout .col-sm-10,
.smart-grid-layout .col-sm-11,
.smart-grid-layout .col-sm-12,
.smart-grid-layout .col-sm-2,
.smart-grid-layout .col-sm-3,
.smart-grid-layout .col-sm-4,
.smart-grid-layout .col-sm-5,
.smart-grid-layout .col-sm-6,
.smart-grid-layout .col-sm-7,
.smart-grid-layout .col-sm-8,
.smart-grid-layout .col-sm-9,
.smart-grid-layout .col-xl,
.smart-grid-layout .col-xl-1,
.smart-grid-layout .col-xl-10,
.smart-grid-layout .col-xl-11,
.smart-grid-layout .col-xl-12,
.smart-grid-layout .col-xl-2,
.smart-grid-layout .col-xl-3,
.smart-grid-layout .col-xl-4,
.smart-grid-layout .col-xl-5,
.smart-grid-layout .col-xl-6,
.smart-grid-layout .col-xl-7,
.smart-grid-layout .col-xl-8,
.smart-grid-layout .col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px;
  box-sizing: border-box;
  grid-column: span 12;
}
.smart-grid-layout,
.smart-grid-layout .row {
  display: grid;
  width: var(--smart-grid-layout-width);
  grid-gap: var(--smart-grid-layout-row-gap);
  grid-column-gap: var(--smart-grid-layout-col-gap);
  grid-template-columns: repeat(12, 1fr);
  box-sizing: border-box;
}
.smart-grid-layout {
  grid-template-rows: var(--smart-grid-layout-rows);
  padding: 0;
}
.smart-grid-layout .row {
  margin-right: auto;
  margin-left: auto;
  grid-column: span 12;
}
.smart-grid-layout.no-gaps,
.smart-grid-layout.no-gaps .row {
  --smart-grid-row-gap:0px;
  --smart-grid-column-gap:0px;
  grid-columns-gap: 0;
  grid-gap: 0;
}
.smart-grid-layout .order-0 {
  order: -1;
}
.smart-grid-layout .order-1 {
  order: 0;
}
.smart-grid-layout .order-2 {
  order: 1;
}
.smart-grid-layout .order-3 {
  order: 2;
}
.smart-grid-layout .order-4 {
  order: 3;
}
.smart-grid-layout .order-5 {
  order: 4;
}
.smart-grid-layout .order-6 {
  order: 5;
}
.smart-grid-layout .order-7 {
  order: 6;
}
.smart-grid-layout .order-8 {
  order: 7;
}
.smart-grid-layout .order-9 {
  order: 8;
}
.smart-grid-layout .order-10 {
  order: 9;
}
.smart-grid-layout .order-11 {
  order: 10;
}
.smart-grid-layout .order-12 {
  order: 11;
}
.smart-grid-layout [span="1"] {
  grid-row: span 1;
}
.smart-grid-layout [span="2"] {
  grid-row: span 2;
}
.smart-grid-layout [span="3"] {
  grid-row: span 3;
}
.smart-grid-layout [span="4"] {
  grid-row: span 4;
}
.smart-grid-layout [span="5"] {
  grid-row: span 5;
}
.smart-grid-layout [span="6"] {
  grid-row: span 6;
}
.smart-grid-layout [span="7"] {
  grid-row: span 7;
}
.smart-grid-layout [span="8"] {
  grid-row: span 8;
}
.smart-grid-layout [span="9"] {
  grid-row: span 9;
}
.smart-grid-layout [span="10"] {
  grid-row: span 10;
}
.smart-grid-layout [span="11"] {
  grid-row: span 11;
}
.smart-grid-layout [span="12"] {
  grid-row: span 12;
}
.smart-grid-layout .col-1 {
  grid-column: span 1;
}
.smart-grid-layout .col-2 {
  grid-column: span 2;
}
.smart-grid-layout .col-3 {
  grid-column: span 3;
}
.smart-grid-layout .col-4 {
  grid-column: span 4;
}
.smart-grid-layout .col-5 {
  grid-column: span 5;
}
.smart-grid-layout .col-6 {
  grid-column: span 6;
}
.smart-grid-layout .col-7 {
  grid-column: span 7;
}
.smart-grid-layout .col-8 {
  grid-column: span 8;
}
.smart-grid-layout .col-9 {
  grid-column: span 9;
}
.smart-grid-layout .col-10 {
  grid-column: span 10;
}
.smart-grid-layout .col-11 {
  grid-column: span 11;
}
.smart-grid-layout .col-12 {
  grid-column: span 12;
}
@media (min-width: 576px) {
  .smart-grid-layout.fixed {
    max-width: 540px;
  }
  .smart-grid-layout .col-sm-1 {
    grid-column: span 1;
  }
  .smart-grid-layout .col-sm-2 {
    grid-column: span 2;
  }
  .smart-grid-layout .col-sm-3 {
    grid-column: span 3;
  }
  .smart-grid-layout .col-sm-4 {
    grid-column: span 4;
  }
  .smart-grid-layout .col-sm-5 {
    grid-column: span 5;
  }
  .smart-grid-layout .col-sm-6 {
    grid-column: span 6;
  }
  .smart-grid-layout .col-sm-7 {
    grid-column: span 7;
  }
  .smart-grid-layout .col-sm-8 {
    grid-column: span 8;
  }
  .smart-grid-layout .col-sm-9 {
    grid-column: span 9;
  }
  .smart-grid-layout .col-sm-10 {
    grid-column: span 10;
  }
  .smart-grid-layout .col-sm-11 {
    grid-column: span 11;
  }
  .smart-grid-layout .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 768px) {
  .smart-grid-layout.fixed {
    max-width: 720px;
  }
  .smart-grid-layout .col-md-1 {
    grid-column: span 1;
  }
  .smart-grid-layout .col-md-2 {
    grid-column: span 2;
  }
  .smart-grid-layout .col-md-3 {
    grid-column: span 3;
  }
  .smart-grid-layout .col-md-4 {
    grid-column: span 4;
  }
  .smart-grid-layout .col-md-5 {
    grid-column: span 5;
  }
  .smart-grid-layout .col-md-6 {
    grid-column: span 6;
  }
  .smart-grid-layout .col-md-7 {
    grid-column: span 7;
  }
  .smart-grid-layout .col-md-8 {
    grid-column: span 8;
  }
  .smart-grid-layout .col-md-9 {
    grid-column: span 9;
  }
  .smart-grid-layout .col-md-10 {
    grid-column: span 10;
  }
  .smart-grid-layout .col-md-11 {
    grid-column: span 11;
  }
  .smart-grid-layout .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .smart-grid-layout.fixed {
    max-width: 960px;
  }
  .smart-grid-layout .col-lg-1 {
    grid-column: span 1;
  }
  .smart-grid-layout .col-lg-2 {
    grid-column: span 2;
  }
  .smart-grid-layout .col-lg-3 {
    grid-column: span 3;
  }
  .smart-grid-layout .col-lg-4 {
    grid-column: span 4;
  }
  .smart-grid-layout .col-lg-5 {
    grid-column: span 5;
  }
  .smart-grid-layout .col-lg-6 {
    grid-column: span 6;
  }
  .smart-grid-layout .col-lg-7 {
    grid-column: span 7;
  }
  .smart-grid-layout .col-lg-8 {
    grid-column: span 8;
  }
  .smart-grid-layout .col-lg-9 {
    grid-column: span 9;
  }
  .smart-grid-layout .col-lg-10 {
    grid-column: span 10;
  }
  .smart-grid-layout .col-lg-11 {
    grid-column: span 11;
  }
  .smart-grid-layout .col-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1200px) {
  .smart-grid-layout.fixed {
    max-width: 1140px;
  }
  .smart-grid-layout .col-xl-1 {
    grid-column: span 1;
  }
  .smart-grid-layout .col-xl-2 {
    grid-column: span 2;
  }
  .smart-grid-layout .col-xl-3 {
    grid-column: span 3;
  }
  .smart-grid-layout .col-xl-4 {
    grid-column: span 4;
  }
  .smart-grid-layout .col-xl-5 {
    grid-column: span 5;
  }
  .smart-grid-layout .col-xl-6 {
    grid-column: span 6;
  }
  .smart-grid-layout .col-xl-7 {
    grid-column: span 7;
  }
  .smart-grid-layout .col-xl-8 {
    grid-column: span 8;
  }
  .smart-grid-layout .col-xl-9 {
    grid-column: span 9;
  }
  .smart-grid-layout .col-xl-10 {
    grid-column: span 10;
  }
  .smart-grid-layout .col-xl-11 {
    grid-column: span 11;
  }
  .smart-grid-layout .col-xl-12 {
    grid-column: span 12;
  }
}
.smart-stack-layout {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  align-items: baseline;
  padding: 15px;
}
.smart-stack-layout .item {
  display: flex;
  border-radius: 0;
  box-shadow: none;
  min-width: 100px;
}
.smart-stack-layout.vertical {
  flex-direction: column;
}
.smart-stack-layout:not(.space-around):not(.space-evenly):not(.space-between):not(.vertical) .item:first-child {
  border-top-left-radius: var(--smart-border-radius);
  border-bottom-left-radius: var(--smart-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-stack-layout:not(.space-around):not(.space-evenly):not(.space-between):not(.vertical) .item:last-child {
  border-top-right-radius: var(--smart-border-radius);
  border-bottom-right-radius: var(--smart-border-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.smart-stack-layout:not(.space-around):not(.space-evenly):not(.space-between).vertical .item:first-child {
  border-top-left-radius: var(--smart-border-radius);
  border-top-right-radius: var(--smart-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-stack-layout:not(.space-around):not(.space-evenly):not(.space-between).vertical .item:last-child {
  border-bottom-right-radius: var(--smart-border-radius);
  border-bottom-left-radius: var(--smart-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.smart-stack-layout.spacing .item {
  margin: 0 6px;
}
.smart-stack-layout.spacing.vertical .item {
  margin: 6px 0;
}
.smart-stack-layout.spacing-2 .item {
  margin: 0 12px;
}
.smart-stack-layout.spacing-2.vertical .item {
  margin: 12px 0;
}
.smart-stack-layout.spacing-3 .item {
  margin: 0 24px;
}
.smart-stack-layout.spacing-3.vertical .item {
  margin: 24px 0;
}
.smart-stack-layout.spacing-4 .item {
  margin: 0 48px;
}
.smart-stack-layout.spacing-4.vertical .item {
  margin: 48px 0;
}
.smart-stack-layout.spacing-5 .item {
  margin: 0 64px;
}
.smart-stack-layout.spacing-5.vertical .item {
  margin: 64px 0;
}
.smart-stack-layout.spacing-6 .item {
  margin: 0 128px;
}
.smart-stack-layout.spacing-6.vertical .item {
  margin: 128px 0;
}
.smart-stack-layout.spacing-2:not(.vertical) .item:first-child,
.smart-stack-layout.spacing-3:not(.vertical) .item:first-child,
.smart-stack-layout.spacing-4:not(.vertical) .item:first-child,
.smart-stack-layout.spacing-5:not(.vertical) .item:first-child,
.smart-stack-layout.spacing-6:not(.vertical) .item:first-child,
.smart-stack-layout.spacing:not(.vertical) .item:first-child {
  margin-left: 0;
}
.smart-stack-layout.spacing-2:not(.vertical) .item:last-child,
.smart-stack-layout.spacing-3:not(.vertical) .item:last-child,
.smart-stack-layout.spacing-4:not(.vertical) .item:last-child,
.smart-stack-layout.spacing-5:not(.vertical) .item:last-child,
.smart-stack-layout.spacing-6:not(.vertical) .item:last-child,
.smart-stack-layout.spacing:not(.vertical) .item:last-child {
  margin-right: 0;
}
.smart-stack-layout.spacing-2.vertical .item:first-child,
.smart-stack-layout.spacing-3.vertical .item:first-child,
.smart-stack-layout.spacing-4.vertical .item:first-child,
.smart-stack-layout.spacing-5.vertical .item:first-child,
.smart-stack-layout.spacing-6.vertical .item:first-child,
.smart-stack-layout.spacing.vertical .item:first-child {
  margin-top: 0;
}
.smart-stack-layout.spacing-2.vertical .item:last-child,
.smart-stack-layout.spacing-3.vertical .item:last-child,
.smart-stack-layout.spacing-4.vertical .item:last-child,
.smart-stack-layout.spacing-5.vertical .item:last-child,
.smart-stack-layout.spacing-6.vertical .item:last-child,
.smart-stack-layout.spacing.vertical .item:last-child {
  margin-bottom: 0;
}
.smart-stack-layout .top,
.smart-stack-layout:not(.vertical).top {
  align-items: flex-start;
}
.smart-stack-layout .right,
.smart-stack-layout:not(.vertical).right {
  justify-content: flex-end;
}
.smart-stack-layout .bottom,
.smart-stack-layout:not(.vertical).bottom {
  align-items: flex-end;
}
.smart-stack-layout .left,
.smart-stack-layout:not(.vertical).left {
  justify-content: flex-start;
}
.smart-stack-layout .center,
.smart-stack-layout:not(.vertical).center {
  justify-content: center;
}
.smart-stack-layout .middle,
.smart-stack-layout:not(.vertical).middle {
  align-items: center;
}
.smart-stack-layout .space-between,
.smart-stack-layout.space-between {
  justify-content: space-between;
}
.smart-stack-layout .space-evenly,
.smart-stack-layout.space-evenly {
  justify-content: space-evenly;
}
.smart-stack-layout .space-around,
.smart-stack-layout.space-around {
  justify-content: space-around;
}
.smart-stack-layout.vertical.top {
  justify-content: flex-start;
}
.smart-stack-layout.vertical.right {
  align-items: flex-end;
}
.smart-stack-layout.vertical.bottom {
  justify-content: flex-end;
}
.smart-stack-layout.vertical.left {
  align-items: flex-start;
}
.smart-stack-layout.vertical.center {
  align-items: center;
}
.smart-stack-layout.vertical.middle {
  justify-content: center;
}
.smart-stack-layout.stretch:not(.vertical) .item,
.smart-stack-layout.vertical.vertical-stretch .item {
  flex: 1;
}
.smart-stack-layout.stretch:not(.vertical) .item.flex-2,
.smart-stack-layout.vertical.vertical-stretch .item.flex-2 {
  flex: 2;
}
.smart-stack-layout.stretch:not(.vertical) .item.flex-3,
.smart-stack-layout.vertical.vertical-stretch .item.flex-3 {
  flex: 3;
}
.smart-stack-layout.stretch:not(.vertical) .item.flex-4,
.smart-stack-layout.vertical.vertical-stretch .item.flex-4 {
  flex: 4;
}
.smart-stack-layout.stretch:not(.vertical) .item.flex-5,
.smart-stack-layout.vertical.vertical-stretch .item.flex-5 {
  flex: 5;
}
.smart-stack-layout.stretch:not(.vertical) .item.flex-6,
.smart-stack-layout.vertical.vertical-stretch .item.flex-6 {
  flex: 6;
}
.smart-stack-layout.stretch.vertical,
.smart-stack-layout:not(.vertical).vertical-stretch {
  align-items: stretch;
}
.smart-validation-error:not(smart-check-box) > div.smart-container:after,
.smart-validation-success:not(smart-check-box) > div.smart-container:after {
  left: calc(100% + 20px);
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-weight: 700;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.smart-validation-error:not(.underlined):not(.outlined),
.smart-validation-error:not(.underlined):not(.outlined) input,
.smart-validation-error:not(.underlined):not(.outlined) span {
  border-color: var(--smart-error) !important;
  outline: 0;
}
.smart-validation-error:not(smart-check-box) > div.smart-container:after {
  background-color: var(--smart-error);
  color: var(--smart-error-color);
  content: "!";
}
.smart-success-label-like-after-element:after,
.smart-validation-success:not(smart-check-box) > div.smart-container:after {
  color: var(--smart-success-color);
  content: "\2713";
  background-color: var(--smart-success);
}
.smart-validation-error.smart-element:not(.outlined):not(.underlined) .smart-hint::after {
  background-color: var(--smart-error);
}
.smart-validation-success.smart-element:not(.outlined):not(.underlined) .smart-hint::after {
  background-color: var(--smart-success);
}
input[type=checkbox].smart-validation-error,
input[type=radio].smart-validation-error {
  outline: auto;
  outline-color: var(--smart-error);
}
input.smart-validation-error {
  border-style: solid;
  border-width: 1px;
}
.smart-error-label-like-after-element:after,
.smart-success-label-like-after-element:after {
  pointer-events: none;
  font-weight: 700;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  top: 50%;
  position: absolute;
  left: calc(50% + 15px);
  transform: translate(-50%, -50%);
}
.smart-error-label-like-after-element,
.smart-success-label-like-after-element {
  position: relative;
}
.smart-error-label-like-after-element:after {
  background-color: var(--smart-error);
  color: var(--smart-error-color);
  content: "!";
}
.smart-validation-summary {
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  color: var(--smart-error);
}
.smart-validation-summary span {
  display: block;
  margin-top: 5px;
}
.smart-error-holder {
  position: absolute;
  font-size: var(--smart-font-size);
  background-color: var(--smart-error);
  color: var(--smart-error-color);
  padding: 10px;
  pointer-events: none;
  z-index: var(--smart-editor-drop-down-z-index);
  margin-top: 10px;
}
.smart-error-holder.smart-error-hint-position-right {
  white-space: nowrap;
}
.smart-input-buttons-elements-holder {
  display: grid;
  grid-template-columns: var(--smart-date-format-panel-smart-inputs-container-width) var(--smart-date-format-panel-apply-container-width);
  grid-template-rows: auto;
  grid-column-gap: var(--smart-date-format-panel-smart-input-buttons-column-gap);
}
.smart-input-and-add-formats-holder {
  border: var(--smart-date-format-panel-border-size) solid var(--smart-date-format-panel-border-color);
  border-radius: var(--smart-date-format-panel-border-radius);
  display: grid;
  grid-template-columns: var(--smart-date-format-panel-smart-inputs-holder-width) var(--smart-date-format-panel-add-format-holder-width);
  grid-template-rows: auto;
  align-items: baseline;
  justify-content: center;
}
.smart-input-list-holder {
  padding: var(--smart-date-format-panel-smart-inputs-list-holder-offset);
}
.smart-input-list-holder:empty {
  border: none;
}
.smart-input-list-holder smart-input {
  display: inline-flex;
  height: var(--smart-date-format-panel-smart-input-height);
  margin: var(--smart-date-format-panel-each-smart-input-offset);
}
.smart-input-list-holder .format-smart-input-list {
  width: var(--smart-date-format-panel-smart-input-format-width);
}
.smart-input-list-holder .sign-smart-input {
  width: var(--smart-date-format-panel-smart-input-sign-width);
}
.all-format-holders {
  width: var(--smart-date-format-panel-all-format-holders-width);
}
.format-holder {
  width: var(--smart-date-format-panel-each-add-format-holder-width);
  text-align: center;
  float: left;
}
.add-format-holder {
  margin: var(--smart-date-format-panel-add-new-format-dropdown-offset);
  align-self: normal;
  justify-self: end;
}
.add-format-holder span.smart-drop-down-button {
  --smart-date-format-panel-smart-drop-down-button-border:transparent;
}
.add-format-holder smart-button {
  font-size: var(--smart-date-format-panel-smart-font-size);
  width: auto;
  min-width: var(--smart-date-format-panel-add-format-holder-button);
}
.use-format-button {
  margin: 0 auto;
  margin-top: var(--smart-date-format-panel-margin-from-the-top);
}
.use-format-button[disabled] {
  display: none;
}
li[value=" "] a {
  height: calc(var(--smart-date-format-panel-smart-font-size) + 2 * 8px);
}
.date-time-format-list {
  padding: 0;
  margin: 0;
  margin-top: var(--smart-date-format-panel-date-time-format-list-offset-top);
  max-height: var(--smart-date-format-panel-date-time-format-list-max-height);
  overflow-y: auto;
}
.date-time-format {
  cursor: pointer;
  border: var(--smart-date-format-panel-border-size) solid var(--smart-date-format-panel-border-color);
  border-bottom: none;
  text-align: center;
  padding: var(--smart-date-format-panel-each-date-time-format-offset);
  list-style-type: none;
  padding-left: 0;
}
.date-time-format:last-child {
  border-bottom: var(--smart-date-format-panel-border-size) solid var(--smart-date-format-panel-border-color);
}
.date-time-format:hover {
  background: #f1f1f1;
}
.text-tramsform-none {
  text-transform: none;
}
.cboth {
  clear: both;
}
.bold {
  font-weight: 700;
}
.currency-format-panel-demo-container {
  max-width: 960px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
}
.selected-currency-holder-and-apply-holder {
  display: grid;
  grid-template-columns: var(--smart-currency-format-panel-currency-holder-width) var(--smart-currency-format-panel-apply-button-width);
  grid-template-rows: auto;
  grid-column-gap: var(--smart-currency-format-panel-header-holder-offset);
}
.input-currency-formats {
  width: var(--smart-currency-format-panel-currency-holder-dropdown-button-width);
}
.selected-currency-holder {
  border: var(--smart-currency-format-panel-border-size) solid var(--smart-currency-format-panel-border-color);
  border-radius: var(--smart-currency-format-panel-border-radius);
  display: grid;
  grid-template-columns: var(--smart-currency-format-panel-currency-holder-input-width) var(--smart-currency-format-panel-currency-holder-dropdown-width);
  grid-template-rows: auto;
  align-items: baseline;
  justify-content: center;
  padding-left: var(--smart-currency-format-panel-currency-holder-padding-left);
  padding-top: var(--smart-currency-format-panel-currency-holder-padding-top);
  padding-bottom: var(--smart-currency-format-panel-currency-holder-padding-bottom);
}
.selected-currency-holder .currency-sign-input-holder {
  width: auto;
}
.selected-currency-holder .currency-sign-input-holder smart-text-box {
  width: var(--smart-currency-format-panel-currency-input-width);
}
.selected-currency-holder .currency-sign-input-holder smart-text-box input {
  border: none;
}
.currency-item,
.currency-list {
  border: var(--smart-currency-format-panel-border-size) solid var(--smart-currency-format-panel-border-color);
}
.currency-list {
  padding: 0;
  margin: 0;
  margin-top: var(--smart-currency-format-panel-currencies-margin-top);
  max-height: var(--smart-currency-format-panel-currencies-max-height);
  overflow-y: auto;
}
.currency-item {
  cursor: pointer;
  border-left: 0;
  border-bottom: none;
  padding: var(--smart-currency-format-panel-currencies-item-padding);
  padding-left: var(--smart-currency-format-panel-currencies-left-padding);
  list-style-type: none;
}
.currency-item:last-child {
  border-bottom: 0;
}
.currency-item:first-child {
  border-top: 0 !important;
}
.currency-item:hover {
  background: var(--smart-currency-format-panel-currencies-hover-background);
}
.currency-item-default-format {
  float: right;
  color: var(--smart-currency-format-panel-currencies-example-format-color);
}
.smart-appearance,
.smart-data-validation-container,
.smart-on-invalid-data-container {
  grid-template-columns: var(--smart-validation-panel-description-width) var(--smart-validation-panel-content-width);
  grid-template-rows: auto;
  grid-column-gap: 0;
}
.smart-on-invalid-data-container {
  margin-top: var(--smart-validation-panel-invalid-data-vertical-offset);
  display: grid;
}
.smart-appearance {
  margin-top: var(--smart-validation-panel-appearance-vertical-offset);
  display: grid;
}
.smart-appearance .smart-checkbox-appearance {
  display: block;
}
.smart-appearance .smart-appearance-text-box-value {
  display: inline-block;
  margin-top: var(--smart-validation-panel-appearance-textbox-vertical-offset);
}
.smart-appearance .reset-appearance {
  cursor: pointer;
  display: inline-block;
  margin-left: var(--smart-validation-panel-appearance-reset-button-left-offset);
  text-decoration: underline;
  color: var(--smart-validation-panel-appearance-reset-button-color);
}
.smart-data-validation-container {
  margin-top: var(--smart-validation-panel-criteria-container-vertical-offset);
  display: grid;
}
.smart-data-validation-container .criteria-container {
  margin-top: var(--smart-validation-panel-criteria-row-margin-top);
}
.smart-data-validation-container .right-elements {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.smart-data-validation-container .smart-criteria-container,
.smart-data-validation-container .smart-criteria-type-container {
  display: flex;
  align-items: center;
}
.smart-data-validation-container .smart-input-criteria,
.smart-data-validation-container .smart-input-criteria-type {
  display: inline-block;
  width: var(--smart-validation-panel-criteria-container-input-width);
  margin-left: var(--smart-validation-panel-criteria-container-input-horizontal-offset);
  margin-right: var(--smart-validation-panel-criteria-container-input-horizontal-offset);
}
.smart-data-validation-container .smart-input-criteria-container {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.smart-data-validation-container .smart-input-criteria-container smart-text-box {
  display: inline-block;
  width: var(--smart-validation-panel-criteria-container-textbox-width);
  margin-left: var(--smart-validation-panel-criteria-container-textbox-horizontal-offset);
  margin-right: var(--smart-validation-panel-criteria-container-textbox-horizontal-offset);
}
.smart-data-validation-container .smart-input-criteria-container smart-text-box:nth-child(1) {
  order: 1;
}
.smart-data-validation-container .smart-input-criteria-container smart-text-box:nth-child(2) {
  order: 3;
}
.smart-data-validation-container .smart-input-criteria-container .smart-text-between-inputs {
  margin: var(--smart-validation-panel-criteria-container-text-between-inputs-offset);
  order: 2;
}
.smart-criteria-container,
.smart-criteria-type-container,
.smart-input-criteria-container {
  margin-top: var(--smart-validation-panel-criteria-row-margin-top);
}
.smart-footer-buttons {
  margin-top: var(--smart-validation-panel-footer-vertical-offset);
}
.smart-footer-buttons smart-button {
  margin-left: var(--smart-validation-panel-footer-button-horizontal-offset);
  margin-right: var(--smart-validation-panel-footer-button-horizontal-offset);
}
.smart-footer-buttons smart-button.smart-remove-validation-footer-button {
  width: auto;
  color: var(--smart-validation-panel-footer-remove-validation-button-color);
  font-weight: 700;
}
.smart-footer-buttons smart-button.smart-cancel-footer-button {
  color: var(--smart-validation-panel-footer-cancel-button-color);
  font-weight: 700;
}
.smart-footer-buttons smart-button.smart-save-footer-button {
  background: var(--smart-validation-panel-footer-save-button-background);
  color: var(--smart-validation-panel-footer-save-button-color);
}
.smart-footer-buttons .right-elements {
  float: right;
}
.right-elements-reset {
  display: flex;
  align-items: center;
}
.smart-path-item,
.smart-path[hint] > .smart-container {
  align-items: flex-start;
}
.smart-path .smart-drop-down-button,
.smart-path-item {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
}
.smart-path-item {
  box-sizing: border-box;
  transition: opacity 280ms ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 9px 12px;
  width: 100%;
  height: calc(100% - var(--smart-list-item-vertical-offset));
  left: 0;
  top: 0;
  color: var(--smart-background-color);
  border-width: var(--smart-border-width);
  border-style: solid;
  border-color: transparent;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.smart-path-item .smart-ripple {
  background: var(--smart-ui-state-active);
}
.smart-path-item[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.smart-path-item[hover] {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-path-item[active] {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-border-active);
  background-color: var(--smart-ui-state-active);
  opacity: 1;
}
.smart-path-item[focus] {
  color: var(--smart-primary-color);
  border-color: var(--smart-primary);
  background-color: var(--smart-primary);
}
smart-path .smart-ripple {
  background: var(--smart-ui-state-active);
}
.smart-path,
.smart-path.smart-container {
  display: block;
  width: var(--smart-path-default-width);
  height: var(--smart-path-default-height);
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
}
.smart-path > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-path .smart-content {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
}
.smart-path .smart-content .smart-input::selection {
  background: var(--smart-editor-selection);
  color: var(--smart-editor-selection-color);
}
.smart-path .smart-input,
.smart-path input.smart-input {
  cursor: initial;
  outline: transparent solid 1px;
  width: 100%;
  height: 100%;
  border: none;
  min-height: 100%;
  vertical-align: middle;
  font-size: inherit;
  font-family: inherit;
  background-color: inherit;
  margin: 0;
  color: inherit;
  background: var(--smart-background);
  text-align: var(--smart-path-text-align);
  border-radius: 0;
}
.smart-path .smart-input:focus {
  outline: initial;
  border-color: var(--smart-primary);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-path .smart-input::-webkit-input-placeholder,
.smart-path .smart-input::placeholder {
  color: var(--smart-disabled-color);
  font-style: italic;
}
.smart-path .smart-input[hover] {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-path .smart-input[position-absolute] {
  position: absolute;
}
.smart-path div.smart-input {
  padding: calc(var(--smart-editor-label-padding) + 2 * var(--smart-border-width)) calc(var(--smart-editor-label-padding) - var(--smart-border-width));
  outline: 0;
  background: initial;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.smart-path .smart-path-input-wrapper,
.smart-path div.smart-input:after {
  padding: 0 var(--smart-editor-label-padding);
  pointer-events: none;
  white-space: nowrap;
}
.smart-path div.smart-input:after {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: var(--smart-arrow-size);
  color: var(--smart-disabled-color);
  font-style: italic;
  content: attr(placeholder);
  justify-content: initial;
  left: 0;
  opacity: 0;
}
.smart-path div.smart-input[show-placeholder]:after {
  opacity: 1;
}
.smart-path .smart-buttons-container {
  display: grid;
  width: 100%;
  grid-template-columns: var(--smart-editor-addon-width) minmax(0, 1fr) var(--smart-editor-addon-width);
  grid-column-gap: var(--smart-path-button-gap);
}
.smart-path .smart-hint,
.smart-path .smart-label {
  display: none;
  position: absolute;
}
.smart-path .smart-drop-down.smart-visibility-hidden {
  transform: scale(0);
  transition: transform .2s ease-in;
  transform-origin: left top 0;
}
.smart-path .smart-browse-button,
.smart-path .smart-drop-down-button {
  font-family: var(--smart-font-family-icon);
  font-size: 10px;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  min-height: var(--smart-editor-height);
  height: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  outline: transparent solid 1px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: var(--smart-surface);
  border-width: var(--smart-border-width);
  border-style: solid;
  color: var(--smart-background-color);
  border-color: var(--smart-border);
  transition: background-color .1s linear;
}
.smart-path .smart-browse-button span,
.smart-path .smart-drop-down-button span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smart-path .smart-browse-button span:not(.smart-ripple):after,
.smart-path .smart-drop-down-button span:not(.smart-ripple):after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  white-space: nowrap;
}
.smart-path .smart-browse-button[hover],
.smart-path .smart-drop-down-button[hover] {
  color: var(--smart-ui-state-color-hover);
  background: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-border-hover);
}
.smart-path .smart-browse-button:active,
.smart-path .smart-browse-button[active],
.smart-path .smart-drop-down-button:active,
.smart-path .smart-drop-down-button[active] {
  color: var(--smart-ui-state-color-active);
  background: var(--smart-ui-state-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-path .smart-drop-down-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-path .smart-drop-down-button span:not(.smart-ripple):after {
  content: var(--smart-icon-arrow-down);
  font-size: var(--smart-arrow-size);
}
.smart-path .smart-browse-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-path .smart-browse-button span:not(.smart-ripple):after {
  content: "...";
  font-weight: 600;
  font-size: 1rem;
}
.smart-path .smart-path-input-container {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-color: var(--smart-border);
  border-width: var(--smart-border-width);
  border-radius: 0;
}
.smart-path .smart-path-input-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: var(--smart-path-text-align);
  vertical-align: middle;
  outline: 0;
  visibility: hidden;
}
.smart-path .smart-path-input-wrapper::-moz-focus-inner {
  border: 0;
}
@-moz-document url-prefix() {
  .smart-path .smart-path-input-wrapper {
    line-height: 1rem;
  }
}
.smart-path .smart-path-multiline-container {
  cursor: initial;
  outline: transparent solid 1px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: middle;
  font-size: inherit;
  font-family: inherit;
  background-color: inherit;
  margin: 0;
  color: inherit;
  background: var(--smart-background);
  text-align: var(--smart-path-text-align);
  overflow: hidden;
  position: relative;
  padding: initial;
  border: none;
  border-radius: 0;
}
.smart-path .smart-path-multiline-container .smart-input::-webkit-scrollbar {
  width: 0;
}
.smart-path:not([animation=none])[hint] .smart-hint {
  transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
}
.smart-path:not([animation=none])[hint][focus] .smart-hint {
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}
.smart-path[readonly] .smart-input {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.smart-path[indicator] .smart-input {
  background: var(--smart-surface);
}
.smart-path[disabled] .smart-browse-button,
.smart-path[disabled] .smart-drop-down-button,
.smart-path[disabled] input,
.smart-path[disabled] > .smart-container {
  cursor: default;
  background-color: initial;
}
.smart-path[indicator] .smart-path-input-container {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-path[indicator] .smart-browse-button {
  display: none;
}
.smart-path[indicator] .smart-buttons-container {
  grid-template-columns: var(--smart-editor-addon-width) minmax(0, 1fr);
}
.smart-path[disabled] input {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.smart-path[focus] .smart-path-input-container {
  outline: initial;
  border-color: var(--smart-primary);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-path[focus] .smart-browse-button,
.smart-path[focus] .smart-drop-down-button {
  outline: initial;
  border-color: var(--smart-primary);
  background-color: var(--smart-surface);
  color: var(--smart-background-color);
}
.smart-path[label][hint] > .smart-container {
  display: flex;
  position: relative;
  align-items: center;
}
.smart-path[hint] .smart-hint,
.smart-path[label] .smart-label {
  position: absolute;
  left: 0;
  font-size: 12px;
  display: block;
  padding: var(--smart-editor-label-padding);
  pointer-events: none;
  text-align: initial;
  line-height: initial;
  vertical-align: initial;
  width: 100%;
}
.smart-path[label] > .smart-container {
  align-items: flex-end;
}
.smart-path[label] .smart-label {
  bottom: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.smart-path[hint] .smart-hint {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  top: 100%;
  bottom: initial;
}
.smart-path[hint][focus] .smart-hint {
  opacity: 1;
}
.smart-path[opened] .smart-drop-down-button {
  color: var(--smart-ui-state-color-active);
  background: var(--smart-ui-state-active);
  border-color: var(--smart-ui-state-border-active);
}
.smart-path[wrap] .smart-path-input-wrapper {
  padding-top: calc(var(--smart-editor-label-padding) + 2 * var(--smart-border-width));
  padding-bottom: calc(var(--smart-editor-label-padding) + 2 * var(--smart-border-width));
}
.smart-path.outlined {
  background-color: transparent;
  color: inherit;
}
.smart-path.outlined[label] .smart-label {
  top: -11px;
  left: var(--smart-editor-label-padding);
  background: var(--smart-background);
  color: var(--smart-background-color);
  z-index: 1;
  height: auto;
  min-height: 20px;
  width: auto;
  transition: all .2s ease;
  transform: scale(1);
}
.smart-path.outlined[label][focus] .smart-label {
  transform: scale(.8);
  color: var(--smart-primary);
}
.smart-path.outlined[hover] .smart-drop-down-button {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-border-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-path.underlined .smart-browse-button:after,
.smart-path.underlined .smart-drop-down-button:after,
.smart-path.underlined .smart-path-input-container:after {
  border-bottom-color: var(--smart-primary);
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all .2s cubic-bezier(0, 0, .2, 1);
  bottom: 0;
}
.smart-path.underlined .smart-browse-button,
.smart-path.underlined .smart-drop-down-button,
.smart-path.underlined .smart-input,
.smart-path.underlined .smart-path-input-container,
.smart-path.underlined[hover]:not([opened]) .smart-input {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.smart-path.underlined {
  background-color: transparent;
  color: inherit;
}
.smart-path.underlined .smart-browse-button[active],
.smart-path.underlined .smart-drop-down-button[active],
.smart-path.underlined .smart-input[active] {
  background-color: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
.smart-path.underlined:not([opened]) .smart-input,
.smart-path.underlined:not([opened]):not([hover]) .smart-browse-button,
.smart-path.underlined:not([opened]):not([hover]) .smart-drop-down-button {
  background-color: transparent;
  color: inherit;
  border-radius: initial;
}
.smart-path.underlined:not([hover]) .smart-browse-button:focus,
.smart-path.underlined:not([hover]) .smart-drop-down-button:focus {
  box-shadow: none;
}
.smart-path.underlined:not([hover]) .smart-input:focus {
  box-shadow: none;
  z-index: initial;
}
.smart-path.underlined[hover]:not([opened]) .smart-input {
  background-color: transparent;
}
.smart-path.underlined[focus] .smart-browse-button:after,
.smart-path.underlined[focus] .smart-drop-down-button:after,
.smart-path.underlined[focus] .smart-path-input-container:after {
  width: 100%;
}
.smart-path.underlined[label] .smart-label {
  transition: all .2s cubic-bezier(0, 0, .2, 1);
  transform: scale(1);
  transform-origin: top left;
}
.smart-path.underlined[label][value=""] .smart-label {
  bottom: 0;
}
.smart-path.underlined[label][focus] .smart-label,
.smart-path.underlined[label][opened] .smart-label {
  transform: scale(.8);
  color: var(--smart-primary);
  bottom: 100%;
}
.smart-path[right-to-left] > .smart-container {
  direction: rtl;
}
.smart-path[right-to-left] .smart-browse-button {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-path[right-to-left] .smart-drop-down-button {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-left-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.smart-path[right-to-left][indicator] .smart-path-input-container {
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: 0;
}
.smart-drop-down.smart-drop-down-repositioned[right-to-left] {
  direction: rtl;
}
.number-format-panel-demo-container {
  max-width: 960px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
}
.selected-custom-number-format-holder-and-apply-holder {
  display: grid;
  grid-template-columns: var(--smart-number-format-panel-selected-format-width) var(--smart-number-format-panel-apply-button-width);
  grid-template-rows: auto;
  grid-column-gap: var(--smart-number-format-panel-header-holder-offset);
}
.selected-custom-number-format-holder {
  display: block;
  border: var(--smart-number-format-panel-border-size) solid var(--smart-number-format-panel-border-color);
  border-radius: var(--smart-number-format-panel-border-radius);
  padding-left: var(--smart-number-format-panel-selected-format-padding-left);
  padding-top: var(--smart-number-format-panel-selected-format-padding-top);
  padding-bottom: var(--smart-number-format-panel-selected-format-padding-bottom);
}
.selected-custom-number-format-holder .custom-number-format-input-holder {
  width: auto;
}
.selected-custom-number-format-holder .custom-number-format-input-holder smart-text-box {
  width: var(--smart-number-format-panel-header-input-width);
}
.selected-custom-number-format-holder .custom-number-format-input-holder smart-text-box input {
  border: none;
}
.custom-number-format-item,
.custom-number-format-list {
  border: var(--smart-number-format-panel-border-size) solid var(--smart-number-format-panel-border-color);
}
.apply-button-holder .use-number-format-button {
  height: 100%;
}
.sample-container {
  margin-top: var(--smart-number-format-panel-sample-container-vertical-offset);
  margin-left: var(--smart-number-format-panel-sample-container-horizontal-offset);
}
.custom-number-format-list {
  padding: 0;
  margin: 0;
  margin-top: var(--smart-number-format-panel-formats-list-margin-top);
  max-height: var(--smart-number-format-panel-formats-list-max-height);
  overflow-y: auto;
}
.custom-number-format-item {
  cursor: pointer;
  border-left: 0;
  border-bottom: none;
  padding: var(--smart-number-format-panel-formats-item-padding);
  padding-left: var(--smart-number-format-panel-formats-item-left-padding);
  list-style-type: none;
}
.custom-number-format-item:last-child {
  border-bottom: 0;
}
.custom-number-format-item:first-child {
  border-top: 0 !important;
}
.custom-number-format-item:hover {
  background: var(--smart-number-format-panel-formats-item-hover-background);
}
.custom-number-format-item-default-format {
  float: right;
  color: var(--smart-number-format-panel-formats-item-example-format-color);
}
.smart-kanban {
  width: var(--smart-kanban-default-width);
  height: var(--smart-kanban-default-height);
  padding: var(--smart-data-view-padding);
}
.smart-kanban.smart-container,
.smart-kanban > .smart-container {
  position: relative;
}
.smart-kanban.smart-container[modal],
.smart-kanban > .smart-container[modal] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smart-kanban.smart-container[modal]:after,
.smart-kanban > .smart-container[modal]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .3;
  pointer-events: none;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-kanban .smart-kanban-body {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-column-gap: var(--smart-data-view-padding);
  grid-template-rows: 100%;
}
.smart-kanban .smart-kanban-body > .smart-kanban-column {
  height: 100%;
  overflow: hidden;
}
.smart-kanban .smart-kanban-column {
  display: grid;
  grid-template-rows: var(--smart-kanban-header-size) 1fr;
  grid-row-gap: var(--smart-data-view-padding);
  min-height: 0;
}
.smart-kanban .smart-kanban-column:not(.collapsed) > .smart-kanban-column-header {
  grid-template-columns: 1fr auto auto;
}
.smart-kanban .smart-kanban-column.collapsed > .smart-kanban-column-header > .smart-kanban-column-header-label.pill .heading {
  padding: 8px 2px;
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-header {
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  padding: 0 var(--smart-data-view-padding);
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-header > .smart-kanban-column-header-label {
  font-size: calc(var(--smart-font-size) + 1px);
  font-weight: 700;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-header > .smart-kanban-column-header-label.pill {
  overflow: visible;
  display: inline-flex;
  align-content: center;
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-header > .smart-kanban-column-header-label.pill .heading {
  border-radius: 12px;
  font-size: var(--smart-font-size);
  padding: 2px 8px;
  min-width: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-header > .smart-kanban-column-header-label.pill .heading .summary {
  font-size: 10px;
  margin-left: 3px;
  opacity: .8;
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-header > .smart-kanban-column-header-label.pending {
  position: relative;
  overflow: visible;
  visibility: hidden;
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-header > .smart-arrow,
.smart-kanban .smart-kanban-column > .smart-kanban-column-header > .smart-kanban-column-header-add {
  display: none;
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-content {
  display: grid;
  grid-row-gap: var(--smart-data-view-padding);
  min-height: 0;
  grid-template-rows: 1fr 3fr;
}
.smart-kanban .smart-kanban-column .smart-kanban-column-content-tasks:empty,
.smart-kanban .smart-kanban-column.collapsed > .smart-kanban-column-content {
  display: none;
}
.smart-kanban .smart-kanban-column.has-swimlane,
.smart-kanban .smart-kanban-column > .smart-kanban-column-content.has-swimlane {
  grid-row-gap: calc(var(--smart-kanban-header-size) + 2 * var(--smart-data-view-padding));
}
.smart-kanban .smart-kanban-column > .smart-kanban-column-content.no-sub-columns {
  grid-template-rows: 1fr;
}
.smart-kanban .smart-kanban-column .smart-kanban-column-content-tasks {
  position: relative;
  border: none;
  width: unset;
  min-width: unset;
  height: unset;
  min-height: 0;
  max-height: unset;
  padding: 0;
  background-color: transparent;
}
.smart-kanban .smart-kanban-column.collapsed {
  width: var(--smart-kanban-header-size);
  grid-template-rows: 1fr;
}
.smart-kanban .smart-kanban-column.collapsed > .smart-kanban-column-header {
  width: 100%;
  padding: var(--smart-data-view-padding) 0;
  writing-mode: vertical-lr;
  color: var(--smart-primary);
  direction: ltr;
}
.smart-kanban .smart-kanban-column.collapsed.has-swimlane > .smart-kanban-column-header > .smart-kanban-column-header-label {
  margin-top: calc(2 * var(--smart-kanban-header-size) + var(--smart-data-view-padding));
}
.smart-kanban .smart-kanban-column.dragged .smart-kanban-column-header {
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .1) 75%,
      transparent 75%,
      transparent);
  background-size: 3em 3em;
}
.smart-kanban .smart-kanban-column.drop-target {
  position: relative;
  overflow: visible;
}
.smart-kanban .smart-kanban-column.drop-target.before:after {
  border-left: var(--smart-kanban-color-band-width) dashed var(--smart-primary);
  left: calc(-1 * var(--smart-kanban-color-band-width));
  margin-left: -3px;
}
.smart-kanban .smart-kanban-column.drop-target.after:after {
  border-right: var(--smart-kanban-color-band-width) dashed var(--smart-primary);
  margin-left: 3px;
}
.smart-kanban .smart-kanban-column[orientation=horizontal] > .smart-kanban-column-content > .smart-kanban-column-content-tasks > .smart-container > .smart-scroll-viewer-container > .smart-scroll-viewer-content-container {
  grid-template-columns: repeat(auto-fit, minmax(var(--smart-kanban-task-min-width), 1fr));
  grid-column-gap: var(--smart-data-view-padding);
}
.smart-kanban .smart-kanban-column[orientation=horizontal] > .smart-kanban-column-content > .smart-kanban-column-content-tasks .drop-target.before:after {
  border-left: var(--smart-kanban-color-band-width) dashed var(--smart-primary-color);
  left: calc(-1 * var(--smart-kanban-color-band-width));
}
.smart-kanban .smart-kanban-column[orientation=horizontal] > .smart-kanban-column-content > .smart-kanban-column-content-tasks .drop-target.after:after {
  border-right: 2px dashed var(--smart-primary);
}
.smart-kanban .smart-kanban-column[orientation=vertical] > .smart-kanban-column-content > .smart-kanban-column-content-tasks .drop-target.before:after {
  border-top: 2px dashed var(--smart-primary);
}
.smart-kanban .smart-kanban-column[orientation=vertical] > .smart-kanban-column-content > .smart-kanban-column-content-tasks .drop-target.after:after {
  border-bottom: 2px dashed var(--smart-primary);
}
.smart-kanban .smart-kanban-column-header:focus {
  outline: 0;
  border-color: var(--smart-ui-state-border-active);
}
.smart-kanban .smart-kanban-column-header-label.pending .smart-kanban-column-header-input {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  outline: 0;
  font-size: calc(var(--smart-font-size) - 1px);
  visibility: visible;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  font-family: inherit;
  padding: 4px;
}
.smart-kanban .smart-kanban-column-header-label.pending .smart-kanban-column-header-input:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-kanban .smart-kanban-column-header-label.pending .smart-kanban-column-header-input:focus {
  border-color: var(--smart-primary);
}
.smart-kanban .smart-kanban-column-header-label.pending.colors .smart-kanban-column-header-input {
  width: calc(100% - 30px);
}
.smart-kanban .smart-kanban-column-header-label.pending.colors smart-color-input {
  position: absolute;
  right: 2px;
  visibility: visible;
}
.smart-kanban .smart-kanban-column-header-add:focus {
  outline: 0;
  color: var(--smart-primary);
}
.smart-kanban .smart-kanban-column-content-tasks:focus {
  outline: 0;
}
.smart-kanban .smart-kanban-column-content-tasks .smart-kanban-task[focus] {
  box-shadow: inset 0 0 1px 1px var(--smart-primary);
}
.smart-kanban .smart-kanban-column-content-tasks > .smart-container > .smart-scroll-viewer-container > .smart-scroll-viewer-content-container {
  display: grid;
  grid-row-gap: var(--smart-data-view-padding);
  padding: 0;
}
.smart-kanban .smart-kanban-column-content-columns {
  display: grid;
  grid-column-gap: var(--smart-data-view-padding);
  min-height: 0;
}
.smart-kanban .smart-kanban-column-content-columns.has-tabs {
  display: grid;
  grid-row-gap: var(--smart-data-view-padding);
  min-height: 0;
  grid-template-rows: var(--smart-kanban-header-size) 1fr;
}
.smart-kanban .smart-kanban-column-content-columns.has-tabs .smart-kanban-column {
  grid-template-rows: 1fr;
}
.smart-kanban .smart-kanban-task.dragged {
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, .1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .1) 75%,
      transparent 75%,
      transparent);
  background-size: 3em 3em;
}
.smart-kanban .smart-kanban-task[selected] {
  background-color: var(--smart-ui-state-selected);
}
.smart-kanban .smart-kanban-task-user:focus {
  outline: 0;
  border: 1px solid var(--smart-primary);
}
.smart-kanban .smart-kanban-list:focus,
.smart-kanban .smart-kanban-task-actions:focus,
.smart-kanban .smart-kanban-task-comments:focus {
  outline: var(--smart-primary) solid 1px;
}
.smart-kanban .smart-kanban-task-actions:hover,
.smart-kanban .smart-kanban-task-comments:hover {
  color: var(--smart-primary);
}
.smart-kanban .smart-kanban-list {
  position: absolute;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: var(--smart-kanban-user-list-width);
  max-height: var(--smart-kanban-user-list-max-height);
  background-color: var(--smart-background);
  box-shadow: var(--smart-elevation-8);
  overflow: auto;
  transform: scaleY(1);
  transform-origin: top;
  opacity: 1;
  z-index: 15;
}
.smart-kanban .smart-kanban-list .item {
  display: flex;
  align-items: center;
  min-height: calc(var(--smart-kanban-user-icon-size) + 10px);
  padding: 5px 10px;
  cursor: pointer;
}
.smart-kanban .smart-kanban-list .item:hover {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-kanban .smart-kanban-list .item.selected {
  border-left: var(--smart-kanban-color-band-width) solid var(--smart-primary);
  padding-left: 7px;
  background-color: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-kanban .smart-kanban-list .item[disabled] {
  opacity: .55;
  pointer-events: none;
}
.smart-kanban .smart-kanban-list .icon {
  margin-right: 10px;
  border-radius: 50%;
  width: var(--smart-kanban-user-icon-size);
  min-width: var(--smart-kanban-user-icon-size);
  height: var(--smart-kanban-user-icon-size);
  background-size: cover;
  background-position: center;
}
.smart-kanban .smart-kanban-list .name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-kanban .smart-kanban-list.smart-visibility-hidden {
  transform: scaleY(0);
  opacity: 0;
}
.smart-kanban .smart-kanban-list.actions.edit-comment .item[data-id="1"] {
  display: none;
}
.smart-kanban .smart-kanban-list.comments {
  width: var(--smart-kanban-comments-list-width);
  height: var(--smart-kanban-comments-list-height);
  max-height: 100%;
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-comments {
  height: calc(100% - var(--smart-kanban-new-comment-height));
  overflow: auto;
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment {
  border-top: var(--smart-border-width) solid var(--smart-border);
  height: var(--smart-kanban-new-comment-height);
  padding: var(--smart-data-view-padding);
  overflow: hidden;
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  font-family: inherit;
  font-size: inherit;
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment textarea[disabled] {
  opacity: .5;
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment smart-button {
  --smart-button-padding:0;
  display: none;
  margin-left: auto;
  height: var(--smart-kanban-send-button-height);
}
.smart-kanban .smart-kanban-list.comments .smart-kanban-new-comment smart-button[disabled] {
  pointer-events: unset;
  cursor: not-allowed;
}
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-comments {
  height: calc(100% - var(--smart-kanban-new-comment-height-expanded));
}
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-new-comment {
  height: var(--smart-kanban-new-comment-height-expanded);
}
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-new-comment textarea {
  margin-bottom: var(--smart-data-view-padding);
  height: calc(100% - var(--smart-data-view-padding) - var(--smart-kanban-send-button-height));
  display: block;
}
.smart-kanban .smart-kanban-list.comments.expanded .smart-kanban-new-comment smart-button {
  display: block;
}
.smart-kanban .smart-data-view-header {
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  min-width: 0;
  height: var(--smart-kanban-header-size);
}
.smart-kanban .smart-kanban-add-new-column {
  cursor: pointer;
}
.smart-kanban .smart-kanban-add-new-column-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: calc(var(--smart-font-size) + 1px);
  font-weight: 700;
  display: flex;
  align-items: center;
}
.smart-kanban .swimlane {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--smart-kanban-header-size);
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  font-size: calc(var(--smart-font-size) + 2px);
  padding: var(--smart-data-view-padding);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  min-width: 0;
}
.smart-kanban .drop-target:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 2px dashed var(--smart-primary);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: .75;
}
.smart-kanban .drop-target.after:after,
.smart-kanban .drop-target.before:after {
  border: none;
}
.smart-kanban .remove-button:focus {
  outline: var(--smart-primary) solid 1px;
}
.smart-kanban .comment {
  display: grid;
  grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
  grid-column-gap: var(--smart-data-view-padding);
  margin: var(--smart-data-view-padding);
}
.smart-kanban .comment .comment-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-column-gap: calc(var(--smart-data-view-padding)/ 2);
  margin-bottom: var(--smart-data-view-padding);
}
.smart-kanban .comment .user-icon {
  width: 100%;
  height: var(--smart-kanban-user-icon-size);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.smart-kanban .comment .user-icon.empty {
  background: var(--smart-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--smart-border);
}
.smart-kanban .comment .user-icon.empty:after {
  content: var(--smart-icon-user);
  font-family: var(--smart-font-family-icon);
  font-size: 20px;
}
.smart-kanban .comment .user-name {
  font-weight: 700;
}
.smart-kanban .comment .time {
  opacity: .8;
}
.smart-kanban .comment .remove-button {
  visibility: hidden;
  transform: rotate(90deg);
  width: 16px;
  cursor: pointer;
}
.smart-kanban .comment .remove-button:after {
  content: var(--smart-icon-ellipsis);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
}
.smart-kanban .comment .remove-button.enabled {
  visibility: visible;
}
.smart-kanban:not([right-to-left]) .smart-kanban-column.collapsed > .smart-kanban-column-header > .smart-arrow {
  transform: rotate(180deg);
}
.smart-kanban:not([animation=none]) .smart-kanban-list {
  transition:
    transform .2s ease-in,
    visibility .2s ease-in,
    opacity .2s ease-in;
}
.smart-kanban:not([animation=none]) .smart-kanban-list.comments .smart-kanban-comments,
.smart-kanban:not([animation=none]) .smart-kanban-list.comments .smart-kanban-new-comment,
.smart-kanban:not([animation=none]) .smart-kanban-list.comments .smart-kanban-new-comment textarea {
  transition: height .2s ease-in;
}
.smart-kanban[add-new-button] .smart-kanban-column[add-new-button] > .smart-kanban-column-header > .smart-kanban-column-header-add:after {
  content: var(--smart-icon-plus-circled);
  font-family: var(--smart-font-family-icon);
  padding: 0 10px 10px 0;
}
.smart-kanban[add-new-button] .smart-kanban-column[add-new-button] > .smart-kanban-column-header > .smart-kanban-column-header-add:hover {
  cursor: pointer;
  color: var(--smart-primary);
}
.smart-kanban[add-new-button] .smart-kanban-column[add-new-button]:not(.collapsed) > .smart-kanban-column-header[add-new-button] {
  grid-template-columns: auto 1fr auto auto;
}
.smart-kanban[add-new-button] .smart-kanban-column[add-new-button]:not(.collapsed) > .smart-kanban-column-header[add-new-button] > .smart-kanban-column-header-add {
  display: block;
}
.smart-kanban[add-new-button] .smart-kanban-add-new-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: var(--smart-elevation-6);
  cursor: pointer;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  transform: scale(1);
}
.smart-kanban[header-position=top] .smart-kanban-body,
.smart-kanban[header-position=bottom] .smart-kanban-body {
  height: calc(100% - var(--smart-kanban-header-size) - var(--smart-data-view-padding));
}
.smart-kanban[add-new-button] .smart-kanban-add-new-button:hover {
  box-shadow: var(--smart-elevation-8);
  transform: scale(1.2);
}
.smart-kanban[add-new-button] .smart-kanban-add-new-button:after {
  content: var(--smart-icon-plus);
  font-family: var(--smart-font-family-icon);
  font-size: 14px;
}
.smart-kanban[add-new-button] .smart-kanban-add-new-button.show {
  opacity: 1;
}
.smart-kanban[column-actions] .smart-kanban-column:not(.collapsed) > .smart-kanban-column-header[settings] > .smart-kanban-column-header-settings-button {
  display: block;
  transition: transform .2s ease-in-out;
  margin-top: -1px;
}
.smart-kanban[column-actions] .smart-kanban-column:not(.collapsed) > .smart-kanban-column-header[settings] > .smart-kanban-column-header-settings-button:hover,
.smart-kanban[column-actions] .smart-kanban-column:not(.collapsed) > .smart-kanban-column-header[settings] > .smart-kanban-column-header-settings-button[aria-expanded] {
  color: var(--smart-primary);
}
.smart-kanban[column-actions] .smart-kanban-column:not(.collapsed) > .smart-kanban-column-header[settings] > .smart-kanban-column-header-settings-button:after {
  margin-left: 5px;
  content: var(--smart-icon-menu);
  font-family: var(--smart-font-family-icon);
}
.smart-kanban[column-actions] .smart-kanban-column:not(.collapsed):not([add-new-button]) > .smart-kanban-column-header[settings] {
  grid-template-columns: 1fr auto auto auto;
}
.smart-kanban[collapsible] .smart-kanban-column[collapsible] > .smart-kanban-column-header {
  cursor: pointer;
}
.smart-kanban[collapsible] .smart-kanban-column[collapsible] > .smart-kanban-column-header:hover {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-kanban[collapsible] .smart-kanban-column[collapsible] > .smart-kanban-column-header > .smart-arrow {
  display: block;
  transition: transform .2s ease-in-out;
}
.smart-kanban[collapsible] .smart-kanban-column[collapsible] > .smart-kanban-column-header > .smart-arrow:hover {
  color: var(--smart-primary);
  transform: scale(1.2);
}
.smart-kanban[task-position=leaf] .smart-kanban-column > .smart-kanban-column-content:not(.no-sub-columns) {
  grid-template-rows: 0 1fr;
  grid-row-gap: 0;
}
.smart-kanban[user-list] .smart-kanban-task-user:hover {
  border: none;
  box-shadow: 0 0 4px 1px var(--smart-primary);
}
.smart-kanban[header-position=top] .smart-data-view-header {
  margin-bottom: var(--smart-data-view-padding);
}
.smart-kanban[header-position=bottom] .smart-data-view-header {
  margin-top: var(--smart-data-view-padding);
}
.smart-kanban[right-to-left] .smart-kanban-body,
.smart-kanban[right-to-left] .smart-kanban-column-header-label,
.smart-kanban[right-to-left] .swimlane {
  direction: rtl;
}
.smart-kanban[right-to-left] .smart-kanban-column.collapsed > .smart-kanban-column-header > .smart-kanban-column-header-label {
  margin-bottom: auto;
}
.smart-kanban[right-to-left] .smart-kanban-column:not(.collapsed) .smart-kanban-column-header .smart-arrow {
  transform: rotate(180deg);
}
.smart-kanban[right-to-left] .smart-kanban-list {
  direction: rtl;
}
.smart-kanban[right-to-left] .smart-kanban-list .icon {
  margin-left: 10px;
  margin-right: unset;
}
.smart-kanban[right-to-left] .smart-kanban-list .item.selected {
  border-left: unset;
  border-right: var(--smart-kanban-color-band-width) solid var(--smart-primary);
  padding-left: 10px;
  padding-right: 7px;
}
.smart-kanban[right-to-left][add-new-button] .smart-kanban-column[add-new-button] > .smart-kanban-column-header > .smart-kanban-column-header-add::after {
  padding: 0 0 10px 10px;
}
.smart-data-view-header {
  height: var(--smart-kanban-header-size);
}
.smart-kanban-task {
  border: var(--smart-border-width) solid var(--smart-border);
  border-left: var(--smart-kanban-color-band-width) solid var(--smart-primary);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: var(--smart-kanban-task-min-height);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto auto;
  padding: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: var(--smart-background);
  position: relative;
}
.smart-kanban-task .smart-kanban-task-custom-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.smart-kanban-task .smart-kanban-task-custom-fields .smart-kanban-task-field {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.smart-kanban-task .smart-kanban-task-custom-fields .smart-kanban-task-field .smart-kanban-task-field-label {
  margin-bottom: calc(var(--smart-card-view-vertical-offset)/ 3);
  text-transform: uppercase;
  font-size: calc(var(--smart-font-size) - 2px);
  opacity: .7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-kanban-task .smart-kanban-task-custom-fields .smart-kanban-task-field .smart-kanban-task-field-value {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.smart-kanban-task-input {
  height: 20px;
  opacity: .8;
  border: none !important;
  width: 100%;
  text-decoration: underline;
  background: 0 0;
  cursor: pointer;
  font-size: calc(var(--smart-font-size) - 1px) !important;
}
.smart-kanban-task-input:active,
.smart-kanban-task-input:focus {
  text-decoration: initial;
  cursor: initial;
  opacity: 1;
}
.smart-kanban-task-subtasks .smart-kanban-sub-task[selected] .label,
.smart-window.smart-kanban-window .checklist-editor smart-list-item[selected] .label {
  text-decoration: line-through;
}
.smart-kanban-task-subtasks .smart-kanban-sub-task {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: 16px 1fr 16px;
  font-size: calc(var(--smart-font-size) - 1px) !important;
  padding: 2px;
}
.smart-kanban-task-subtasks .smart-kanban-sub-task:before {
  content: var(--smart-icon-check-empty);
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
}
.smart-kanban-task-subtasks .smart-kanban-sub-task:hover .remove-subtask:after {
  content: var(--smart-icon-close);
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
}
.smart-kanban-task-subtasks .smart-kanban-sub-task.selected {
  background: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-kanban-task-subtasks .smart-kanban-sub-task.selected:before {
  content: var(--smart-icon-check-squared);
}
.smart-kanban-task-content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 5px;
}
.smart-kanban-task-text {
  padding: 5px;
  word-break: break-word;
  max-height: var(--smart-kanban-text-max-height);
  overflow: auto;
}
.smart-kanban-task-text:after,
.smart-kanban-task-text:before {
  font-family: var(--smart-font-family-icon);
}
.smart-kanban-task-text:before {
  margin-right: 10px;
}
.smart-kanban-task-text:after {
  margin-left: 10px;
}
.smart-kanban-task-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  grid-column-gap: 5px;
}
.smart-kanban-task-due {
  display: none;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-kanban-task-due:not(:empty) {
  margin-top: calc(var(--smart-data-view-padding)/ 2);
}
.smart-kanban-task-due.overdue {
  color: var(--smart-error);
}
.smart-kanban-task-due.overdue:after {
  font-family: var(--smart-font-family-icon);
  content: var(--smart-icon-attention-circled);
}
.smart-kanban-task-info {
  display: grid;
  grid-template-rows: auto auto;
}
.smart-kanban-task-checked {
  letter-spacing: 1px;
}
.smart-kanban-task-progress {
  background-color: var(--smart-primary);
  position: absolute;
  height: 20%;
  left: 0;
}
.smart-kanban-task-progress.bottom {
  bottom: 0;
}
.smart-kanban-task-progress-container {
  display: none;
  height: 20px;
  background-color: var(--smart-ui-state-selected);
  position: relative;
  align-items: center;
  justify-content: center;
}
.smart-kanban-task-user {
  display: none;
}
.smart-kanban-task-user.empty:after {
  content: var(--smart-icon-user);
  font-family: var(--smart-font-family-icon);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--smart-kanban-user-icon-size);
}
.smart-kanban-task-tags {
  display: none;
}
.smart-kanban-task-tag {
  display: inline-block;
  padding: 5px;
  background-color: rgba(var(--smart-primary-rgb), .15);
  color: var(--smart-background-color);
  margin-right: 5px;
  border-radius: 20px;
}
.smart-kanban-task-actions,
.smart-kanban-task-comments {
  display: none;
}
.smart-kanban-task-actions:after {
  content: var(--smart-icon-settings);
  font-family: var(--smart-font-family-icon);
}
.smart-kanban-task-comments:after {
  content: var(--smart-icon-comment) " " attr(num);
  font-family: var(--smart-font-family-icon);
  white-space: nowrap;
}
.smart-kanban-feedback {
  position: absolute;
  color: var(--smart-background-color);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  cursor: move;
  opacity: .9;
}
.smart-kanban-feedback * {
  box-sizing: border-box;
}
.smart-kanban-feedback .smart-kanban-task {
  position: absolute;
  box-shadow: var(--smart-elevation-4);
  pointer-events: none;
}
.smart-kanban-feedback[column-drag] {
  box-shadow: var(--smart-elevation-4);
  border: none;
  height: auto;
  transform: scale(.8);
  transform-origin: top left;
}
.smart-kanban-feedback[column-drag] .smart-kanban {
  border: none;
  overflow: visible;
}
.smart-kanban-feedback[column-drag] .smart-kanban-task {
  position: static;
  box-shadow: none;
}
.smart-kanban-feedback .smart-kanban-feedback-additional {
  position: absolute;
  box-shadow: var(--smart-elevation-4);
  pointer-events: none;
  top: -8px;
  left: 8px;
  border: var(--smart-border-width) solid var(--smart-border);
  background-color: var(--smart-background);
}
.smart-kanban-feedback .smart-kanban-feedback-additional.multiple {
  top: -16px;
  left: 16px;
}
.smart-kanban-feedback .smart-kanban-feedback-additional.multiple:before {
  position: absolute;
  box-shadow: var(--smart-elevation-4);
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  border: var(--smart-border-width) solid var(--smart-border);
  background-color: var(--smart-background);
  bottom: -9px;
  left: -9px;
}
.smart-kanban-feedback .smart-kanban-feedback-additional + .smart-kanban-task::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: attr(num);
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--smart-primary);
  color: var(--smart-primary-color);
  right: -10px;
  top: -10px;
  border-radius: 50%;
}
.smart-kanban-feedback[right-to-left] .smart-kanban-task {
  direction: rtl;
}
[task-progress] .smart-kanban-task-progress-container {
  display: flex;
}
[task-user-icon] .smart-kanban-task-user {
  display: block;
  width: var(--smart-kanban-user-icon-size);
  height: var(--smart-kanban-user-icon-size);
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: 50%;
  background-color: var(--smart-surface);
  color: var(--smart-background-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
[task-tags] .smart-kanban-task-tags {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
[task-actions] .smart-kanban-task-actions,
[task-comments] .smart-kanban-task-comments,
[task-due] .smart-kanban-task-due {
  display: block;
}
[task-priority] .smart-kanban-task-text {
  display: flex;
  align-items: center;
}
[task-priority] .smart-kanban-task-text .priority {
  font-family: var(--smart-font-family-icon);
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
[task-priority] .smart-kanban-task-text .priority.low {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232666BE'%3E%3Cpath d='M2.73804 7.00207C1.96611 5.66874 2.92823 4 4.46889 4H19.5311C21.0718 4 22.0339 5.66874 21.262 7.00207L13.7309 20.0103C12.9605 21.3409 11.0395 21.3409 10.2691 20.0103L2.73804 7.00207Z'/%3E%3C/svg%3E");
}
[task-priority] .smart-kanban-task-text .priority.average {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23005C99'%3E%3Cpath d='M12 5.98999L19.53 19H4.47L12 5.98999ZM2.74 18C1.97 19.33 2.93 21 4.47 21H19.53C21.07 21 22.03 19.33 21.26 18L13.73 4.98999C12.96 3.65999 11.04 3.65999 10.27 4.98999L2.74 18Z'/%3E%3C/svg%3E");
}
[task-priority] .smart-kanban-task-text .priority.high {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23DD5347'%3E%3Cpath d='M2.73804 17.9979C1.96611 19.3313 2.92823 21 4.46889 21H19.5311C21.0718 21 22.0339 19.3313 21.262 17.9979L13.7309 4.98965C12.9605 3.65908 11.0395 3.65908 10.2691 4.98965L2.73804 17.9979Z'/%3E%3C/svg%3E");
}
[task-priority] .smart-kanban-task-text .priority.critical {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23AF0020'%3E%3Cpath d='M2.73804 17.9979C1.96611 19.3313 2.92823 21 4.46889 21H19.5311C21.0718 21 22.0339 19.3313 21.262 17.9979L13.7309 4.98965C12.9605 3.65908 11.0395 3.65908 10.2691 4.98965L2.73804 17.9979ZM13.5 17.5C13.5 18.3284 12.8284 19 12 19V19C11.1716 19 10.5 18.3284 10.5 17.5V17.5C10.5 16.6716 11.1716 16 12 16V16C12.8284 16 13.5 16.6716 13.5 17.5V17.5ZM13.5 13.5C13.5 14.3284 12.8284 15 12 15V15C11.1716 15 10.5 14.3284 10.5 13.5V9.5C10.5 8.67157 11.1716 8 12 8V8C12.8284 8 13.5 8.67157 13.5 9.5V13.5Z'/%3E%3C/svg%3E");
}
[right-to-left] .smart-kanban-task {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-right: var(--smart-kanban-color-band-width) solid var(--smart-primary);
  border-top-left-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-right-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[right-to-left] .smart-kanban-task-progress {
  left: unset;
  right: 0;
}
.smart-window.smart-kanban-window {
  max-height: 800px;
  width: auto !important;
  max-width: 700px;
  min-width: 700px !important;
}
.smart-window.smart-kanban-window .smart-kanban-tab-strip {
  height: 35px;
  background: inherit;
  margin-bottom: 10px;
  display: flex;
  border-bottom: 1px solid var(--smart-border);
}
.smart-window.smart-kanban-window .smart-kanban-tab-strip .smart-kanban-tab {
  padding: 8px 22px;
  cursor: pointer;
  text-transform: uppercase;
}
.smart-window.smart-kanban-window .smart-kanban-tab-strip .smart-kanban-tab.selected {
  color: var(--smart-primary);
  border-bottom: 2px solid var(--smart-primary);
}
.smart-window.smart-kanban-window .smart-kanban-tab-strip .smart-kanban-tab[focus] {
  color: var(--smart-primary);
  outline: 0;
}
.smart-window.smart-kanban-window .details .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.smart-window.smart-kanban-window .details .layout .description-editor {
  height: 91px;
}
.smart-window.smart-kanban-window .details .layout .tags-editor {
  margin-top: 2px;
}
.smart-window.smart-kanban-window .details .layout .text-editor {
  height: 32px;
}
.smart-window.smart-kanban-window .smart-kanban-task-user {
  display: block;
  width: var(--smart-kanban-user-icon-size);
  height: var(--smart-kanban-user-icon-size);
  border: var(--smart-border-width) solid var(--smart-border);
  border-radius: 50%;
  background-color: var(--smart-surface);
  color: var(--smart-background-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.smart-window.smart-kanban-window .fields .smart-kanban-task-field-editor {
  width: 100%;
}
.smart-window.smart-kanban-window .fields .editor-label {
  display: flex;
  justify-content: space-between;
}
.smart-window.smart-kanban-window .fields .editor-label .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.smart-window.smart-kanban-window .fields .editor-label .icon::before {
  content: var(--smart-icon-visibility);
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
}
.smart-window.smart-kanban-window .fields .editor-label .icon.hide::before {
  content: var(--smart-icon-visibility-off);
}
.smart-window.smart-kanban-window .history-table {
  display: block !important;
  max-height: 400px;
  overflow: auto;
}
.smart-window.smart-kanban-window .history-table table {
  border-collapse: collapse;
  width: 100%;
}
.smart-window.smart-kanban-window .history-table table .smart-kanban-task-user-history {
  display: flex;
  align-items: center;
}
.smart-window.smart-kanban-window .history-table table .smart-kanban-task-user-history .name {
  margin-left: 5px;
}
.smart-window.smart-kanban-window .history-table table td,
.smart-window.smart-kanban-window .history-table table th {
  border: 1px solid var(--smart-border);
  padding: 8px;
}
.smart-window.smart-kanban-window .history-table table tr:nth-child(even) {
  background-color: var(--smart-surface);
  color: var(--smart-surface-color);
}
.smart-window.smart-kanban-window .history-table table tr:hover {
  background-color: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-window.smart-kanban-window .history-table table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--smart-info);
  color: var(--smart-info-color);
}
.smart-window.smart-kanban-window .comments {
  margin: 0 auto;
}
.smart-window.smart-kanban-window .comments .comment {
  display: grid;
  grid-template-columns: var(--smart-kanban-user-icon-size) 1fr;
  grid-column-gap: var(--smart-data-view-padding);
  margin: var(--smart-data-view-padding);
}
.smart-window.smart-kanban-window .comments .comment .comment-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-column-gap: calc(var(--smart-data-view-padding)/ 2);
  margin-bottom: var(--smart-data-view-padding);
}
.smart-window.smart-kanban-window .comments .comment .user-icon {
  width: 100%;
  height: var(--smart-kanban-user-icon-size);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.smart-window.smart-kanban-window .comments .comment .user-icon.empty {
  background: var(--smart-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--smart-border);
}
.smart-window.smart-kanban-window .comments .comment .user-icon.empty:after {
  content: var(--smart-icon-user);
  font-family: var(--smart-font-family-icon);
  font-size: 20px;
}
.smart-window.smart-kanban-window .comments .comment .user-name {
  font-weight: 700;
}
.smart-window.smart-kanban-window .comments .comment .time {
  opacity: .8;
}
.smart-window.smart-kanban-window .comments .comment .remove-button {
  visibility: hidden;
  transform: rotate(90deg);
  width: 16px;
  cursor: pointer;
}
.smart-window.smart-kanban-window .comments .comment .remove-button:after {
  content: var(--smart-icon-close);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
}
.smart-window.smart-kanban-window .comments .comment .remove-button.enabled {
  visibility: visible;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments {
  width: var(--smart-kanban-comments-list-width);
  height: var(--smart-kanban-comments-list-height);
  max-height: 100%;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-comments {
  overflow: auto;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment {
  border-top: var(--smart-border-width) solid var(--smart-border);
  padding: var(--smart-data-view-padding);
  overflow: hidden;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment textarea {
  resize: none;
  width: 100%;
  border: var(--smart-border-width) solid var(--smart-border);
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  font-family: inherit;
  font-size: inherit;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment textarea:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment textarea:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-window.smart-kanban-window .description-editor,
.smart-window.smart-kanban-window .new-subtask {
  border: var(--smart-border-width) solid var(--smart-border);
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  font-size: inherit;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment textarea[disabled] {
  opacity: .5;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment smart-button {
  --smart-button-padding:0;
  margin-left: auto;
  height: var(--smart-kanban-send-button-height);
  display: block;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment smart-button[disabled] {
  pointer-events: unset;
  cursor: not-allowed;
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-comments {
  height: calc(100% - var(--smart-kanban-new-comment-height-expanded));
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment {
  height: var(--smart-kanban-new-comment-height-expanded);
}
.smart-window.smart-kanban-window .comments .smart-kanban-list.comments .smart-kanban-new-comment textarea {
  margin-bottom: var(--smart-data-view-padding);
  height: calc(100% - var(--smart-data-view-padding) - var(--smart-kanban-send-button-height));
  display: block;
}
.smart-window.smart-kanban-window .edit,
.smart-window.smart-kanban-window .prompt {
  display: none;
}
.smart-window.smart-kanban-window.prompt {
  --smart-window-default-width:250px;
  --smart-window-default-height:150px;
  min-width: 100px;
  min-height: 100px;
}
.smart-window.smart-kanban-window.prompt .prompt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.smart-window.smart-kanban-window.prompt .task-text {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.smart-window.smart-kanban-window.edit {
  --smart-numeric-text-box-default-unit-display-width:20px;
}
.smart-window.smart-kanban-window.edit .edit {
  display: block;
  width: 100%;
  height: 100%;
}
.smart-window.smart-kanban-window .editor-label {
  margin-bottom: calc(var(--smart-data-view-padding)/ 2);
  text-transform: uppercase;
}
.smart-window.smart-kanban-window .editor-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: var(--smart-data-view-padding);
}
.smart-window.smart-kanban-window .editor-container.single-column {
  grid-template-columns: 1fr;
}
.smart-window.smart-kanban-window .editor {
  width: 100%;
  margin-bottom: var(--smart-data-view-padding);
}
.smart-window.smart-kanban-window .description-editor {
  min-height: 75px;
  resize: none;
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  font-family: inherit;
}
.smart-window.smart-kanban-window .description-editor:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-window.smart-kanban-window .description-editor:focus {
  outline: 0;
  border-color: var(--smart-primary);
}
.smart-window.smart-kanban-window .new-container {
  display: grid;
  grid-template-columns: 1fr var(--smart-text-box-default-height);
  grid-column-gap: var(--smart-data-view-padding);
  height: var(--smart-text-box-default-height);
}
.smart-window.smart-kanban-window .new-container > smart-button {
  width: unset;
  height: unset;
  --smart-button-padding:0;
}
.smart-window.smart-kanban-window .color-editor {
  width: 60px;
}
.smart-window.smart-kanban-window .checklist-editor {
  border: none;
  height: auto;
}
.smart-window.smart-kanban-window .checklist-editor smart-list-item .smart-overlay,
.smart-window.smart-kanban-window .checklist-editor smart-list-item[focus][selected] .smart-overlay {
  background-color: transparent;
}
.smart-window.smart-kanban-window .checklist-editor smart-list-item .smart-list-item-container,
.smart-window.smart-kanban-window .checklist-editor smart-list-item[focus][selected] .smart-list-item-container {
  border-color: transparent;
}
.smart-window.smart-kanban-window .checklist-editor .smart-kanban-sub-task {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: auto auto;
}
.smart-window.smart-kanban-window .checklist-editor .remove-subtask:after {
  content: var(--smart-icon-close);
  font-family: var(--smart-font-family-icon);
  cursor: pointer;
}
.smart-window.smart-kanban-window .new-subtask {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  font-family: inherit;
}
.smart-window.smart-kanban-window .new-subtask:hover {
  border-color: var(--smart-ui-state-border-hover);
}
.smart-window.smart-kanban-window .new-subtask:focus {
  outline: 0;
  border-color: var(--smart-outline);
}
.smart-window.smart-kanban-window .smart-content-container > .smart-footer {
  display: flex;
  align-items: center;
}
.smart-window.smart-kanban-window .smart-footer smart-button {
  width: auto;
  min-width: 150px;
  margin-right: 10px;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .smart-window.smart-kanban-window {
    min-width: 300px !important;
  }
  .smart-window.smart-kanban-window .details .layout {
    grid-template-columns: 1fr;
  }
}
.smart-color-input-drop-down-menu.smart-kanban-color-input .grid-samples-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smart-color-input-drop-down-menu.smart-kanban-color-input:not([animation=none]) .default-samples-container div {
  transition: transform .2s ease-in-out;
}
.smart-color-input-drop-down-menu.smart-kanban-color-input .default-samples-container div {
  position: relative;
  border-radius: 50%;
  border: initial;
  transform: scale(.95);
}
.smart-color-input-drop-down-menu.smart-kanban-color-input .default-samples-container div.selected {
  transform: scale(1);
}
.smart-color-input-drop-down-menu.smart-kanban-color-input .default-samples-container div.selected:not(.no-color):after {
  content: var(--smart-icon-check);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--smart-font-family-icon);
  color: var(--smart-secondary-color);
  border-radius: inherit;
}
.smart-kanban-color-input {
  --smart-input-drop-down-menu-width:auto;
}
.smart-kanban-color-input.smart-color-picker {
  background: 0 0 !important;
}
.smart-kanban-color-input .smart-action-button {
  width: 100%;
  background: 0 0 !important;
  border: none !important;
}
.smart-kanban-color-input .smart-action-button .smart-color-box {
  border-radius: 50%;
}
.smart-kanban-color-input .smart-drop-down-button {
  display: none;
}
smart-layout {
  display: block;
  --smart-layout-buttons-border-radius:50%;
  --smart-layout-context-menu-default-width:var(--smart-menu-vertical-default-width);
  --smart-layout-context-menu-default-height:auto;
  overflow: initial;
  width: 600px;
  height: 600px;
}
smart-layout > .smart-container {
  position: relative;
}
smart-tab-layout-group[position=right] .smart-layout-tab,
smart-tab-layout-group[position=left] .smart-layout-tab {
  padding: 24px 12px;
}
.smart-layout-tab,
smart-tab-layout-group[position=top] .smart-layout-tab,
smart-tab-layout-group[position=bottom] .smart-layout-tab {
  padding: 12px 24px;
}
smart-tab-layout-group[position=right] .smart-layout-tab:after,
smart-tab-layout-group[position=left] .smart-layout-tab:after {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all .2s ease;
  transform: perspective(5px) rotateY(2deg);
  transform-origin: left;
  left: 0;
  right: -1px;
  border-radius: 0 8px 8px 0;
}
smart-tab-layout-group[position=right] .smart-layout-tab label,
smart-tab-layout-group[position=right] .smart-layout-tab.selected .smart-close-button {
  margin-right: 5px;
}
smart-tab-layout-group[position=left] .smart-layout-tab:after {
  right: 0;
  border-radius: 0 8px 8px 0;
}
smart-tab-layout-group[position=left] .smart-layout-tab label,
smart-tab-layout-group[position=left] .smart-layout-tab.selected .smart-close-button {
  transform: rotateY(0);
  margin-left: -5px;
}
smart-tab-layout-group[position=bottom] .smart-layout-tab:after {
  transform-origin: top;
  transform: perspective(5px) rotateX(-2deg);
  top: 0;
  border-radius: 0 0 8px 8px;
}
smart-tab-layout-group[position=bottom] .smart-layout-tab label,
smart-tab-layout-group[position=bottom] .smart-layout-tab.selected .smart-close-button {
  margin-top: -5px;
}
.smart-layout smart-layout-group {
  display: grid;
  overflow: hidden;
}
.smart-layout smart-layout-group[data-id=root] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-template-columns: 1fr;
}
.smart-layout smart-tab-layout-group {
  display: grid;
  overflow: hidden;
  grid-template-rows: 35px 1fr;
  border-right: 1px solid var(--smart-border);
  border-bottom: 1px solid var(--smart-border);
}
.smart-layout smart-tab-layout-group .smart-layout-tab-strip {
  background: var(--smart-surface);
  display: flex;
  overflow: hidden;
  border-bottom: 2px solid var(--smart-primary);
}
.smart-layout smart-tab-layout-group[position=bottom] {
  grid-template-rows: 1fr 35px;
}
.smart-layout smart-tab-layout-group[position=bottom] > .smart-layout-tab-strip {
  border: none;
  border-top: 2px solid var(--smart-primary);
}
.smart-layout smart-tab-layout-group[position=right] .smart-layout-tab-strip .smart-layout-tab .smart-close-button:after,
.smart-layout smart-tab-layout-group[position=left] .smart-layout-tab-strip .smart-layout-tab .smart-close-button:after {
  margin-left: initial;
  margin-top: 5px;
}
.smart-layout smart-tab-layout-group[position=left] {
  grid-template-columns: 35px 1fr;
  grid-template-rows: initial;
}
.smart-layout smart-tab-layout-group[position=left] > .smart-layout-tab-strip {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  justify-content: flex-end;
  align-items: center;
  border: none;
  border-left: 2px solid var(--smart-primary);
}
.smart-layout smart-tab-layout-group[position=right] {
  grid-template-columns: 1fr 35px;
  grid-template-rows: initial;
}
.smart-layout smart-tab-layout-group[position=right] > .smart-layout-tab-strip {
  writing-mode: vertical-rl;
  align-items: center;
  border: none;
  border-left: 2px solid var(--smart-primary);
}
.smart-layout smart-tab-layout-group[orientation=vertical] {
  height: 100%;
}
.smart-layout smart-tab-layout-group[orientation=horizontal] {
  width: 100%;
}
.smart-layout smart-tab-layout-item {
  overflow: hidden;
}
.smart-layout smart-tab-layout-item > smart-layout-group {
  width: 100%;
  height: 100%;
}
.smart-layout .smart-layout-context-menu {
  opacity: 1;
  transform: scale(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  position: absolute;
  background: var(--smart-background);
  color: var(--smart-background-color);
  box-shadow: var(--smart-elevation-8);
  border-radius: var(--smart-border-radius);
  width: var(--smart-layout-context-menu-default-width);
  height: var(--smart-layout-context-menu-default-height);
  z-index: var(--smart-editor-drop-down-z-index);
}
.smart-layout .smart-layout-context-menu.smart-visibility-hidden {
  opacity: .2;
  transform: scale(0);
}
.smart-layout .smart-layout-context-menu > div {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.smart-layout .smart-layout-context-menu > div:not([disabled]) {
  cursor: pointer;
}
.smart-layout .smart-layout-context-menu > div[hover] {
  background-color: var(--smart-ui-state-hover);
  border-color: var(--smart-ui-state-border-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-layout .smart-layout-context-menu > div[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}
.smart-layout .smart-layout-buttons-container {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 9999;
}
.smart-layout .smart-layout-buttons-container div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--smart-primary-color);
  background: var(--smart-primary);
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  padding: 5px;
  left: calc(50% - var(--smart-editor-addon-width)/ 2);
  width: var(--smart-editor-addon-width);
  height: var(--smart-editor-addon-width);
  cursor: pointer;
  border-top-left-radius: var(--smart-layout-buttons-border-radius);
  border-top-right-radius: var(--smart-layout-buttons-border-radius);
  border-bottom-left-radius: var(--smart-layout-buttons-border-radius);
  border-bottom-right-radius: var(--smart-layout-buttons-border-radius);
  z-index: 1;
  touch-action: none;
}
.smart-layout .smart-layout-buttons-container div:after {
  content: var(--smart-icon-plus);
}
.smart-layout .smart-layout-buttons-container div:active {
  color: var(--smart-ui-state-color-active);
  border-color: var(--smart-ui-state-active);
  background-color: var(--smart-ui-state-active);
  opacity: var(--smart-button-opacity-active);
}
.smart-layout .smart-layout-buttons-container div:hover {
  color: var(--smart-ui-state-color-hover);
  border-color: var(--smart-ui-state-hover);
  background-color: var(--smart-ui-state-hover);
  opacity: var(--smart-button-opacity-active);
}
.smart-layout .smart-layout-buttons-container div[position=rotate]:after {
  content: var(--smart-icon-reload);
}
.smart-layout .smart-layout-buttons-container div[position=center] {
  top: calc(50% - var(--smart-editor-addon-width)/ 2);
}
.smart-layout .smart-layout-buttons-container div[position=left] {
  top: calc(50% - var(--smart-editor-addon-width)/ 2);
  left: 0;
}
.smart-layout .smart-layout-buttons-container div[position=right] {
  left: initial;
  top: calc(50% - var(--smart-editor-addon-width)/ 2);
  right: 0;
}
.smart-layout .smart-layout-buttons-container div[position=top] {
  top: 0;
}
.smart-layout .smart-layout-buttons-container div[position=bottom] {
  bottom: 0;
}
.smart-layout .smart-layout-drop-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(var(--smart-primary-rgb), .2);
  transition: opacity .2s ease-in-out;
}
.smart-layout .smart-layout-item {
  height: auto;
  overflow: hidden;
  background: var(--smart-background);
  border-right: 1px solid var(--smart-border);
  border-bottom: 1px solid var(--smart-border);
}
.smart-layout .smart-layout-item[hover] {
  overflow: hidden;
}
.smart-layout [data-id] {
  position: relative;
}
.smart-layout:not([animation=none]) .smart-layout-context-menu {
  transition:
    opacity .2s ease-in,
    visibility .2s ease-in,
    transform .2s ease-in;
}
.smart-layout:not([animation=none]) .smart-layout-buttons-container div:active,
.smart-layout:not([animation=none]) .smart-layout-buttons-container div:hover {
  transition: background-color .1s linear, box-shadow 280ms ease-in-out;
}
.smart-layout:not([animation=none]) .smart-layout-buttons-container div[position=left] {
  animation: leftRight .2s ease-in;
}
.smart-layout:not([animation=none]) .smart-layout-buttons-container div[position=right] {
  animation: rightLeft .2s ease-in;
}
.smart-layout:not([animation=none]) .smart-layout-buttons-container div[position=top] {
  animation: topBottom .2s ease-in;
}
.smart-layout :not([animation=none]) .smart-layout-buttons-container div[position=bottom] {
  animation: bottomTop .2s ease-in;
}
.smart-layout.outline .smart-layout-splitter {
  opacity: 1;
}
.smart-layout .smart-layout-splitter {
  z-index: 999;
  position: absolute;
  background: var(--smart-border);
  border: 1px solid var(--smart-border);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.smart-layout .smart-layout-splitter:hover {
  border-color: var(--smart-primary);
  border-style: dashed;
}
.smart-layout .smart-layout-splitter:not([root-splitter]) {
  transition:
    opacity .2s ease-in-out,
    width .2s ease-in-out,
    height .2s ease-in-out;
}
.smart-layout .smart-layout-splitter.active {
  background: var(--smart-primary);
  border-color: var(--smart-primary);
}
.smart-layout .smart-layout-splitter.error {
  background: var(--smart-error);
  border-color: var(--smart-error);
}
.smart-layout .smart-layout-splitter.horizontal {
  height: 1px;
  width: 100%;
  bottom: 0;
  top: initial;
  cursor: s-resize;
}
.smart-layout .smart-layout-splitter.horizontal.last {
  top: 0;
  bottom: initial;
  display: none;
}
.smart-layout .smart-layout-splitter.vertical {
  width: 1px;
  height: 100%;
  right: 0;
  left: initial;
  cursor: e-resize;
}
.smart-layout .smart-layout-splitter.vertical.last {
  left: 0;
  right: initial;
  display: none;
}
.smart-layout .smart-layout-group[hover] > .smart-layout-splitter.horizontal,
.smart-layout .smart-layout-group[hover] > .smart-layout-splitter.vertical,
.smart-layout .smart-layout-item[hover] > .smart-layout-splitter.horizontal,
.smart-layout .smart-layout-item[hover] > .smart-layout-splitter.vertical,
.smart-layout .smart-layout-splitter[drag].horizontal,
.smart-layout .smart-layout-splitter[drag].vertical {
  opacity: 1;
  z-index: 99;
}
.smart-layout-tab {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family);
  box-sizing: border-box;
  transition: background-color .2s ease-in-out;
}
.smart-layout-tab:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  transition: all .2s ease;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
.smart-layout-tab:hover {
  color: var(--smart-primary);
}
.smart-layout-tab.selected {
  color: var(--smart-primary-color);
}
.smart-layout-tab.selected:after {
  background: var(--smart-primary);
}
.smart-layout-tab.selected .smart-close-button {
  z-index: 10;
  color: inherit;
}
.smart-layout-tab.selected .smart-close-button:after {
  content: var(--smart-icon-close);
  width: 16px;
  height: 16px;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  margin-left: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.smart-layout-tab label {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 9;
  margin-top: 2px;
  color: inherit;
}
.smart-layout-feedback {
  box-shadow: var(--smart-elevation-24);
  background: var(--smart-background);
  position: absolute;
  width: 300px;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1);
  transition: transform .25s ease-in-out;
}
.smart-layout-feedback.dragging {
  transform: scale(.5);
}
.smart-layout-overlay {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .01;
  background: #000;
}
@keyframes topBottom {
  0% {
    top: calc(-1 * var(--smart-editor-addon-width));
  }
  100% {
    top: 0;
  }
}
@keyframes bottomTop {
  0% {
    bottom: calc(-1 * var(--smart-editor-addon-width));
  }
  100% {
    bottom: 0;
  }
}
@keyframes leftRight {
  0% {
    left: calc(-1 * var(--smart-editor-addon-width));
  }
  100% {
    left: 0;
  }
}
@keyframes rightLeft {
  0% {
    right: calc(-1 * var(--smart-editor-addon-width));
  }
  100% {
    right: 0;
  }
}
smart-scheduler[dragged],
smart-scheduler[resized] {
  touch-action: none;
}
smart-scheduler {
  --smart-scheduler-event-size:var(--smart-scheduler-event-size-basic);
  display: block;
  width: var(--smart-scheduler-default-width);
  height: var(--smart-scheduler-default-height);
  contain: content;
}
smart-scheduler.smart-container,
smart-scheduler > .smart-container {
  overflow: hidden;
  display: grid;
  grid-template-rows: var(--smart-scheduler-header-height) minmax(0, 1fr);
  grid-template-columns: 100%;
  margin-bottom: -2px;
}
smart-scheduler.smart-container[show-footer],
smart-scheduler > .smart-container[show-footer] {
  grid-template-rows: var(--smart-scheduler-header-height) minmax(0, 1fr) var(--smart-scheduler-footer-height);
}
smart-scheduler.smart-container.hscroll .smart-scheduler-view,
smart-scheduler > .smart-container.hscroll .smart-scheduler-view {
  height: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler.smart-container.vscroll .smart-scheduler-view,
smart-scheduler > .smart-container.vscroll .smart-scheduler-view {
  width: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler .smart-scheduler-nav[current],
smart-scheduler .smart-scheduler-nav[next],
smart-scheduler .smart-scheduler-nav[prev],
smart-scheduler .smart-scheduler-nav[today] {
  width: var(--smart-scheduler-header-navigation-button-size);
  min-width: var(--smart-scheduler-header-navigation-button-size);
  height: 100%;
  position: relative;
  font-size: initial;
  display: inline-block;
  font-weight: inherit;
  font-family: var(--smart-font-family-icon);
  border: var(--smart-border-width) solid var(--smart-border);
  text-transform: initial;
}
smart-scheduler .smart-scheduler-nav[current]:after,
smart-scheduler .smart-scheduler-nav[next]:after,
smart-scheduler .smart-scheduler-nav[prev]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-arrow-size);
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
smart-scheduler .smart-scheduler-nav[current]:after {
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  left: initial;
  right: 0;
  content: var(--smart-icon-arrow-down);
  background: 0 0;
  color: inherit;
}
smart-scheduler .smart-scheduler-nav[today] {
  width: var(--smart-scheduler-header-today-button-size);
  --smart-button-padding:0 10px 0 10px;
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  margin-right: 10px;
}
smart-scheduler .smart-scheduler-nav[today] button {
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-nav[next][focus] button,
smart-scheduler .smart-scheduler-nav[prev][focus] button {
  background-color: var(--smart-background-focus);
  outline: 0;
}
smart-scheduler .smart-scheduler-nav[next] .smart-button,
smart-scheduler .smart-scheduler-nav[prev] .smart-button {
  font-family: var(--smart-font-family-icon);
  padding: 0;
  border-radius: 0;
  border: none;
  min-height: initial;
}
smart-scheduler .smart-scheduler-header,
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler .smart-scheduler-nav[prev]:after {
  content: var(--smart-icon-arrow-left);
}
smart-scheduler .smart-scheduler-nav[next]:after {
  content: var(--smart-icon-arrow-right);
}
smart-scheduler .smart-scheduler-header {
  width: 100%;
  height: var(--smart-scheduler-header-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 100%;
  grid-template-areas: "date view";
  align-items: center;
  justify-content: start;
  background: var(--smart-surface);
}
smart-scheduler .smart-scheduler-footer:empty,
smart-scheduler .smart-scheduler-header:empty {
  display: none;
}
smart-scheduler .smart-scheduler-header[responsive-mode] {
  grid-template-columns: repeat(2, auto);
}
smart-scheduler .smart-scheduler-footer {
  width: 100%;
  height: var(--smart-scheduler-footer-height);
  border-top: var(--smart-border-width) solid var(--smart-border);
  justify-content: center;
  align-items: center;
  background: var(--smart-surface);
}
smart-scheduler .smart-scheduler-view {
  text-align: center;
  overflow: hidden;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas: "hHeader hHeader" "vHeader content";
  grid-template-columns: auto minmax(0, 1fr);
  outline: 0;
  position: relative;
}
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-groups-container {
  flex-direction: row;
}
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell-container[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell:not(.scale)[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-bottom-color: var(--smart-scheduler-timeline-group-separator-background);
  border-bottom-width: var(--smart-scheduler-timeline-group-separator-size);
}
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-groups-container {
  flex-direction: column;
}
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container:not(:last-of-type) > .smart-scheduler-cell {
  border-bottom: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-horizontal-line-color);
}
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell-container[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell:not(.scale)[group-separator]:not(:last-of-type),
smart-scheduler .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-right-color: var(--smart-scheduler-timeline-group-separator-background);
  border-right-width: var(--smart-scheduler-timeline-group-separator-size);
  border-right-style: solid;
}
smart-scheduler .smart-scheduler-view:focus .smart-scheduler-cell:not(.scale)[selected] {
  background: var(--smart-ui-state-selected);
  color: var(--smart-ui-state-color-selected);
}
smart-scheduler .smart-scheduler-view:focus .smart-scheduler-cell:not(.scale)[selected=start] {
  background: var(--smart-ui-state-active);
  color: var(--smart-ui-state-color-active);
}
smart-scheduler .smart-scheduler-view[event-hovered=left],
smart-scheduler .smart-scheduler-view[event-hovered=left] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-view[event-hovered=right],
smart-scheduler .smart-scheduler-view[event-hovered=right] .smart-scheduler-event-content {
  cursor: e-resize;
}
smart-scheduler .smart-scheduler-view[event-hovered=top],
smart-scheduler .smart-scheduler-view[event-hovered=top] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-view[event-hovered=bottom],
smart-scheduler .smart-scheduler-view[event-hovered=bottom] .smart-scheduler-event-content {
  cursor: n-resize;
}
smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-content:not(.hide-overlay):after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-event[collector] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-event[collector] .smart-scheduler-event-content {
  width: var(--smart-scheduler-event-collector-mobile-size);
  height: var(--smart-scheduler-event-collector-mobile-size);
}
smart-scheduler .smart-scheduler-view-nav {
  grid-area: view;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-nav .smart-scheduler-nav[next],
smart-scheduler .smart-scheduler-view-nav .smart-scheduler-nav[prev] {
  border: initial;
  border-radius: initial;
  --smart-background:transparent;
  --smart-disabled:transparent;
}
smart-scheduler .smart-scheduler-view-nav[show-menu] {
  padding: var(--smart-scheduler-header-padding);
}
smart-scheduler .smart-scheduler-view-nav.no-overflowing .smart-scheduler-items-container {
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-header {
  box-shadow: var(--smart-scheduler-header-box-shadow);
  position: relative;
}
smart-scheduler .smart-scheduler-view-header-vertical {
  height: 100%;
  grid-area: vHeader;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-view-details {
  width: var(--smart-scheduler-timeline-header-vertical-details-size);
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-groups-container {
  width: var(--smart-scheduler-timeline-header-vertical-group-size);
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cells {
  width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  border: none;
  background: var(--smart-background);
  position: relative;
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cell {
  width: 100%;
  min-width: initial;
  align-items: flex-start;
}
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
  background: inherit;
  padding: var(--smart-scheduler-timeline-header-vertical-label-padding);
}
smart-scheduler .smart-scheduler-view-header-vertical-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
smart-scheduler .smart-scheduler-view-header-horizontal {
  width: 100%;
  display: grid;
  grid-area: hHeader;
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-view-details {
  height: var(--smart-scheduler-timeline-header-horizontal-details-size);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-groups-container {
  height: var(--smart-scheduler-timeline-header-horizontal-group-size);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  display: grid;
  width: 100%;
  overflow: hidden;
  border-bottom: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-horizontal-line-color);
  grid-template-columns: auto minmax(0, 1fr);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells {
  height: var(--smart-scheduler-timeline-header-horizontal-cells-size);
  position: relative;
  display: flex;
  width: 100%;
  min-height: inherit;
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells .smart-scheduler-cell {
  width: 100%;
  min-height: inherit;
  display: flex;
  height: 100%;
  border-left: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells .smart-scheduler-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: var(--smart-scheduler-timeline-header-horizontal-label-padding);
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells .smart-scheduler-cell:first-of-type {
  border-left: none;
}
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-content {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler .smart-scheduler-view-header-horizontal-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
smart-scheduler .smart-scheduler-view-header-groups-container {
  width: 100%;
  display: flex;
  position: relative;
}
smart-scheduler .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: initial;
  min-width: initial;
}
smart-scheduler .smart-scheduler-view-header-groups-container .smart-scheduler-cell {
  height: 100%;
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler .smart-scheduler-view-time {
  display: flex;
  position: relative;
}
smart-scheduler .smart-scheduler-view-all-day {
  grid-template-columns: auto minmax(0, 1fr);
  border-bottom: var(--smart-scheduler-day-week-view-hour-size) solid var(--smart-scheduler-day-week-view-hour-color);
  height: var(--smart-scheduler-timeline-header-all-day-cells-size);
  display: grid;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-cell[all-day] {
  height: 100%;
  border-left: initial;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event {
  padding: var(--smart-scheduler-event-padding-all-day);
  height: var(--smart-scheduler-event-size);
}
smart-scheduler .smart-scheduler-cell,
smart-scheduler .smart-scheduler-cell-container,
smart-scheduler .smart-scheduler-view-all-day-label {
  padding: var(--smart-scheduler-timeline-header-cell-padding);
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event:after {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event:before {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: 0;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event .smart-scheduler-event-button {
  display: none;
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event[repeating] .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto) var(--smart-scheduler-event-icon-size);
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr);
}
smart-scheduler .smart-scheduler-view-all-day .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 100%;
  grid-column-gap: 5px;
  justify-content: space-between;
}
smart-scheduler .smart-scheduler-event[exception] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-view-all-day[exception] .smart-scheduler-event-content,
smart-scheduler .smart-scheduler-view-all-day[repeating] .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr) var(--smart-scheduler-event-icon-size);
}
smart-scheduler .smart-scheduler-view-all-day-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
smart-scheduler .smart-scheduler-view-all-day-label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  min-width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  font-weight: var(--smart-scheduler-timeline-all-day-label-font-weight);
}
smart-scheduler .smart-scheduler-view-all-day-label > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
smart-scheduler .smart-scheduler-view-all-day-label-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-details {
  display: flex;
  position: relative;
}
smart-scheduler .smart-scheduler-view-details .smart-scheduler-cell {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  height: 100%;
  min-height: inherit;
  min-width: inherit;
}
smart-scheduler .smart-scheduler-view-details .smart-scheduler-cell:not(:first-of-type) {
  border-left: none;
}
smart-scheduler .smart-scheduler-view-container {
  position: relative;
}
smart-scheduler .smart-scheduler-view-groups-label-container,
smart-scheduler .smart-scheduler-view-label-container {
  display: flex;
  height: 100%;
}
smart-scheduler .smart-scheduler-view-groups-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
smart-scheduler .smart-scheduler-view-items-button {
  --smart-button-text-transform:initial;
  transform: scale(1);
  height: 100%;
  width: var(--smart-scheduler-header-menu-button-size);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-items-button:after {
  position: absolute;
  top: 0;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-arrow-size);
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: var(--smart-editor-addon-width);
  min-width: var(--smart-editor-addon-width);
  left: initial;
  right: 0;
  content: var(--smart-icon-arrow-down);
  background: 0 0;
}
smart-scheduler .smart-scheduler-view-items-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: initial;
}
smart-scheduler .smart-scheduler-view-items-button button > span {
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-view-items-button:not([active]) button:active {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}
smart-scheduler .smart-scheduler-view-items-button.smart-visibility-hidden {
  transform: scale(0);
}
smart-scheduler[hide-other-month-days] .smart-scheduler-cell[other-month] > div {
  visibility: hidden;
}
smart-scheduler .smart-scheduler-cells .smart-scheduler-cell:empty {
  display: none;
}
smart-scheduler .smart-scheduler-cells .smart-scheduler-cell:not(:first-of-type) {
  border-left: none;
}
smart-scheduler .smart-scheduler-cells div {
  border-bottom-color: var(--smart-border);
  white-space: nowrap;
  pointer-events: none;
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell.scale {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: initial;
  min-width: initial;
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale)[restricted] {
  background: var(--smart-scheduler-restricted-background);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell[nonworking],
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell[nonworking] .smart-scheduler-cell {
  background: var(--smart-scheduler-timeline-nonworking-color);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell[weekend] {
  background: var(--smart-scheduler-timeline-weekend-color);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: initial;
  display: flex;
  flex-direction: column;
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale) {
  width: 100%;
  height: 100%;
  min-height: initial;
  min-width: initial;
}
smart-scheduler .smart-scheduler-cell,
smart-scheduler .smart-scheduler-cell-container {
  display: flex;
  min-width: var(--smart-scheduler-timeline-cell-min-size);
  position: absolute;
  text-overflow: ellipsis;
}
smart-scheduler .smart-scheduler-cell {
  justify-content: center;
  align-items: center;
  background: var(--smart-background);
  color: var(--smart-surface-color);
  border-bottom-color: transparent;
  height: var(--smart-scheduler-timeline-cell-height);
  min-height: var(--smart-scheduler-timeline-cell-min-height);
  width: var(--smart-scheduler-timeline-cell-width);
}
smart-scheduler .smart-scheduler-cell.smart-scheduler-feedback:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px dashed var(--smart-primary);
  pointer-events: none;
  background: var(--smart-scheduler-cell-feedback-background);
}
smart-scheduler .smart-scheduler-cell[other-month] {
  background: var(--smart-background);
  color: var(--smart-background-color);
  border-color: var(--smart-border);
}
smart-scheduler .smart-scheduler-cell[other-month] > div {
  opacity: .5;
}
smart-scheduler .smart-scheduler-cell.smart-scheduler-view-header-cell-feedback {
  width: initial;
  height: initial;
  visibility: hidden;
}
smart-scheduler .smart-scheduler-cell-container {
  justify-content: center;
  align-items: center;
  background: var(--smart-background);
  color: var(--smart-surface-color);
  border-bottom-color: transparent;
  height: var(--smart-scheduler-timeline-cell-height);
  min-height: var(--smart-scheduler-timeline-cell-min-height);
  width: var(--smart-scheduler-timeline-cell-width);
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-button,
smart-scheduler .smart-scheduler-events-container .smart-scheduler-event .smart-scheduler-event-button {
  display: none;
}
smart-scheduler .smart-scheduler-event {
  position: absolute;
  padding: var(--smart-scheduler-event-padding-basic);
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--smart-scheduler-event-border-radius);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
smart-scheduler .smart-scheduler-event:after {
  left: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  top: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler .smart-scheduler-event:before {
  left: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  top: 0;
}
smart-scheduler .smart-scheduler-event[focus]:not([collector]):after,
smart-scheduler .smart-scheduler-event[focus]:not([collector]):before,
smart-scheduler .smart-scheduler-event[hover]:not([collector]):after,
smart-scheduler .smart-scheduler-event[hover]:not([collector]):before {
  transform: scale(1);
}
smart-scheduler .smart-scheduler-event:not([resized])[focus] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-focus);
  color: var(--smart-scheduler-event-color-focus);
}
smart-scheduler .smart-scheduler-event:not([resized])[hover] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-hover);
  color: var(--smart-scheduler-event-color-hover);
}
smart-scheduler .smart-scheduler-event:not([collector]):after,
smart-scheduler .smart-scheduler-event:not([collector]):before {
  content: "";
  width: var(--smart-scheduler-event-resize-indicator-size);
  height: var(--smart-scheduler-event-resize-indicator-size);
  position: absolute;
  background-color: var(--smart-scheduler-event-resize-indicator-color);
  box-shadow: 0 0 0 1px var(--smart-scheduler-event-resize-indicator-border-color);
  transform: scale(0);
  pointer-events: none;
  z-index: 1;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-label {
  font-weight: var(--smart-scheduler-event-label-font-weight);
  font-size: var(--smart-scheduler-event-label-font-size);
  pointer-events: none;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-time {
  font-weight: var(--smart-scheduler-event-time-font-weight);
  font-size: var(--smart-scheduler-event-time-font-size);
  opacity: var(--smart-scheduler-event-time-opacity);
  pointer-events: none;
  white-space: pre-wrap;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content > div {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content > div:first-of-type {
  align-self: center;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content:not([single-line]) > div:not(:first-of-type) {
  grid-column: 1/span 2;
}
smart-scheduler .smart-scheduler-event .smart-scheduler-event-content[single-line] > div {
  align-self: initial;
}
smart-scheduler .smart-scheduler-event[resized] {
  opacity: .75;
  z-index: 10000;
}
smart-scheduler .smart-scheduler-event[cut] .smart-scheduler-event-content {
  opacity: .75;
}
smart-scheduler .smart-scheduler-event[collector] {
  width: var(--smart-scheduler-event-collector-size);
  height: var(--smart-scheduler-event-collector-size);
  border-radius: var(--smart-scheduler-event-collector-border-radius);
}
smart-scheduler .smart-scheduler-event[collector] .smart-scheduler-event-content {
  padding: 1px 5px;
  justify-items: center;
  background: var(--smart-scheduler-event-collector-background);
  color: var(--smart-scheduler-event-collector-color);
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: 5px;
}
smart-scheduler .smart-scheduler-event[collector] .smart-scheduler-event-content > div {
  align-self: initial;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-event[collector][focus] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-collector-focus);
  color: var(--smart-scheduler-event-collector-color-focus);
}
smart-scheduler .smart-scheduler-event[collector][hover] .smart-scheduler-event-content {
  background: var(--smart-scheduler-event-collector-hover);
  color: var(--smart-scheduler-event-collector-color-hover);
}
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-content:after {
  content: var(--smart-icon-spin);
  width: var(--smart-scheduler-event-icon-size);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  padding: var(--smart-scheduler-event-content-padding);
  box-sizing: border-box;
  line-height: 1rem;
}
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto) var(--smart-scheduler-event-icon-size);
}
smart-scheduler .smart-scheduler-event[repeating][exception] .smart-scheduler-event-content:after {
  content: var(--smart-icon-attention-circled);
}
smart-scheduler .smart-scheduler-event[status] .smart-scheduler-event-content::before {
  content: "";
  position: absolute;
  display: block;
  width: var(--smart-scheduler-status-size);
  height: 100%;
  background: var(--smart-scheduler-status-background);
  box-shadow: 0 0 0 .5px var(--smart-background);
  border: 1px solid var(--smart-border);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
smart-scheduler .smart-scheduler-event[status=free] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-free-background);
}
smart-scheduler .smart-scheduler-event[status=busy] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-busy-background);
}
smart-scheduler .smart-scheduler-event[status=outOfOffice] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-out-of-office-background);
}
smart-scheduler .smart-scheduler-event[status=tentative] .smart-scheduler-event-content::before {
  background: var(--smart-scheduler-status-tentative-background);
}
smart-scheduler .smart-scheduler-event[exception] .smart-scheduler-event-button,
smart-scheduler .smart-scheduler-event[repeating] .smart-scheduler-event-button {
  display: none;
}
smart-scheduler .smart-scheduler-event:not([repeating]) .smart-scheduler-event-content:not([single-line]) > div {
  grid-column: 1/span 2;
}
smart-scheduler .smart-scheduler-event-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-rows: min-content minmax(auto, 1fr);
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: center;
  overflow: hidden;
  padding: var(--smart-scheduler-event-content-padding);
  color: var(--smart-scheduler-event-color);
  background: var(--smart-scheduler-event-background);
  cursor: pointer;
  position: relative;
  border-radius: inherit;
  grid-row-gap: 2px;
  grid-template-columns: minmax(auto, 1fr);
}
smart-scheduler .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 100%;
  grid-column-gap: 5px;
  justify-content: space-between;
}
smart-scheduler .smart-scheduler-date-nav {
  grid-area: date;
  display: flex;
  align-items: center;
  height: 100%;
  padding: var(--smart-scheduler-header-padding);
  background: var(--smart-surface);
  background-clip: content-box;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  --smart-button-padding:0 10px 0 10px;
  width: auto;
  max-width: var(--smart-scheduler-header-date-button-max-size);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
}
smart-scheduler .smart-scheduler-date-nav .smart-scheduler-nav[current] .smart-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-time-zone {
  width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--smart-scheduler-timeline-header-cell-padding);
}
smart-scheduler .smart-scheduler-time-zone > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
smart-scheduler .smart-scheduler-time-zone-container {
  display: flex;
  height: 100%;
  align-items: center;
}
smart-scheduler .smart-scheduler-time-zone-container:empty {
  display: none;
}
smart-scheduler .smart-scheduler-current-time-indicator {
  position: absolute;
  pointer-events: none;
  width: var(--smart-scheduler-current-time-indicator-size);
  height: var(--smart-scheduler-current-time-indicator-size);
  background: var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler .smart-scheduler-items-container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  outline: 0;
}
smart-scheduler .smart-scheduler-items-container .smart-scheduler-item[selected] {
  background: var(--smart-background);
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-top: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler .smart-scheduler-items-container:focus .smart-scheduler-item[selected] {
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
  color: var(--smart-ui-state-color-focus);
}
smart-scheduler .smart-scheduler-items-container .smart-scheduler-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  width: var(--smart-scheduler-item-size);
  padding: var(--smart-scheduler-header-padding);
  border: var(--smart-border-width) solid transparent;
}
smart-scheduler .smart-scheduler-items-container .smart-scheduler-item:last-of-type {
  border-right: none;
}
smart-scheduler .smart-scheduler-item > div {
  position: relative;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
smart-scheduler .smart-scheduler-groups-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-groups-container .smart-scheduler-cell {
  font-weight: var(--smart-scheduler-timeline-all-day-label-font-weight);
  white-space: var(--smart-scheduler-timeline-group-white-space);
  min-height: inherit;
  min-width: inherit;
}
smart-scheduler .smart-scheduler-groups-container .smart-scheduler-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
smart-scheduler .smart-scheduler-groups-container .smart-scheduler-cell:not(:first-of-type) {
  border-left: none;
}
smart-scheduler .smart-scheduler-scrollable-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-area: content;
  height: 100%;
  background: var(--smart-scheduler-view-background);
}
smart-scheduler .smart-scheduler-content .smart-scheduler-cell[nonworking],
smart-scheduler[view-type=month] .smart-scheduler-content .smart-scheduler-cell[nonworking][other-month]:not([selected]) {
  background: var(--smart-scheduler-timeline-nonworking-color);
}
smart-scheduler .smart-scheduler-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
smart-scheduler .smart-scheduler-content .smart-scheduler-cell[weekend] {
  background: var(--smart-scheduler-timeline-weekend-color);
}
smart-scheduler .smart-scheduler-view-scroll-bar {
  overflow: visible;
  position: relative;
  height: var(--smart-scroll-bar-size);
  width: 100%;
}
smart-scheduler .smart-scheduler-view-scroll-bar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--smart-scroll-bar-size);
  background: var(--smart-scroll-bar-background);
  left: 100%;
  top: 0;
}
smart-scheduler .smart-scheduler-view-scroll-bar.bottom-corner {
  width: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler .smart-scheduler-view-scroll-bar[orientation=vertical] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: var(--smart-scroll-bar-size);
}
smart-scheduler .smart-scheduler-view-scroll-bar[orientation=vertical].bottom-corner {
  height: calc(100% - var(--smart-scroll-bar-size));
}
smart-scheduler .smart-scheduler-tooltip {
  pointer-events: none;
  transform: scale(0);
}
smart-scheduler .smart-toast-container-custom.smart-toast-container {
  width: var(--smart-scheduler-toast-default-width);
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
smart-scheduler .smart-toast-container-custom.smart-toast-container .smart-toast-item {
  border-radius: 5px;
  height: var(--smart-scheduler-toast-default-height);
}
smart-scheduler .smart-toast-container-custom.smart-toast-container .smart-toast-item > .smart-container {
  display: flex;
  flex-direction: row-reverse;
}
smart-scheduler .smart-toast-container-custom.smart-toast-container .smart-toast-item .smart-toast-item-container {
  padding: initial;
  top: initial;
  width: 100%;
}
smart-scheduler .smart-scheduler-legend {
  width: 100%;
  height: 100%;
  display: flex;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-area: legend;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  padding: var(--smart-scheduler-header-padding);
  overflow: hidden;
  grid-row-gap: 2px;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-items {
  display: flex;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item {
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
  white-space: nowrap;
  outline: initial;
  overflow: hidden;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item:hover {
  color: var(--smart-ui-state-color-hover);
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item:before {
  content: "";
  width: var(--smart-check-box-default-size);
  min-width: var(--smart-check-box-default-size);
  height: var(--smart-check-box-default-size);
  min-height: var(--smart-check-box-default-size);
  display: flex;
  border: var(--smart-border-width) solid var(--smart-border);
  box-sizing: border-box;
  background-color: var(--smart-scheduler-legend-item-background);
  border-radius: var(--smart-border-radius);
}
smart-scheduler:not([view-type=day]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container:not(:last-of-type) > .smart-scheduler-cell,
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type) {
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item:not(:first-of-type) {
  margin-left: 20px;
}
smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item > span {
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 900px) {
  smart-scheduler .smart-scheduler-legend .smart-scheduler-legend-res-item > span {
    width: 0;
  }
}
smart-scheduler .smart-scheduler-window-modal {
  position: absolute;
  opacity: .5;
  background-color: var(--smart-disabled);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: calc(var(--smart-editor-drop-down-z-index) - 1);
}
smart-scheduler .smart-scheduler-shade-section {
  position: absolute;
  pointer-events: none;
  background: var(--smart-scheduler-shader-background);
}
smart-scheduler .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale) > div,
smart-scheduler .smart-scheduler-item > div,
smart-scheduler .smart-scheduler-view-all-day-label,
smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cell,
smart-scheduler .smart-scheduler-view-header-vertical .smart-scheduler-cell {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
smart-scheduler:not([animation=none]) .smart-scheduler-legend .smart-scheduler-legend-res-item:before {
  transition: background linear .2s, border linear .2s;
}
smart-scheduler:not([animation=none]) .smart-scheduler-event:after,
smart-scheduler:not([animation=none]) .smart-scheduler-event:before {
  transition: transform .2s cubic-bezier(.4, 0, .6, 1);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input:not([animation=none]) .default-samples-container div,
smart-scheduler:not([animation=none]) .smart-scheduler-view-items-button {
  transition: transform .2s ease-in-out;
}
smart-scheduler:not([animation=none]) .smart-scheduler-items-container .smart-scheduler-item {
  transition: border-top .2s ease-in-out;
}
smart-scheduler:not([event-render-mode=classic]) .smart-scheduler-event {
  padding-right: initial;
}
smart-scheduler:not([disable-date-menu]):not([right-to-left]) .smart-scheduler-nav[current] button,
smart-scheduler:not([disable-view-menu]):not([right-to-left]) .smart-scheduler-view-items-button button {
  padding-right: var(--smart-editor-addon-width);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell.scale:not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid rgba(var(--smart-border-rgb), .5);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-bottom: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-horizontal-line-color);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-view-header-horizontal .smart-scheduler-time-zone {
  width: var(--smart-scheduler-timeline-header-vertical-cells-size);
  height: 100%;
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-current-time-indicator:before {
  left: 0;
  top: calc(-1 * var(--smart-scheduler-current-time-indicator-arrow-size) + var(--smart-scheduler-current-time-indicator-size)/ 2);
  border-top: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-bottom: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-left: var(--smart-scheduler-current-time-indicator-arrow-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler:not([view-type=timelineDay]) .smart-scheduler-view-header-horizontal .smart-scheduler-cells:not(:last-of-type) .smart-scheduler-cell,
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler:not([view-type^=timeline]) .smart-scheduler-event {
  width: var(--smart-scheduler-event-size);
}
smart-scheduler:not([view-type=timelineWeek]) .smart-scheduler-view-details,
smart-scheduler:not([view-type=timelineWeek]) .smart-scheduler-view-details-label:empty {
  display: none;
}
smart-scheduler:not([view-type=day]) .smart-scheduler-view-header-cell-feedback,
smart-scheduler:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-view-header-vertical .smart-scheduler-cell,
smart-scheduler:not([view-type=day]):not([view-type^=timeline]) .smart-scheduler-view-label-container:empty {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type]:not([view-type=day]) .smart-scheduler-view-all-day-label,
smart-scheduler[view-type]:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-time-zone:last-of-type,
smart-scheduler[view-type^=timeline] .smart-scheduler-time-zone,
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-vertical-header][show-group-header=horizontal] .smart-scheduler-view-details-label {
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler:not([view-type=month]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-label-container:before {
  content: "";
  width: var(--smart-scheduler-timeline-header-vertical-group-size);
  height: 100%;
  display: flex;
}
smart-scheduler[view-type=day] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-current-time-indicator:not(:first-of-type)::before,
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-current-time-indicator:not(:first-of-type)::before {
  content: none;
}
smart-scheduler:not([view-type=agenda])[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical .smart-scheduler-view-time .smart-scheduler-cell:not([group-separator]) > div,
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-details-label,
smart-scheduler[view-type^=timeline] .smart-scheduler-view-all-day {
  display: none;
}
smart-scheduler:not([view-type=month]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-all-day-label-container {
  margin-left: var(--smart-scheduler-timeline-header-vertical-group-size);
}
smart-scheduler:not([view-type=agenda]) .smart-scheduler-view-header-vertical-content .smart-scheduler-cell:not(:first-of-type) > div {
  transform: translateY(calc(-50% - var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler:not([view-type=agenda]) .smart-scheduler-event[status] .smart-scheduler-event-content {
  padding-left: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
smart-scheduler:not([view-type=agenda]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):hover,
smart-scheduler:not([view-type=agenda]) .smart-scheduler-view-all-day .smart-scheduler-cell:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
smart-scheduler[view-type^=timeline] {
  --smart-scheduler-event-size:var(--smart-scheduler-event-size-timeline);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view-label-container {
  flex-direction: column;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells .smart-scheduler-cell > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container,
smart-scheduler[view-type^=timeline][group-by-date] .smart-scheduler-view-header-horizontal-content .smart-scheduler-cell {
  overflow: initial;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-time-zone {
  height: var(--smart-scheduler-timeline-header-horizontal-cells-size);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view:not([show-vertical-header]) {
  --smart-scheduler-timeline-header-vertical-cells-size:0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-label-container {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical {
  grid-template-columns: auto 0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  grid-template-columns: var(--smart-scheduler-timeline-header-vertical-group-size) minmax(0, 1fr);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-time-zone-container {
  height: auto;
  flex-direction: column;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-view-time {
  flex-direction: column;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-event {
  padding: var(--smart-scheduler-event-padding-timeline);
  height: var(--smart-scheduler-event-size);
}
smart-scheduler[view-type=month]:not([event-render-mode=classic]) .smart-scheduler-event,
smart-scheduler[view-type^=timeline]:not([event-render-mode=classic]) .smart-scheduler-event {
  padding-bottom: 0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-event:after {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler[view-type^=timeline] .smart-scheduler-event:before {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: 0;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell.scale:not(:last-of-type) {
  border-right: var(--smart-border-width) solid rgba(var(--smart-border-rgb), .5);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell-container {
  flex-direction: row;
}
smart-scheduler[view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-right: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler[view-type^=timeline] .smart-scheduler-current-time-indicator:before {
  left: calc(-1 * var(--smart-scheduler-current-time-indicator-arrow-size) + var(--smart-scheduler-current-time-indicator-size)/ 2);
  border-right: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-left: var(--smart-scheduler-current-time-indicator-arrow-size) solid transparent;
  border-top: var(--smart-scheduler-current-time-indicator-arrow-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view[show-vertical-header] .smart-scheduler-view-details-label {
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=day] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[view-type=day] .smart-scheduler-view-header-horizontal .smart-scheduler-cell,
smart-scheduler[view-type=week] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[view-type=week] .smart-scheduler-view-header-horizontal .smart-scheduler-cell {
  border-right: var(--smart-scheduler-day-week-view-vertical-line-size) solid var(--smart-scheduler-day-week-view-vertical-line-color);
}
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view-label-container {
  display: flex;
  flex-direction: column;
}
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view-details:empty,
smart-scheduler[view-type=day] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container,
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal .smart-scheduler-view-all-day,
smart-scheduler[view-type=month] .smart-scheduler-view-header-horizontal .smart-scheduler-view-all-day,
smart-scheduler[view-type=month] .smart-scheduler-view-header-vertical-content,
smart-scheduler[view-type=month] .smart-scheduler-view:not([show-group-header=vertical]) .smart-scheduler-view-header-vertical,
smart-scheduler[view-type=month] .smart-scheduler-view:not([show-group-header=vertical]) .smart-scheduler-view-label-container {
  display: none;
}
smart-scheduler[view-type=timelineWeek] .smart-scheduler-view-details-label {
  height: var(--smart-scheduler-timeline-header-horizontal-details-size);
  width: 100%;
}
smart-scheduler[view-type=day] .smart-scheduler-view {
  grid-template-rows: auto minmax(0, 1fr);
}
smart-scheduler[view-type=day] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-bottom: var(--smart-scheduler-day-week-view-hour-size) solid var(--smart-scheduler-day-week-view-hour-color);
}
smart-scheduler[view-type=day] .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-label-container {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=week] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-bottom: var(--smart-scheduler-day-week-view-hour-size) solid var(--smart-scheduler-day-week-view-hour-color);
}
smart-scheduler[view-type=month] .smart-scheduler-event {
  height: var(--smart-scheduler-event-size);
}
smart-scheduler[view-type=month] .smart-scheduler-event:after {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: calc(100% - var(--smart-scheduler-event-resize-indicator-size));
}
smart-scheduler[view-type=month] .smart-scheduler-event:before {
  top: calc(50% - var(--smart-scheduler-event-resize-indicator-size)/ 4);
  left: 0;
}
smart-scheduler[view-type=month] .smart-scheduler-content {
  grid-template-columns: 100%;
}
smart-scheduler[view-type=month] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale) {
  justify-content: flex-end;
  align-items: flex-start;
}
smart-scheduler[view-type=month] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale)[today] > div:not([class]) {
  border-radius: 50%;
  background: var(--smart-primary);
  color: var(--smart-primary-color);
  box-shadow: 0 0 0 2px var(--smart-primary);
  width: calc(var(--smart-scheduler-month-view-number-size)/ 1.5);
  height: calc(var(--smart-scheduler-month-view-number-size)/ 1.5);
}
smart-scheduler[view-type=month] .smart-scheduler-scrollable-container {
  grid-template-columns: 100%;
}
smart-scheduler[view-type=month] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical {
  grid-template-columns: auto 0;
}
smart-scheduler[view-type=month] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  grid-template-columns: var(--smart-scheduler-timeline-header-vertical-group-size) minmax(0, 1fr);
}
smart-scheduler[view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector] {
  padding-right: calc(var(--smart-scheduler-month-view-number-size) + 5px);
}
smart-scheduler[view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector][first-month-day] {
  padding-right: calc(var(--smart-scheduler-month-view-number-size) + 25px);
}
smart-scheduler[view-type=month] .smart-scheduler-view-all-day,
smart-scheduler[view-type=month] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  grid-template-columns: minmax(0, 1fr);
}
smart-scheduler[view-type=agenda] {
  --smart-scheduler-timeline-header-vertical-label-padding:0 0 0 25%;
  --smart-scheduler-event-time-font-weight:600;
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container:not([separator]) {
  border: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell {
  justify-content: flex-start;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell > div {
  text-align: left;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal {
  grid-template-rows: auto minmax(0, 1fr);
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  height: 0;
  border: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-label-container {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container[separator]:last-of-type > .smart-scheduler-cell:after,
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell[separator]:last-of-type > .smart-scheduler-cell:after {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: var(--smart-border-width);
  left: 0;
  box-sizing: border-box;
  pointer-events: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-cells-container .smart-scheduler-cell-container[separator]:not(:last-of-type),
smart-scheduler[view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell[separator]:not(:last-of-type) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[view-type=agenda] .smart-scheduler-cell.smart-scheduler-view-header-cell-feedback {
  padding: calc(2 * var(--smart-scheduler-timeline-header-cell-padding));
}
smart-scheduler[view-type=agenda] .smart-scheduler-view.no-agenda:after {
  content: attr(agenda-placeholder);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
smart-scheduler[disable-resize] .smart-scheduler-event:not([collector]):after,
smart-scheduler[disable-resize] .smart-scheduler-event:not([collector]):before,
smart-scheduler[view-type=agenda] .smart-scheduler-event:not([collector]):not([disable-resize]):after,
smart-scheduler[view-type=agenda] .smart-scheduler-event:not([collector]):not([disable-resize]):before,
smart-scheduler[view-type=agenda] .smart-scheduler-event[status] .smart-scheduler-event-content::before {
  content: initial;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell:not([show-label]) > div,
smart-scheduler[hide-all-day] .smart-scheduler-view-all-day,
smart-scheduler[hide-today-button] .smart-scheduler-nav[today] {
  display: none;
}
smart-scheduler[view-type=agenda] .smart-scheduler-event {
  padding: var(--smart-scheduler-event-padding-agenda);
}
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval],
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[type],
smart-scheduler[right-to-left]:not([disable-date-menu]) .smart-scheduler-nav[current] button,
smart-scheduler[right-to-left]:not([disable-view-menu]) .smart-scheduler-view-items-button button {
  padding-left: var(--smart-editor-addon-width);
}
smart-scheduler[view-type=agenda] .smart-scheduler-event .smart-scheduler-event-time {
  opacity: var(--smart-scheduler-event-time-opacity-agenda);
  font-size: var(--smart-scheduler-event-time-font-size-agenda);
  font-weight: var(--smart-scheduler-event-time-font-weight-agenda);
}
smart-scheduler[view-type=agenda]:not([event-render-mode=classic]) .smart-scheduler-event {
  padding-bottom: 0;
}
smart-scheduler:not([filterable]) .smart-scheduler-legend {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item:hover:before {
  border-color: var(--smart-ui-state-border-hover);
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item:focus:before {
  border-color: var(--smart-primary);
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-vertical .smart-scheduler-view-time .smart-scheduler-cell,
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell:not([group-separator]) {
  border-right: initial;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item[unselected]:before {
  background: 0 0;
}
smart-scheduler[filterable] .smart-scheduler-legend .smart-scheduler-legend-res-item[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  border-bottom: initial;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[show-label] {
  justify-content: flex-start;
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[show-label] > div {
  transform: translateX(calc(-50% - var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[show-label=offset] > div {
  margin-left: var(--smart-scheduler-timeline-group-header-offset);
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[show-label] > div {
  transform: translateY(calc(-50% - var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-cell[show-label=offset] > div {
  margin-top: var(--smart-scheduler-timeline-group-header-offset);
}
smart-scheduler[group-by-date] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-groups-container .smart-scheduler-cell {
  align-items: center;
}
smart-scheduler[group-by-date] .smart-scheduler-view-header-horizontal .smart-scheduler-groups-container,
smart-scheduler[group-by-date]:not([view-type^=timeline]) .smart-scheduler-view-header-vertical .smart-scheduler-groups-container {
  order: 1;
}
smart-scheduler[group-by-date] .smart-scheduler-view-all-day {
  order: 2;
}
smart-scheduler[group-by-date] .smart-scheduler-view-header-horizontal .smart-scheduler-view-groups-label-container,
smart-scheduler[group-by-date]:not([view-type=agenda]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-groups-container .smart-scheduler-cell:not([group-separator]) {
  border-bottom: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[current-time-indicator] .smart-scheduler-view-header-horizontal .smart-scheduler-cell[current] {
  color: var(--smart-scheduler-current-time-indicator-background);
  border-bottom: var(--smart-scheduler-current-time-indicator-header-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler[current-time-indicator] .smart-scheduler-view-header-vertical .smart-scheduler-cell[current] {
  color: var(--smart-scheduler-current-time-indicator-background);
  border-right: var(--smart-scheduler-current-time-indicator-header-size) solid var(--smart-scheduler-current-time-indicator-background);
}
smart-scheduler[current-time-indicator] .smart-scheduler-current-time-indicator:before {
  content: "";
  position: absolute;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current]::after,
smart-scheduler[disable-view-menu] .smart-scheduler-view-items-button::after {
  content: initial;
}
smart-scheduler[resized] .smart-scheduler-cell[restricted]:hover {
  cursor: no-drop;
}
smart-scheduler[resized] .smart-scheduler-event {
  pointer-events: none;
}
smart-scheduler[dragged] .smart-scheduler-events-container,
smart-scheduler[modal] .smart-scheduler-footer,
smart-scheduler[modal] .smart-scheduler-header,
smart-scheduler[modal] .smart-scheduler-view-container {
  pointer-events: none;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current] {
  cursor: initial;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current] .smart-ripple {
  visibility: hidden;
}
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current][focus],
smart-scheduler[disable-date-menu] .smart-scheduler-nav[current][hover],
smart-scheduler[disable-date-menu] .smart-scheduler-view-items-button[focus],
smart-scheduler[disable-date-menu] .smart-scheduler-view-items-button[hover] {
  background: 0 0;
  color: var(--smart-background-color);
}
smart-scheduler[disable-view-menu] .smart-scheduler-view-items-button {
  border: initial;
  cursor: initial;
}
smart-scheduler[disable-view-menu] .smart-scheduler-view-items-button .smart-ripple {
  visibility: hidden;
}
smart-scheduler[time-ruler-ticks][view-type=day] .smart-scheduler-view-header-vertical .smart-scheduler-cells:last-of-type .smart-scheduler-cell:not(:last-of-type):after,
smart-scheduler[time-ruler-ticks][view-type=week] .smart-scheduler-view-header-vertical .smart-scheduler-cells:last-of-type .smart-scheduler-cell:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--smart-scheduler-time-ruler-tick-size);
  height: var(--smart-scheduler-day-week-view-hour-size);
  background: var(--smart-scheduler-day-week-view-hour-color);
}
smart-scheduler[legend-location=header] {
  --smart-scheduler-header-height:auto;
}
smart-scheduler[legend-location=header] .smart-scheduler-header {
  grid-template-areas: "date view" "legend legend";
  grid-template-rows: auto minmax(0, 1fr);
}
smart-scheduler[legend-position=far] .smart-scheduler-legend {
  justify-content: flex-end;
}
smart-scheduler[scroll-buttons-position=both] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 1;
}
smart-scheduler[scroll-buttons-position=both] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 2;
}
smart-scheduler[scroll-buttons-position=both] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 3;
}
smart-scheduler[scroll-buttons-position=both][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-radius: initial;
}
smart-scheduler[scroll-buttons-position=both][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-left: initial;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 1;
}
smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 3;
}
smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 2;
}
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
}
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next],
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-left: initial;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[scroll-buttons-position=far][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
smart-scheduler[scroll-buttons-position=near] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 1;
}
smart-scheduler[scroll-buttons-position=near] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 2;
}
smart-scheduler[scroll-buttons-position=near][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 3;
}
smart-scheduler[scroll-buttons-position=near][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[next],
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-radius: 50%;
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current],
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[next],
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border: initial;
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  margin-left: 10px;
}
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current]:not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[next]:not([active]):not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[prev]:not([active]):not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-nav[today]:not([focus]),
smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-view-items-button:not([focus]) {
  background: 0 0;
}
smart-scheduler[header-date-position=far] .smart-scheduler-header {
  grid-template-columns: 1fr auto;
  grid-template-areas: "view date";
}
smart-scheduler[header-view-position=near] .smart-scheduler-view-nav {
  justify-content: flex-start;
}
smart-scheduler[header-view-position=near] .smart-scheduler-view-items-button {
  order: 2;
}
smart-scheduler[header-view-position=near] .smart-scheduler-items-container .smart-scheduler-item:first-of-type,
smart-scheduler[header-view-position=near] .smart-scheduler-items-container .smart-scheduler-item:first-of-type[selected] {
  border-left: none;
}
smart-scheduler[header-view-position=near] .smart-scheduler-items-container .smart-scheduler-item[selected] {
  border-left: var(--smart-border-width) solid var(--smart-border);
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-right: initial;
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-radius: initial;
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
}
smart-scheduler[header-navigation-style=raised] .smart-scheduler-nav[today],
smart-scheduler[header-navigation-style=raised] .smart-scheduler-view-items-button {
  background: var(--smart-background);
}
smart-scheduler[view-selector-type=tabs] .smart-scheduler-view-items-button {
  position: absolute;
}
smart-scheduler[view-selector-type=tabs] .smart-scheduler-header,
smart-scheduler[view-selector-type=auto] .smart-scheduler-header {
  grid-template-areas: "date . view";
}
smart-scheduler:not([right-to-left]) .smart-scheduler-view-header-horizontal .smart-scheduler-cell:last-of-type {
  border-right: none;
}
smart-scheduler[right-to-left] .smart-scheduler-header,
smart-scheduler[right-to-left] .smart-scheduler-view {
  direction: rtl;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[today] {
  order: 1;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  order: 2;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[prev]:after {
  content: var(--smart-icon-arrow-right);
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  order: 3;
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[next]:after {
  content: var(--smart-icon-arrow-left);
}
smart-scheduler[right-to-left] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  order: 4;
}
smart-scheduler[right-to-left].smart-container.vscroll .smart-scheduler-view,
smart-scheduler[right-to-left] > .smart-container.vscroll .smart-scheduler-view {
  margin-left: var(--smart-scroll-bar-size);
}
smart-scheduler[right-to-left].smart-container.vscroll .smart-scheduler-view-scroll-bar:not([orientation=vertical]),
smart-scheduler[right-to-left] > .smart-container.vscroll .smart-scheduler-view-scroll-bar:not([orientation=vertical]) {
  left: var(--smart-scroll-bar-size);
}
smart-scheduler[right-to-left] .smart-scheduler-view-scroll-bar[orientation=vertical] {
  right: initial;
  left: 0;
}
smart-scheduler[right-to-left] .smart-scheduler-view-scroll-bar[orientation=vertical]:before {
  border-left: none;
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-view-scroll-bar[orientation=vertical]:after {
  right: 100%;
  left: initial;
  left: calc(-1 * var(--smart-scroll-bar-size));
}
smart-scheduler[right-to-left][view-type=day] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[right-to-left][view-type=week] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type) {
  border-right: initial;
  border-left: var(--smart-scheduler-day-week-view-vertical-line-size) solid var(--smart-scheduler-day-week-view-vertical-line-color);
}
smart-scheduler[right-to-left]:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type),
smart-scheduler[right-to-left][view-type]:not([view-type=day]) .smart-scheduler-view-all-day-label,
smart-scheduler[right-to-left][view-type]:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-time-zone:last-of-type,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-time-zone,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-view[show-vertical-header][show-group-header=horizontal] .smart-scheduler-view-details-label {
  border-right: initial;
  border-left: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler[right-to-left]:not([view-type=day]) .smart-scheduler-view-header-cell-feedback,
smart-scheduler[right-to-left]:not([view-type=day]):not([view-type=agenda]) .smart-scheduler-view-header-vertical .smart-scheduler-cell,
smart-scheduler[right-to-left]:not([view-type=day]):not([view-type^=timeline]) .smart-scheduler-view-label-container:empty,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-label-container {
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-view-all-day .smart-scheduler-cell[all-day]:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view-details .smart-scheduler-cell:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view-header-horizontal .smart-scheduler-cell:not(:last-of-type) {
  border-right: initial;
  border-left: var(--smart-scheduler-day-week-view-vertical-line-size) solid var(--smart-scheduler-day-week-view-vertical-line-color);
}
smart-scheduler[right-to-left] .smart-scheduler-view-all-day .smart-scheduler-cell[all-day]:last-of-type,
smart-scheduler[right-to-left] .smart-scheduler-view-header-horizontal .smart-scheduler-cell:last-of-type {
  border-right: initial;
}
smart-scheduler[right-to-left]:not([view-type=day]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container:not(:last-of-type) > .smart-scheduler-cell,
smart-scheduler[right-to-left][view-type^=timeline] .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-right: initial;
  border-left: var(--smart-scheduler-view-line-size) solid var(--smart-scheduler-view-vertical-line-color);
}
smart-scheduler[right-to-left] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell-container[group-separator]:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell:not(.scale)[group-separator]:not(:last-of-type),
smart-scheduler[right-to-left] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-cell[group-separator]:not(:last-of-type) {
  border-right-color: initial;
  border-right-width: initial;
  border-left-color: var(--smart-scheduler-timeline-group-separator-background);
  border-left-width: var(--smart-scheduler-timeline-group-separator-size);
}
smart-scheduler[right-to-left][group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell:not([group-separator]) {
  border-left: initial;
}
smart-scheduler[right-to-left][group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell[show-label=offset] > div {
  margin-left: initial;
  margin-right: var(--smart-scheduler-timeline-group-header-offset);
}
smart-scheduler[right-to-left][group-by-date] .smart-scheduler-view[show-group-header=horizontal] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time .smart-scheduler-cell[show-label] > div {
  transform: translateX(calc(50% + var(--smart-scheduler-timeline-header-cell-padding)));
}
smart-scheduler[right-to-left] .smart-scheduler-nav[current]:after,
smart-scheduler[right-to-left] .smart-scheduler-view-items-button:after {
  left: 0;
  right: initial;
}
smart-scheduler[right-to-left][view-type=agenda] {
  --smart-scheduler-timeline-header-vertical-label-padding:0 25% 0 0;
}
smart-scheduler[right-to-left][view-type=agenda] .smart-scheduler-view-header-vertical .smart-scheduler-cell > div {
  text-align: right;
}
smart-scheduler[right-to-left][view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector] {
  padding-right: initial;
  padding-left: calc(var(--smart-scheduler-month-view-number-size) + 5px);
}
smart-scheduler[right-to-left][view-type=month] .smart-scheduler-view:not([mobile]) .smart-scheduler-event[collector][first-month-day] {
  padding-left: calc(var(--smart-scheduler-month-view-number-size) + 25px);
}
smart-scheduler[right-to-left] .smart-toast-container-custom {
  right: initial;
  left: 0;
}
smart-scheduler[right-to-left]:not([view-type=agenda]) .smart-scheduler-event[status] .smart-scheduler-event-content {
  padding-left: initial;
  padding-right: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
smart-scheduler[right-to-left]:not([view-type=month]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-all-day-label-container {
  margin-left: initial;
  margin-right: var(--smart-scheduler-timeline-header-vertical-group-size);
}
smart-scheduler[right-to-left][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-right-radius);
}
smart-scheduler[right-to-left][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-left: initial;
}
smart-scheduler[right-to-left][header-navigation-style=raised] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-top-right-radius: var(--smart-item-border-top-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-left-radius);
  border-right: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-nav[today] {
  margin-right: initial;
  margin-left: 10px;
}
smart-scheduler[right-to-left] .smart-scheduler-event[repeating] .smart-scheduler-event-content:after {
  right: initial;
  left: 0;
}
smart-scheduler[right-to-left][view-type=timelineWeek] .smart-scheduler-view[show-vertical-header] .smart-scheduler-view-details-label {
  border-right: initial;
  border-left: var(--smart-border-width) solid var(--smart-border);
}
smart-scheduler[right-to-left] .smart-scheduler-items-container .smart-scheduler-item:last-of-type {
  border-right: var(--smart-border-width) solid var(--smart-border);
  border-left: none;
}
smart-scheduler[right-to-left] .smart-scheduler-legend {
  direction: rtl;
}
@-moz-document url-prefix() {
  .smart-scheduler .smart-scheduler-view[mobile] .smart-scheduler-content:not(.hide-overlay):after {
    display: none;
  }
}
.smart-scheduler-window {
  --smart-window-default-width:auto;
  --smart-window-default-height:auto;
  --smart-window-header-height:var(--smart-scheduler-window-header-height);
  --smart-window-footer-height:var(--smart-scheduler-window-footer-height);
  --smart-window-header-footer-padding:10px;
  --smart-window-header-background:transparent;
  --smart-window-footer-padding:10px;
  --smart-window-content-padding:20px;
  max-width: 100vw;
  max-height: 100vh;
}
.smart-scheduler-window[mobile] {
  border-radius: initial;
}
.smart-scheduler-window.smart-window.confirm .smart-scheduler-confirm-label {
  width: var(--smart-box-width);
}
.smart-scheduler-window.smart-window.confirm .smart-content-container > .smart-content {
  width: 100%;
  padding: var(--smart-window-content-padding);
  justify-items: center;
  justify-items: safe center;
  grid-template-rows: auto minmax(auto, 1fr);
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
  grid-row-gap: initial;
}
.smart-scheduler-window.smart-window .smart-scheduler-window-content-wrapper {
  width: 100%;
  padding: var(--smart-window-content-padding);
  justify-items: center;
  justify-items: safe center;
  grid-template-rows: auto minmax(auto, 1fr);
}
.smart-scheduler-window.smart-window .smart-scheduler-window-content-wrapper,
.smart-scheduler-window.smart-window .smart-scheduler-window-main,
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat {
  display: grid;
  grid-row-gap: 10px;
  justify-content: center;
  grid-template-columns: 100%;
}
.smart-scheduler-window.smart-window .smart-content-container > .smart-content {
  padding: initial;
  align-items: flex-start;
}
.smart-scheduler-window.smart-window .smart-scheduler-window-main,
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat {
  width: var(--smart-box-width);
}
.smart-scheduler-window.smart-window[horizontal] .smart-scheduler-window-content-wrapper {
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 20px;
}
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat [multiple] {
  grid-template-columns: minmax(0, 1fr);
}
.smart-scheduler-window.smart-window .smart-scheduler-window-repeat [multiple] .smart-scheduler-window-editor {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .grid-samples-container,
.smart-scheduler-window .smart-scheduler-window-editor[multiple] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smart-scheduler-window .smart-content-container,
.smart-scheduler-window > .smart-container {
  max-height: inherit;
}
.smart-scheduler-window [multiple] .smart-scheduler-window-editor {
  align-items: center;
  justify-content: flex-start;
}
.smart-scheduler-window [multiple] .smart-scheduler-window-editor:nth-child(even),
.smart-scheduler-window [multiple] .smart-scheduler-window-editor:nth-child(odd):not(:first-of-type):not(:last-of-type),
.smart-scheduler-window [multiple] .smart-scheduler-window-editor[type=repeat] {
  justify-content: flex-end;
}
.smart-scheduler-window .smart-content-container > .smart-footer {
  display: flex;
}
@media not all and (min-resolution: 0.001dpcm) {
  .smart-scheduler-window .smart-content-container > .smart-footer {
    align-content: start;
  }
}
.smart-scheduler-window .smart-content-container > .smart-footer smart-button {
  width: 100%;
  height: 100%;
  --smart-button-padding:0.2rem 16px;
}
.smart-scheduler-window .smart-content-container > .smart-footer smart-button:not(:first-of-type) {
  margin-inline-start: 2%;
}
.smart-scheduler-window .smart-content-container > .smart-footer .smart-icon {
  position: relative;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: 18px;
  margin-right: 2.5px;
}
.smart-scheduler-window .smart-scheduler-window-button.ok .smart-icon::after {
  content: var(--smart-icon-check);
}
.smart-scheduler-window .smart-scheduler-window-button.cancel {
  grid-area: buttonCancel;
}
.smart-scheduler-window .smart-scheduler-window-button.cancel .smart-icon::after {
  content: var(--smart-icon-cancel);
}
.smart-scheduler-window .smart-scheduler-window-button.delete .smart-icon::after {
  content: var(--smart-icon-delete);
}
.smart-scheduler-window .smart-scheduler-window-editor {
  display: grid;
  grid-row-gap: 5px;
  grid-column-gap: 10px;
}
.smart-scheduler-window .smart-scheduler-window-editor[type=repeat],
.smart-scheduler-window .smart-scheduler-window-editor[type=allDay] {
  grid-column-gap: initial;
}
.smart-scheduler-window .smart-scheduler-window-editor[type=conference] label::before {
  content: var(--smart-icon-video-camera);
  font-family: var(--smart-font-family-icon);
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.smart-scheduler-window .smart-scheduler-window-editor[type=notifications] label::before {
  content: var(--smart-icon-bell);
  font-family: var(--smart-font-family-icon);
  font-size: 14px;
  margin-right: 5px;
}
.smart-scheduler-window .smart-scheduler-window-editor[multiple] .smart-color-input[event-editor] {
  width: auto;
  --smart-border-radius:50%;
}
.smart-scheduler-window .smart-scheduler-window-editor .smart-date-time-picker,
.smart-scheduler-window .smart-scheduler-window-editor .smart-drop-down-list,
.smart-scheduler-window .smart-scheduler-window-editor > .smart-input {
  width: 100%;
}
.smart-scheduler-window .smart-scheduler-window-editor .smart-switch-button {
  margin: auto 10px;
}
.smart-scheduler-window .smart-scheduler-window-editor > b {
  text-align: center;
}
.smart-scheduler-window .smart-scheduler-window-editor > .smart-number-input {
  width: 100px;
}
.smart-scheduler-window .smart-scheduler-window-editor input:not(.smart-input) {
  height: var(--smart-editor-height);
}
.smart-scheduler-window .smart-scheduler-window-editor .smart-input[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-scheduler-window .smart-scheduler-window-main [multiple] .smart-scheduler-window-editor:not([type^=date]):not([resource-type]) {
  grid-template-columns: repeat(2, auto);
}
.smart-scheduler-window .smart-scheduler-window-repeat [multiple] .smart-scheduler-window-editor[type=repeatEnd] {
  grid-template-columns: initial;
}
.smart-scheduler-tooltip {
  --smart-tooltip-arrow-color:var(--smart-background);
  --smart-tooltip-padding:4px;
}
.smart-scheduler-tooltip.smart-tooltip .smart-tooltip-content {
  opacity: initial;
  background-color: var(--smart-background);
  color: var(--smart-color);
  border: none;
}
.smart-scheduler-tooltip .smart-calendar {
  border: initial;
  border-radius: initial;
  direction: initial;
}
.smart-scheduler-tooltip .smart-calendar .smart-calendar-header {
  border: var(--smart-border-width) solid var(--smart-border);
}
.smart-scheduler-tooltip .smart-scheduler-items-container {
  flex-direction: column;
  outline: 0;
}
.smart-scheduler-tooltip .smart-scheduler-items-container:focus .smart-scheduler-item[selected] {
  background-color: var(--smart-ui-state-focus);
  border-color: var(--smart-ui-state-border-focus);
  color: var(--smart-ui-state-color-focus);
}
.smart-scheduler-tooltip .smart-scheduler-item {
  width: 100%;
  cursor: pointer;
  height: auto;
  position: relative;
  padding-right: calc(var(--smart-scheduler-shortcut-size) - 4px);
}
.smart-scheduler-tooltip .smart-scheduler-item:after {
  content: attr(shortcut-key);
  position: absolute;
  height: 100%;
  width: var(--smart-scheduler-shortcut-size);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  top: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: .5;
  margin: 0 6px 0 10px;
}
.smart-scheduler-tooltip .smart-scheduler-item:hover {
  color: var(--smart-ui-state-color-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-scheduler-tooltip .smart-scheduler-item[checkable]:after {
  content: "";
  opacity: initial;
  left: 0;
  right: initial;
  margin: initial;
}
.smart-scheduler-tooltip .smart-scheduler-item[checkable] > div {
  padding-left: var(--smart-scheduler-shortcut-size);
  padding-right: initial;
}
.smart-scheduler-tooltip .smart-scheduler-item[checkable][checked]:after {
  content: var(--smart-icon-check);
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
}
.smart-scheduler-tooltip .smart-scheduler-item[separator] {
  position: relative;
  margin-top: 15px;
}
.smart-scheduler-tooltip .smart-scheduler-item[separator]:before {
  content: "";
  display: flex;
  width: 100%;
  border-bottom: var(--smart-border-width) solid var(--smart-border);
  margin: 7px 0;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.smart-scheduler-tooltip .smart-scheduler-item > div {
  position: relative;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 10px var(--smart-scheduler-shortcut-size) 10px 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-scheduler-tooltip .smart-scheduler-event {
  display: grid;
  position: relative;
  width: 100% !important;
  height: var(--smart-scheduler-event-item-size) !important;
  top: initial !important;
  left: initial !important;
  right: initial !important;
  grid-template-columns: 20px minmax(0, 1fr) var(--smart-scheduler-event-button-size);
  grid-column-gap: 10px;
  justify-content: center;
  padding: var(--smart-scheduler-event-content-padding);
  cursor: pointer;
  background: var(--smart-background);
  color: var(--smart-background-color);
  outline: 0;
  --smart-scheduler-event-focus:var(--smart-ui-state-focus);
  --smart-scheduler-event-color-focus:var(--smart-ui-state-color-focus);
  --smart-scheduler-event-hover:var(--smart-ui-state-hover);
  --smart-scheduler-event-color-hover:var(--smart-ui-state-color-hover);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-scheduler-tooltip .smart-scheduler-event:before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  background: var(--smart-scheduler-event-background);
  justify-content: center;
  align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  padding: var(--smart-scheduler-event-content-padding);
}
.smart-scheduler-tooltip .smart-scheduler-event:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-scheduler-tooltip .smart-scheduler-event[hover] .smart-scheduler-event-button:hover {
  color: var(--smart-ui-state-color-focus);
  background-color: var(--smart-ui-state-focus);
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content .meeting {
  font-size: 12px;
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content .meeting::before {
  content: var(--smart-icon-video-camera);
  font-family: var(--smart-font-family-icon);
  font-size: 12px;
  margin-right: 5px;
}
.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content > div {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}
.smart-scheduler-tooltip .smart-scheduler-context-menu {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: flex-start;
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item {
  height: var(--smart-list-item-height);
  padding: var(--smart-list-item-padding);
  border-top-left-radius: var(--smart-item-border-top-left-radius);
  border-top-right-radius: var(--smart-item-border-top-right-radius);
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--smart-background);
  color: var(--smart-background-color);
  display: flex;
  align-items: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:active,
.smart-notification-panel .smart-notification-item .smart-button[delete]:hover,
.smart-scheduler-tooltip .smart-scheduler-event-button:hover {
  color: var(--smart-ui-state-color-hover);
  background-color: var(--smart-ui-state-hover);
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item:hover {
  background: var(--smart-ui-state-hover);
  color: var(--smart-ui-state-color-hover);
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item[selected],
.smart-scheduler-tooltip .smart-scheduler-event[selected],
.smart-scheduler-tooltip .smart-scheduler-item[selected] {
  background-color: var(--smart-ui-state-selected);
  border-color: var(--smart-ui-state-border-selected);
  color: var(--smart-ui-state-color-selected);
}
.smart-scheduler-tooltip .smart-scheduler-context-menu .smart-scheduler-context-menu-item[disabled],
.smart-scheduler-tooltip .smart-scheduler-event[disabled],
.smart-scheduler-tooltip .smart-scheduler-item[disabled] {
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
.smart-scheduler-tooltip .smart-scheduler-collector-event-list {
  width: 100%;
  height: 100%;
}
.smart-scheduler-tooltip .smart-scroll-viewer {
  --smart-scroll-viewer-max-height:var(--smart-scheduler-context-menu-max-height);
  --smart-scroll-viewer-max-width:var(--smart-scheduler-context-menu-max-width);
  --smart-list-box-default-height:auto;
  width: auto;
  border: initial;
  padding: initial;
}
.smart-notification-panel .smart-notification-item .smart-input,
.smart-scheduler-tooltip .smart-scheduler-event-button {
  border-top-right-radius: var(--smart-border-top-right-radius);
  border-bottom-left-radius: var(--smart-border-bottom-left-radius);
  outline: 0;
}
.smart-scheduler-tooltip .smart-scroll-viewer .smart-scroll-viewer-container.vscroll .smart-scheduler-context-menu {
  padding-right: var(--smart-scroll-bar-size);
}
.smart-scheduler-tooltip .smart-scroll-viewer .smart-scroll-viewer-container .smart-scroll-viewer-content-container {
  padding: initial;
}
.smart-scheduler-tooltip .smart-scheduler-event-button {
  position: relative;
  width: var(--smart-scheduler-collector-item-button-size);
  height: var(--smart-scheduler-collector-item-button-size);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-color: var(--smart-border);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
}
.smart-scheduler-tooltip .smart-scheduler-event-button:active {
  color: var(--smart-ui-state-color-active);
  background-color: var(--smart-ui-state-active);
}
.smart-scheduler-tooltip .smart-scheduler-event-button:focus {
  color: var(--smart-ui-state-color-focus);
  background-color: var(--smart-ui-state-focus);
}
.smart-scheduler-tooltip .smart-scheduler-event-button:before {
  content: var(--smart-icon-delete);
  font-family: var(--smart-font-family-icon);
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  font-size: var(--smart-button-large-font-size);
}
.smart-scheduler-tooltip .smart-scheduler-event-label {
  font-weight: var(--smart-scheduler-event-label-font-weight);
  font-size: var(--smart-scheduler-event-label-font-size);
  pointer-events: none;
  white-space: nowrap;
}
.smart-scheduler-tooltip .smart-scheduler-event-time {
  font-weight: var(--smart-scheduler-event-time-font-weight);
  font-size: var(--smart-scheduler-event-time-font-size);
  opacity: var(--smart-scheduler-event-time-opacity);
  pointer-events: none;
  white-space: nowrap;
}
.smart-scheduler-tooltip:not([animation=none]) {
  animation: smart-drop-down-list-smart-animate-closing .2s ease-in;
  transition:
    animation .2s ease-in,
    opacity .2s ease-in,
    visibility .2s ease-in;
}
.smart-scheduler-tooltip:not([animation=none])[visible] {
  animation: smart-drop-down-list-smart-animate-opening .2s ease-out;
  transition:
    animation .2s ease-out,
    opacity .2s ease-out,
    visibility .2s ease-out;
}
.smart-scheduler-tooltip:not([arrow-direction]),
.smart-scheduler-tooltip[arrow-direction=bottom] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.smart-scheduler-tooltip:not([arrow]),
.smart-scheduler-tooltip[arrow-direction=top] {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.smart-scheduler-tooltip[right-to-left] .smart-scheduler-item {
  padding-right: initial;
  padding-left: calc(var(--smart-scheduler-shortcut-size) - 4px);
}
.smart-scheduler-tooltip[right-to-left] .smart-scheduler-item:after {
  left: 0;
  right: initial;
  margin: 0 10px 0 6px;
}
.smart-scheduler-tooltip[right-to-left] .smart-scheduler-item > div {
  padding: 10px 12px 10px var(--smart-scheduler-shortcut-size);
}
.smart-scheduler-drag-feedback {
  position: absolute;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--smart-scheduler-event-border-radius);
  pointer-events: none;
  padding: initial;
  text-align: center;
  box-sizing: border-box;
  background: 0 0;
  box-shadow: var(--smart-elevation-8);
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  cursor: move;
  opacity: .75;
  z-index: 10000;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-rows: min-content minmax(auto, 1fr);
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: center;
  overflow: hidden;
  padding: var(--smart-scheduler-event-content-padding);
  color: var(--smart-scheduler-event-color);
  background: var(--smart-scheduler-event-background);
  cursor: pointer;
  position: relative;
  border-radius: inherit;
  grid-row-gap: 2px;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 100%;
  grid-column-gap: 5px;
  justify-content: space-between;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content[single-line] > div {
  align-self: initial;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content:not([single-line]) > div:not(:first-of-type) {
  grid-column: 1/span 2;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-label {
  font-weight: var(--smart-scheduler-event-label-font-weight);
  font-size: var(--smart-scheduler-event-label-font-size);
  pointer-events: none;
  white-space: nowrap;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-time {
  font-weight: var(--smart-scheduler-event-time-font-weight);
  font-size: var(--smart-scheduler-event-time-font-size);
  opacity: var(--smart-scheduler-event-time-opacity);
  pointer-events: none;
  white-space: pre-wrap;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr);
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content > div {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}
.smart-scheduler-drag-feedback .smart-scheduler-event-content > div:first-of-type {
  align-self: center;
}
.smart-scheduler-drag-feedback[status] .smart-scheduler-event-content:before {
  content: "";
  position: absolute;
  display: block;
  width: var(--smart-scheduler-status-size);
  height: 100%;
  background: var(--smart-scheduler-status-background);
  box-shadow: 0 0 0 .5px var(--smart-background);
  border: 1px solid var(--smart-border);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.smart-scheduler-drag-feedback[status]:not([view-type=agenda]) .smart-scheduler-event-content {
  padding-left: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
}
.smart-scheduler-drag-feedback[status=free] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-free-background);
}
.smart-scheduler-drag-feedback[status=busy] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-busy-background);
}
.smart-scheduler-drag-feedback[status=outOfOffice] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-out-of-office-background);
}
.smart-scheduler-drag-feedback[status=tentative] .smart-scheduler-event-content:before {
  background: var(--smart-scheduler-status-tentative-background);
}
.smart-scheduler-drag-feedback[view-type=agenda] .smart-scheduler-event-time {
  opacity: var(--smart-scheduler-event-time-opacity-agenda);
  font-size: var(--smart-scheduler-event-time-font-size-agenda);
  font-weight: var(--smart-scheduler-event-time-font-weight-agenda);
}
.smart-scheduler-drag-feedback[view-type=agenda] .smart-scheduler-event,
.smart-scheduler-drag-feedback[view-type=agenda] .smart-scheduler-event-content > div {
  padding: var(--smart-scheduler-event-padding-agenda);
}
.smart-scheduler-drag-feedback[view-type=agenda][status] .smart-scheduler-event-content:before {
  content: initial;
}
.smart-scheduler-drag-feedback:not([view-type^=timeline]) {
  width: var(--smart-scheduler-event-size);
}
.smart-scheduler-drag-feedback:not([view-type^=timeline]) .smart-scheduler-event-content > div {
  padding: var(--smart-scheduler-event-padding-basic);
}
.smart-scheduler-drag-feedback[view-type^=timeline] .smart-scheduler-event-content > div {
  padding: var(--smart-scheduler-event-padding-timeline);
}
.smart-scheduler-drag-feedback[mobile]:not([view-type^=timeline]) {
  min-width: var(--smart-scheduler-event-size-timeline);
}
.smart-scheduler-drag-feedback[exception] .smart-scheduler-event-content,
.smart-scheduler-drag-feedback[repeating] .smart-scheduler-event-content {
  grid-template-columns: minmax(auto, 1fr) var(--smart-scheduler-event-icon-size);
}
.smart-scheduler-drag-feedback:not([repeating]) .smart-scheduler-event-content:not([single-line]) > div {
  grid-column: 1/span 2;
}
.smart-scheduler-drag-feedback[repeating] .smart-scheduler-event-content:after {
  content: var(--smart-icon-spin);
  width: var(--smart-scheduler-event-icon-size);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  font-family: var(--smart-font-family-icon);
  font-size: var(--smart-font-size);
  padding: var(--smart-scheduler-event-content-padding);
  box-sizing: border-box;
  line-height: 1rem;
}
.smart-scheduler-drag-feedback[repeating] .smart-scheduler-event-content[single-line] {
  grid-template-columns: repeat(2, auto) var(--smart-scheduler-event-icon-size);
}
.smart-scheduler-drag-feedback[repeating][exception] .smart-scheduler-event-content:after {
  content: var(--smart-icon-attention-circled);
}
.smart-scheduler-drag-feedback[right-to-left] {
  direction: rtl;
}
.smart-scheduler-drag-feedback[right-to-left]:not([view-type=agenda])[status] .smart-scheduler-event-content {
  padding-left: initial;
  padding-right: calc(var(--smart-scheduler-status-size) + var(--smart-scheduler-status-padding));
}
.smart-scheduler-drag-feedback[right-to-left][repeating] .smart-scheduler-event-content:after {
  right: initial;
  left: 0;
}
.smart-dragging-disabled {
  cursor: no-drop;
}
.smart-notification-panel {
  width: auto;
  height: auto;
  display: inline-block;
  contain: content;
  max-height: 100px;
}
.smart-notification-panel:focus {
  border-color: var(--smart-outline);
}
.smart-notification-panel.smart-container,
.smart-notification-panel > .smart-container {
  padding: var(--smart-editor-label-padding);
  overflow: auto;
  max-height: inherit;
}
.smart-notification-panel .smart-notification-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.smart-notification-panel .smart-notification-container:empty {
  display: none;
}
.smart-notification-panel .smart-notification-item,
.smart-notification-panel .smart-notification-placeholder {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.smart-notification-panel .smart-notification-item {
  display: inline-grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) var(--smart-editor-height);
  grid-column-gap: 10px;
  align-items: center;
  padding: 0 0 var(--smart-editor-label-padding);
  justify-items: center;
}
.smart-notification-panel .smart-notification-item .smart-input {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: var(--smart-surface);
  color: var(--smart-surface-color);
  position: relative;
  padding: var(--smart-editor-label-padding);
  height: var(--smart-editor-height);
  border-top-left-radius: var(--smart-border-top-left-radius);
  border-bottom-right-radius: var(--smart-border-bottom-right-radius);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  border: var(--smart-border-width) solid transparent;
}
.smart-notification-panel .smart-notification-item .smart-input[interval]::after,
.smart-notification-panel .smart-notification-item .smart-input[interval]::before,
.smart-notification-panel .smart-notification-item .smart-input[type]::after {
  content: var(--smart-icon-arrow-down);
  display: flex;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--smart-font-family-icon);
  justify-content: center;
  align-items: center;
  font-size: var(--smart-arrow-size);
  outline: 0;
  width: var(--smart-editor-addon-width);
  position: absolute;
  top: 1px;
  right: -1px;
  height: 100%;
  box-sizing: border-box;
}
.smart-notification-panel .smart-notification-item .smart-input[interval]::before {
  content: var(--smart-icon-arrow-up);
  top: 0;
  height: 50%;
  border-bottom: var(--smart-border-width) solid transparent;
}
.smart-notification-panel .smart-notification-item .smart-input[interval]::after {
  content: var(--smart-icon-arrow-down);
  bottom: 0;
  top: initial;
  height: 50%;
}
.smart-notification-panel .smart-notification-item .smart-button[delete] {
  width: var(--smart-editor-height);
  height: var(--smart-editor-height);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .25;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  outline: 0;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:after {
  content: var(--smart-icon-close);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  cursor: pointer;
  font-size: var(--smart-font-size);
  font-family: var(--smart-font-family-icon);
}
.smart-notification-panel .smart-notification-placeholder,
.smart-notification-panel .smart-notification-placeholder .smart-input {
  outline: 0;
  align-items: center;
  cursor: pointer;
  font-family: var(--smart-font-family);
  font-size: var(--smart-font-size);
  display: inline-flex;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:hover {
  opacity: .6;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:active {
  opacity: 1;
}
.smart-notification-panel .smart-notification-item .smart-button[delete]:focus,
.smart-notification-panel .smart-notification-item .smart-input:focus {
  box-shadow: 0 0 0 1px var(--smart-outline);
}
.smart-notification-panel .smart-notification-placeholder {
  border-bottom: var(--smart-border-width) solid var(--smart-primary);
  color: var(--smart-primary);
}
.smart-notification-panel .smart-notification-placeholder .smart-input {
  border: var(--smart-border-width) solid transparent;
}
.smart-notification-panel .smart-notification-placeholder:hover {
  color: var(--smart-ui-state-color-hover);
}
.smart-notification-panel .smart-notification-editor {
  position: absolute;
  background: var(--smart-background);
  color: var(--smart-background-color);
}
.smart-notification-panel label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval] {
  padding-left: calc(var(--smart-editor-addon-width) + var(--smart-editor-label-padding));
}
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval]::after,
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[interval]::before,
.smart-notification-panel[right-to-left] .smart-notification-item .smart-input[type]::after {
  right: initial;
  left: -1px;
}
.smart-scheduler-loading-container .smart-loader-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  margin-top: calc(5px + var(--smart-loader-size));
  margin-left: 5px;
}
.smart-scheduler-loader {
  margin: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .1);
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 50%;
  width: calc(var(--smart-loader-size) + 10px);
  height: calc(var(--smart-loader-size) + 10px);
}
.smart-scheduler-loader:after,
.smart-scheduler-loader:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit inherit transparent;
  border-width: 6px;
  animation: smart-loader-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, smart-loader-spin-fade 1.1s linear infinite;
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .default-samples-container div {
  position: relative;
  border-radius: 50%;
  border: initial;
  transform: scale(.95);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .default-samples-container div.selected {
  transform: scale(1);
}
.smart-color-input-drop-down-menu.smart-scheduler-color-input .default-samples-container div.selected:not(.no-color):after {
  content: var(--smart-icon-check);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--smart-font-family-icon);
  color: var(--smart-secondary-color);
  border-radius: inherit;
}
.smart-scheduler-color-input {
  --smart-input-drop-down-menu-width:auto;
}
.drawContainer,
.smart-arrow,
.smart-container {
  height: 100%;
  width: 100%;
}
.smart-container {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  display: block;
  outline: 0;
  margin: 0;
  padding: 0;
}
.smart-container * {
  box-sizing: border-box;
}
.smart-drop-down,
.smart-popup {
  position: absolute;
  box-sizing: border-box;
  margin: var(--smart-editor-drop-down-vertical-offset) 0;
  z-index: var(--smart-editor-drop-down-z-index);
  list-style-type: none;
}
@font-face {
  font-family: smart-icons;
  src:
    url("./media/smart-icons-RHZLUBZV.woff2") format("woff2"),
    url("./media/smart-icons-GCA6FIQQ.woff") format("woff"),
    url("./media/smart-icons-75RRJ6JJ.ttf") format("truetype"),
    url("./media/smart-icons-TW6JIWJQ.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
.smart-icons {
  font-family: smart-icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
.smart-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.smart-arrow-down:after,
.smart-arrow-left-first:after,
.smart-arrow-left:after,
.smart-arrow-right-last:after,
.smart-arrow-right:after,
.smart-arrow-up:after {
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-style: normal;
  font-weight: 400;
  font-size: var(--smart-arrow-size);
  color: inherit;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smart-arrow-up:after {
  content: var(--smart-icon-arrow-up);
  top: -1px;
}
.smart-arrow-down:after {
  content: var(--smart-icon-arrow-down);
}
.smart-arrow-left:after {
  content: var(--smart-icon-arrow-left);
}
.smart-arrow-left-first:after {
  content: var(--smart-icon-first-page);
}
.smart-arrow-right-last:after {
  content: var(--smart-icon-last-page);
}
.smart-arrow-right:after {
  content: var(--smart-icon-arrow-right);
}
.drawContainer {
  position: relative;
}
.smart-ripple {
  display: block;
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  pointer-events: none;
  animation: ripple .35s linear;
  border: none;
  opacity: .5;
}
.smart-ripple.smart-animate {
  animation: ripple .65s linear;
  position: absolute;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.smart-overlay {
  pointer-events: none;
}
.smart-unselectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.smart-hidden {
  display: none !important;
}
.smart-visibility-hidden {
  visibility: hidden !important;
}
.smart-element-init {
  visibility: hidden;
}
.smart-element-ready {
  overflow: hidden;
}
.smart-shown {
  display: block;
}
.smart-resize-trigger {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0s;
}
.smart-resize-trigger-shrink {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0s;
  width: 200%;
  height: 200%;
}
.smart-resize-trigger-container {
  display: block;
  position: relative;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  visibility: hidden;
}
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader,
smart-card-view .smart-loader,
smart-grid .smart-loader,
smart-list-box .smart-loader,
smart-list-menu .smart-loader,
smart-table .smart-loader,
smart-tree .smart-loader {
  margin: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .1);
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 50%;
  z-index: 10;
  width: calc(var(--smart-loader-size) + 10px);
  height: calc(var(--smart-loader-size) + 10px);
}
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader:after,
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader:before,
smart-card-view .smart-loader:after,
smart-card-view .smart-loader:before,
smart-grid .smart-loader:after,
smart-grid .smart-loader:before,
smart-list-box .smart-loader:after,
smart-list-box .smart-loader:before,
smart-list-menu .smart-loader:after,
smart-list-menu .smart-loader:before,
smart-table .smart-loader:after,
smart-table .smart-loader:before,
smart-tree .smart-loader:after,
smart-tree .smart-loader:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: 6px solid transparent;
  animation: smart-loader-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, smart-loader-spin-fade 1.1s linear infinite;
}
.smart-list-menu-view.smart-drop-down-repositioned .smart-loader.smart-hidden,
smart-card-view .smart-loader.smart-hidden,
smart-grid .smart-loader.smart-hidden,
smart-list-box .smart-loader.smart-hidden,
smart-list-menu .smart-loader.smart-hidden,
smart-table .smart-loader.smart-hidden,
smart-tree .smart-loader.smart-hidden {
  display: none;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader,
smart-grid[loading-indicator-position=top] .smart-loader,
smart-grid[loading-indicator-position=bottom] .smart-loader,
smart-list-box[loading-indicator-position=top] .smart-loader,
smart-list-box[loading-indicator-position=bottom] .smart-loader,
smart-list-menu[loading-indicator-position=top] .smart-loader,
smart-list-menu[loading-indicator-position=bottom] .smart-loader,
smart-tree[loading-indicator-position=top] .smart-loader,
smart-tree[loading-indicator-position=bottom] .smart-loader {
  width: var(--smart-loader-size);
  height: var(--smart-loader-size);
  left: 20%;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-container,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-container,
smart-grid[loading-indicator-position=top] .smart-loader-container,
smart-grid[loading-indicator-position=bottom] .smart-loader-container,
smart-list-box[loading-indicator-position=top] .smart-loader-container,
smart-list-box[loading-indicator-position=bottom] .smart-loader-container,
smart-list-menu[loading-indicator-position=top] .smart-loader-container,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-container,
smart-tree[loading-indicator-position=top] .smart-loader-container,
smart-tree[loading-indicator-position=bottom] .smart-loader-container {
  display: block;
  position: relative;
  width: 100%;
  height: 10%;
  background-color: #F2F2F2;
  overflow: hidden;
  animation: smart-loader-container-pop-up-down .3s linear;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-container.smart-hidden,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-grid[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-grid[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-list-box[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-list-box[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-list-menu[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-container.smart-hidden,
smart-tree[loading-indicator-position=top] .smart-loader-container.smart-hidden,
smart-tree[loading-indicator-position=bottom] .smart-loader-container.smart-hidden {
  display: none;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-label,
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-label,
smart-grid[loading-indicator-position=top] .smart-loader-label,
smart-grid[loading-indicator-position=bottom] .smart-loader-label,
smart-list-box[loading-indicator-position=top] .smart-loader-label,
smart-list-box[loading-indicator-position=bottom] .smart-loader-label,
smart-list-menu[loading-indicator-position=top] .smart-loader-label,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-label,
smart-tree[loading-indicator-position=top] .smart-loader-label,
smart-tree[loading-indicator-position=bottom] .smart-loader-label {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 60%;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: nowrap;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=top] .smart-loader-container,
smart-grid[loading-indicator-position=top] .smart-loader-container,
smart-list-box[loading-indicator-position=top] .smart-loader-container,
smart-list-menu[loading-indicator-position=top] .smart-loader-container,
smart-tree[loading-indicator-position=top] .smart-loader-container {
  top: 0;
  position: absolute;
  animation: smart-loader-container-pop-up-top .3s linear;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=bottom] .smart-loader-container,
smart-grid[loading-indicator-position=bottom] .smart-loader-container,
smart-list-box[loading-indicator-position=bottom] .smart-loader-container,
smart-list-menu[loading-indicator-position=bottom] .smart-loader-container,
smart-tree[loading-indicator-position=bottom] .smart-loader-container {
  top: -10%;
}
.smart-list-menu-view.smart-drop-down-repositioned[loading-indicator-position=center] .smart-loader,
smart-grid[loading-indicator-position=center] .smart-loader,
smart-list-box[loading-indicator-position=center] .smart-loader,
smart-list-menu[loading-indicator-position=center] .smart-loader,
smart-tree[loading-indicator-position=center] .smart-loader {
  width: calc(var(--smart-loader-size) + 10px);
  height: calc(var(--smart-loader-size) + 10px);
}
smart-grid[disabled] .smart-loader:after,
smart-grid[disabled] .smart-loader:before,
smart-list-box[disabled] .smart-loader:after,
smart-list-box[disabled] .smart-loader:before,
smart-list-menu[disabled] .smart-loader:after,
smart-list-menu[disabled] .smart-loader:before,
smart-tree[disabled] .smart-loader:after,
smart-tree[disabled] .smart-loader:before {
  animation: none;
}
@keyframes smart-loader-container-pop-up-down {
  0% {
    top: 0;
  }
  20% {
    top: -2%;
  }
  35% {
    top: -6%;
  }
  60% {
    top: -8%;
  }
  100% {
    top: -10%;
  }
}
@keyframes smart-loader-container-pop-up-top {
  0% {
    top: -10%;
  }
  20% {
    top: -8%;
  }
  35% {
    top: -6%;
  }
  60% {
    top: -2%;
  }
  100% {
    top: 0;
  }
}
@keyframes smart-loader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes smart-loader-spin-fade {
  0%, 100%, 20%, 60% {
    border-top-color: #7A7A7A;
  }
  35% {
    border-top-color: transparent;
  }
}
.smart-right-to-left {
  direction: rtl;
}
.smart-micro {
  font-size: 9px;
}
.smart-caps {
  text-transform: uppercase;
  letter-spacing: .1em;
}
.smart-strong {
  font-weight: 500;
}
.smart-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-flex-auto {
  flex: 1 1 auto;
  display: flex;
  min-width: 0;
  min-height: 0;
}
.smart-flex {
  display: flex;
  align-items: center;
}
.smart-quiet {
  opacity: .75;
}
.smart-dragging,
.smart-dragging * {
  cursor: move !important;
}

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #3f51b5;
  --mat-progress-bar-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ff4081;
  --mat-progress-bar-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-filled-caret-color: #3f51b5;
  --mat-form-field-filled-focus-active-indicator-color: #3f51b5;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-outlined-caret-color: #3f51b5;
  --mat-form-field-outlined-focus-outline-color: #3f51b5;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-filled-caret-color: #ff4081;
  --mat-form-field-filled-focus-active-indicator-color: #ff4081;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-outlined-caret-color: #ff4081;
  --mat-form-field-outlined-focus-outline-color: #ff4081;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #3f51b5;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ff4081;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #3f51b5;
  --mat-chip-elevated-disabled-container-color: #3f51b5;
  --mat-chip-elevated-selected-container-color: #3f51b5;
  --mat-chip-flat-disabled-selected-container-color: #3f51b5;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #ff4081;
  --mat-chip-elevated-disabled-container-color: #ff4081;
  --mat-chip-elevated-selected-container-color: #ff4081;
  --mat-chip-flat-disabled-selected-container-color: #ff4081;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-focus-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-handle-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-handle-color: #3f51b5;
  --mat-slide-toggle-selected-focus-track-color: #7986cb;
  --mat-slide-toggle-selected-hover-track-color: #7986cb;
  --mat-slide-toggle-selected-pressed-track-color: #7986cb;
  --mat-slide-toggle-selected-track-color: #7986cb;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-focus-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-handle-color: #ff4081;
  --mat-slide-toggle-selected-pressed-handle-color: #ff4081;
  --mat-slide-toggle-selected-focus-track-color: #f06292;
  --mat-slide-toggle-selected-hover-track-color: #f06292;
  --mat-slide-toggle-selected-pressed-track-color: #f06292;
  --mat-slide-toggle-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #3f51b5;
  --mat-slider-focus-handle-color: #3f51b5;
  --mat-slider-handle-color: #3f51b5;
  --mat-slider-hover-handle-color: #3f51b5;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-slider-inactive-track-color: #3f51b5;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ff4081;
  --mat-slider-focus-handle-color: #ff4081;
  --mat-slider-handle-color: #ff4081;
  --mat-slider-hover-handle-color: #ff4081;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-slider-inactive-track-color: #ff4081;
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #ff4081;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #3f51b5;
  --mat-tab-active-ripple-color: #3f51b5;
  --mat-tab-inactive-ripple-color: #3f51b5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #3f51b5;
  --mat-tab-active-hover-label-text-color: #3f51b5;
  --mat-tab-active-focus-indicator-color: #3f51b5;
  --mat-tab-active-hover-indicator-color: #3f51b5;
  --mat-tab-active-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ff4081;
  --mat-tab-active-ripple-color: #ff4081;
  --mat-tab-inactive-ripple-color: #ff4081;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ff4081;
  --mat-tab-active-hover-label-text-color: #ff4081;
  --mat-tab-active-focus-indicator-color: #ff4081;
  --mat-tab-active-hover-indicator-color: #ff4081;
  --mat-tab-active-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #3f51b5;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ff4081;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #3f51b5;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #3f51b5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-outlined-state-layer-color: #3f51b5;
  --mat-button-protected-container-color: #3f51b5;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #3f51b5;
  --mat-button-text-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-text-state-layer-color: #3f51b5;
  --mat-button-tonal-container-color: #3f51b5;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ff4081;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #ff4081;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-outlined-state-layer-color: #ff4081;
  --mat-button-protected-container-color: #ff4081;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #ff4081;
  --mat-button-text-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-text-state-layer-color: #ff4081;
  --mat-button-tonal-container-color: #ff4081;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ff4081;
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ff4081;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-fab-small-container-color: #ff4081;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #7986cb;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #3f51b5;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ff4081;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #3f51b5 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #3f51b5 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ff4081 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

/* node_modules/@sweetalert2/theme-bootstrap-4/bootstrap-4.min.css */
@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .75rem .25rem;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: .875rem;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: .875rem;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: .875rem;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #28a745;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .5s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, .5);
}
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1rem;
  border: none;
  border-radius: .3rem;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}
.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #007bff;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6c757d;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, .2);
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: rgba(0, 0, 0, .5);
  font-family: serif;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #000;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  color: inherit;
  font-size: 1rem;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #dc3545 !important;
  box-shadow: 0 0 2px #dc3545 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-file::-webkit-input-placeholder,
.swal2-input::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1rem;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: .375rem .75rem;
}
.swal2-input[type=number] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1rem;
}
.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1rem;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-checkbox label,
.swal2-radio label {
  margin: 0 .6em;
  font-size: 1rem;
}
.swal2-checkbox input,
.swal2-radio input {
  margin: 0 .4em;
}
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #dc3545;
  color: #dc3545;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #dc3545;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s;
}
.swal2-icon.swal2-warning {
  border-color: #ffca2b;
  color: #ffc107;
}
.swal2-icon.swal2-info {
  border-color: #4cd3e9;
  color: #17a2b8;
}
.swal2-icon.swal2-question {
  border-color: #a1a8ae;
  color: #6c757d;
}
.swal2-icon.swal2-success {
  border-color: #28a745;
  color: #28a745;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #28a745;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
}
.swal2-hide {
  -webkit-animation: fadeOutUp .5s;
  animation: fadeOutUp .5s;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, .4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - .625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: .875rem;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: .875rem;
}
.swal2-cancel,
.swal2-confirm {
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.swal2-popup {
  border: 1px solid rgba(0, 0, 0, .2);
}
.swal2-popup.swal2-toast {
  padding: .25rem .75rem;
  font-size: .875rem;
}
.swal2-popup.swal2-toast .swal2-header {
  padding: 0;
  border-bottom: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0;
  color: #6c757d;
}
.swal2-popup.swal2-toast .swal2-content {
  padding: 0 .5rem;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: 0 !important;
  margin: 0;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0;
}
.swal2-title {
  margin: 0;
  font-size: 1.25rem;
}
.swal2-content {
  padding: 1rem 1rem 0;
}
.swal2-actions {
  border-radius: .25rem;
}
.swal2-footer {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.swal2-close {
  height: auto;
  padding: 1rem 1.2rem 1rem 1rem;
  font-weight: 700;
}
.swal2-input,
.swal2-textarea {
  height: inherit;
  padding: .375rem .75rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  line-height: 1.5;
}
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  color: #495057;
}
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  box-shadow: none !important;
}
.swal2-input.swal2-inputerror:focus,
.swal2-textarea.swal2-inputerror:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) !important;
}
.swal2-styled.swal2-confirm {
  padding: .375rem .75rem;
  font-size: 1rem;
}
.swal2-styled.swal2-confirm:hover {
  border-color: #0062cc;
  background-color: #0069d9;
}
.swal2-styled.swal2-confirm:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-styled.swal2-confirm:active {
  border-color: #005cbf;
  background-color: #0062cc;
}
.swal2-styled.swal2-confirm:active:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-styled.swal2-cancel {
  padding: .375rem .75rem;
  font-size: 1rem;
}
.swal2-styled.swal2-cancel:hover {
  border-color: #545b62;
  background-color: #5a6268;
}
.swal2-styled.swal2-cancel:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .25);
}
.swal2-styled.swal2-cancel:active {
  border-color: #4e555b;
  background-color: #545b62;
}
.swal2-styled.swal2-cancel:active:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .25);
}
.swal2-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3e%3cpath fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/%3e%3c/svg%3e') no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swal2-select:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.swal2-select[multiple],
.swal2-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.swal2-select:disabled {
  background-color: #e9ecef;
  color: #fff;
}
.swal2-select::-ms-expand {
  display: none;
}
.swal2-radio label {
  position: relative;
  margin-right: 1rem;
  margin-left: 1.5rem;
}
.swal2-radio label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.swal2-radio label input:checked ~ .swal2-label::before {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}
.swal2-radio label input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-radio label input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #80bdff;
}
.swal2-radio label input:not(:disabled):active ~ .swal2-label::before {
  border-color: #b3d7ff;
  background-color: #b3d7ff;
  color: #fff;
}
.swal2-radio label input:checked ~ .swal2-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23fff"/%3e%3c/svg%3e');
}
.swal2-radio label input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.swal2-radio .swal2-label::before {
  content: "";
  display: block;
  position: absolute;
  top: .08333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: #adb5bd solid 1px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
}
.swal2-radio .swal2-label::after {
  content: "";
  display: block;
  position: absolute;
  top: .08333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50%/50% 50%;
}
.swal2-checkbox {
  margin-right: 1rem;
  padding-left: 1.5rem;
}
.swal2-checkbox input {
  z-index: -1;
  opacity: 0;
}
.swal2-checkbox input:checked ~ .swal2-label::before {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}
.swal2-checkbox input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-checkbox input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #80bdff;
}
.swal2-checkbox input:not(:disabled):active ~ .swal2-label::before {
  border-color: #b3d7ff;
  background-color: #b3d7ff;
  color: #fff;
}
.swal2-checkbox input:checked ~ .swal2-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3e%3cpath fill="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/%3e%3c/svg%3e');
}
.swal2-checkbox input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.swal2-checkbox .swal2-label {
  position: relative;
}
.swal2-checkbox .swal2-label::before {
  content: "";
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: #adb5bd solid 1px;
  background-color: #fff;
  pointer-events: none;
}
.swal2-checkbox .swal2-label::after {
  content: "";
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50%/50% 50%;
}
.swal2-range {
  align-items: center;
}
.swal2-range input {
  width: 100%;
  height: calc(1rem + .6rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swal2-range input:focus {
  outline: 0;
}
.swal2-range input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-range input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-range input:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.swal2-range input::-moz-focus-outer {
  border: 0;
}
.swal2-range input::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
  -webkit-appearance: none;
  appearance: none;
}
.swal2-range input::-webkit-slider-thumb:active {
  background: #b3d7ff;
}
.swal2-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
  color: transparent;
  cursor: pointer;
}
.swal2-range input::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
  -moz-appearance: none;
  appearance: none;
}
.swal2-range input::-moz-range-thumb:active {
  background: #b3d7ff;
}
.swal2-range input::-moz-range-track {
  width: 100%;
  height: .5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
  color: transparent;
  cursor: pointer;
}
.swal2-range input::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  -ms-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
  appearance: none;
}
.swal2-range input::-ms-thumb:active {
  background: #b3d7ff;
}
.swal2-range input::-ms-track {
  width: 100%;
  height: .5rem;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
  color: transparent;
  cursor: pointer;
}
.swal2-range input::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}
.swal2-range input::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}
.swal2-range input:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.swal2-range input:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.swal2-range input:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.swal2-range input:disabled::-moz-range-track {
  cursor: default;
}
.swal2-range input:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.swal2-validation-message {
  position: relative;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  border-color: #d6d8db;
  background: #e2e3e5;
  color: #383d41;
  font-size: 1rem;
}
.swal2-validation-message::before {
  background-color: #e4606d;
}
.swal2-toast {
  max-width: 350px;
  border-radius: .25rem;
  background-color: rgba(255, 255, 255, .85);
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons-P3Q6XDZG.eot");
  src:
    url("./media/primeicons-P3Q6XDZG.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons-Y4ZH4LAW.woff2") format("woff2"),
    url("./media/primeicons-67GZ63CG.woff") format("woff"),
    url("./media/primeicons-MMNJ55EH.ttf") format("truetype"),
    url("./media/primeicons-6VHJE6VZ.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-eye-dropper:before {
  content: "\ea3c";
}
.pi-code-branch:before {
  content: "\ea3a";
}
.pi-signature:before {
  content: "\ea3b";
}
.pi-stamp:before {
  content: "\ea3d";
}
.pi-rectangle-xmark:before {
  content: "\ea3e";
}
.pi-note-sticky:before {
  content: "\ea3f";
}
.pi-sidebar:before {
  content: "\ea40";
}
.pi-slash:before {
  content: "\ea41";
}
.pi-grid-2:before {
  content: "\ea42";
}
.pi-columns-2:before {
  content: "\ea43";
}
.pi-rows-2:before {
  content: "\ea44";
}
.pi-square:before {
  content: "\ea45";
}
.pi-compress:before {
  content: "\ea46";
}
.pi-pen-line:before {
  content: "\ea47";
}
.pi-case-sensitive:before {
  content: "\ea48";
}
.pi-text-color:before {
  content: "\ea49";
}
.pi-list-tree:before {
  content: "\ea4a";
}
.pi-highlighter:before {
  content: "\ea4b";
}
.pi-text:before {
  content: "\ea4c";
}
.pi-heading-6:before {
  content: "\ea4d";
}
.pi-heading-5:before {
  content: "\ea4e";
}
.pi-heading-4:before {
  content: "\ea4f";
}
.pi-heading-3:before {
  content: "\ea50";
}
.pi-heading-2:before {
  content: "\ea51";
}
.pi-heading-1:before {
  content: "\ea52";
}
.pi-heading:before {
  content: "\ea53";
}
.pi-grip:before {
  content: "\ea54";
}
.pi-grip-horizontal:before {
  content: "\ea55";
}
.pi-grip-vertical:before {
  content: "\ea56";
}
.pi-paragraph-right:before {
  content: "\ea57";
}
.pi-paragraph-left:before {
  content: "\ea58";
}
.pi-arrow-u-turn-up-left:before {
  content: "\ea59";
}
.pi-arrow-u-turn-up-right:before {
  content: "\ea5a";
}
.pi-horizontal-rule:before {
  content: "\ea5b";
}
.pi-outdent:before {
  content: "\ea5c";
}
.pi-indent:before {
  content: "\ea5d";
}
.pi-list-ol:before {
  content: "\ea5e";
}
.pi-block-quote:before {
  content: "\ea5f";
}
.pi-superscript:before {
  content: "\ea60";
}
.pi-subscript:before {
  content: "\ea61";
}
.pi-strikethrough:before {
  content: "\ea62";
}
.pi-underline:before {
  content: "\ea63";
}
.pi-italic:before {
  content: "\ea64";
}
.pi-bold:before {
  content: "\ea65";
}
.pi-dot:before {
  content: "\ea66";
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/assets/material-pro/others/flip.css */
.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}
.card-front {
  transform: rotateY(0deg);
}
.card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}
.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}
.card-flip:hover .card-back {
  transform: rotateY(0deg);
}
.errormsg {
  text-transform: capitalize;
}

/* src/assets/smthemes/smthead.css */
.smart-table.thead-info table th {
  background-color: #1e88e5;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.smart-table.thead-prim table th {
  background-color: #7460ee;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.smart-table.thead-success table th {
  background-color: #21c1d6;
  color: white;
  font-size: 14px;
  text-align: center;
}
.smart-table.thead-warning table th {
  background-color: #ffb22b;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.smart-table.thead-danger table th {
  background-color: #fc4b6c;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.smart-table.thead-teal table th {
  background-color: #004d4d;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.smart-table.thead-dark table th {
  background-color: #000000;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.smart-table.thead-cyan table th {
  background-color: cyan;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.smart-table.tbody-info {
  border-color: #1e88e5;
}
.smart-table tbody td {
  color: #004d4d;
}

/* src/assets/material-pro/others/toastr.css */
.toast-success {
  background-color: #00acc1 !important;
  color: #ffffff;
}
.toast-error {
  background-color: #fc4b6c !important;
  color: #ffffff;
}
.toast-info {
  background-color: #1e88e5 !important;
  color: #ffffff;
}
.toast-warning {
  background-color: #ffb22b !important;
  color: #000000;
}
.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;
  }
}
.toast-container .toast {
  max-width: 100%;
  word-wrap: break-word;
}
.toast-top-center {
  top: 12px;
  margin: 0 auto;
  left: 50%;
}
.toasts-top-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1040;
}
.toasts-top-right.fixed {
  position: fixed;
}
.toasts-top-left {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1040;
}
.toasts-top-left.fixed {
  position: fixed;
}
.toasts-bottom-right {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1040;
}
.toasts-bottom-right.fixed {
  position: fixed;
}
.toasts-bottom-left {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1040;
}
.toasts-bottom-left.fixed {
  position: fixed;
}
.toast.bg-primary {
  background: rgba(0, 123, 255, 0.9) !important;
}
.toast.bg-primary .close,
.toast.bg-primary .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-primary .toast-header {
  background: rgba(0, 123, 255, 0.85);
  color: #ffffff;
}
.toast.bg-secondary {
  background: rgba(108, 117, 125, 0.9) !important;
}
.toast.bg-secondary .close,
.toast.bg-secondary .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-secondary .toast-header {
  background: rgba(108, 117, 125, 0.85);
  color: #ffffff;
}
.toast.bg-success {
  color: #ffffff;
  background: rgba(40, 167, 69, 0.9) !important;
}
.toast.bg-success .close,
.toast.bg-success .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-success .toast-header {
  background: rgba(40, 167, 69, 0.85);
  color: #ffffff;
}
.toast.bg-info {
  color: #ffffff;
  background: rgba(23, 162, 184, 0.9) !important;
}
.toast.bg-info .close,
.toast.bg-info .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-info .toast-header {
  background: rgba(23, 162, 184, 0.85);
  color: #ffffff;
}
.toast.bg-warning {
  color: #000000;
  background: rgba(255, 193, 7, 0.9) !important;
}
.toast.bg-warning .toast-header {
  background: rgba(255, 193, 7, 0.85);
  color: #1F2D3D;
}
.toast.bg-danger {
  color: #ffffff;
  background: rgba(220, 53, 69, 0.9) !important;
  height: 40%;
  overflow-y: scroll;
  word-wrap: true;
  position: fixed;
}
.toast.bg-danger-full {
  width: 70%;
  height: 70%;
  max-height: 100%;
  max-width: 100%;
  left: 10%;
  right: 20%;
  position: fixed;
  color: #ffffff;
  overflow-y: scroll;
  background: rgba(220, 53, 69, 0.9) !important;
}
.toast.bg-danger-full .toast-header {
  background: rgba(220, 53, 69, 0.9) !important;
  color: #ffffff;
}
.toast.bg-danger .close,
.toast.bg-danger .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
  word-wrap: break;
}
.toast.bg-danger .toast-header {
  background: rgba(220, 53, 69, 0.85);
  color: #ffffff;
}
.toast.bg-light {
  color: #000000;
  background: rgba(248, 249, 250, 0.9) !important;
}
.toast.bg-light .toast-header {
  background: rgba(248, 249, 250, 0.85);
  color: #1F2D3D;
}
.toast.bg-dark {
  color: #ffffff;
  background: rgba(52, 58, 64, 0.9) !important;
}
.toast.bg-dark .close,
.toast.bg-dark .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-dark .toast-header {
  background: rgba(52, 58, 64, 0.85);
  color: #ffffff;
}
.toast.bg-navy {
  color: #ffffff;
  background: rgba(0, 31, 63, 0.9) !important;
}
.toast.bg-navy .close,
.toast.bg-navy .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-navy .toast-header {
  background: rgba(0, 31, 63, 0.85);
  color: #ffffff;
}
.toast.bg-olive {
  color: #ffffff;
  background: rgba(61, 153, 112, 0.9) !important;
}
.toast.bg-olive .close,
.toast.bg-olive .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-olive .toast-header {
  background: rgba(61, 153, 112, 0.85);
  color: #ffffff;
}
.toast.bg-lime {
  color: #000000;
  background: rgba(1, 255, 112, 0.9) !important;
}
.toast.bg-lime .toast-header {
  background: rgba(1, 255, 112, 0.85);
  color: #1F2D3D;
}
.toast.bg-fuchsia {
  color: #ffffff;
  background: rgba(240, 18, 190, 0.9) !important;
}
.toast.bg-fuchsia .close,
.toast.bg-fuchsia .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-fuchsia .toast-header {
  background: rgba(240, 18, 190, 0.85);
  color: #ffffff;
}
.toast.bg-maroon {
  color: #ffffff;
  background: rgba(216, 27, 96, 0.9) !important;
}
.toast.bg-maroon .close,
.toast.bg-maroon .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-maroon .toast-header {
  background: rgba(216, 27, 96, 0.85);
  color: #ffffff;
}
.toast.bg-blue {
  color: #ffffff;
  background: rgba(0, 123, 255, 0.9) !important;
}
.toast.bg-blue .close,
.toast.bg-blue .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-blue .toast-header {
  background: rgba(0, 123, 255, 0.85);
  color: #ffffff;
}
.toast.bg-indigo {
  color: #ffffff;
  background: rgba(102, 16, 242, 0.9) !important;
}
.toast.bg-indigo .close,
.toast.bg-indigo .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-indigo .toast-header {
  background: rgba(102, 16, 242, 0.85);
  color: #ffffff;
}
.toast.bg-purple {
  color: #ffffff;
  background: rgba(111, 66, 193, 0.9) !important;
}
.toast.bg-purple .close,
.toast.bg-purple .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-purple .toast-header {
  background: rgba(111, 66, 193, 0.85);
  color: #ffffff;
}
.toast.bg-pink {
  color: #ffffff;
  background: rgba(232, 62, 140, 0.9) !important;
}
.toast.bg-pink .close,
.toast.bg-pink .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-pink .toast-header {
  background: rgba(232, 62, 140, 0.85);
  color: #ffffff;
}
.toast.bg-red {
  color: #ffffff;
  background: rgba(220, 53, 69, 0.9) !important;
}
.toast.bg-red .close,
.toast.bg-red .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-red .toast-header {
  background: rgba(220, 53, 69, 0.85);
  color: #ffffff;
}
.toast.bg-orange {
  color: #ffffff;
  background: rgba(253, 126, 20, 0.9) !important;
}
.toast.bg-orange .toast-header {
  background: rgba(253, 126, 20, 0.85);
  color: #1F2D3D;
}
.toast.bg-yellow {
  color: #ffffff;
  background: rgba(255, 193, 7, 0.9) !important;
}
.toast.bg-yellow .toast-header {
  background: rgba(255, 193, 7, 0.85);
  color: #1F2D3D;
}
.toast.bg-green {
  color: #ffffff;
  background: rgba(40, 167, 69, 0.9) !important;
}
.toast.bg-green .close,
.toast.bg-green .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-green .toast-header {
  background: rgba(40, 167, 69, 0.85);
  color: #ffffff;
}
.toast.bg-teal {
  color: #ffffff;
  background: rgba(32, 201, 151, 0.9) !important;
}
.toast.bg-teal .close,
.toast.bg-teal .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-teal .toast-header {
  background: rgba(32, 201, 151, 0.85);
  color: #ffffff;
}
.toast.bg-cyan {
  color: #ffffff;
  background: rgba(23, 162, 184, 0.9) !important;
}
.toast.bg-cyan .close,
.toast.bg-cyan .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-cyan .toast-header {
  background: rgba(23, 162, 184, 0.85);
  color: #ffffff;
}
.toast.bg-white {
  color: #000000;
  background: rgba(255, 255, 255, 0.9) !important;
}
.toast.bg-white .toast-header {
  background: rgba(255, 255, 255, 0.85);
  color: #1F2D3D;
}
.toast.bg-gray {
  color: #ffffff;
  background: rgba(108, 117, 125, 0.9) !important;
}
.toast.bg-gray .close,
.toast.bg-gray .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-gray .toast-header {
  background: rgba(108, 117, 125, 0.85);
  color: #ffffff;
}
.toast.bg-gray-dark {
  color: #ffffff;
  background: rgba(52, 58, 64, 0.9) !important;
}
.toast.bg-gray-dark .close,
.toast.bg-gray-dark .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
.toast.bg-gray-dark .toast-header {
  background: rgba(52, 58, 64, 0.85);
  color: #ffffff;
}
#toast-container .toast {
  background-color: #007bff;
}
#toast-container .toast-success {
  background-color: #28a745;
}
#toast-container .toast-error {
  background-color: #dc3545;
}
#toast-container .toast-info {
  background-color: #17a2b8;
}
#toast-container .toast-warning {
  background-color: #ffc107;
}

/* src/assets/material-pro/assets/extra-libs/toastr/dist/build/toastr.min.css */
.toastr {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  color: #fff;
}
.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 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  color: #FFF;
  opacity: 1;
  -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-success {
  background-color: #00acc1 !important;
}
.toast-error {
  background-color: #fc4b6c !important;
}
.toast-info {
  background-color: #1e88e5 !important;
}
.toast-warning {
  background-color: #ffb22b !important;
}
.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;
  }
}
.toast-container .toast {
  max-width: 100%;
}
#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 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* src/assets/material-pro/assets/extra-libs/prism/prism.css */
code[class*=language-],
pre[class*=language-] {
  color: #8a8484;
  background: none;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  font-size: 100%;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  max-height: 250px;
  position: relative;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #FFF;
  border: 1px solid #F0F0F0;
  border-left: 2px solid #3BAFDA;
  border-radius: 4px;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
pre[data-file]::before {
  content: attr(data-file);
  position: absolute;
  top: 0;
  right: 0;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: hsla(24, 20%, 50%, .08);
  background: -moz-linear-gradient(to right, hsla(186, 83%, 68%, 0.11) 70%, hsla(186, 33%, 82%, 0));
  background: -webkit-linear-gradient(to right, hsla(186, 83%, 68%, 0.11) 70%, hsla(186, 33%, 82%, 0));
  background: -o-linear-gradient(to right, hsla(186, 83%, 68%, 0.11) 70%, hsla(186, 33%, 82%, 0));
  background:
    linear-gradient(
      to right,
      hsla(186, 83%, 68%, 0.11) 70%,
      hsla(186, 33%, 82%, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  color: #187798;
  font: 75%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
.token.tab:not(:empty),
.token.cr,
.token.lf,
.token.space {
  position: relative;
}
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before,
.token.space:before {
  color: hsl(24, 20%, 85%);
  position: absolute;
}
.token.tab:not(:empty):before {
  content: "\21e5";
}
.token.cr:before {
  content: "\240d";
}
.token.crlf:before {
  content: "\240d\240a";
}
.token.lf:before {
  content: "\240a";
}
.token.space:before {
  content: "\b7";
}
.token a {
  color: inherit;
}
div.prism-show-language {
  position: relative;
}
div.prism-show-language > div.prism-show-language-label {
  color: #555;
  background-color: #E5E5E5;
  display: inline-block;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  font-size: 0.9em;
  border-radius: 0 4px 0 0;
  padding: 0 0.5em;
  text-shadow: none;
  z-index: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.lang-markup script[type="text/plain"],
.language-markup script[type="text/plain"],
script[type="text/plain"].lang-markup,
script[type="text/plain"].language-markup {
  display: block;
  font:
    100% Consolas,
    Monaco,
    monospace;
  white-space: pre;
  overflow: auto;
}
.command-line-prompt {
  border-right: 1px solid #999;
  display: block;
  float: left;
  font-size: 100%;
  letter-spacing: -1px;
  margin-right: 1em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.command-line-prompt > span:before {
  color: #999;
  content: " ";
  display: block;
  padding-right: 0.8em;
}
.command-line-prompt > span[data-user]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] $";
}
.command-line-prompt > span[data-user=root]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] #";
}
.command-line-prompt > span[data-prompt]:before {
  content: attr(data-prompt);
}

/* src/assets/primeng/theme/blue/theme-light.css */
:root {
  --surface-a:#ffffff;
  --surface-b:#efefef;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#212529;
  --text-color-secondary:#6c757d;
  --primary-color:#0d6efd;
  --primary-color-text:#ffffff;
  --font-family:-apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f8f9fa;
  --surface-200: #e9ecef;
  --surface-300: #dee2e6;
  --surface-400: #ced4da;
  --surface-500: #adb5bd;
  --surface-600: #6c757d;
  --surface-700: #495057;
  --surface-800: #343a40;
  --surface-900: #212529;
  --gray-50: #f9fafb;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:4px;
  --surface-ground:#efefef;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover:#e9ecef;
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: 0 0 0 0.2rem #9ec5fe;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.15s;
}
.p-disabled,
.p-component:disabled {
  opacity: 0.65;
}
.p-error {
  color: #dc3545;
}
.p-text-secondary {
  color: #6c757d;
}
.pi {
  font-size: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  border-radius: 4px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}
.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}
@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}
:root {
  --blue-50:#f3f8ff;
  --blue-100:#c5dcff;
  --blue-200:#97c1fe;
  --blue-300:#69a5fe;
  --blue-400:#3b8afd;
  --blue-500:#0d6efd;
  --blue-600:#0b5ed7;
  --blue-700:#094db1;
  --blue-800:#073d8b;
  --blue-900:#052c65;
  --green-50:#f4f9f6;
  --green-100:#c8e2d6;
  --green-200:#9ccbb5;
  --green-300:#70b595;
  --green-400:#459e74;
  --green-500:#198754;
  --green-600:#157347;
  --green-700:#125f3b;
  --green-800:#0e4a2e;
  --green-900:#0a3622;
  --yellow-50:#fffcf3;
  --yellow-100:#fff0c3;
  --yellow-200:#ffe494;
  --yellow-300:#ffd965;
  --yellow-400:#ffcd36;
  --yellow-500:#ffc107;
  --yellow-600:#d9a406;
  --yellow-700:#b38705;
  --yellow-800:#8c6a04;
  --yellow-900:#664d03;
  --cyan-50:#f3fcfe;
  --cyan-100:#c5f2fb;
  --cyan-200:#97e8f9;
  --cyan-300:#69def6;
  --cyan-400:#3bd4f3;
  --cyan-500:#0dcaf0;
  --cyan-600:#0baccc;
  --cyan-700:#098da8;
  --cyan-800:#076f84;
  --cyan-900:#055160;
  --pink-50:#fdf5f9;
  --pink-100:#f5cee1;
  --pink-200:#eda7ca;
  --pink-300:#e681b3;
  --pink-400:#de5a9b;
  --pink-500:#d63384;
  --pink-600:#b62b70;
  --pink-700:#96245c;
  --pink-800:#761c49;
  --pink-900:#561435;
  --indigo-50:#f7f3fe;
  --indigo-100:#dac6fc;
  --indigo-200:#bd98f9;
  --indigo-300:#a06bf7;
  --indigo-400:#833df4;
  --indigo-500:#6610f2;
  --indigo-600:#570ece;
  --indigo-700:#470ba9;
  --indigo-800:#380985;
  --indigo-900:#290661;
  --teal-50:#f4fcfa;
  --teal-100:#c9f2e6;
  --teal-200:#9fe8d2;
  --teal-300:#75debf;
  --teal-400:#4ad3ab;
  --teal-500:#20c997;
  --teal-600:#1bab80;
  --teal-700:#168d6a;
  --teal-800:#126f53;
  --teal-900:#0d503c;
  --orange-50:#fff9f3;
  --orange-100:#ffe0c7;
  --orange-200:#fec89a;
  --orange-300:#feaf6d;
  --orange-400:#fd9741;
  --orange-500:#fd7e14;
  --orange-600:#d76b11;
  --orange-700:#b1580e;
  --orange-800:#8b450b;
  --orange-900:#653208;
  --bluegray-50:#f8f9fb;
  --bluegray-100:#e0e4ea;
  --bluegray-200:#c7ced9;
  --bluegray-300:#aeb9c8;
  --bluegray-400:#95a3b8;
  --bluegray-500:#7c8ea7;
  --bluegray-600:#69798e;
  --bluegray-700:#576375;
  --bluegray-800:#444e5c;
  --bluegray-900:#323943;
  --purple-50:#f8f6fc;
  --purple-100:#dcd2f0;
  --purple-200:#c1aee4;
  --purple-300:#a68ad9;
  --purple-400:#8a66cd;
  --purple-500:#6f42c1;
  --purple-600:#5e38a4;
  --purple-700:#4e2e87;
  --purple-800:#3d246a;
  --purple-900:#2c1a4d;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.75rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 3.107rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.75rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #0d6efd;
  color: #ffffff;
  border-radius: 4px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #dc3545;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-autocomplete-panel .p-autocomplete-items:not(.p-autocomplete-virtualscroll) {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items.p-autocomplete-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #212529;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #dc3545;
}
.p-datepicker {
  padding: 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #efefef;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: #212529;
  transition: box-shadow 0.15s;
  font-weight: 600;
  padding: 0.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
  color: #0d6efd;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  transition: box-shadow 0.15s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #212529;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-datepicker .p-yearpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid #dee2e6;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th,
  .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.5rem 0.75rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #6c757d;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-cascadeselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.5rem 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.5rem 1.5rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #dc3545;
}
.p-input-filled .p-cascadeselect {
  background: #efefef;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212529;
  border-radius: 4px;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.15s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #0d6efd;
  background: #0d6efd;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #ced4da;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #0256d3;
  background: #0256d3;
  color: #ffffff;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #dc3545;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #efefef;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #0d6efd;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #efefef;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #0256d3;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-highlight .p-checkbox .p-checkbox-box {
  border-color: #ffffff;
}
.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.75rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #0d6efd;
  color: #ffffff;
  border-radius: 4px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #dc3545;
}
.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #212529;
  border: 1px solid #212529;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  box-shadow: none;
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.75rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #495057;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.75rem;
  margin-right: -1.75rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items.p-dropdown-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #dc3545;
}
.p-input-filled .p-dropdown {
  background: #efefef;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #efefef;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
  background-color: transparent;
}
.p-editor-container .p-editor-toolbar {
  background: #efefef;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 4px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #212529;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #212529;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1.5rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #212529;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #0d6efd;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #0d6efd;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #0d6efd;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #0d6efd;
}
.p-inputgroup-addon {
  background: #e9ecef;
  color: #495057;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-element,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-element + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-element:focus,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-element:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #dc3545;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #dc3545;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 4px;
  transition-duration: 0.15s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #ced4da;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #0d6efd;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #0d6efd;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #dc3545;
}
.p-inputtext {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  appearance: none;
  border-radius: 4px;
}
.p-inputtext:enabled:hover {
  border-color: #ced4da;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #dc3545;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}
.p-float-label > label {
  left: 0.75rem;
  color: #6c757d;
  transition-duration: 0.15s;
}
.p-float-label > .ng-invalid.ng-dirty + label {
  color: #dc3545;
}
.p-input-icon-left > i:first-of-type {
  left: 0.75rem;
  color: #495057;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 2.5rem;
}
.p-input-icon-left.p-float-label > label {
  left: 2.5rem;
}
.p-input-icon-right > i:last-of-type {
  right: 0.75rem;
  color: #495057;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 2.5rem;
}
::-webkit-input-placeholder {
  color: #6c757d;
}
:-moz-placeholder {
  color: #6c757d;
}
::-moz-placeholder {
  color: #6c757d;
}
:-ms-input-placeholder {
  color: #6c757d;
}
.p-input-filled .p-inputtext {
  background-color: #efefef;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #efefef;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #efefef;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}
.p-listbox {
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.p-listbox .p-listbox-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.75rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #dc3545;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.75rem;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #0d6efd;
  color: #ffffff;
  border-radius: 4px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.75rem;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.75rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-multiselect-panel .p-multiselect-items:not(.p-multiselect-virtualscroll) {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items.p-multiselect-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #dc3545;
}
.p-input-filled .p-multiselect {
  background: #efefef;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}
p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
  border-color: #dc3545;
}
.p-password-panel {
  padding: 1.25rem;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border-radius: 4px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #e9ecef;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #dc3545;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #ffc107;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #28a745;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212529;
  border-radius: 50%;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #ced4da;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.15s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #0d6efd;
  background: #0d6efd;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #0256d3;
  background: #0256d3;
  color: #ffffff;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #dc3545;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #efefef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #0d6efd;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #0256d3;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #ffffff;
}
.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #dc3545;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star-fill {
  color: #0d6efd;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #0d6efd;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #dc3545;
}
.p-highlight .p-rating .p-rating-icon {
  color: #ffffff;
}
.p-selectbutton .p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #dc3545;
}
.p-slider {
  background: #e9ecef;
  border: 0 none;
  border-radius: 4px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #0d6efd;
  border: 2px solid #0d6efd;
  border-radius: 4px;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-slider .p-slider-range {
  background: #0d6efd;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #0261ed;
  border-color: #0261ed;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s,
    left 0.15s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.15s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s,
    bottom 0.15s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.15s;
}
.p-togglebutton.p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #dc3545;
}
.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #ced4da;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: #0d6efd;
}
.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.75rem;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #6c757d;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #212529;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
  border-color: #dc3545;
}
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.25rem 0.75rem;
}
.p-treeselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}
.p-input-filled .p-treeselect {
  background: #efefef;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #efefef;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}
.p-button {
  color: #ffffff;
  background: #0d6efd;
  border: 1px solid #0d6efd;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
}
.p-button:enabled:hover {
  background: #0261ed;
  color: #ffffff;
  border-color: #0261ed;
}
.p-button:enabled:active {
  background: #0256d3;
  color: #ffffff;
  border-color: #0256d3;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #0d6efd;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(13, 110, 253, 0.04);
  color: #0d6efd;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(13, 110, 253, 0.16);
  color: #0d6efd;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #6c757d;
  border-color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #0d6efd;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(13, 110, 253, 0.04);
  color: #0d6efd;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(13, 110, 253, 0.16);
  color: #0d6efd;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #0d6efd;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary,
.p-buttonset.p-button-secondary > .p-button,
.p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #6c757d;
  border: 1px solid #6c757d;
}
.p-button.p-button-secondary:enabled:hover,
.p-buttonset.p-button-secondary > .p-button:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #5a6268;
  color: #ffffff;
  border-color: #5a6268;
}
.p-button.p-button-secondary:enabled:focus,
.p-buttonset.p-button-secondary > .p-button:enabled:focus,
.p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.p-button.p-button-secondary:enabled:active,
.p-buttonset.p-button-secondary > .p-button:enabled:active,
.p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #545b62;
  color: #ffffff;
  border-color: #4e555b;
}
.p-button.p-button-secondary.p-button-outlined,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  color: #6c757d;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text,
.p-buttonset.p-button-secondary > .p-button.p-button-text,
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #6c757d;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover,
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  border-color: transparent;
  color: #6c757d;
}
.p-button.p-button-secondary.p-button-text:enabled:active,
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  border-color: transparent;
  color: #6c757d;
}
.p-button.p-button-info,
.p-buttonset.p-button-info > .p-button,
.p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #17a2b8;
  border: 1px solid #17a2b8;
}
.p-button.p-button-info:enabled:hover,
.p-buttonset.p-button-info > .p-button:enabled:hover,
.p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}
.p-button.p-button-info:enabled:focus,
.p-buttonset.p-button-info > .p-button:enabled:focus,
.p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.p-button.p-button-info:enabled:active,
.p-buttonset.p-button-info > .p-button:enabled:active,
.p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}
.p-button.p-button-info.p-button-outlined,
.p-buttonset.p-button-info > .p-button.p-button-outlined,
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover,
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active,
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  color: #17a2b8;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text,
.p-buttonset.p-button-info > .p-button.p-button-text,
.p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #17a2b8;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover,
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  border-color: transparent;
  color: #17a2b8;
}
.p-button.p-button-info.p-button-text:enabled:active,
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  border-color: transparent;
  color: #17a2b8;
}
.p-button.p-button-success,
.p-buttonset.p-button-success > .p-button,
.p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #28a745;
  border: 1px solid #28a745;
}
.p-button.p-button-success:enabled:hover,
.p-buttonset.p-button-success > .p-button:enabled:hover,
.p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #218838;
  color: #ffffff;
  border-color: #1e7e34;
}
.p-button.p-button-success:enabled:focus,
.p-buttonset.p-button-success > .p-button:enabled:focus,
.p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.p-button.p-button-success:enabled:active,
.p-buttonset.p-button-success > .p-button:enabled:active,
.p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #1e7e34;
  color: #ffffff;
  border-color: #1c7430;
}
.p-button.p-button-success.p-button-outlined,
.p-buttonset.p-button-success > .p-button.p-button-outlined,
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #28a745;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover,
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(40, 167, 69, 0.04);
  color: #28a745;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active,
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(40, 167, 69, 0.16);
  color: #28a745;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text,
.p-buttonset.p-button-success > .p-button.p-button-text,
.p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #28a745;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover,
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(40, 167, 69, 0.04);
  border-color: transparent;
  color: #28a745;
}
.p-button.p-button-success.p-button-text:enabled:active,
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(40, 167, 69, 0.16);
  border-color: transparent;
  color: #28a745;
}
.p-button.p-button-warning,
.p-buttonset.p-button-warning > .p-button,
.p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #ffc107;
  border: 1px solid #ffc107;
}
.p-button.p-button-warning:enabled:hover,
.p-buttonset.p-button-warning > .p-button:enabled:hover,
.p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #e0a800;
  color: #212529;
  border-color: #d39e00;
}
.p-button.p-button-warning:enabled:focus,
.p-buttonset.p-button-warning > .p-button:enabled:focus,
.p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.p-button.p-button-warning:enabled:active,
.p-buttonset.p-button-warning > .p-button:enabled:active,
.p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #d39e00;
  color: #212529;
  border-color: #c69500;
}
.p-button.p-button-warning.p-button-outlined,
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover,
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active,
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  color: #ffc107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text,
.p-buttonset.p-button-warning > .p-button.p-button-text,
.p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #ffc107;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover,
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  border-color: transparent;
  color: #ffc107;
}
.p-button.p-button-warning.p-button-text:enabled:active,
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  border-color: transparent;
  color: #ffc107;
}
.p-button.p-button-help,
.p-buttonset.p-button-help > .p-button,
.p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #6f42c1;
  border: 1px solid #6f42c1;
}
.p-button.p-button-help:enabled:hover,
.p-buttonset.p-button-help > .p-button:enabled:hover,
.p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #633bad;
  color: #ffffff;
  border-color: #58349a;
}
.p-button.p-button-help:enabled:focus,
.p-buttonset.p-button-help > .p-button:enabled:focus,
.p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #d3c6ec;
}
.p-button.p-button-help:enabled:active,
.p-buttonset.p-button-help > .p-button:enabled:active,
.p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #58349a;
  color: #ffffff;
  border-color: #4d2e87;
}
.p-button.p-button-help.p-button-outlined,
.p-buttonset.p-button-help > .p-button.p-button-outlined,
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover,
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active,
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  color: #6f42c1;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text,
.p-buttonset.p-button-help > .p-button.p-button-text,
.p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #6f42c1;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover,
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  border-color: transparent;
  color: #6f42c1;
}
.p-button.p-button-help.p-button-text:enabled:active,
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  border-color: transparent;
  color: #6f42c1;
}
.p-button.p-button-danger,
.p-buttonset.p-button-danger > .p-button,
.p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #dc3545;
  border: 1px solid #dc3545;
}
.p-button.p-button-danger:enabled:hover,
.p-buttonset.p-button-danger > .p-button:enabled:hover,
.p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c82333;
  color: #ffffff;
  border-color: #bd2130;
}
.p-button.p-button-danger:enabled:focus,
.p-buttonset.p-button-danger > .p-button:enabled:focus,
.p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.p-button.p-button-danger:enabled:active,
.p-buttonset.p-button-danger > .p-button:enabled:active,
.p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #bd2130;
  color: #ffffff;
  border-color: #b21f2d;
}
.p-button.p-button-danger.p-button-outlined,
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover,
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active,
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  color: #dc3545;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text,
.p-buttonset.p-button-danger > .p-button.p-button-text,
.p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #dc3545;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover,
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  border-color: transparent;
  color: #dc3545;
}
.p-button.p-button-danger.p-button-text:enabled:active,
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  border-color: transparent;
  color: #dc3545;
}
.p-button.p-button-link {
  color: #0d6efd;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #0261ed;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #0d6efd;
  border-color: transparent;
}
.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}
.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #495057;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #343a40;
  color: #fff;
}
.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}
.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}
.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}
.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}
.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child,
.p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}
.p-speeddial-mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #0d6efd;
  color: #ffffff;
}
.p-datatable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 2px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
  transition: box-shadow 0.15s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #0d6efd;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #0d6efd;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #0d6efd;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #e9ecef;
  color: #0d6efd;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #0d6efd;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #212529;
  transition: box-shadow 0.15s;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr:focus {
  outline: 0.15rem solid #9ec5fe;
  outline-offset: 0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #0d6efd;
  color: #ffffff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #0d6efd;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #0d6efd;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-datatable .p-column-resizer-helper {
  background: #0d6efd;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #efefef;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
  background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 2px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #0d6efd;
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #ffffff;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .grid > div {
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
}
.p-dataview .p-dataview-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1.25rem;
}
.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}
.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-column-filter-menu-button:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open,
.p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: transparent;
  color: #495057;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active,
.p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #0d6efd;
  color: #ffffff;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-column-filter-clear-button:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-column-filter-overlay {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.5rem 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1.25rem;
  border-bottom: 1px solid #dee2e6;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.5rem 1.25rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1.25rem;
}
.fc.fc-unthemed .fc-view-container th {
  background: #efefef;
  border: 1px solid #dee2e6;
  color: #212529;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #212529;
}
.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-event {
  background: #0261ed;
  border: 1px solid #0261ed;
  color: #ffffff;
}
.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #efefef;
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background: #0d6efd;
  border: 1px solid #0d6efd;
  font-size: 1rem;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #0261ed;
  color: #ffffff;
  border-color: #0261ed;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #0256d3;
  color: #ffffff;
  border-color: #0256d3;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus,
.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  z-index: 1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness th {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
}
.fc.fc-theme-standard .fc-view-harness td {
  color: #212529;
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  background: #efefef;
  color: #212529;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "\e90b";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: #0261ed;
  border-color: #0261ed;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #0261ed;
  border-color: #0261ed;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: #e9ecef;
  color: #212529;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #efefef;
}
.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #ffffff;
  background: #0d6efd;
  border: 1px solid #0d6efd;
  font-size: 1rem;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  border-radius: 4px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #0261ed;
  color: #ffffff;
  border-color: #0261ed;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #0256d3;
  color: #ffffff;
  border-color: #0256d3;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.65;
  color: #ffffff;
  background: #0d6efd;
  border: 1px solid #0d6efd;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus,
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
  z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc.fc-theme-standard a {
  color: #212529;
}
.fc.fc-theme-standard .fc-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-orderlist .p-orderlist-controls {
  padding: 1.25rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.75rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-orderlist-item.cdk-drag-preview {
  padding: 0.5rem 1.5rem;
  box-shadow: none;
  border: 0 none;
  color: #212529;
  background: #ffffff;
  margin: 0;
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #0d6efd;
  color: #ffffff;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #013889;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-paginator {
  background: #ffffff;
  color: #0d6efd;
  border: solid #dee2e6;
  border-width: 0;
  padding: 0.75rem;
  border-radius: 4px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #0d6efd;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #0d6efd;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.357rem;
}
.p-paginator .p-paginator-current {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #0d6efd;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #0d6efd;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  transition: box-shadow 0.15s;
  border-radius: 0;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #0d6efd;
}
.p-picklist .p-picklist-buttons {
  padding: 1.25rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.75rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #ffffff;
  background: #0d6efd;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-picklist-item.cdk-drag-preview {
  padding: 0.5rem 1.5rem;
  box-shadow: none;
  border: 0 none;
  color: #212529;
  background: #ffffff;
  margin: 0;
}
.p-timeline .p-timeline-event-marker {
  border: 0 none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
}
.p-timeline .p-timeline-event-connector {
  background-color: #dee2e6;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}
.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
  border-radius: 4px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 4px;
  transition: box-shadow 0.15s;
  padding: 0.286rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #0d6efd;
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #212529;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.75rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.75rem;
  color: #495057;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #0256d3;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 4px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #212529;
  padding: 0.286rem;
  transition: box-shadow 0.15s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #0d6efd;
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-treetable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 2px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
  transition: box-shadow 0.15s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}
.p-treetable .p-sortable-column {
  outline-color: #9ec5fe;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #0d6efd;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #0d6efd;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #0d6efd;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #212529;
  transition: box-shadow 0.15s;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}
.p-treetable .p-treetable-tbody > tr:focus {
  outline: 0.15rem solid #9ec5fe;
  outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #0d6efd;
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #ffffff;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #212529;
}
.p-treetable .p-column-resizer-helper {
  background: #0d6efd;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #efefef;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
  transition: box-shadow 0.15s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}
.p-accordion .p-accordion-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-card {
  background: #ffffff;
  color: #212529;
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.p-card .p-card-body {
  padding: 1.5rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #dee2e6;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #dee2e6;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}
.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-radius: 4px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: box-shadow 0.15s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem 1.25rem;
  color: #212529;
  border-radius: 4px;
  transition: box-shadow 0.15s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-fieldset .p-fieldset-content {
  padding: 1.25rem;
}
.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  background: #efefef;
  color: #212529;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1.25rem;
}
.p-panel .p-panel-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #efefef;
  border: 0 none;
}
.p-splitter {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 4px;
  color: #212529;
}
.p-splitter .p-splitter-gutter {
  transition: box-shadow 0.15s;
  background: #efefef;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #dee2e6;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #dee2e6;
}
.p-tabview .p-tabview-nav {
  background: transparent;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #6c757d;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: box-shadow 0.15s;
  margin: 0 0 -1px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #9ec5fe;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #ffffff;
  color: #495057;
  width: 2.357rem;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #9ec5fe;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1.25rem;
  border: 0 none;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-toolbar {
  background: #efefef;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-radius: 4px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-confirm-popup {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: none;
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1.25rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.5rem 1.25rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}
.p-dialog {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.p-dialog .p-dialog-header {
  border-bottom: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #212529;
  padding: 1rem;
}
.p-dialog .p-dialog-footer {
  border-top: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  text-align: right;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-overlaypanel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: none;
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #0d6efd;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: box-shadow 0.15s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #0261ed;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.p-sidebar {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.p-sidebar .p-sidebar-header {
  padding: 1rem 1.25rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1.25rem;
}
.p-tooltip .p-tooltip-text {
  background: #212529;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  box-shadow: none;
  border-radius: 4px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #212529;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #212529;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #212529;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #212529;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #efefef;
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #0261ed;
  color: #ffffff;
  border-color: #0261ed;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #0256d3;
  color: #ffffff;
  border-color: #0256d3;
}
.p-breadcrumb {
  background: #efefef;
  border: 0 none;
  border-radius: 4px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #0d6efd;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #0d6efd;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #6c757d;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #6c757d;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 4px;
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-contextmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border-radius: 4px;
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-dock .p-dock-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
}
.p-dock .p-dock-action {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next,
.p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next,
.p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current,
.p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next,
.p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next,
.p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current,
.p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container,
  .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container,
  .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
}
.p-megamenu {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 4px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.5rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.5rem 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}
.p-menu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}
.p-menubar {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 4px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}
.p-menubar .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: box-shadow 0.15s;
  }
  .p-menubar .p-menubar-button:hover {
    color: rgba(0, 0, 0, 0.7);
    background: transparent;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #9ec5fe;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: none;
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #212529;
    border-radius: 0;
    transition: box-shadow 0.15s;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #9ec5fe;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.15s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.15s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
  transition: box-shadow 0.15s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.5rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a,
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-slidemenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #212529;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon,
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #212529;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #212529;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.15s;
  border-radius: 4px;
  background: transparent;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #212529;
  border: 1px solid #dee2e6;
  background: transparent;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 4px;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #0d6efd;
  color: #ffffff;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #212529;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: transparent;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #6c757d;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: box-shadow 0.15s;
  margin: 0 0 -1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #9ec5fe;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}
.p-tieredmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  transition: box-shadow 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #9ec5fe;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-tieredmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-inline-message {
  padding: 0.5rem 0.75rem;
  margin: 0;
  border-radius: 4px;
}
.p-inline-message.p-inline-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 0px;
  color: #004085;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #004085;
}
.p-inline-message.p-inline-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 0px;
  color: #155724;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #155724;
}
.p-inline-message.p-inline-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 0px;
  color: #856404;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #856404;
}
.p-inline-message.p-inline-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 0px;
  color: #721c24;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #721c24;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 4px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.25rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-message.p-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}
.p-message.p-message-info .p-message-icon {
  color: #004085;
}
.p-message.p-message-info .p-message-close {
  color: #004085;
}
.p-message.p-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}
.p-message.p-message-success .p-message-icon {
  color: #155724;
}
.p-message.p-message-success .p-message-close {
  color: #155724;
}
.p-message.p-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}
.p-message.p-message-warn .p-message-icon {
  color: #856404;
}
.p-message.p-message-warn .p-message-close {
  color: #856404;
}
.p-message.p-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}
.p-message.p-message-error .p-message-icon {
  color: #721c24;
}
.p-message.p-message-error .p-message-close {
  color: #721c24;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 1;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: box-shadow 0.15s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #004085;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #155724;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #856404;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #721c24;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #efefef;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #0d6efd;
  color: #ffffff;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
.p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator,
.p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #0d6efd;
  color: #ffffff;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #efefef;
  width: 2rem;
  height: 2rem;
  transition: box-shadow 0.15s;
  border-radius: 4px;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-galleria-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}
.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}
.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  transition: box-shadow 0.15s;
}
.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-image-toolbar {
  padding: 1rem;
}
.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: box-shadow 0.15s;
  margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
  margin-right: 0;
}
.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-image-action.p-link i {
  font-size: 1.5rem;
}
.p-avatar {
  background-color: #dee2e6;
  border-radius: 4px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}
.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}
.p-badge {
  background: #0d6efd;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #6c757d;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #28a745;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #17a2b8;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #ffc107;
  color: #212529;
}
.p-badge.p-badge-danger {
  background-color: #dc3545;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-chip {
  background-color: #dee2e6;
  color: #212529;
  border-radius: 16px;
  padding: 0 0.75rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 2rem;
  height: 2rem;
  margin-left: -0.75rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 4px;
  transition: box-shadow 0.15s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-inplace .p-inplace-display {
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #212529;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #9ec5fe;
}
.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #e9ecef;
  border-radius: 4px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #0d6efd;
}
.p-progressbar .p-progressbar-label {
  color: #ffffff;
  line-height: 1.5rem;
}
.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  box-shadow: none;
  transition: box-shadow 0.15s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #efefef;
}
.p-skeleton {
  background-color: #e9ecef;
  border-radius: 4px;
}
.p-skeleton:after {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0));
}
.p-tag {
  background: #0d6efd;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
}
.p-tag.p-tag-success {
  background-color: #28a745;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #17a2b8;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #ffc107;
  color: #212529;
}
.p-tag.p-tag-danger {
  background-color: #dc3545;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.p-terminal {
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.p-breadcrumb .p-breadcrumb-chevron {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.p-breadcrumb .p-breadcrumb-chevron:before {
  content: "/";
}

/* src/assets/primeng/layout/css/layout-blue.css */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.card {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: var(--surface-card);
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
}
blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}
hr {
  border-top: solid var(--surface-border);
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}
p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
.fadeOutUp {
  -webkit-animation: fadeOutUp 0.3s;
  animation: fadeOutUp 0.3s;
}
.dashboard-banking .overview-boxes .overview {
  height: 100%;
  box-sizing: border-box;
  min-height: 50px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #0d6efd;
  background-image: -webkit-gradient(linear, left top, right top, from(#0d6efd), to(#3d8bfd));
  background-image: -webkit-linear-gradient(to right, #0d6efd, #3d8bfd);
  background-image: -moz-linear-gradient(to right, #0d6efd, #3d8bfd);
  background-image: -ms-linear-gradient(to right, #0d6efd, #3d8bfd);
  background-image: -o-linear-gradient(to right, #0d6efd, #3d8bfd);
  background-image:
    linear-gradient(
      to right,
      #0d6efd,
      #3d8bfd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#0d6efd", endColorStr="#3d8bfd", gradientType="1");
}
.dashboard-banking .overview-boxes .overview-icon,
.dashboard-banking .overview-boxes .overview-text {
  display: block;
  float: left;
  margin-left: 5px;
}
.dashboard-banking .overview-boxes .overview-text span {
  display: block;
  height: auto;
}
.dashboard-banking .overview-boxes .overview-text {
  padding-top: 9px;
  padding-bottom: 9px;
}
.dashboard-banking .overview-boxes .overview-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #d9edf7;
}
.dashboard-banking .overview-boxes .overview-subtitle {
  line-height: 16px;
  color: #ffffff;
}
.dashboard-banking .currency-panel {
  height: 100%;
}
.dashboard-banking .currency-panel .dashboard-currency {
  min-height: 85px;
  padding: 23px 10px;
  border: 1px solid rgba(67, 69, 96, 0.1);
  border-radius: 4px;
  background-color: var(--surface-card);
}
.dashboard-banking .currency-panel .dashboard-currency:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard-banking .currency-panel .dashboard-currency img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.dashboard-banking .currency-panel .dashboard-currency-icon,
.dashboard-banking .currency-panel .dashboard-currency-label {
  float: left;
}
.dashboard-banking .currency-panel .dashboard-currency-rates {
  float: right;
}
.dashboard-banking .currency-panel .dashboard-currency-rates .dashboard-currency-rate {
  float: left;
  margin-left: 15px;
  text-align: right;
}
.dashboard-banking .currency-panel .dashboard-currency-rates .dashboard-currency-rate:first-child {
  margin-left: 0;
}
.dashboard-banking .currency-panel .currency-rate-title {
  font-size: 12px;
  line-height: 20px;
  display: block;
  color: var(--text-color-secondary);
}
.dashboard-banking .currency-panel .currency-rate-value {
  font-weight: 600;
  line-height: 17px;
  display: block;
}
.dashboard-banking .currency-panel .dashboard-currency-icon {
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dashboard-banking .currency-panel .dashboard-currency-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}
.dashboard-banking .currency-panel .dashboard-currency-subtitle {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-color-secondary);
}
.dashboard-banking .currency-panel .currency-gold {
  margin-top: 8px;
}
.dashboard-banking .financial-overview {
  overflow: hidden;
}
.dashboard-banking .financial-overview .card {
  height: 100%;
}
.dashboard-banking .financial-overview .financial-overview-total {
  line-height: 36px;
  padding: 17px 14px 15px 14px;
  border-bottom: 1px solid var(--surface-border);
  background-color: var(--surface-section);
}
.dashboard-banking .financial-overview .financial-overview-total-label {
  float: left;
  font-weight: 600;
  color: var(--text-color-secondary);
  font-size: 16px;
}
.dashboard-banking .financial-overview .financial-overview-total-value {
  float: right;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  color: #0d6efd;
}
.dashboard-banking .financial-overview .financial-overview-total-value::before {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  content: "$";
  color: #0d6efd;
}
.dashboard-banking .financial-overview .financial-overview-line {
  line-height: 20px;
  margin-bottom: 4px;
}
.dashboard-banking .financial-overview .financial-overview-line .line-left {
  float: left;
  color: var(--text-color-secondary);
}
.dashboard-banking .financial-overview .financial-overview-line .line-right {
  float: right;
  text-align: right;
}
.dashboard-banking .financial-overview .financial-overview-line .line-icon,
.dashboard-banking .financial-overview .financial-overview-line .line-label,
.dashboard-banking .financial-overview .financial-overview-line .line-value {
  display: inline-block;
  margin-bottom: 8px;
}
.dashboard-banking .financial-overview .financial-overview-line .line-icon {
  display: inline-block;
  width: 16px;
  margin-right: 12px;
  text-align: center;
  font-size: 16px;
}
.dashboard-banking .financial-overview .financial-overview-line .line-value {
  font-weight: 600;
}
.dashboard-banking .financial-overview .financial-overview-line .line-caret {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  color: var(--text-color-secondary);
}
.dashboard-banking .financial-overview .thumbnail img {
  display: block;
  width: 100%;
}
.dashboard-banking .financial-overview .progress {
  margin-top: 6px;
  margin-bottom: 6px;
}
.dashboard-banking .financial-overview .progress-explaination {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color-secondary);
}
.dashboard-banking .financial-overview .button-link {
  line-height: 2em;
}
.dashboard-banking .financial-overview .panel-inner {
  padding: 15px;
}
.dashboard-banking .financial-overview .panel-inner.no-padding-top {
  padding-top: 0 !important;
}
.dashboard-banking .expenses.card {
  height: 100%;
}
.dashboard-banking .expenses .chart-expenses {
  padding-top: 10px;
  padding-left: 0px;
}
.dashboard-banking .expenses .chart-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 3px;
  text-align: right;
}
.dashboard-banking .expenses .chart-label-name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
  text-align: right;
  color: var(--text-color-secondary);
}
.dashboard-banking .expenses .chart-details {
  padding-top: 1rem;
}
.dashboard-banking .expenses .chart-status {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 16px;
  text-align: right;
}
.dashboard-banking .expenses .chart-status i {
  margin-right: 5px;
}
.dashboard-banking .expenses .status1 {
  color: #198754;
}
.dashboard-banking .expenses .status2 {
  color: #dc3545;
}
.dashboard-banking .expenses .shape,
.dashboard-banking .expenses .shape3,
.dashboard-banking .expenses .shape2,
.dashboard-banking .expenses .shape1 {
  margin-right: 10px;
}
.dashboard-banking .expenses .shape1 {
  color: #0D6EFD;
}
.dashboard-banking .expenses .shape2 {
  color: #FFC107;
}
.dashboard-banking .expenses .shape3 {
  color: #6F42C1;
}
.dashboard-banking .asset-graph {
  width: 90%;
  margin-left: 5%;
  height: 240px;
}
.dashboard-banking .transaction {
  border-bottom: 1px solid yellow;
}
.dashboard-banking .transaction:last-child {
  border-bottom: none;
}
.dashboard-banking .transaction .transaction-title {
  font-weight: 500;
  display: block;
}
.dashboard-banking .transaction .transaction-subtitle {
  display: block;
  color: var(--text-color-secondary);
}
.dashboard-banking .transaction .transaction-button {
  float: right;
  margin-top: 5px;
}
.dashboard-banking .customer-support .support-estimation {
  float: left;
  margin-top: 10px;
}
.dashboard-banking .customer-support .support-estimation span {
  display: block;
}
.dashboard-banking .customer-support .form-contact {
  margin-top: 15px;
}
.dashboard-banking .customer-support .form-contact button {
  margin-top: 25px;
}
.dashboard-banking .customer-support .support-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dashboard-banking .customer-support .btn-padding {
  margin-top: 13px;
  margin-bottom: 17px;
}
.dashboard-banking .pull-right {
  float: right;
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .currency-panel .dashboard-currency {
    text-align: center;
  }
  .currency-panel .dashboard-currency .dashboard-currency-icon {
    float: none;
  }
  .currency-panel .dashboard-currency .dashboard-currency-label {
    float: none;
    margin-bottom: 4px;
  }
  .currency-panel .dashboard-currency .dashboard-currency-label > div {
    text-align: center;
  }
  .currency-panel .dashboard-currency .dashboard-currency-rates {
    float: none;
  }
  .currency-panel .dashboard-currency .dashboard-currency-rates .dashboard-currency-rate {
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
}
.login-body {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
.login-body .login-image {
  height: calc(100% - 380px);
  background: url("./media/bg-login-KC7D35ZK.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.login-body .login-panel {
  width: 100%;
  height: 380px;
  position: absolute;
  margin-bottom: 0;
  border-radius: 0;
  bottom: 0;
  text-align: center;
  background-color: #292b2c;
}
.login-body .login-panel .login-panel-content {
  width: 400px;
  position: relative;
  margin-left: -200px;
  top: 30px;
  left: 50%;
  color: #ffffff;
}
.login-body .login-panel .login-panel-content .login-label {
  color: #cccccc;
  margin-bottom: 5px;
}
.login-body .login-panel .login-panel-content .login-input {
  margin-top: 5px;
}
.login-body .login-panel .login-panel-content .guest-sign-in {
  color: #999999;
  font-size: 12px;
}
.login-body .login-panel .login-panel-content .welcome-text {
  margin-bottom: 0;
}
.login-body .login-panel .login-panel-content .link-pane {
  padding-top: 24px;
}
.login-body .login-panel .login-panel-content .link-pane button {
  color: #cccccc;
}
.login-body .login-panel .login-panel-content .button-pane {
  padding-top: 16px;
}
@media (max-width: 640px) {
  .login-body .login-panel .login-panel-content {
    padding: 0 50px;
  }
}
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.splash-screen {
  background-color: var(--primary-color);
  height: 100%;
  width: 100%;
  position: fixed;
}
.splash-screen .splash-loader {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 4px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 -15px;
}
.exception-body {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
.exception-body.error {
  background: url("./media/bg-error-KG25H3TA.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.exception-body.access {
  background: url("./media/bg-access-VBKMF4IC.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.exception-body.notfound {
  background: url("./media/bg-404-IEVXVWSA.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.exception-body .exception-text {
  text-align: center;
  font-size: 36px;
  padding-top: 30px;
  font-weight: bold;
  color: #ffffff;
}
.exception-body .exception-text .exception-box {
  display: inline-block;
  padding: 2px 8px;
  color: #292b2c;
  background-color: #ffffff;
}
.exception-body .exception-text .notfound-box {
  display: inline-block;
  padding: 2px 8px;
  color: #ffffff;
  background-color: #292b2c;
}
.exception-body .exception-text .notfound-text {
  color: #292b2c;
}
.exception-body .exception-image {
  width: 100%;
  position: absolute;
  top: -36px;
  text-align: center;
  z-index: 1;
}
.exception-body .exception-panel {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #292b2c;
}
.exception-body .exception-panel .exception-panel-content {
  width: 400px;
  position: relative;
  margin-left: -200px;
  top: 30px;
  left: 50%;
  color: #ffffff;
}
.exception-body .exception-panel .exception-panel-content span.secondary {
  margin: 0;
  font-size: 90px;
  font-weight: 300;
  margin-left: 110px;
  position: relative;
  top: -25px;
}
.exception-body .exception-panel .exception-panel-content .information-text {
  padding: 15px;
}
.exception-body .exception-panel .exception-panel-content .information-text h3 {
  margin: 0;
  margin-bottom: 7px;
}
.exception-body .exception-panel .exception-panel-content .information-text p {
  margin: 0;
}
.exception-body .exception-panel .exception-panel-content p {
  font-weight: 400;
  margin: 0;
}
.landing-body {
  background: #f4f4f4;
}
.landing-body .section-button {
  padding: 0.429em 0.857em;
  background-color: #337ab7;
  color: #ffffff;
  text-align: center;
  border: 0 none;
  font-size: 14px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  border-radius: 4px;
}
.landing-body .section-button:hover {
  background-color: #2d6da3;
  cursor: pointer;
}
.landing-body .section-button:focus {
  background-color: #2d6da3;
  outline: 0 none;
}
.landing-body .landing-menu {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  float: left;
  text-align: center;
}
.landing-body .landing-menu li {
  display: inline-block;
  font-size: 16px;
  margin-left: 36px;
}
.landing-body .landing-menu li:first-child {
  margin-left: 0;
}
.landing-body .landing-menu li a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
}
.landing-body .landing-menu li a:hover {
  border-bottom: 1px solid #ffffff;
}
.landing-body .landing-wrapper #header {
  background: url("./media/landing-main-VHYW334F.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.landing-body .landing-wrapper #header .header-top {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.landing-body .landing-wrapper #header .header-top .logo {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  width: 90px;
}
.landing-body .landing-wrapper #header .header-top .sign-up-buttonpane {
  float: right;
  margin: 30px 0 0 0;
}
.landing-body .landing-wrapper #header .header-top .sign-up-buttonpane button {
  min-width: 100px;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 10px;
}
.landing-body .landing-wrapper #header .header-top .sign-up-buttonpane button:hover {
  background-color: #ffffff;
  color: #434560;
}
.landing-body .landing-wrapper #header .header-content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 150px;
  color: #ffffff;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #header .header-content h1 {
  font-size: 28px;
  font-weight: 400;
}
.landing-body .landing-wrapper #header .header-content h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
.landing-body .landing-wrapper #header .header-content button {
  width: 170px;
}
.landing-body .landing-wrapper #features {
  background-color: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.landing-body .landing-wrapper #features > div {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 75px 0;
  color: #292b2c;
}
.landing-body .landing-wrapper #features > div .features-content {
  text-align: left;
}
.landing-body .landing-wrapper #features > div .features-content .feature-header {
  height: 47px;
  position: relative;
}
.landing-body .landing-wrapper #features > div .features-content .feature-header img {
  position: absolute;
  bottom: 0;
}
.landing-body .landing-wrapper #features > div .features-content h3 {
  font-size: 18px;
}
.landing-body .landing-wrapper #features > div .features-content p {
  font-size: 14px;
  margin: 6px 0 0 0;
  line-height: 1.5;
}
.landing-body .landing-wrapper #features > div .features-content .col-12 {
  padding: 20px;
}
.landing-body .landing-wrapper #showcase-content-wrapper {
  background-color: #fafcfe;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 100px;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content h2 {
  margin: 0;
  padding: 0;
  color: #2d353c;
  font-size: 22px;
  margin: 0 auto;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content p {
  color: #757575;
  width: 400px;
  line-height: 1.5;
}
.landing-body .landing-wrapper #showcase-content-wrapper .intro-logo {
  width: 80px;
  margin-bottom: 30px;
}
.landing-body .landing-wrapper #showcase-content-wrapper .layout-image {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 800px;
}
.landing-body .landing-wrapper #stats {
  background: #6d6d7e;
  background:
    radial-gradient(
      circle at 50% 50%,
      #6d6d7e,
      #3b3b48);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d6d7e", endColorstr="#3b3b48", GradientType=1);
}
.landing-body .landing-wrapper #stats > div {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.landing-body .landing-wrapper #stats > div .stat-card {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
.landing-body .landing-wrapper #stats > div .component-content {
  padding: 30px;
}
.landing-body .landing-wrapper #stats > div .component-content.components {
  background-color: #a83279;
  background-image: -webkit-gradient(linear, left top, right top, from(#a83279), to(#b04167));
  background-image: -webkit-linear-gradient(to right, #a83279, #b04167);
  background-image: -moz-linear-gradient(to right, #a83279, #b04167);
  background-image: -ms-linear-gradient(to right, #a83279, #b04167);
  background-image: -o-linear-gradient(to right, #a83279, #b04167);
  background-image:
    linear-gradient(
      to right,
      #a83279,
      #b04167);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#a83279", endColorStr="#b04167", gradientType="1");
}
.landing-body .landing-wrapper #stats > div .component-content.development {
  background-color: #457fca;
  background-image: -webkit-gradient(linear, left top, right top, from(#457fca), to(#5691c8));
  background-image: -webkit-linear-gradient(to right, #457fca, #5691c8);
  background-image: -moz-linear-gradient(to right, #457fca, #5691c8);
  background-image: -ms-linear-gradient(to right, #457fca, #5691c8);
  background-image: -o-linear-gradient(to right, #457fca, #5691c8);
  background-image:
    linear-gradient(
      to right,
      #457fca,
      #5691c8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#457fca", endColorStr="#5691c8", gradientType="1");
}
.landing-body .landing-wrapper #stats > div .component-content.consumed {
  background-color: #563d7c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
  background-image: -webkit-linear-gradient(to bottom, #563d7c, #6f5499);
  background-image: -moz-linear-gradient(to bottom, #563d7c, #6f5499);
  background-image: -ms-linear-gradient(to bottom, #563d7c, #6f5499);
  background-image: -o-linear-gradient(to bottom, #563d7c, #6f5499);
  background-image:
    linear-gradient(
      to bottom,
      #563d7c,
      #6f5499);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#563d7c", endColorStr="#6f5499");
}
.landing-body .landing-wrapper #pricing {
  background-color: #ffffff;
  padding: 60px 0 75px 0;
  text-align: center;
}
.landing-body .landing-wrapper #pricing > div {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.landing-body .landing-wrapper #pricing > div h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 45px 0;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type {
  border: 1px solid #dddddd;
  height: 100%;
  color: #6a6a7d;
  box-sizing: border-box;
  border-radius: 3px;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type .price-header {
  background-color: #f5f5f5;
  padding: 30px;
  border-bottom: 1px solid #dddddd;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type .price-for {
  color: #bdc3c9;
  font-weight: bold;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type .price-content span {
  color: #6a6a7d;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type .price-footer {
  padding: 10px 60px 30px 60px;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type ul {
  padding: 0;
  margin-top: 0;
  min-height: 175px;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type ul li {
  color: #6ba6d9;
  list-style-type: none;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #dddddd;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type ul li span {
  margin-left: 12px;
}
.landing-body .landing-wrapper #pricing > div .col-12 .price-type button {
  width: 100%;
}
.landing-body .landing-wrapper #video {
  padding: 60px 0 75px 0;
  text-align: left;
}
.landing-body .landing-wrapper #video > div {
  width: 1200px;
  margin: 0 auto;
}
.landing-body .landing-wrapper #video > div .video-content {
  text-align: right;
}
.landing-body .landing-wrapper #video > div .video-content p {
  line-height: 1.5;
}
.landing-body .landing-wrapper #footer {
  padding: 30px 0;
  background-color: #292b2c;
  border: solid 1px #dee4e9;
}
.landing-body .landing-wrapper #footer .social-icons {
  font-size: 36px;
  vertical-align: middle;
  text-align: right;
}
.landing-body .landing-wrapper #footer .social-icons a {
  color: #ffffff;
}
.landing-body .landing-wrapper #footer > div {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.landing-body .landing-wrapper #footer > div img {
  width: 120px;
  margin-bottom: 10px;
}
.landing-body .landing-wrapper #footer > div span {
  color: #cccccc;
  line-height: 1.5;
}
.landing-body .landing-wrapper #footer > div .footer-newsletter a {
  position: relative;
}
.landing-body .landing-wrapper #footer > div .footer-newsletter input {
  width: 180px;
}
.landing-body .landing-wrapper #footer > div .footer-newsletter .input-icon {
  position: absolute;
  right: 5px;
  top: 0;
  color: #3e9018;
  font-size: 18px;
}
.landing-body .landing-wrapper #footer > div .landing-menu {
  float: none;
  margin: 0;
  margin-left: 130px;
}
.landing-body .landing-wrapper #footer > div .landing-menu li {
  display: block;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}
.landing-body .landing-wrapper #footer > div .landing-menu li a {
  color: #cccccc;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
}
.landing-body .landing-wrapper #footer > div .landing-menu li a:hover {
  color: #ffffff;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .landing-body {
    background: #f4f4f4;
  }
  .landing-body .landing-menu {
    position: absolute;
    top: 150px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .landing-body .landing-menu li {
    font-size: 16px;
    margin-left: 16px;
  }
  .landing-body .landing-wrapper #header .header-top {
    width: 100%;
  }
  .landing-body .landing-wrapper #header .header-top .sign-up-buttonpane {
    position: absolute;
    top: 200px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .landing-body .landing-wrapper #header .header-content {
    width: 100%;
    padding: 250px 20px 150px 20px;
  }
  .landing-body .landing-wrapper #features {
    padding: 0 50px;
  }
  .landing-body .landing-wrapper #features > div {
    width: 100%;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper {
    height: 600px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
    padding: 50px;
    width: 100%;
    text-align: center;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content p {
    width: 100%;
  }
  .landing-body .landing-wrapper #stats > div {
    width: 100%;
    padding: 60px 50px;
  }
  .landing-body .landing-wrapper #stats > div .stat-card {
    padding: 10px 7px;
  }
  .landing-body .landing-wrapper #pricing > div {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .landing-body .landing-wrapper #video > div {
    width: 100%;
  }
  .landing-body .landing-wrapper #video > div .video-container {
    float: none;
    text-align: center;
  }
  .landing-body .landing-wrapper #video > div .video-content {
    text-align: center;
  }
  .landing-body .landing-wrapper #video > div iframe {
    width: 360px;
    height: 220px;
  }
  .landing-body .landing-wrapper #footer > div {
    width: 100%;
    text-align: left;
    padding: 0 50px;
  }
  .landing-body .landing-wrapper #footer > div .social-icons {
    text-align: center;
  }
  .landing-body .landing-wrapper #footer > div ul {
    display: none;
  }
}
@media (max-width: 720px) {
  .landing-body .landing-wrapper #showcase-content-wrapper {
    height: 550px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
    padding: 50px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .layout-image {
    width: 500px;
  }
  .landing-body .landing-wrapper #video > div iframe {
    width: 300px;
    height: 200px;
  }
  .landing-body .landing-wrapper #footer > div {
    text-align: center;
  }
}
.invoice-wrapper {
  padding: 0;
  padding-bottom: 10px;
  background-color: var(--surface-card);
  min-width: 768px;
}
.invoice-wrapper .invoice-header {
  padding: 40px;
  background-color: #6ea8fe;
}
.invoice-wrapper .invoice-header .title-date {
  text-align: right;
}
.invoice-wrapper .invoice-header .title-date .title {
  font-size: 24px;
  color: var(--text-color);
}
.invoice-wrapper .invoice-header .logo-adress {
  text-align: left;
}
.invoice-wrapper .card {
  background-color: transparent;
}
.invoice-wrapper .card.invoice-table {
  padding: 0px;
  margin-bottom: 42px;
  width: 100%;
}
.invoice-wrapper .card.invoice-table h2,
.invoice-wrapper .card.invoice-table p {
  margin: 0;
}
.invoice-wrapper .card.invoice-table .table-header {
  padding: 0px 40px;
  margin-top: -40px;
  padding-top: 10px;
}
.invoice-wrapper .card.invoice-table .table-header h2 {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-color);
  background-color: var(--surface-card);
  padding: 10px;
  display: inline;
  border-radius: 4px;
}
.invoice-wrapper .card.invoice-table .table-content-row {
  padding: 10px 45px;
  font-weight: 500;
  color: var(--text-color);
}
.invoice-wrapper .card.invoice-table .table-content-row h2 {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-secondary);
}
.invoice-wrapper .card.invoice-table .table-content-row.even {
  background-color: var(--surface-section);
}
.invoice-wrapper .card.invoice-table .total {
  color: #0d6efd;
}
.invoice-wrapper .card.invoice-table .total h2 {
  color: #0d6efd;
}
.invoice-wrapper .card.invoice-table.products-table .table-header h2 {
  background-color: var(--surface-section);
}
.invoice-wrapper .card.invoice-table.bank-total-table .table-header {
  background-color: #6ea8fe;
}
.invoice-wrapper .table-g-6 {
  padding: 0;
}
.invoice-wrapper .text-left {
  text-align: left;
}
.invoice-wrapper .text-right {
  text-align: right;
}
.invoice-wrapper hr {
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.22);
  color: var(--surface-card);
  background-color: var(--surface-card);
  height: 50px;
  margin: 50px 50px;
}
@media (max-width: 992px) {
  .invoice-wrapper .invoice-header {
    padding: 15px;
    padding-bottom: 40px;
  }
  .invoice-wrapper .card.invoice-table .table-header {
    padding: 0px;
    margin-top: -30px;
  }
  .invoice-wrapper .card.invoice-table .table-content-row {
    padding: 10px 5px;
  }
  .invoice-wrapper .card.invoice-table.bank-total-table .table-header {
    padding-top: 10px;
    background-color: #6ea8fe;
  }
}
@media print {
  body * {
    visibility: hidden;
  }
  #invoice-content * {
    visibility: visible;
  }
  #invoice-content {
    position: absolute;
    left: 0;
    top: 0;
  }
  #invoice-content {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
  }
}
.help-page p {
  margin: 0;
}
.help-page .help-search {
  background: url("./media/bg-help-TCZKCMRZ.png") repeat;
  padding: 0;
  text-align: center;
}
.help-page .help-search .help-search-content {
  padding: 5rem 12rem;
}
.help-page .help-search .search-container {
  font-size: 1.5rem;
  padding: 1rem;
  position: relative;
}
.help-page .help-search .search-container input {
  appearance: none;
  font-size: 1.5rem;
  text-indent: 2.5rem;
  padding: 0.5rem;
  width: 100%;
}
.help-page .help-search .search-container i {
  color: var(--text-color);
  position: absolute;
  margin-left: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.help-page .status-bars {
  margin-top: 1rem;
  display: flex;
}
.help-page .status-bars .status-bar {
  flex: 1 1 0;
  background: #8BC34A;
  height: 50px;
  margin-right: 0.25rem;
  transition: transform 0.3s;
}
.help-page .status-bars .status-bar:last-child {
  margin-right: 0;
}
.help-page .status-bars .status-bar.status-bar-failure {
  background: #EC407A;
}
.help-page .status-bars .status-bar:hover {
  transform: scale(1.1);
}
.help-page .status-bar-footer {
  padding: 1rem 0 0 0;
  display: flex;
  justify-content: space-between;
}
.help-page .blog-post {
  height: 150px;
  border-radius: 4px;
  margin: 3rem 2rem;
  position: relative;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.help-page .blog-post:last-child {
  margin-bottom: 1rem;
}
.help-page .blog-post img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.help-page .blog-post .blog-text {
  position: absolute;
  left: 20px;
  top: 30px;
}
.help-page .blog-post .blog-text h1 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.help-page .blog-post .blog-text span {
  color: #ffffff;
  font-weight: 600;
}
.help-page .blog-post .blog-profile {
  position: absolute;
  top: -25px;
  left: -25px;
}
.help-page .blog-post .blog-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.help-page .blog-post:nth-child(1) {
  background-image: url("./media/blog1-RF4PU3O7.jpg");
}
.help-page .blog-post:nth-child(2) {
  background-image: url("./media/blog2-PY2GETXP.jpg");
}
.help-page .blog-post:nth-child(3) {
  background-image: url("./media/blog3-R3KXJRAF.jpg");
}
@media screen and (max-width: 991px) {
  .help-page .help-search .help-search-content {
    padding: 6rem 2rem;
  }
}
.wizard-body {
  background: url("./media/background@2x-KFUI2XRI.jpg") top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: center;
}
.wizard-body .wizard-wrapper {
  height: 65%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 35%;
}
.wizard-body .wizard-wrapper .wizard-container {
  background-color: #292b2c;
  width: 100%;
  min-height: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header {
  height: 100px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container {
  width: 55%;
  height: 35px;
  display: flex;
  flex-direction: row;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab .tab-header {
  background: #3e4243;
  height: 35px;
  width: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  flex: 0 0 35px;
  z-index: 1;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab .tab-progressbar {
  width: 100%;
  height: 8px;
  background-color: #3e4243;
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab .tab-progressbar:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #8dc8ff;
  -moz-transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab:first-child {
  width: auto;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab:first-child .tab-progressbar {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab.active-tab .tab-header {
  background:
    linear-gradient(
      to right,
      #457fca,
      #5691c8);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab.active-tab .tab-progressbar:before {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content {
  width: 55%;
  margin: auto;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header {
  margin-bottom: 20px;
  margin-top: 15px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header .title h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header .title span {
  font-size: 14px;
  color: #999999;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header .icon {
  display: flex;
  justify-content: flex-end;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .continue-button {
  background-color: #2e6da4;
  border-color: #2e6da4;
  margin-bottom: 10px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms label {
  color: #cccccc;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms .form-element {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms .form-element label {
  color: #292b2c;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms .form-element > input {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.register {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .content-header img {
  height: 75px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card {
  padding: 0;
  min-height: 260px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #5a6062;
  background-color: #ffffff;
  margin-bottom: 30px;
  cursor: pointer;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header {
  background-color: #3e4243;
  width: 100%;
  padding: 15px;
  min-height: 110px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header h1 {
  color: #ffffff;
  font-size: 18px;
  margin: 5px;
  font-weight: 500;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header span {
  color: #999999;
  margin: 5px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header .icon {
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  font-size: 24px;
  color: #292b2c;
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-content {
  color: #999999;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-content .row {
  width: 100%;
  padding: 5px 15px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-content .row.even {
  background-color: rgba(216, 216, 216, 0.4);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card {
  border: solid 1px #5a9fe0;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .tier-card-header {
  background-color: #8dc8ff;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .tier-card-header h1 {
  color: #292b2c;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .tier-card-header span {
  color: #292b2c;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .icon {
  display: flex;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info {
  padding-right: 30px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .content-header {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .content {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .checkbox {
  margin-bottom: 20px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .checkbox label {
  color: #999999;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 0px;
  font-size: 14px;
  color: #757575;
  color: rgba(255, 255, 255, 0.67);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-basic,
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-pro,
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-pro-plus,
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-default {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .selected-order {
  display: block;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .summary {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 15px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .summary h1 {
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .price {
  font-weight: 700;
  text-align: right;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .total {
  padding: 15px;
  margin-top: 30px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.active-content {
  display: block;
}
@media (max-width: 640px) {
  .wizard-body .wizard-wrapper {
    height: 100%;
    top: 0;
    opacity: 0.8;
  }
  .wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container {
    width: 95%;
  }
  .wizard-body .wizard-wrapper .wizard-container .wizard-content {
    width: 95%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 14px;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 14px;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: var(--surface-ground);
}
body a {
  text-decoration: none;
  color: var(--primary-color);
}
.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 999999997;
}
.layout-wrapper .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.layout-wrapper .topbar .topbar-left {
  padding: 15px;
  height: 60px;
  width: 235px;
  float: left;
  background-color: #0d6efd;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.layout-wrapper .topbar .topbar-left .topbar-logo {
  height: 30px;
}
.layout-wrapper .topbar .topbar-right {
  padding: 15px;
  height: 60px;
  background-color: #0d6efd;
}
.layout-wrapper .topbar .topbar-right #menu-button {
  color: #0d6efd;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 219px;
  text-align: center;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.layout-wrapper .topbar .topbar-right #menu-button i {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 32px;
}
.layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-wrapper .topbar .topbar-right #topbar-menu-button {
  display: none;
  color: #ffffff;
  vertical-align: middle;
  height: 36px;
  position: absolute;
  top: 12px;
  right: 25px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-wrapper .topbar .topbar-right #topbar-menu-button i {
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 36px;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search {
  position: relative;
  top: -7px;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search input {
  position: relative;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 9px 12px;
  padding-right: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  -o-transition: box-shadow 0.3s, border-color 0.3s;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  width: 200px;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search input::placeholder {
  color: #ffffff;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search input:focus {
  outline: 0 none;
  border: 1px solid #0d6efd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 #0d6efd;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 #0d6efd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 #0d6efd;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search i {
  position: absolute;
  color: #ffffff;
  top: 9px;
  right: 10px;
  font-size: 18px;
}
.layout-wrapper .topbar .layout-menu li a:hover {
  color: #408cfd;
}
.layout-wrapper .topbar .layout-menu li a:hover i {
  color: #408cfd;
}
.layout-wrapper .layout-menu-container {
  overflow: auto;
  position: fixed;
  width: 235px;
  z-index: 99;
  top: 60px;
  height: 100%;
  background-color: #ffffff;
  border-right: 1px solid var(--surface-border);
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.layout-wrapper .layout-menu-container .layout-main-menu {
  padding-bottom: 120px;
}
.layout-wrapper .layout-menu-container .profile {
  padding: 1rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.layout-wrapper .layout-menu-container .profile:after {
  content: "";
  display: table;
  clear: both;
}
.layout-wrapper .layout-menu-container .profile > a {
  display: flex;
}
.layout-wrapper .layout-menu-container .profile > a > div {
  flex-grow: 1;
  margin-left: 0.5rem;
}
.layout-wrapper .layout-menu-container .profile > a .profile-image {
  width: 45px;
  height: 45px;
  margin-left: 4px;
}
.layout-wrapper .layout-menu-container .profile > a .profile-name {
  display: block;
  color: var(--text-color);
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}
.layout-wrapper .layout-menu-container .profile > a .profile-role {
  display: block;
  min-width: 100px;
  font-size: 12px;
  color: var(--text-color-secondary);
}
.layout-wrapper .layout-menu-container .profile > a i {
  float: right;
  color: var(--text-color-secondary);
  font-size: 12px;
  line-height: 18px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-menu-container .profile.profile-expanded i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu-container #profile-menu {
  border-bottom: 1px solid #d6d5d5;
  overflow: hidden;
}
.layout-wrapper .layout-menu-container #profile-menu li:first-child {
  margin-top: 16px;
}
.layout-wrapper .layout-menu-container #profile-menu li:last-child {
  margin-bottom: 16px;
}
.layout-wrapper .layout-menu-container.layout-menu-dark {
  background-color: #2a323d;
}
.layout-wrapper .layout-menu-container.layout-menu-dark .profile .profile-name,
.layout-wrapper .layout-menu-container.layout-menu-dark .profile .profile-role {
  color: #ffffff;
}
.layout-wrapper .layout-menu-container.layout-menu-dark .profile i {
  color: #ffffff;
}
.layout-wrapper .layout-menu-container.layout-menu-dark #profile-menu {
  border-bottom: 1px solid transparent;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a {
  color: #ffffff;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a i {
  color: #ffffff;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a:hover {
  color: #6ea8fe;
  background-color: transparent;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a:hover i {
  color: #6ea8fe;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a.active-menuitem-routerlink {
  color: #6ea8fe;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a.active-menuitem-routerlink i:first-child {
  color: #6ea8fe;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li.layout-root-menuitem > .layout-menuitem-root-text {
  color: rgba(255, 255, 255, 0.65);
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a.active-menuitem-routerlink {
  border-left-color: #6ea8fe;
  color: #6ea8fe;
  background-color: transparent;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li a.active-menuitem-routerlink i {
  color: #6ea8fe;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li:not(.layout-root-menuitem).active-menuitem a {
  border-left-color: #6ea8fe;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li:not(.layout-root-menuitem).active-menuitem > a {
  background-color: transparent;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li:not(.layout-root-menuitem).active-menuitem.active-menuitem-notrouter > a {
  color: #6ea8fe;
}
.layout-wrapper .layout-menu-container.layout-menu-dark ul.layout-menu li:not(.layout-root-menuitem).active-menuitem.active-menuitem-notrouter > a i:first-child {
  color: #6ea8fe;
}
.layout-wrapper.menu-layout-overlay .layout-menu-container {
  margin-left: -250px;
}
.layout-wrapper.menu-layout-overlay .layout-main,
.layout-wrapper.menu-layout-overlay .layout-footer {
  margin-left: 0;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-menu-container {
  z-index: 999999999;
  margin-left: 0px;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-mask {
  display: block;
}
.layout-wrapper.menu-layout-overlay .topbar {
  z-index: 999999998;
}
.layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-wrapper.menu-layout-overlay .layout-config {
  z-index: 999999998;
}
.layout-wrapper .layout-main {
  padding: 7rem 2rem 2rem 2rem;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 60px);
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
.layout-wrapper .layout-mask {
  display: none;
}
.layout-wrapper .layout-footer {
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.layout-wrapper .layout-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-wrapper .layout-menu li.layout-root-menuitem > .layout-menuitem-root-text {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.5rem 0 0.5rem 1.25rem;
  color: var(--text-color-secondary);
}
.layout-wrapper .layout-menu li.layout-root-menuitem > a {
  display: none;
}
.layout-wrapper .layout-menu li a {
  display: block;
  padding: 10px 15px;
  color: var(--text-color);
  width: 100%;
  -moz-transition: background-color 0.3s, border-left-color 0.3s;
  -o-transition: background-color 0.3s, border-left-color 0.3s;
  -webkit-transition: background-color 0.3s, border-left-color 0.3s;
  transition: background-color 0.3s, border-left-color 0.3s;
  overflow: hidden;
  border-left: 4px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.layout-wrapper .layout-menu li a i {
  color: var(--text-color-secondary);
}
.layout-wrapper .layout-menu li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
}
.layout-wrapper .layout-menu li a i.menuitem-toggle-icon {
  float: right;
  font-size: 16px;
  margin-top: 2px;
  margin-right: -3px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-menu li a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-wrapper .layout-menu li a .submenu-arrow {
  display: none;
}
.layout-wrapper .layout-menu li a:hover {
  background-color: transparent;
  color: #0d6efd;
}
.layout-wrapper .layout-menu li a:hover i {
  color: #0d6efd;
}
.layout-wrapper .layout-menu li a span {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .layout-menu li a .menuitem-badge {
  float: right;
  width: auto;
  margin-right: 2px;
  text-align: center;
  background-color: #ffc107;
  color: #20262e;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 3px;
  padding: 2px 6px;
}
.layout-wrapper .layout-menu li a.active-menuitem-routerlink {
  color: #0d6efd;
  border-left-color: #0d6efd;
}
.layout-wrapper .layout-menu li a.active-menuitem-routerlink i:first-child {
  color: #0d6efd;
}
.layout-wrapper .layout-menu li:not(.layout-root-menuitem).active-menuitem a {
  border-left-color: #0d6efd;
}
.layout-wrapper .layout-menu li:not(.layout-root-menuitem).active-menuitem > a {
  background-color: transparent;
}
.layout-wrapper .layout-menu li:not(.layout-root-menuitem).active-menuitem > a i.menuitem-toggle-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu li:not(.layout-root-menuitem).active-menuitem.active-menuitem-notrouter > a {
  color: #0d6efd;
}
.layout-wrapper .layout-menu li:not(.layout-root-menuitem).active-menuitem.active-menuitem-notrouter > a i:first-child {
  color: #0d6efd;
}
.layout-wrapper .layout-menu li ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.layout-wrapper .layout-menu li ul li a {
  padding: 10px 20px 10px 15px;
}
.layout-wrapper .layout-menu li ul li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.layout-wrapper .layout-menu li ul li ul li a {
  padding-left: 30px;
}
.layout-wrapper .layout-menu li ul li ul ul li a {
  padding-left: 45px;
}
.layout-wrapper .layout-menu li ul li ul ul ul li a {
  padding-left: 60px;
}
.layout-wrapper .layout-menu li ul li ul ul ul ul li a {
  padding-left: 75px;
}
.layout-wrapper .layout-menu .layout-menu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 76px;
  top: 14px;
  z-index: 101;
  line-height: 1;
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: #3f4b5b;
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3f4b5b;
}
.layout-wrapper .layout-footer {
  padding: 15px 20px;
  background-color: var(--surface-overlay);
  border-top: 1px solid var(--surface-border);
}
.layout-wrapper .layout-footer i {
  font-size: 1em !important;
}
.layout-wrapper .layout-footer .footer-text-left img {
  height: 25px;
}
.layout-wrapper .layout-footer .footer-text-right {
  color: var(--text-color-secondary);
  float: right;
}
.layout-wrapper .layout-footer .footer-text-right a {
  margin-left: 15px;
  color: var(--text-color-secondary);
  font-size: 24px;
}
.ajax-loader {
  font-size: 32px;
  color: #0d6efd;
}
@media (min-width: 1025px) {
  .layout-wrapper .topbar-items {
    -webkit-animation-name: none;
    animation-name: none;
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .layout-wrapper .topbar-items > li {
    float: right;
    position: relative;
    margin-left: 14px;
  }
  .layout-wrapper .topbar-items > li > a {
    position: relative;
    display: block;
  }
  .layout-wrapper .topbar-items > li > a .topbar-item-name {
    display: none;
  }
  .layout-wrapper .topbar-items > li > a .topbar-badge {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: #ffc107;
    color: #20262e;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar-items > li .topbar-icon {
    font-size: 24px;
    color: #ffffff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .layout-wrapper .topbar-items > li.profile-item > a {
    display: flex;
    flex-direction: row-reverse;
  }
  .layout-wrapper .topbar-items > li.profile-item a {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    top: -3px;
  }
  .layout-wrapper .topbar-items > li.profile-item a:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-wrapper .topbar-items > li.profile-item a .profile-image {
    width: 36px;
    height: 36px;
    margin-top: -4px;
    float: right;
    margin-left: 12px;
  }
  .layout-wrapper .topbar-items > li.profile-item a .topbar-item-name {
    display: block;
    float: left;
    color: #ffffff;
  }
  .layout-wrapper .topbar-items > li.profile-item a .topbar-item-role {
    display: block;
    font-size: 12px;
    color: #ffffff;
  }
  .layout-wrapper .topbar-items > li > ul {
    position: absolute;
    top: 50px;
    right: 5px;
    display: none;
    width: 250px;
    background-color: var(--surface-overlay);
    border-top: 4px solid #0d6efd;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .layout-wrapper .topbar-items > li > ul:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #0d6efd;
    content: " ";
    position: absolute;
    top: -15px;
    left: 232px;
  }
  .layout-wrapper .topbar-items > li.active-top-menu > ul {
    display: block;
  }
  .layout-wrapper .topbar-items > li .topbar-message img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  .layout-wrapper.menu-layout-static .layout-menu-container {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static .layout-main,
  .layout-wrapper.menu-layout-static .layout-footer {
    margin-left: 235px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-menu-container {
    margin-left: -250px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-main,
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-footer {
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-static .layout-mask {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
    background: #0d6efd;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-right {
    background: #0d6efd;
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: 60px;
    height: auto;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-main-menu {
    padding-bottom: 0;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu:last-child {
    margin-top: 0;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li {
    float: left;
    position: relative;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.layout-root-menuitem > .layout-menuitem-root-text {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.layout-root-menuitem > a {
    display: block;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > a:hover {
    background-color: transparent;
    color: #0d6efd;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > a:hover i {
    color: #0d6efd;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 4px;
    padding: 5px 0;
    z-index: 100;
    position: absolute;
    display: none;
    top: 50px;
    left: 0px;
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: 4px solid #0d6efd;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li a {
    padding: 10px 16px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul {
    position: static;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul ul ul li a {
    padding-left: 80px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul ul ul ul li a {
    padding-left: 96px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > .submenu-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #0d6efd;
    content: " ";
    position: absolute;
    top: 38px;
    left: 20px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > a {
    color: #0d6efd;
    background-color: transparent;
    border-left-color: transparent;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > a i {
    color: #0d6efd;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > ul {
    display: block;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu li a .menuitem-badge {
    margin-right: 0;
    margin-left: 4px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu li a .menuitem-toggle-icon {
    margin-top: 4px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark {
    background-color: #2a323d;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu > li > ul {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu li a {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu li a i {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu li a:hover {
    background-color: transparent;
    color: #6ea8fe;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu li a:hover i {
    color: #6ea8fe;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu li a.active-menuitem-routerlink {
    color: #6ea8fe;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu li.active-menuitem > a {
    background-color: transparent;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container.layout-menu-dark ul.layout-menu li ul {
    background-color: #2a323d;
  }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 115px;
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-footer {
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .topbar {
    left: 75px;
    width: calc(100% - 75px);
  }
  .layout-wrapper.menu-layout-slim .topbar .topbar-left {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .layout-wrapper.menu-layout-slim .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container {
    width: 75px;
    overflow: visible;
    z-index: 100;
    top: 0;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .profile {
    height: 60px;
    padding-top: 7px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .profile > a .profile-name,
  .layout-wrapper.menu-layout-slim .layout-menu-container .profile > a .profile-role,
  .layout-wrapper.menu-layout-slim .layout-menu-container .profile > a i {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu {
    padding: 0;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li {
    position: relative;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.layout-root-menuitem > .layout-menuitem-root-text {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.layout-root-menuitem > a {
    display: block;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a {
    text-align: center;
    padding: 15px;
    padding-left: 20px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a i:first-child {
    font-size: 19px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a span:not(.p-ink),
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a i.menuitem-toggle-icon {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 73px;
    display: none;
    min-width: 200px;
    border-radius: 4px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li a {
    padding-left: 16px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul ul ul li a {
    padding: 80px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul ul ul ul li a {
    padding: 96px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a {
    border-left-color: #0d6efd;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.active-menuitem > ul {
    display: block;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container.layout-menu-dark {
    border: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container.layout-menu-dark .layout-menu > li > ul {
    border: none;
    background-color: #2a323d;
  }
  .layout-wrapper.menu-layout-slim .layout-main {
    margin-left: 75px;
  }
  .layout-wrapper.menu-layout-slim .layout-footer {
    margin-left: 75px;
  }
}
@media (max-width: 1024px) {
  .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button.menu-button-rotate i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .layout-wrapper.menu-layout-static .layout-menu-container {
    margin-left: -265px;
  }
  .layout-wrapper.menu-layout-static .layout-main,
  .layout-wrapper.menu-layout-static .layout-footer {
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-menu-container {
    margin-left: 0;
    z-index: 999999999;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar {
    z-index: 999999998;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-main,
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-footer {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-mask {
    display: block;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .topbar .topbar-right #menu-button.menu-button-rotate i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 275px;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    display: none;
    background-color: var(--surface-card);
    border-top: 4px solid #0d6efd;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #0d6efd;
    content: " ";
    position: absolute;
    top: -15px;
    left: 242px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: var(--text-color);
    position: relative;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 16px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a:hover {
    background-color: var(--surface-hover);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a .topbar-badge {
    position: absolute;
    left: 30px;
    top: 2px;
    background-color: #ffc107;
    color: #20262e;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul {
    display: none;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a span,
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a img,
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a i {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > a {
    color: #0d6efd;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > ul {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a {
    padding-left: 32px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item {
    width: 100%;
    display: block;
    font-size: 16px;
    position: relative;
    padding: 10px 15px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search input {
    top: 0;
    width: 100%;
    padding-right: 28px;
    border-color: var(--surface-border);
    color: var(--text-color);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search input::placeholder {
    color: var(--text-color);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search input:focus {
    border-color: var(--surface-border);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search label {
    top: 1px;
    color: var(--text-color);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search i {
    position: absolute;
    right: 10px;
    color: var(--text-color);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item > a {
    display: flex;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item > a span {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item .profile-image {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-right: 14px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item span {
    vertical-align: middle;
    display: inline-block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li .topbar-message img {
    margin-right: 12px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items.topbar-items-visible {
    display: block;
  }
}
@media (max-width: 399px) {
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    right: 10px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right #topbar-menu-button {
    left: 10px;
  }
}
.layout-config {
  position: fixed;
  padding: 0;
  top: 0;
  display: block;
  right: 0;
  width: 20em;
  z-index: 996;
  height: 100%;
  transform: translate3d(20em, 0px, 0px);
  transition: transform 0.3s;
  background-color: var(--surface-card);
  color: var(--text-color);
  backface-visibility: hidden;
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 5px 22px 4px rgba(0, 0, 0, 0.12),
    0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config.layout-config-active {
  transform: translate3d(0px, 0px, 0px);
}
.layout-config.layout-config-active .layout-config-button {
  opacity: 0;
  visibility: hidden;
}
.layout-config .layout-config-button {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: var(--primary-color);
  text-align: center;
  top: 300px;
  left: -51px;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  color: var(--primary-color-text);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: background-color 0.3s, opacity 0.3s;
  transition-delay: 0.2s;
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 5px 22px 4px rgba(0, 0, 0, 0.12),
    0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config .layout-config-button i {
  font-size: 32px;
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  transition: transform 1s;
}
.layout-config .layout-config-button:hover {
  opacity: 0.9;
}
.layout-config .layout-config-close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 20px;
  top: 10px;
  z-index: 999;
  background-color: #e0284f;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.layout-config .layout-config-close i {
  color: #ffffff;
  line-height: inherit;
  font-size: 12px;
}
.layout-config .layout-config-close:hover {
  background-color: #d44d69;
}
.layout-config .layout-config-content {
  position: relative;
  height: 100%;
  padding: 1em;
  overflow: auto;
}
.layout-config .layout-config-content .layout-themes {
  display: flex;
  flex-wrap: wrap;
}
.layout-config .layout-config-content .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-config-content .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-config-content .layout-themes a i {
  font-size: 1rem;
  position: absolute;
  color: var(--primary-color-text);
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-config-content .layout-themes a:hover {
  transform: scale(1.1);
}
.layout-config .col {
  text-align: center;
}
.layout-config p {
  line-height: 1.5;
  margin-top: 0;
  color: var(--text-color-secondary);
}
.blocked-scroll-config {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .layout-config {
    transform: translate3d(20em, 0px, 0px);
  }
  .layout-config.layout-config-active {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-config .layout-config-close {
    right: 29px;
  }
}
.widget-overview {
  padding: 15px;
  color: #ffffff;
  min-height: 100px;
  border-radius: 4px;
  margin: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-overview .overview-box-title {
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
}
.widget-overview .overview-box-count {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.widget-overview .overview-box-count i {
  margin-left: 0.5rem;
  font-weight: 700;
}
.widget-overview.overview-box-1 {
  background-color: #0dcaf0;
  background-image: url("./media/effect-1-EQSPVFYA.svg");
  color: #ffffff;
}
.widget-overview.overview-box-2 {
  background-color: #fd7e14;
  background-image: url("./media/effect-2-I4IK5Q2E.svg");
  color: #ffffff;
}
.widget-overview.overview-box-3 {
  background-color: #6f42c1;
  background-image: url("./media/effect-3-Z33V4FLC.svg");
  color: #ffffff;
}
.widget-overview.overview-box-4 {
  background-color: #adb5bd;
  background-image: url("./media/effect-4-623ZBEAV.svg");
  color: #ffffff;
}
.widget-colored-stats .stats-title {
  font-size: 1.5rem;
  color: var(--text-color-secondary);
}
.widget-colored-stats .stats-value {
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--text-color);
}
.widget-contacts {
  overflow: hidden;
}
.widget-contacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget-contacts ul li {
  border-bottom: 1px solid var(--surface-border);
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 2px;
  transition: background-color 0.2s;
}
.widget-contacts ul li img {
  float: left;
  margin-right: 8px;
}
.widget-contacts ul li .contact-info {
  float: left;
}
.widget-contacts ul li .contact-info .name {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.widget-contacts ul li .contact-info .location {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  color: var(--text-color-secondary);
}
.widget-contacts ul li .contact-actions {
  float: right;
  padding-top: 12px;
}
.widget-contacts ul li .contact-actions .connection-status {
  color: #ffffff;
  padding: 2px 3px;
  border-radius: 4px;
}
.widget-contacts ul li .contact-actions .connection-status.online {
  background-color: #198754;
}
.widget-contacts ul li .contact-actions .connection-status.offline {
  background-color: #dc3545;
}
.widget-contacts ul li .contact-actions i {
  color: var(--text-color-secondary);
  margin-left: 5px;
  font-size: 1.25em;
}
.widget-contacts ul li:last-child {
  border: 0;
}
.widget-timeline {
  height: 100%;
  box-sizing: border-box;
}
.widget-timeline > .grid .col-3 {
  font-size: 14px;
  position: relative;
  border-right: 1px solid var(--surface-border);
}
.widget-timeline > .grid .col-3 i {
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: -12px;
}
.widget-timeline > .grid .col-9 {
  padding-left: 1.5em;
}
.widget-timeline > .grid .col-9 .event-text {
  color: var(--text-color-secondary);
  font-size: 14px;
  display: block;
  padding-bottom: 20px;
}
.widget-timeline > .grid .col-9 .event-content img {
  width: 100%;
}
.widget-chat .p-panel.no-pad .p-panel-content {
  padding: 0 !important;
}
.widget-chat .p-panel:last-child {
  margin-top: 15px;
}
.widget-chat ul {
  padding: 12px;
  margin: 0;
  list-style-type: none;
}
.widget-chat ul li {
  padding: 6px 0;
}
.widget-chat ul li img {
  width: 36px;
  float: left;
}
.widget-chat ul li span {
  padding: 6px 12px;
  float: left;
  display: inline-block;
  margin: 4px 0;
  color: #212529;
  border-radius: 4px;
}
.widget-chat ul li.message-from img,
.widget-chat ul li.message-from span {
  float: left;
}
.widget-chat ul li.message-from img {
  margin-right: 8px;
}
.widget-chat ul li.message-from span {
  background-color: #d1e7dd;
  border: solid 1px #a3cfbb;
}
.widget-chat ul li.message-own img,
.widget-chat ul li.message-own span {
  float: right;
}
.widget-chat ul li.message-own img {
  margin-left: 8px;
}
.widget-chat ul li.message-own span {
  background-color: #cfe2ff;
  border: solid 1px #9ec5fe;
}
.widget-chat .new-message {
  height: 40px;
  border-top: 1px solid var(--surface-border);
  color: #afafc0;
}
.widget-chat .new-message .message-attachment {
  display: inline-block;
  border-right: 1px solid var(--surface-border);
  width: 40px;
  line-height: 40px;
  height: 100%;
  text-align: center;
}
.widget-chat .new-message .message-attachment i {
  line-height: inherit;
  font-size: 24px;
}
.widget-chat .new-message .message-input {
  position: relative;
  top: -4px;
  width: calc(100% - 100px);
  display: inline-block;
}
.widget-chat .new-message .message-input input {
  border: 0 none;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  outline: 0 none;
  padding-left: 8px;
  box-shadow: none;
}
.widget-messages .pull-right {
  float: right;
}
.widget-messages .message {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.widget-messages .messager {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.widget-messages .messager-img {
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 4px;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
.widget-messages .message-body {
  float: left;
  width: auto;
  width: 80%;
  max-width: 80%;
}
.widget-messages .message-text {
  font-size: 14px;
  line-height: 20px;
  padding-right: 50px;
  text-align: left;
  color: var(--text-color-secondary);
}
.widget-messages .messager-img,
.widget-messages .message {
  position: relative;
  display: inline-block;
  float: left;
}
.widget-messages .message-box {
  padding-right: 15px;
}
.widget-messages .message-box:hover {
  cursor: pointer;
}
.widget-messages .message-box:hover .messager-img {
  margin-left: -15px;
  padding-left: 15px;
  border-left: 3px solid #0d6efd;
}
.widget-messages .online {
  margin-left: 5px;
  color: #198754;
}
.widget-messages .offline {
  margin-left: 5px;
  color: #dc3545;
}
.widget-messages .date {
  font-weight: 500;
  color: #ccc;
}
.widget-incard .incard-item .incard-image {
  background-color: var(--surface-section);
  border: 1px solid var(--surface-border);
  border-radius: 4px;
}
.widget-incard .incard-item .incard-title {
  font-weight: 500;
  color: var(--text-color);
}
.widget-incard .incard-item .incard-size {
  font-size: 0.875rem;
  color: var(--text-color-secondary);
}
.widget-graph.card {
  height: 100%;
}
.widget-goals.card {
  height: 100%;
}
.widget-goals .goals-progress {
  border: 1px solid var(--surface-border);
  border-radius: 4px;
}
.widget-goals .goals-progress .goals-progress-title {
  font-weight: 500;
  font-size: 1.75rem;
  color: var(--text-color);
}
.widget-goals .goals-progress .goals-progress-title .goals-progress-subtitle {
  color: var(--text-color-secondary);
}
.widget-goals .goals-progress ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-goals .goals-progress ul li {
  flex: 1 1 0%;
}
.widget-goals .goals-progress ul li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.widget-goals .goals-progress ul li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.widget-goals .goals-progress ul li.goals-progress-blue {
  background-color: #0d6efd;
}
.widget-goals .goals-progress ul li.goals-progress-purple {
  background-color: #6f42c1;
}
.widget-goals .goals-progress ul li.goals-progress-pink {
  background-color: #d63384;
}
.widget-goals .goals-progress ul li.goals-progress-orange {
  background-color: #fd7e14;
}
.widget-goals .goals-progress ul li.goals-progress-cyan {
  background-color: #0dcaf0;
}
.widget-goals .goals-progress ul li.goals-progress-gray {
  background-color: #adb5bd;
}
.widget-goals > ul {
  list-style: none;
}
.widget-goals > ul li .goals-list-blue {
  border-radius: 4px;
  background-color: #0d6efd;
}
.widget-goals > ul li .goals-list-purple {
  border-radius: 4px;
  background-color: #6f42c1;
}
.widget-goals > ul li .goals-list-pink {
  border-radius: 4px;
  background-color: #d63384;
}
.widget-goals > ul li .goals-list-orange {
  border-radius: 4px;
  background-color: #fd7e14;
}
.widget-goals > ul li .goals-list-cyan {
  border-radius: 4px;
  background-color: #0dcaf0;
}
.widget-goals > ul li .goals-list-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-color);
}
.widget-goals > ul li .goals-list-value {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-color-secondary);
}

/* src/assets/material-pro/assets/extra-libs/fullcalendar/dist/fullcalendar.min.css */
/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc button,
.fc table,
body .fc {
  font-size: 1em;
}
.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-event,
.fc-event:hover,
.fc-state-hover,
.fc.fc-bootstrap3 a,
.ui-widget .fc-event,
a.fc-more {
  text-decoration: none;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}
.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image:
    linear-gradient(
      to bottom,
      #fff,
      #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-day-grid-event .fc-content,
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}
.fc-event,
.fc-event:hover {
  color: #fff;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family:
    "Courier New",
    Courier,
    monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203a";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\ab";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\bb";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25c4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25ba";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25bc";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\d7";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: .3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  background-color: #f2f2f2;
  color: grey;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\a0-\a0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

/* src/assets/material-pro/dist/css/icons/font-awesome/css/fontawesome-all.css */
/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.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-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 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.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;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.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-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-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-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.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-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.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-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.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-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.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-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-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.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-blind:before {
  content: "\f29d";
}
.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-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-btc:before {
  content: "\f15a";
}
.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-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-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.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-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.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-certificate:before {
  content: "\f0a3";
}
.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-square:before {
  content: "\f14a";
}
.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-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.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-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.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-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.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-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.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-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-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.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-excel:before {
  content: "\f1c3";
}
.fa-file-image:before {
  content: "\f1c5";
}
.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-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.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-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-frown:before {
  content: "\f119";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-gamepad:before {
  content: "\f11b";
}
.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-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.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-martini:before {
  content: "\f000";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.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-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-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.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-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.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-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.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-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.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-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.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-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-map:before {
  content: "\f279";
}
.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-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-maxcdn:before {
  content: "\f136";
}
.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-meh:before {
  content: "\f11a";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.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-alt:before {
  content: "\f3d1";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.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-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.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-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-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.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-plane:before {
  content: "\f072";
}
.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-poo:before {
  content: "\f2fe";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.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-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-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.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-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.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-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-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.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-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.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-strava:before {
  content: "\f428";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.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-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.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-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.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-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-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.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-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.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-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.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-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.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-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-glass:before {
  content: "\f4e3";
}
.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-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-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.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: normal;
  src: url("./media/fa-brands-400-ZJ35H7GX.eot");
  src:
    url("./media/fa-brands-400-ZJ35H7GX.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-brands-400-AXNTX7Z6.woff2") format("woff2"),
    url("./media/fa-brands-400-CJCSSYCL.woff") format("woff"),
    url("./media/fa-brands-400-ENEIS5FA.ttf") format("truetype"),
    url("./media/fa-brands-400-FCYZOVKD.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("./media/fa-regular-400-HIZRUKGS.eot");
  src:
    url("./media/fa-regular-400-HIZRUKGS.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-regular-400-PNQP5MND.woff2") format("woff2"),
    url("./media/fa-regular-400-N5UXHPFX.woff") format("woff"),
    url("./media/fa-regular-400-6EMIOL3Z.ttf") format("truetype"),
    url("./media/fa-regular-400-G3YE2F3Z.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;
  src: url("./media/fa-solid-900-4VDUELKX.eot");
  src:
    url("./media/fa-solid-900-4VDUELKX.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-solid-900-U65IJIAY.woff2") format("woff2"),
    url("./media/fa-solid-900-6VQHZV2G.woff") format("woff"),
    url("./media/fa-solid-900-FRUGQOC2.ttf") format("truetype"),
    url("./media/fa-solid-900-TGHWLSSM.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* src/assets/material-pro/dist/css/icons/simple-line-icons/css/simple-line-icons.css */
@font-face {
  font-family: "simple-line-icons";
  src: url("./media/Simple-Line-Icons-T3SEH4AC.eot?-i3a2kk");
  src:
    url("./media/Simple-Line-Icons-T3SEH4AC.eot?#iefix-i3a2kk") format("embedded-opentype"),
    url("./media/Simple-Line-Icons-ABFJBNCZ.ttf?-i3a2kk") format("truetype"),
    url("./media/Simple-Line-Icons-RKL2GGXO.woff2?-i3a2kk") format("woff2"),
    url("./media/Simple-Line-Icons-DVZUTIE4.woff?-i3a2kk") format("woff"),
    url("./media/Simple-Line-Icons-Q3CLFELY.svg?-i3a2kk#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-close:before {
  content: "\e082";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawar:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calender:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symble-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pintarest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-gplus:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}

/* src/assets/material-pro/dist/css/icons/weather-icons/css/weather-icons.min.css */
/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: weathericons;
  src: url("./media/weathericons-regular-webfont-GQQ3O6Q5.eot");
  src:
    url("./media/weathericons-regular-webfont-GQQ3O6Q5.eot?#iefix") format("embedded-opentype"),
    url("./media/weathericons-regular-webfont-HAP4HDRE.woff2") format("woff2"),
    url("./media/weathericons-regular-webfont-FPC6OTOE.woff") format("woff"),
    url("./media/weathericons-regular-webfont-LG6OB6M4.ttf") format("truetype"),
    url("./media/weathericons-regular-webfont-F73YHTJW.svg#weather_iconsregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: weathericons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-fw {
  text-align: center;
  width: 1.4em;
}
.wi-rotate-90 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-hot:before {
  content: "\f072";
}
.wi-day-cloudy-high:before {
  content: "\f07d";
}
.wi-day-light-wind:before {
  content: "\f0c4";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-stars:before {
  content: "\f077";
}
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}
.wi-night-cloudy-high:before {
  content: "\f080";
}
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-rain:before {
  content: "\f019";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-smog:before {
  content: "\f074";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-raindrops:before {
  content: "\f04e";
}
.wi-raindrop:before {
  content: "\f078";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-windy:before {
  content: "\f021";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sandstorm:before {
  content: "\f082";
}
.wi-earthquake:before {
  content: "\f0c6";
}
.wi-fire:before {
  content: "\f0c7";
}
.wi-flood:before {
  content: "\f07c";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-tsunami:before {
  content: "\f0c5";
}
.wi-volcano:before {
  content: "\f0c8";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-small-craft-advisory:before {
  content: "\f0cc";
}
.wi-gale-warning:before {
  content: "\f0cd";
}
.wi-storm-warning:before {
  content: "\f0ce";
}
.wi-hurricane-warning:before {
  content: "\f0cf";
}
.wi-wind-direction:before {
  content: "\f0b1";
}
.wi-alien:before {
  content: "\f075";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-moonrise:before {
  content: "\f0c9";
}
.wi-moonset:before {
  content: "\f0ca";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-barometer:before {
  content: "\f079";
}
.wi-humidity:before {
  content: "\f07a";
}
.wi-na:before {
  content: "\f07b";
}
.wi-train:before {
  content: "\f0cb";
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}
.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}
.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}
.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}
.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-third-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
.wi-moon-alt-new:before {
  content: "\f0eb";
}
.wi-moon-alt-waxing-cresent-1:before {
  content: "\f0d0";
}
.wi-moon-alt-waxing-cresent-2:before {
  content: "\f0d1";
}
.wi-moon-alt-waxing-cresent-3:before {
  content: "\f0d2";
}
.wi-moon-alt-waxing-cresent-4:before {
  content: "\f0d3";
}
.wi-moon-alt-waxing-cresent-5:before {
  content: "\f0d4";
}
.wi-moon-alt-waxing-cresent-6:before {
  content: "\f0d5";
}
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}
.wi-moon-alt-full:before {
  content: "\f0dd";
}
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}
.wi-moon-0:before {
  content: "\f095";
}
.wi-moon-1:before {
  content: "\f096";
}
.wi-moon-2:before {
  content: "\f097";
}
.wi-moon-3:before {
  content: "\f098";
}
.wi-moon-4:before {
  content: "\f099";
}
.wi-moon-5:before {
  content: "\f09a";
}
.wi-moon-6:before {
  content: "\f09b";
}
.wi-moon-7:before {
  content: "\f09c";
}
.wi-moon-8:before {
  content: "\f09d";
}
.wi-moon-9:before {
  content: "\f09e";
}
.wi-moon-10:before {
  content: "\f09f";
}
.wi-moon-11:before {
  content: "\f0a0";
}
.wi-moon-12:before {
  content: "\f0a1";
}
.wi-moon-13:before {
  content: "\f0a2";
}
.wi-moon-14:before {
  content: "\f0a3";
}
.wi-moon-15:before {
  content: "\f0a4";
}
.wi-moon-16:before {
  content: "\f0a5";
}
.wi-moon-17:before {
  content: "\f0a6";
}
.wi-moon-18:before {
  content: "\f0a7";
}
.wi-moon-19:before {
  content: "\f0a8";
}
.wi-moon-20:before {
  content: "\f0a9";
}
.wi-moon-21:before {
  content: "\f0aa";
}
.wi-moon-22:before {
  content: "\f0ab";
}
.wi-moon-23:before {
  content: "\f0ac";
}
.wi-moon-24:before {
  content: "\f0ad";
}
.wi-moon-25:before {
  content: "\f0ae";
}
.wi-moon-26:before {
  content: "\f0af";
}
.wi-moon-27:before {
  content: "\f0b0";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-direction-up:before {
  content: "\f058";
}
.wi-direction-up-right:before {
  content: "\f057";
}
.wi-direction-right:before {
  content: "\f04d";
}
.wi-direction-down-right:before {
  content: "\f088";
}
.wi-direction-down:before {
  content: "\f044";
}
.wi-direction-down-left:before {
  content: "\f043";
}
.wi-direction-left:before {
  content: "\f048";
}
.wi-direction-up-left:before {
  content: "\f087";
}
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}
.wi-wind-beaufort-7:before {
  content: "\f0be";
}
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}
.wi-yahoo-0:before {
  content: "\f056";
}
.wi-yahoo-1:before {
  content: "\f00e";
}
.wi-yahoo-2:before {
  content: "\f073";
}
.wi-yahoo-3:before,
.wi-yahoo-4:before {
  content: "\f01e";
}
.wi-yahoo-5:before,
.wi-yahoo-6:before,
.wi-yahoo-7:before {
  content: "\f017";
}
.wi-yahoo-8:before {
  content: "\f015";
}
.wi-yahoo-9:before {
  content: "\f01a";
}
.wi-yahoo-10:before {
  content: "\f015";
}
.wi-yahoo-11:before,
.wi-yahoo-12:before {
  content: "\f01a";
}
.wi-yahoo-13:before {
  content: "\f01b";
}
.wi-yahoo-14:before {
  content: "\f00a";
}
.wi-yahoo-15:before {
  content: "\f064";
}
.wi-yahoo-16:before {
  content: "\f01b";
}
.wi-yahoo-17:before {
  content: "\f015";
}
.wi-yahoo-18:before {
  content: "\f017";
}
.wi-yahoo-19:before {
  content: "\f063";
}
.wi-yahoo-20:before {
  content: "\f014";
}
.wi-yahoo-21:before {
  content: "\f021";
}
.wi-yahoo-22:before {
  content: "\f062";
}
.wi-yahoo-23:before,
.wi-yahoo-24:before {
  content: "\f050";
}
.wi-yahoo-25:before {
  content: "\f076";
}
.wi-yahoo-26:before {
  content: "\f013";
}
.wi-yahoo-27:before {
  content: "\f031";
}
.wi-yahoo-28:before {
  content: "\f002";
}
.wi-yahoo-29:before {
  content: "\f031";
}
.wi-yahoo-30:before {
  content: "\f002";
}
.wi-yahoo-31:before {
  content: "\f02e";
}
.wi-yahoo-32:before {
  content: "\f00d";
}
.wi-yahoo-33:before {
  content: "\f083";
}
.wi-yahoo-34:before {
  content: "\f00c";
}
.wi-yahoo-35:before {
  content: "\f017";
}
.wi-yahoo-36:before {
  content: "\f072";
}
.wi-yahoo-37:before,
.wi-yahoo-38:before,
.wi-yahoo-39:before {
  content: "\f00e";
}
.wi-yahoo-40:before {
  content: "\f01a";
}
.wi-yahoo-41:before {
  content: "\f064";
}
.wi-yahoo-42:before {
  content: "\f01b";
}
.wi-yahoo-43:before {
  content: "\f064";
}
.wi-yahoo-44:before {
  content: "\f00c";
}
.wi-yahoo-45:before {
  content: "\f00e";
}
.wi-yahoo-46:before {
  content: "\f01b";
}
.wi-yahoo-47:before {
  content: "\f00e";
}
.wi-yahoo-3200:before {
  content: "\f077";
}
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}
.wi-forecast-io-rain:before {
  content: "\f019";
}
.wi-forecast-io-snow:before {
  content: "\f01b";
}
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}
.wi-forecast-io-wind:before {
  content: "\f050";
}
.wi-forecast-io-fog:before {
  content: "\f014";
}
.wi-forecast-io-cloudy:before {
  content: "\f013";
}
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}
.wi-forecast-io-hail:before {
  content: "\f015";
}
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}
.wi-forecast-io-tornado:before {
  content: "\f056";
}
.wi-wmo4680-00:before,
.wi-wmo4680-0:before {
  content: "\f055";
}
.wi-wmo4680-01:before,
.wi-wmo4680-1:before {
  content: "\f013";
}
.wi-wmo4680-02:before,
.wi-wmo4680-2:before {
  content: "\f055";
}
.wi-wmo4680-03:before,
.wi-wmo4680-3:before {
  content: "\f013";
}
.wi-wmo4680-04:before,
.wi-wmo4680-05:before,
.wi-wmo4680-10:before,
.wi-wmo4680-11:before,
.wi-wmo4680-4:before,
.wi-wmo4680-5:before {
  content: "\f014";
}
.wi-wmo4680-12:before {
  content: "\f016";
}
.wi-wmo4680-18:before {
  content: "\f050";
}
.wi-wmo4680-20:before {
  content: "\f014";
}
.wi-wmo4680-21:before,
.wi-wmo4680-22:before {
  content: "\f017";
}
.wi-wmo4680-23:before {
  content: "\f019";
}
.wi-wmo4680-24:before {
  content: "\f01b";
}
.wi-wmo4680-25:before {
  content: "\f015";
}
.wi-wmo4680-26:before {
  content: "\f01e";
}
.wi-wmo4680-27:before,
.wi-wmo4680-28:before,
.wi-wmo4680-29:before {
  content: "\f063";
}
.wi-wmo4680-30:before,
.wi-wmo4680-31:before,
.wi-wmo4680-32:before,
.wi-wmo4680-33:before,
.wi-wmo4680-34:before,
.wi-wmo4680-35:before {
  content: "\f014";
}
.wi-wmo4680-40:before {
  content: "\f017";
}
.wi-wmo4680-41:before {
  content: "\f01c";
}
.wi-wmo4680-42:before {
  content: "\f019";
}
.wi-wmo4680-43:before {
  content: "\f01c";
}
.wi-wmo4680-44:before {
  content: "\f019";
}
.wi-wmo4680-45:before,
.wi-wmo4680-46:before {
  content: "\f015";
}
.wi-wmo4680-47:before,
.wi-wmo4680-48:before {
  content: "\f01b";
}
.wi-wmo4680-50:before,
.wi-wmo4680-51:before {
  content: "\f01c";
}
.wi-wmo4680-52:before,
.wi-wmo4680-53:before {
  content: "\f019";
}
.wi-wmo4680-54:before,
.wi-wmo4680-55:before,
.wi-wmo4680-56:before {
  content: "\f076";
}
.wi-wmo4680-57:before {
  content: "\f01c";
}
.wi-wmo4680-58:before {
  content: "\f019";
}
.wi-wmo4680-60:before,
.wi-wmo4680-61:before {
  content: "\f01c";
}
.wi-wmo4680-62:before,
.wi-wmo4680-63:before {
  content: "\f019";
}
.wi-wmo4680-64:before,
.wi-wmo4680-65:before,
.wi-wmo4680-66:before {
  content: "\f015";
}
.wi-wmo4680-67:before,
.wi-wmo4680-68:before {
  content: "\f017";
}
.wi-wmo4680-70:before,
.wi-wmo4680-71:before,
.wi-wmo4680-72:before,
.wi-wmo4680-73:before {
  content: "\f01b";
}
.wi-wmo4680-74:before,
.wi-wmo4680-75:before,
.wi-wmo4680-76:before {
  content: "\f076";
}
.wi-wmo4680-77:before {
  content: "\f01b";
}
.wi-wmo4680-78:before {
  content: "\f076";
}
.wi-wmo4680-80:before {
  content: "\f019";
}
.wi-wmo4680-81:before {
  content: "\f01c";
}
.wi-wmo4680-82:before,
.wi-wmo4680-83:before {
  content: "\f019";
}
.wi-wmo4680-84:before {
  content: "\f01d";
}
.wi-wmo4680-85:before,
.wi-wmo4680-86:before,
.wi-wmo4680-87:before {
  content: "\f017";
}
.wi-wmo4680-89:before {
  content: "\f015";
}
.wi-wmo4680-90:before {
  content: "\f016";
}
.wi-wmo4680-91:before {
  content: "\f01d";
}
.wi-wmo4680-92:before,
.wi-wmo4680-93:before {
  content: "\f01e";
}
.wi-wmo4680-94:before {
  content: "\f016";
}
.wi-wmo4680-95:before,
.wi-wmo4680-96:before {
  content: "\f01e";
}
.wi-wmo4680-99:before {
  content: "\f056";
}
.wi-owm-200:before,
.wi-owm-201:before,
.wi-owm-202:before {
  content: "\f01e";
}
.wi-owm-210:before,
.wi-owm-211:before,
.wi-owm-212:before,
.wi-owm-221:before {
  content: "\f016";
}
.wi-owm-230:before,
.wi-owm-231:before,
.wi-owm-232:before {
  content: "\f01e";
}
.wi-owm-300:before,
.wi-owm-301:before {
  content: "\f01c";
}
.wi-owm-302:before {
  content: "\f019";
}
.wi-owm-310:before {
  content: "\f017";
}
.wi-owm-311:before,
.wi-owm-312:before {
  content: "\f019";
}
.wi-owm-313:before {
  content: "\f01a";
}
.wi-owm-314:before {
  content: "\f019";
}
.wi-owm-321:before,
.wi-owm-500:before {
  content: "\f01c";
}
.wi-owm-501:before,
.wi-owm-502:before,
.wi-owm-503:before,
.wi-owm-504:before {
  content: "\f019";
}
.wi-owm-511:before {
  content: "\f017";
}
.wi-owm-520:before,
.wi-owm-521:before,
.wi-owm-522:before {
  content: "\f01a";
}
.wi-owm-531:before {
  content: "\f01d";
}
.wi-owm-600:before,
.wi-owm-601:before {
  content: "\f01b";
}
.wi-owm-602:before {
  content: "\f0b5";
}
.wi-owm-611:before,
.wi-owm-612:before,
.wi-owm-615:before,
.wi-owm-616:before,
.wi-owm-620:before {
  content: "\f017";
}
.wi-owm-621:before,
.wi-owm-622:before {
  content: "\f01b";
}
.wi-owm-701:before {
  content: "\f01a";
}
.wi-owm-711:before {
  content: "\f062";
}
.wi-owm-721:before {
  content: "\f0b6";
}
.wi-owm-731:before {
  content: "\f063";
}
.wi-owm-741:before {
  content: "\f014";
}
.wi-owm-761:before,
.wi-owm-762:before {
  content: "\f063";
}
.wi-owm-771:before {
  content: "\f011";
}
.wi-owm-781:before {
  content: "\f056";
}
.wi-owm-800:before {
  content: "\f00d";
}
.wi-owm-801:before,
.wi-owm-802:before,
.wi-owm-803:before {
  content: "\f011";
}
.wi-owm-803:before {
  content: "\f012";
}
.wi-owm-804:before {
  content: "\f013";
}
.wi-owm-900:before {
  content: "\f056";
}
.wi-owm-901:before {
  content: "\f01d";
}
.wi-owm-902:before {
  content: "\f073";
}
.wi-owm-903:before {
  content: "\f076";
}
.wi-owm-904:before {
  content: "\f072";
}
.wi-owm-905:before {
  content: "\f021";
}
.wi-owm-906:before {
  content: "\f015";
}
.wi-owm-957:before {
  content: "\f050";
}
.wi-owm-day-200:before,
.wi-owm-day-201:before,
.wi-owm-day-202:before {
  content: "\f010";
}
.wi-owm-day-210:before,
.wi-owm-day-211:before,
.wi-owm-day-212:before,
.wi-owm-day-221:before {
  content: "\f005";
}
.wi-owm-day-230:before,
.wi-owm-day-231:before,
.wi-owm-day-232:before {
  content: "\f010";
}
.wi-owm-day-300:before,
.wi-owm-day-301:before {
  content: "\f00b";
}
.wi-owm-day-302:before,
.wi-owm-day-310:before,
.wi-owm-day-311:before,
.wi-owm-day-312:before,
.wi-owm-day-313:before,
.wi-owm-day-314:before {
  content: "\f008";
}
.wi-owm-day-321:before,
.wi-owm-day-500:before {
  content: "\f00b";
}
.wi-owm-day-501:before,
.wi-owm-day-502:before,
.wi-owm-day-503:before,
.wi-owm-day-504:before {
  content: "\f008";
}
.wi-owm-day-511:before {
  content: "\f006";
}
.wi-owm-day-520:before,
.wi-owm-day-521:before,
.wi-owm-day-522:before {
  content: "\f009";
}
.wi-owm-day-531:before {
  content: "\f00e";
}
.wi-owm-day-600:before {
  content: "\f00a";
}
.wi-owm-day-601:before {
  content: "\f0b2";
}
.wi-owm-day-602:before {
  content: "\f00a";
}
.wi-owm-day-611:before,
.wi-owm-day-612:before,
.wi-owm-day-615:before,
.wi-owm-day-616:before,
.wi-owm-day-620:before {
  content: "\f006";
}
.wi-owm-day-621:before,
.wi-owm-day-622:before {
  content: "\f00a";
}
.wi-owm-day-701:before {
  content: "\f009";
}
.wi-owm-day-711:before {
  content: "\f062";
}
.wi-owm-day-721:before {
  content: "\f0b6";
}
.wi-owm-day-731:before {
  content: "\f063";
}
.wi-owm-day-741:before {
  content: "\f003";
}
.wi-owm-day-761:before,
.wi-owm-day-762:before {
  content: "\f063";
}
.wi-owm-day-781:before {
  content: "\f056";
}
.wi-owm-day-800:before {
  content: "\f00d";
}
.wi-owm-day-801:before,
.wi-owm-day-802:before,
.wi-owm-day-803:before {
  content: "\f000";
}
.wi-owm-day-804:before {
  content: "\f00c";
}
.wi-owm-day-900:before {
  content: "\f056";
}
.wi-owm-day-902:before {
  content: "\f073";
}
.wi-owm-day-903:before {
  content: "\f076";
}
.wi-owm-day-904:before {
  content: "\f072";
}
.wi-owm-day-906:before {
  content: "\f004";
}
.wi-owm-day-957:before {
  content: "\f050";
}
.wi-owm-night-200:before,
.wi-owm-night-201:before,
.wi-owm-night-202:before {
  content: "\f02d";
}
.wi-owm-night-210:before,
.wi-owm-night-211:before,
.wi-owm-night-212:before,
.wi-owm-night-221:before {
  content: "\f025";
}
.wi-owm-night-230:before,
.wi-owm-night-231:before,
.wi-owm-night-232:before {
  content: "\f02d";
}
.wi-owm-night-300:before,
.wi-owm-night-301:before {
  content: "\f02b";
}
.wi-owm-night-302:before,
.wi-owm-night-310:before,
.wi-owm-night-311:before,
.wi-owm-night-312:before,
.wi-owm-night-313:before,
.wi-owm-night-314:before {
  content: "\f028";
}
.wi-owm-night-321:before,
.wi-owm-night-500:before {
  content: "\f02b";
}
.wi-owm-night-501:before,
.wi-owm-night-502:before,
.wi-owm-night-503:before,
.wi-owm-night-504:before {
  content: "\f028";
}
.wi-owm-night-511:before {
  content: "\f026";
}
.wi-owm-night-520:before,
.wi-owm-night-521:before,
.wi-owm-night-522:before {
  content: "\f029";
}
.wi-owm-night-531:before {
  content: "\f02c";
}
.wi-owm-night-600:before {
  content: "\f02a";
}
.wi-owm-night-601:before {
  content: "\f0b4";
}
.wi-owm-night-602:before {
  content: "\f02a";
}
.wi-owm-night-611:before,
.wi-owm-night-612:before,
.wi-owm-night-615:before,
.wi-owm-night-616:before,
.wi-owm-night-620:before {
  content: "\f026";
}
.wi-owm-night-621:before,
.wi-owm-night-622:before {
  content: "\f02a";
}
.wi-owm-night-701:before {
  content: "\f029";
}
.wi-owm-night-711:before {
  content: "\f062";
}
.wi-owm-night-721:before {
  content: "\f0b6";
}
.wi-owm-night-731:before {
  content: "\f063";
}
.wi-owm-night-741:before {
  content: "\f04a";
}
.wi-owm-night-761:before,
.wi-owm-night-762:before {
  content: "\f063";
}
.wi-owm-night-781:before {
  content: "\f056";
}
.wi-owm-night-800:before {
  content: "\f02e";
}
.wi-owm-night-801:before,
.wi-owm-night-802:before,
.wi-owm-night-803:before {
  content: "\f022";
}
.wi-owm-night-804:before {
  content: "\f086";
}
.wi-owm-night-900:before {
  content: "\f056";
}
.wi-owm-night-902:before {
  content: "\f073";
}
.wi-owm-night-903:before {
  content: "\f076";
}
.wi-owm-night-904:before {
  content: "\f072";
}
.wi-owm-night-906:before {
  content: "\f024";
}
.wi-owm-night-957:before {
  content: "\f050";
}

/* src/assets/material-pro/dist/css/icons/themify-icons/themify-icons.css */
@font-face {
  font-family: "themify";
  src: url("./media/themify-AUCIARCF.eot?-fvbane");
  src:
    url("./media/themify-AUCIARCF.eot?#iefix-fvbane") format("embedded-opentype"),
    url("./media/themify-LDWN3OQG.woff") format("woff"),
    url("./media/themify-NS22GCUV.ttf") format("truetype"),
    url("./media/themify-FTX7IQU6.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-andrAdminid:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}

/* src/assets/material-pro/dist/css/icons/flag-icon-css/flag-icon.min.css */
.flag-icon-background {
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
.flag-icon:before {
  content: "\a0";
}
.dropdown-menu .flag-icon {
  margin-right: 5px;
}
.flag-icon-ad {
  background-image: url("./media/ad-HRLWJ7OE.svg");
}
.flag-icon-ae {
  background-image: url("./media/ae-RLEUXOKT.svg");
}
.flag-icon-af {
  background-image: url("./media/af-N455UCTZ.svg");
}
.flag-icon-ag {
  background-image: url("./media/ag-TSNLNMVO.svg");
}
.flag-icon-ai {
  background-image: url("./media/ai-5VROW753.svg");
}
.flag-icon-al {
  background-image: url("./media/al-CX27NUOU.svg");
}
.flag-icon-am {
  background-image: url("./media/am-VP2IPPHS.svg");
}
.flag-icon-ao {
  background-image: url("./media/ao-TQD26EJF.svg");
}
.flag-icon-aq {
  background-image: url("./media/aq-MMI5EX7N.svg");
}
.flag-icon-ar {
  background-image: url("./media/ar-T3HJ2G4B.svg");
}
.flag-icon-as {
  background-image: url("./media/as-SMGINB3L.svg");
}
.flag-icon-at {
  background-image: url("./media/at-6LD6XHEZ.svg");
}
.flag-icon-au {
  background-image: url("./media/au-YRPHRNIH.svg");
}
.flag-icon-aw {
  background-image: url("./media/aw-EHHJEEIB.svg");
}
.flag-icon-ax {
  background-image: url("./media/ax-AKDIMDJR.svg");
}
.flag-icon-az {
  background-image: url("./media/az-6E45ZWQH.svg");
}
.flag-icon-ba {
  background-image: url("./media/ba-IBWMSAYG.svg");
}
.flag-icon-bb {
  background-image: url("./media/bb-ZXSWN32F.svg");
}
.flag-icon-bd {
  background-image: url("./media/bd-MQ4OUKD2.svg");
}
.flag-icon-be {
  background-image: url("./media/be-D3W24HSS.svg");
}
.flag-icon-bf {
  background-image: url("./media/bf-7FNQMW2I.svg");
}
.flag-icon-bg {
  background-image: url("./media/bg-REYJTBCS.svg");
}
.flag-icon-bh {
  background-image: url("./media/bh-SM7TE74D.svg");
}
.flag-icon-bi {
  background-image: url("./media/bi-CUSORHOP.svg");
}
.flag-icon-bj {
  background-image: url("./media/bj-WJCZ7QV4.svg");
}
.flag-icon-bl {
  background-image: url("./media/bl-LXWKQCVR.svg");
}
.flag-icon-bm {
  background-image: url("./media/bm-ZC4HB2D4.svg");
}
.flag-icon-bn {
  background-image: url("./media/bn-ODY4XRV5.svg");
}
.flag-icon-bo {
  background-image: url("./media/bo-W2K3R52A.svg");
}
.flag-icon-bq {
  background-image: url("./media/bq-QQ3SIA26.svg");
}
.flag-icon-br {
  background-image: url("./media/br-HRIJLQND.svg");
}
.flag-icon-bs {
  background-image: url("./media/bs-2U6MHCIM.svg");
}
.flag-icon-bt {
  background-image: url("./media/bt-WT4QHNQC.svg");
}
.flag-icon-bv {
  background-image: url("./media/bv-ABERN3GG.svg");
}
.flag-icon-bw {
  background-image: url("./media/bw-ELBF4FTS.svg");
}
.flag-icon-by {
  background-image: url("./media/by-YGNO6LVS.svg");
}
.flag-icon-bz {
  background-image: url("./media/bz-YVT7JKMP.svg");
}
.flag-icon-ca {
  background-image: url("./media/ca-M64FCZNZ.svg");
}
.flag-icon-cc {
  background-image: url("./media/cc-7X2Q6RWS.svg");
}
.flag-icon-cd {
  background-image: url("./media/cd-4AM4VBCC.svg");
}
.flag-icon-cf {
  background-image: url("./media/cf-WIJWBEKW.svg");
}
.flag-icon-cg {
  background-image: url("./media/cg-CCPPT4M5.svg");
}
.flag-icon-ch {
  background-image: url("./media/ch-3LA2UVX2.svg");
}
.flag-icon-ci {
  background-image: url("./media/ci-TKSBGIFA.svg");
}
.flag-icon-ck {
  background-image: url("./media/ck-PG3CV7WR.svg");
}
.flag-icon-cl {
  background-image: url("./media/cl-LRRI7MJW.svg");
}
.flag-icon-cm {
  background-image: url("./media/cm-WFQW4YKU.svg");
}
.flag-icon-cn {
  background-image: url("./media/cn-2RIQHSWQ.svg");
}
.flag-icon-co {
  background-image: url("./media/co-RFAP2BW5.svg");
}
.flag-icon-cr {
  background-image: url("./media/cr-PWQK4AOL.svg");
}
.flag-icon-cu {
  background-image: url("./media/cu-ZKAZDXGD.svg");
}
.flag-icon-cv {
  background-image: url("./media/cv-NBDTBXLE.svg");
}
.flag-icon-cw {
  background-image: url("./media/cw-DDEGUMBO.svg");
}
.flag-icon-cx {
  background-image: url("./media/cx-CRRHCCNJ.svg");
}
.flag-icon-cy {
  background-image: url("./media/cy-7RWS2YBN.svg");
}
.flag-icon-cz {
  background-image: url("./media/cz-T7NYESBT.svg");
}
.flag-icon-de {
  background-image: url("./media/de-W3K5LAWY.svg");
}
.flag-icon-dj {
  background-image: url("./media/dj-MDWDWOR7.svg");
}
.flag-icon-dk {
  background-image: url("./media/dk-SK7VIWUM.svg");
}
.flag-icon-dm {
  background-image: url("./media/dm-IWJ5E7I2.svg");
}
.flag-icon-do {
  background-image: url("./media/do-4TIVC46B.svg");
}
.flag-icon-dz {
  background-image: url("./media/dz-VANVQFBK.svg");
}
.flag-icon-ec {
  background-image: url("./media/ec-TQNYSGEL.svg");
}
.flag-icon-ee {
  background-image: url("./media/ee-TFCHZOKO.svg");
}
.flag-icon-eg {
  background-image: url("./media/eg-K2XQWANF.svg");
}
.flag-icon-eh {
  background-image: url("./media/eh-VFUYH4EP.svg");
}
.flag-icon-er {
  background-image: url("./media/er-5QSMELRB.svg");
}
.flag-icon-es {
  background-image: url("./media/es-LO2QS2CC.svg");
}
.flag-icon-et {
  background-image: url("./media/et-LMGQPAQC.svg");
}
.flag-icon-fi {
  background-image: url("./media/fi-IEFPOLJP.svg");
}
.flag-icon-fj {
  background-image: url("./media/fj-ITLOYIW4.svg");
}
.flag-icon-fk {
  background-image: url("./media/fk-CMKEZFAU.svg");
}
.flag-icon-fm {
  background-image: url("./media/fm-KSVPLAYQ.svg");
}
.flag-icon-fo {
  background-image: url("./media/fo-Z3THFGDA.svg");
}
.flag-icon-fr {
  background-image: url("./media/fr-FJ4O7VHC.svg");
}
.flag-icon-ga {
  background-image: url("./media/ga-LRGDFSWU.svg");
}
.flag-icon-gb {
  background-image: url("./media/gb-YGBMKYOU.svg");
}
.flag-icon-gd {
  background-image: url("./media/gd-2PC4U6IB.svg");
}
.flag-icon-ge {
  background-image: url("./media/ge-BFKFK7IS.svg");
}
.flag-icon-gf {
  background-image: url("./media/gf-QMHGY32Z.svg");
}
.flag-icon-gg {
  background-image: url("./media/gg-3FXWIWZB.svg");
}
.flag-icon-gh {
  background-image: url("./media/gh-CNPIUOYK.svg");
}
.flag-icon-gi {
  background-image: url("./media/gi-R32SP633.svg");
}
.flag-icon-gl {
  background-image: url("./media/gl-7URSUS7P.svg");
}
.flag-icon-gm {
  background-image: url("./media/gm-JRVIURG5.svg");
}
.flag-icon-gn {
  background-image: url("./media/gn-4LELQJWY.svg");
}
.flag-icon-gp {
  background-image: url("./media/gp-FJ4O7VHC.svg");
}
.flag-icon-gq {
  background-image: url("./media/gq-OGED3D3N.svg");
}
.flag-icon-gr {
  background-image: url("./media/gr-RTB2MVJ7.svg");
}
.flag-icon-gs {
  background-image: url("./media/gs-2WHOKZGC.svg");
}
.flag-icon-gt {
  background-image: url("./media/gt-YYV3JJAW.svg");
}
.flag-icon-gu {
  background-image: url("./media/gu-YTN5NHPA.svg");
}
.flag-icon-gw {
  background-image: url("./media/gw-IIYRWN4V.svg");
}
.flag-icon-gy {
  background-image: url("./media/gy-L4BRSFBL.svg");
}
.flag-icon-hk {
  background-image: url("./media/hk-CIWYC5H2.svg");
}
.flag-icon-hm {
  background-image: url("./media/hm-JY7W56UM.svg");
}
.flag-icon-hn {
  background-image: url("./media/hn-VB265WSF.svg");
}
.flag-icon-hr {
  background-image: url("./media/hr-45GRHJZT.svg");
}
.flag-icon-ht {
  background-image: url("./media/ht-3VDABGAS.svg");
}
.flag-icon-hu {
  background-image: url("./media/hu-NDUAJG2A.svg");
}
.flag-icon-id {
  background-image: url("./media/id-2SMMWNVY.svg");
}
.flag-icon-ie {
  background-image: url("./media/ie-XGCJOXFN.svg");
}
.flag-icon-il {
  background-image: url("./media/il-DWOFYEPG.svg");
}
.flag-icon-im {
  background-image: url("./media/im-N2SZVV7F.svg");
}
.flag-icon-in {
  background-image: url("./media/in-7GQTETPE.svg");
}
.flag-icon-io {
  background-image: url("./media/io-RKB45VCB.svg");
}
.flag-icon-iq {
  background-image: url("./media/iq-WYKDKLII.svg");
}
.flag-icon-ir {
  background-image: url("./media/ir-AN7UNG6C.svg");
}
.flag-icon-is {
  background-image: url("./media/is-YOMI3RGA.svg");
}
.flag-icon-it {
  background-image: url("./media/it-EVNZXADB.svg");
}
.flag-icon-je {
  background-image: url("./media/je-CJDZNY2D.svg");
}
.flag-icon-jm {
  background-image: url("./media/jm-DBJ23ZHN.svg");
}
.flag-icon-jo {
  background-image: url("./media/jo-BP67DG62.svg");
}
.flag-icon-jp {
  background-image: url("./media/jp-BMWU26ZI.svg");
}
.flag-icon-ke {
  background-image: url("./media/ke-TLNOQLZQ.svg");
}
.flag-icon-kg {
  background-image: url("./media/kg-55DUNMSY.svg");
}
.flag-icon-kh {
  background-image: url("./media/kh-GQQDPRHF.svg");
}
.flag-icon-ki {
  background-image: url("./media/ki-6QBPAEY7.svg");
}
.flag-icon-km {
  background-image: url("./media/km-UJBE4T2A.svg");
}
.flag-icon-kn {
  background-image: url("./media/kn-ZS2VMN4Y.svg");
}
.flag-icon-kp {
  background-image: url("./media/kp-SIJPU6E3.svg");
}
.flag-icon-kr {
  background-image: url("./media/kr-5IPH4TXZ.svg");
}
.flag-icon-kw {
  background-image: url("./media/kw-KRFRTPSU.svg");
}
.flag-icon-ky {
  background-image: url("./media/ky-WXECN2LO.svg");
}
.flag-icon-kz {
  background-image: url("./media/kz-YEPZCXCA.svg");
}
.flag-icon-la {
  background-image: url("./media/la-M6M4HI2T.svg");
}
.flag-icon-lb {
  background-image: url("./media/lb-MZQNAXLV.svg");
}
.flag-icon-lc {
  background-image: url("./media/lc-5HILQ23Z.svg");
}
.flag-icon-li {
  background-image: url("./media/li-2NPPUB33.svg");
}
.flag-icon-lk {
  background-image: url("./media/lk-TSMLHABZ.svg");
}
.flag-icon-lr {
  background-image: url("./media/lr-QFTOEF4P.svg");
}
.flag-icon-ls {
  background-image: url("./media/ls-FGJIN63A.svg");
}
.flag-icon-lt {
  background-image: url("./media/lt-P4CK5VH2.svg");
}
.flag-icon-lu {
  background-image: url("./media/lu-MIQMCQDZ.svg");
}
.flag-icon-lv {
  background-image: url("./media/lv-UHOLV2SJ.svg");
}
.flag-icon-ly {
  background-image: url("./media/ly-RNDNO3QG.svg");
}
.flag-icon-ma {
  background-image: url("./media/ma-6FCKMGOM.svg");
}
.flag-icon-mc {
  background-image: url("./media/mc-SJUQVBDH.svg");
}
.flag-icon-md {
  background-image: url("./media/md-PBZGMHDG.svg");
}
.flag-icon-me {
  background-image: url("./media/me-7B63CBWY.svg");
}
.flag-icon-mf {
  background-image: url("./media/mf-FJ4O7VHC.svg");
}
.flag-icon-mg {
  background-image: url("./media/mg-INN2HHLZ.svg");
}
.flag-icon-mh {
  background-image: url("./media/mh-7UBO4H3X.svg");
}
.flag-icon-mk {
  background-image: url("./media/mk-R2ACI2OH.svg");
}
.flag-icon-ml {
  background-image: url("./media/ml-4BZ62GUB.svg");
}
.flag-icon-mm {
  background-image: url("./media/mm-AWYY5CMG.svg");
}
.flag-icon-mn {
  background-image: url("./media/mn-Q5EVPK42.svg");
}
.flag-icon-mo {
  background-image: url("./media/mo-JBRR2DZL.svg");
}
.flag-icon-mp {
  background-image: url("./media/mp-NUUMJ2DD.svg");
}
.flag-icon-mq {
  background-image: url("./media/mq-XOEHFYR2.svg");
}
.flag-icon-mr {
  background-image: url("./media/mr-ZXFQYDTY.svg");
}
.flag-icon-ms {
  background-image: url("./media/ms-CFCBO3TP.svg");
}
.flag-icon-mt {
  background-image: url("./media/mt-ZSNI54CJ.svg");
}
.flag-icon-mu {
  background-image: url("./media/mu-4OG6DD5F.svg");
}
.flag-icon-mv {
  background-image: url("./media/mv-JF4BR2BF.svg");
}
.flag-icon-mw {
  background-image: url("./media/mw-WCXUQAK2.svg");
}
.flag-icon-mx {
  background-image: url("./media/mx-K322AQEJ.svg");
}
.flag-icon-my {
  background-image: url("./media/my-OZLRLNPP.svg");
}
.flag-icon-mz {
  background-image: url("./media/mz-ZNSKKP2R.svg");
}
.flag-icon-na {
  background-image: url("./media/na-XVFUODAC.svg");
}
.flag-icon-nc {
  background-image: url("./media/nc-UX4JCBWO.svg");
}
.flag-icon-ne {
  background-image: url("./media/ne-AWF7SGI4.svg");
}
.flag-icon-nf {
  background-image: url("./media/nf-47H3KLYC.svg");
}
.flag-icon-ng {
  background-image: url("./media/ng-UFCBTS2F.svg");
}
.flag-icon-ni {
  background-image: url("./media/ni-VCMFTZXF.svg");
}
.flag-icon-nl {
  background-image: url("./media/nl-2FSO6VTB.svg");
}
.flag-icon-no {
  background-image: url("./media/no-56EWU45I.svg");
}
.flag-icon-np {
  background-image: url("./media/np-5DBYYZ5B.svg");
}
.flag-icon-nr {
  background-image: url("./media/nr-3ENKG7Y2.svg");
}
.flag-icon-nu {
  background-image: url("./media/nu-4VDRQA5C.svg");
}
.flag-icon-nz {
  background-image: url("./media/nz-2DRKHA7H.svg");
}
.flag-icon-om {
  background-image: url("./media/om-PB6TNIHY.svg");
}
.flag-icon-pa {
  background-image: url("./media/pa-FI4YE7UG.svg");
}
.flag-icon-pe {
  background-image: url("./media/pe-4ZBHGGQV.svg");
}
.flag-icon-pf {
  background-image: url("./media/pf-G7ZVOEH3.svg");
}
.flag-icon-pg {
  background-image: url("./media/pg-WP2MDFCN.svg");
}
.flag-icon-ph {
  background-image: url("./media/ph-A7K72FCW.svg");
}
.flag-icon-pk {
  background-image: url("./media/pk-JNZWDNR3.svg");
}
.flag-icon-pl {
  background-image: url("./media/pl-LJTZFDD5.svg");
}
.flag-icon-pm {
  background-image: url("./media/pm-UX4JCBWO.svg");
}
.flag-icon-pn {
  background-image: url("./media/pn-THBXL3PA.svg");
}
.flag-icon-pr {
  background-image: url("./media/pr-KWZX4PWJ.svg");
}
.flag-icon-ps {
  background-image: url("./media/ps-GZCXBNHQ.svg");
}
.flag-icon-pt {
  background-image: url("./media/pt-MT3W2MPH.svg");
}
.flag-icon-pw {
  background-image: url("./media/pw-E6QGRNNZ.svg");
}
.flag-icon-py {
  background-image: url("./media/py-RMLFCKFA.svg");
}
.flag-icon-qa {
  background-image: url("./media/qa-BRAON4JJ.svg");
}
.flag-icon-re {
  background-image: url("./media/re-UX4JCBWO.svg");
}
.flag-icon-ro {
  background-image: url("./media/ro-D5LUBLGR.svg");
}
.flag-icon-rs {
  background-image: url("./media/rs-REBSJMH6.svg");
}
.flag-icon-ru {
  background-image: url("./media/ru-BVYZOTPC.svg");
}
.flag-icon-rw {
  background-image: url("./media/rw-DSYEMW2X.svg");
}
.flag-icon-sa {
  background-image: url("./media/sa-GLW4ZKAV.svg");
}
.flag-icon-sb {
  background-image: url("./media/sb-6B2T37BD.svg");
}
.flag-icon-sc {
  background-image: url("./media/sc-SWR5BEDT.svg");
}
.flag-icon-sd {
  background-image: url("./media/sd-BT6TINZF.svg");
}
.flag-icon-se {
  background-image: url("./media/se-MBBBL4GF.svg");
}
.flag-icon-sg {
  background-image: url("./media/sg-I3C56NIW.svg");
}
.flag-icon-sh {
  background-image: url("./media/sh-HET7XCWY.svg");
}
.flag-icon-si {
  background-image: url("./media/si-7QUH5EHW.svg");
}
.flag-icon-sj {
  background-image: url("./media/sj-Y5M222QB.svg");
}
.flag-icon-sk {
  background-image: url("./media/sk-XXTKJEC3.svg");
}
.flag-icon-sl {
  background-image: url("./media/sl-Y5W6KPL3.svg");
}
.flag-icon-sm {
  background-image: url("./media/sm-KSQOCFDD.svg");
}
.flag-icon-sn {
  background-image: url("./media/sn-BSO6PSL3.svg");
}
.flag-icon-so {
  background-image: url("./media/so-5WLAS72G.svg");
}
.flag-icon-sr {
  background-image: url("./media/sr-ACF76IZM.svg");
}
.flag-icon-ss {
  background-image: url("./media/ss-R24HB2I4.svg");
}
.flag-icon-st {
  background-image: url("./media/st-4EPBEHPI.svg");
}
.flag-icon-sv {
  background-image: url("./media/sv-QFQPJCHP.svg");
}
.flag-icon-sx {
  background-image: url("./media/sx-5JAGS7YF.svg");
}
.flag-icon-sy {
  background-image: url("./media/sy-4EYWIAZ7.svg");
}
.flag-icon-sz {
  background-image: url("./media/sz-MZNVQ6KL.svg");
}
.flag-icon-tc {
  background-image: url("./media/tc-CAS4DFPY.svg");
}
.flag-icon-td {
  background-image: url("./media/td-QCRJVUHN.svg");
}
.flag-icon-tf {
  background-image: url("./media/tf-EIKDMCRZ.svg");
}
.flag-icon-tg {
  background-image: url("./media/tg-UGIEYDNH.svg");
}
.flag-icon-th {
  background-image: url("./media/th-BL3S24MC.svg");
}
.flag-icon-tj {
  background-image: url("./media/tj-GV7HTXHM.svg");
}
.flag-icon-tk {
  background-image: url("./media/tk-HBDQ45XH.svg");
}
.flag-icon-tl {
  background-image: url("./media/tl-NEUE5ENZ.svg");
}
.flag-icon-tm {
  background-image: url("./media/tm-WWFLCWCI.svg");
}
.flag-icon-tn {
  background-image: url("./media/tn-5RTTZHVQ.svg");
}
.flag-icon-to {
  background-image: url("./media/to-P6WTXK6H.svg");
}
.flag-icon-tr {
  background-image: url("./media/tr-GOLCPQLW.svg");
}
.flag-icon-tt {
  background-image: url("./media/tt-EEBBVS2D.svg");
}
.flag-icon-tv {
  background-image: url("./media/tv-TBT7652X.svg");
}
.flag-icon-tw {
  background-image: url("./media/tw-JL3VXREI.svg");
}
.flag-icon-tz {
  background-image: url("./media/tz-U7Z4O2IQ.svg");
}
.flag-icon-ua {
  background-image: url("./media/ua-TOZFGHP4.svg");
}
.flag-icon-ug {
  background-image: url("./media/ug-JVTFWIUD.svg");
}
.flag-icon-um {
  background-image: url("./media/um-7KR3DWUT.svg");
}
.flag-icon-us {
  background-image: url("./media/us-7KR3DWUT.svg");
}
.flag-icon-uy {
  background-image: url("./media/uy-HJSSJ2FG.svg");
}
.flag-icon-uz {
  background-image: url("./media/uz-COM6DZ3G.svg");
}
.flag-icon-va {
  background-image: url("./media/va-6ACQXHAD.svg");
}
.flag-icon-vc {
  background-image: url("./media/vc-TIJQDXVS.svg");
}
.flag-icon-ve {
  background-image: url("./media/ve-SX4OZZ2R.svg");
}
.flag-icon-vg {
  background-image: url("./media/vg-MQRNRUNH.svg");
}
.flag-icon-vi {
  background-image: url("./media/vi-WQ5GIK2T.svg");
}
.flag-icon-vn {
  background-image: url("./media/vn-GZU2NTIL.svg");
}
.flag-icon-vu {
  background-image: url("./media/vu-2FGGBYWY.svg");
}
.flag-icon-wf {
  background-image: url("./media/wf-56IQOQJ4.svg");
}
.flag-icon-ws {
  background-image: url("./media/ws-56WNAHB2.svg");
}
.flag-icon-ye {
  background-image: url("./media/ye-VN7RE46X.svg");
}
.flag-icon-yt {
  background-image: url("./media/yt-UX4JCBWO.svg");
}
.flag-icon-za {
  background-image: url("./media/za-5EX2HSPZ.svg");
}
.flag-icon-zm {
  background-image: url("./media/zm-47PZF2DF.svg");
}
.flag-icon-zw {
  background-image: url("./media/zw-26J5QNEW.svg");
}

/* src/assets/material-pro/dist/css/icons/material-design-iconic-font/css/materialdesignicons.min.css */
@font-face {
  font-family: "Material Design Icons";
  src: url("./media/materialdesignicons-webfont-ITANIING.eot?v=1.8.36");
  src:
    url("./media/materialdesignicons-webfont-ITANIING.eot?#iefix&v=1.8.36") format("embedded-opentype"),
    url("./media/materialdesignicons-webfont-UA7Q3VHK.woff2?v=1.8.36") format("woff2"),
    url("./media/materialdesignicons-webfont-DLCBPT6U.woff?v=1.8.36") format("woff"),
    url("./media/materialdesignicons-webfont-3EK34VML.ttf?v=1.8.36") format("truetype"),
    url("./media/materialdesignicons-webfont-ZLVFK5SY.svg?v=1.8.36#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.mdi-access-point:before {
  content: "\f002";
}
.mdi-access-point-network:before {
  content: "\f003";
}
.mdi-account:before {
  content: "\f004";
}
.mdi-account-alert:before {
  content: "\f005";
}
.mdi-account-box:before {
  content: "\f006";
}
.mdi-account-box-outline:before {
  content: "\f007";
}
.mdi-account-card-details:before {
  content: "\f5d2";
}
.mdi-account-check:before {
  content: "\f008";
}
.mdi-account-circle:before {
  content: "\f009";
}
.mdi-account-convert:before {
  content: "\f00a";
}
.mdi-account-edit:before {
  content: "\f6bb";
}
.mdi-account-key:before {
  content: "\f00b";
}
.mdi-account-location:before {
  content: "\f00c";
}
.mdi-account-minus:before {
  content: "\f00d";
}
.mdi-account-multiple:before {
  content: "\f00e";
}
.mdi-account-multiple-minus:before {
  content: "\f5d3";
}
.mdi-account-multiple-outline:before {
  content: "\f00f";
}
.mdi-account-multiple-plus:before {
  content: "\f010";
}
.mdi-account-network:before {
  content: "\f011";
}
.mdi-account-off:before {
  content: "\f012";
}
.mdi-account-outline:before {
  content: "\f013";
}
.mdi-account-plus:before {
  content: "\f014";
}
.mdi-account-remove:before {
  content: "\f015";
}
.mdi-account-search:before {
  content: "\f016";
}
.mdi-account-settings:before {
  content: "\f630";
}
.mdi-account-settings-variant:before {
  content: "\f631";
}
.mdi-account-star:before {
  content: "\f017";
}
.mdi-account-star-variant:before {
  content: "\f018";
}
.mdi-account-switch:before {
  content: "\f019";
}
.mdi-adjust:before {
  content: "\f01a";
}
.mdi-air-conditioner:before {
  content: "\f01b";
}
.mdi-airballoon:before {
  content: "\f01c";
}
.mdi-airplane:before {
  content: "\f01d";
}
.mdi-airplane-landing:before {
  content: "\f5d4";
}
.mdi-airplane-off:before {
  content: "\f01e";
}
.mdi-airplane-takeoff:before {
  content: "\f5d5";
}
.mdi-airplay:before {
  content: "\f01f";
}
.mdi-alarm:before {
  content: "\f020";
}
.mdi-alarm-check:before {
  content: "\f021";
}
.mdi-alarm-multiple:before {
  content: "\f022";
}
.mdi-alarm-off:before {
  content: "\f023";
}
.mdi-alarm-plus:before {
  content: "\f024";
}
.mdi-alarm-snooze:before {
  content: "\f68d";
}
.mdi-album:before {
  content: "\f025";
}
.mdi-alert:before {
  content: "\f026";
}
.mdi-alert-box:before {
  content: "\f027";
}
.mdi-alert-circle:before {
  content: "\f028";
}
.mdi-alert-circle-outline:before {
  content: "\f5d6";
}
.mdi-alert-octagon:before {
  content: "\f029";
}
.mdi-alert-octagram:before {
  content: "\f6bc";
}
.mdi-alert-outline:before {
  content: "\f02a";
}
.mdi-all-inclusive:before {
  content: "\f6bd";
}
.mdi-alpha:before {
  content: "\f02b";
}
.mdi-alphabetical:before {
  content: "\f02c";
}
.mdi-altimeter:before {
  content: "\f5d7";
}
.mdi-amazon:before {
  content: "\f02d";
}
.mdi-amazon-clouddrive:before {
  content: "\f02e";
}
.mdi-ambulance:before {
  content: "\f02f";
}
.mdi-amplifier:before {
  content: "\f030";
}
.mdi-anchor:before {
  content: "\f031";
}
.mdi-andrAdminid:before {
  content: "\f032";
}
.mdi-andrAdminid-debug-bridge:before {
  content: "\f033";
}
.mdi-andrAdminid-studio:before {
  content: "\f034";
}
.mdi-angular:before {
  content: "\f6b1";
}
.mdi-angularjs:before {
  content: "\f6be";
}
.mdi-animation:before {
  content: "\f5d8";
}
.mdi-apple:before {
  content: "\f035";
}
.mdi-apple-finder:before {
  content: "\f036";
}
.mdi-apple-ios:before {
  content: "\f037";
}
.mdi-apple-keyboard-caps:before {
  content: "\f632";
}
.mdi-apple-keyboard-command:before {
  content: "\f633";
}
.mdi-apple-keyboard-control:before {
  content: "\f634";
}
.mdi-apple-keyboard-option:before {
  content: "\f635";
}
.mdi-apple-keyboard-shift:before {
  content: "\f636";
}
.mdi-apple-mobileme:before {
  content: "\f038";
}
.mdi-apple-safari:before {
  content: "\f039";
}
.mdi-application:before {
  content: "\f614";
}
.mdi-apps:before {
  content: "\f03b";
}
.mdi-archive:before {
  content: "\f03c";
}
.mdi-arrange-bring-forward:before {
  content: "\f03d";
}
.mdi-arrange-bring-to-front:before {
  content: "\f03e";
}
.mdi-arrange-send-backward:before {
  content: "\f03f";
}
.mdi-arrange-send-to-back:before {
  content: "\f040";
}
.mdi-arrow-all:before {
  content: "\f041";
}
.mdi-arrow-bottom-left:before {
  content: "\f042";
}
.mdi-arrow-bottom-right:before {
  content: "\f043";
}
.mdi-arrow-compress:before {
  content: "\f615";
}
.mdi-arrow-compress-all:before {
  content: "\f044";
}
.mdi-arrow-down:before {
  content: "\f045";
}
.mdi-arrow-down-bold:before {
  content: "\f046";
}
.mdi-arrow-down-bold-circle:before {
  content: "\f047";
}
.mdi-arrow-down-bold-circle-outline:before {
  content: "\f048";
}
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f049";
}
.mdi-arrow-down-box:before {
  content: "\f6bf";
}
.mdi-arrow-down-drop-circle:before {
  content: "\f04a";
}
.mdi-arrow-down-drop-circle-outline:before {
  content: "\f04b";
}
.mdi-arrow-expand:before {
  content: "\f616";
}
.mdi-arrow-expand-all:before {
  content: "\f04c";
}
.mdi-arrow-left:before {
  content: "\f04d";
}
.mdi-arrow-left-bold:before {
  content: "\f04e";
}
.mdi-arrow-left-bold-circle:before {
  content: "\f04f";
}
.mdi-arrow-left-bold-circle-outline:before {
  content: "\f050";
}
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f051";
}
.mdi-arrow-left-box:before {
  content: "\f6c0";
}
.mdi-arrow-left-drop-circle:before {
  content: "\f052";
}
.mdi-arrow-left-drop-circle-outline:before {
  content: "\f053";
}
.mdi-arrow-right:before {
  content: "\f054";
}
.mdi-arrow-right-bold:before {
  content: "\f055";
}
.mdi-arrow-right-bold-circle:before {
  content: "\f056";
}
.mdi-arrow-right-bold-circle-outline:before {
  content: "\f057";
}
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f058";
}
.mdi-arrow-right-box:before {
  content: "\f6c1";
}
.mdi-arrow-right-drop-circle:before {
  content: "\f059";
}
.mdi-arrow-right-drop-circle-outline:before {
  content: "\f05a";
}
.mdi-arrow-top-left:before {
  content: "\f05b";
}
.mdi-arrow-top-right:before {
  content: "\f05c";
}
.mdi-arrow-up:before {
  content: "\f05d";
}
.mdi-arrow-up-bold:before {
  content: "\f05e";
}
.mdi-arrow-up-bold-circle:before {
  content: "\f05f";
}
.mdi-arrow-up-bold-circle-outline:before {
  content: "\f060";
}
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f061";
}
.mdi-arrow-up-box:before {
  content: "\f6c2";
}
.mdi-arrow-up-drop-circle:before {
  content: "\f062";
}
.mdi-arrow-up-drop-circle-outline:before {
  content: "\f063";
}
.mdi-assistant:before {
  content: "\f064";
}
.mdi-asterisk:before {
  content: "\f6c3";
}
.mdi-at:before {
  content: "\f065";
}
.mdi-attachment:before {
  content: "\f066";
}
.mdi-audiobook:before {
  content: "\f067";
}
.mdi-auto-fix:before {
  content: "\f068";
}
.mdi-auto-upload:before {
  content: "\f069";
}
.mdi-autorenew:before {
  content: "\f06a";
}
.mdi-av-timer:before {
  content: "\f06b";
}
.mdi-baby:before {
  content: "\f06c";
}
.mdi-baby-buggy:before {
  content: "\f68e";
}
.mdi-backburger:before {
  content: "\f06d";
}
.mdi-backspace:before {
  content: "\f06e";
}
.mdi-backup-restore:before {
  content: "\f06f";
}
.mdi-bandcamp:before {
  content: "\f674";
}
.mdi-bank:before {
  content: "\f070";
}
.mdi-barcode:before {
  content: "\f071";
}
.mdi-barcode-scan:before {
  content: "\f072";
}
.mdi-barley:before {
  content: "\f073";
}
.mdi-barrel:before {
  content: "\f074";
}
.mdi-basecamp:before {
  content: "\f075";
}
.mdi-basket:before {
  content: "\f076";
}
.mdi-basket-fill:before {
  content: "\f077";
}
.mdi-basket-unfill:before {
  content: "\f078";
}
.mdi-battery:before {
  content: "\f079";
}
.mdi-battery-10:before {
  content: "\f07a";
}
.mdi-battery-20:before {
  content: "\f07b";
}
.mdi-battery-30:before {
  content: "\f07c";
}
.mdi-battery-40:before {
  content: "\f07d";
}
.mdi-battery-50:before {
  content: "\f07e";
}
.mdi-battery-60:before {
  content: "\f07f";
}
.mdi-battery-70:before {
  content: "\f080";
}
.mdi-battery-80:before {
  content: "\f081";
}
.mdi-battery-90:before {
  content: "\f082";
}
.mdi-battery-alert:before {
  content: "\f083";
}
.mdi-battery-charging:before {
  content: "\f084";
}
.mdi-battery-charging-100:before {
  content: "\f085";
}
.mdi-battery-charging-20:before {
  content: "\f086";
}
.mdi-battery-charging-30:before {
  content: "\f087";
}
.mdi-battery-charging-40:before {
  content: "\f088";
}
.mdi-battery-charging-60:before {
  content: "\f089";
}
.mdi-battery-charging-80:before {
  content: "\f08a";
}
.mdi-battery-charging-90:before {
  content: "\f08b";
}
.mdi-battery-minus:before {
  content: "\f08c";
}
.mdi-battery-negative:before {
  content: "\f08d";
}
.mdi-battery-outline:before {
  content: "\f08e";
}
.mdi-battery-plus:before {
  content: "\f08f";
}
.mdi-battery-positive:before {
  content: "\f090";
}
.mdi-battery-unknown:before {
  content: "\f091";
}
.mdi-beach:before {
  content: "\f092";
}
.mdi-beaker:before {
  content: "\f68f";
}
.mdi-beats:before {
  content: "\f097";
}
.mdi-beer:before {
  content: "\f098";
}
.mdi-behance:before {
  content: "\f099";
}
.mdi-bell:before {
  content: "\f09a";
}
.mdi-bell-off:before {
  content: "\f09b";
}
.mdi-bell-outline:before {
  content: "\f09c";
}
.mdi-bell-plus:before {
  content: "\f09d";
}
.mdi-bell-ring:before {
  content: "\f09e";
}
.mdi-bell-ring-outline:before {
  content: "\f09f";
}
.mdi-bell-sleep:before {
  content: "\f0a0";
}
.mdi-beta:before {
  content: "\f0a1";
}
.mdi-bible:before {
  content: "\f0a2";
}
.mdi-bike:before {
  content: "\f0a3";
}
.mdi-bing:before {
  content: "\f0a4";
}
.mdi-binoculars:before {
  content: "\f0a5";
}
.mdi-bio:before {
  content: "\f0a6";
}
.mdi-biohazard:before {
  content: "\f0a7";
}
.mdi-bitbucket:before {
  content: "\f0a8";
}
.mdi-black-mesa:before {
  content: "\f0a9";
}
.mdi-blackberry:before {
  content: "\f0aa";
}
.mdi-blender:before {
  content: "\f0ab";
}
.mdi-blinds:before {
  content: "\f0ac";
}
.mdi-block-helper:before {
  content: "\f0ad";
}
.mdi-blogger:before {
  content: "\f0ae";
}
.mdi-bluetooth:before {
  content: "\f0af";
}
.mdi-bluetooth-audio:before {
  content: "\f0b0";
}
.mdi-bluetooth-connect:before {
  content: "\f0b1";
}
.mdi-bluetooth-off:before {
  content: "\f0b2";
}
.mdi-bluetooth-settings:before {
  content: "\f0b3";
}
.mdi-bluetooth-transfer:before {
  content: "\f0b4";
}
.mdi-blur:before {
  content: "\f0b5";
}
.mdi-blur-linear:before {
  content: "\f0b6";
}
.mdi-blur-off:before {
  content: "\f0b7";
}
.mdi-blur-radial:before {
  content: "\f0b8";
}
.mdi-bomb:before {
  content: "\f690";
}
.mdi-bomb-off:before {
  content: "\f6c4";
}
.mdi-bone:before {
  content: "\f0b9";
}
.mdi-book:before {
  content: "\f0ba";
}
.mdi-book-minus:before {
  content: "\f5d9";
}
.mdi-book-multiple:before {
  content: "\f0bb";
}
.mdi-book-multiple-variant:before {
  content: "\f0bc";
}
.mdi-book-open:before {
  content: "\f0bd";
}
.mdi-book-open-page-variant:before {
  content: "\f5da";
}
.mdi-book-open-variant:before {
  content: "\f0be";
}
.mdi-book-plus:before {
  content: "\f5db";
}
.mdi-book-variant:before {
  content: "\f0bf";
}
.mdi-bookmark:before {
  content: "\f0c0";
}
.mdi-bookmark-check:before {
  content: "\f0c1";
}
.mdi-bookmark-music:before {
  content: "\f0c2";
}
.mdi-bookmark-outline:before {
  content: "\f0c3";
}
.mdi-bookmark-plus:before {
  content: "\f0c5";
}
.mdi-bookmark-plus-outline:before {
  content: "\f0c4";
}
.mdi-bookmark-remove:before {
  content: "\f0c6";
}
.mdi-boombox:before {
  content: "\f5dc";
}
.mdi-bootstrap:before {
  content: "\f6c5";
}
.mdi-border-all:before {
  content: "\f0c7";
}
.mdi-border-bottom:before {
  content: "\f0c8";
}
.mdi-border-color:before {
  content: "\f0c9";
}
.mdi-border-horizontal:before {
  content: "\f0ca";
}
.mdi-border-inside:before {
  content: "\f0cb";
}
.mdi-border-left:before {
  content: "\f0cc";
}
.mdi-border-none:before {
  content: "\f0cd";
}
.mdi-border-outside:before {
  content: "\f0ce";
}
.mdi-border-right:before {
  content: "\f0cf";
}
.mdi-border-style:before {
  content: "\f0d0";
}
.mdi-border-top:before {
  content: "\f0d1";
}
.mdi-border-vertical:before {
  content: "\f0d2";
}
.mdi-bow-tie:before {
  content: "\f677";
}
.mdi-bowl:before {
  content: "\f617";
}
.mdi-bowling:before {
  content: "\f0d3";
}
.mdi-box:before {
  content: "\f0d4";
}
.mdi-box-cutter:before {
  content: "\f0d5";
}
.mdi-box-shadow:before {
  content: "\f637";
}
.mdi-bridge:before {
  content: "\f618";
}
.mdi-briefcase:before {
  content: "\f0d6";
}
.mdi-briefcase-check:before {
  content: "\f0d7";
}
.mdi-briefcase-download:before {
  content: "\f0d8";
}
.mdi-briefcase-upload:before {
  content: "\f0d9";
}
.mdi-brightness-1:before {
  content: "\f0da";
}
.mdi-brightness-2:before {
  content: "\f0db";
}
.mdi-brightness-3:before {
  content: "\f0dc";
}
.mdi-brightness-4:before {
  content: "\f0dd";
}
.mdi-brightness-5:before {
  content: "\f0de";
}
.mdi-brightness-6:before {
  content: "\f0df";
}
.mdi-brightness-7:before {
  content: "\f0e0";
}
.mdi-brightness-auto:before {
  content: "\f0e1";
}
.mdi-broom:before {
  content: "\f0e2";
}
.mdi-brush:before {
  content: "\f0e3";
}
.mdi-buffer:before {
  content: "\f619";
}
.mdi-bug:before {
  content: "\f0e4";
}
.mdi-bulletin-board:before {
  content: "\f0e5";
}
.mdi-bullhorn:before {
  content: "\f0e6";
}
.mdi-bullseye:before {
  content: "\f5dd";
}
.mdi-burst-mode:before {
  content: "\f5de";
}
.mdi-bus:before {
  content: "\f0e7";
}
.mdi-cached:before {
  content: "\f0e8";
}
.mdi-cake:before {
  content: "\f0e9";
}
.mdi-cake-layered:before {
  content: "\f0ea";
}
.mdi-cake-variant:before {
  content: "\f0eb";
}
.mdi-calculator:before {
  content: "\f0ec";
}
.mdi-calendar:before {
  content: "\f0ed";
}
.mdi-calendar-blank:before {
  content: "\f0ee";
}
.mdi-calendar-check:before {
  content: "\f0ef";
}
.mdi-calendar-clock:before {
  content: "\f0f0";
}
.mdi-calendar-multiple:before {
  content: "\f0f1";
}
.mdi-calendar-multiple-check:before {
  content: "\f0f2";
}
.mdi-calendar-plus:before {
  content: "\f0f3";
}
.mdi-calendar-question:before {
  content: "\f691";
}
.mdi-calendar-range:before {
  content: "\f678";
}
.mdi-calendar-remove:before {
  content: "\f0f4";
}
.mdi-calendar-text:before {
  content: "\f0f5";
}
.mdi-calendar-today:before {
  content: "\f0f6";
}
.mdi-call-made:before {
  content: "\f0f7";
}
.mdi-call-merge:before {
  content: "\f0f8";
}
.mdi-call-missed:before {
  content: "\f0f9";
}
.mdi-call-received:before {
  content: "\f0fa";
}
.mdi-call-split:before {
  content: "\f0fb";
}
.mdi-camcorder:before {
  content: "\f0fc";
}
.mdi-camcorder-box:before {
  content: "\f0fd";
}
.mdi-camcorder-box-off:before {
  content: "\f0fe";
}
.mdi-camcorder-off:before {
  content: "\f0ff";
}
.mdi-camera:before {
  content: "\f100";
}
.mdi-camera-burst:before {
  content: "\f692";
}
.mdi-camera-enhance:before {
  content: "\f101";
}
.mdi-camera-front:before {
  content: "\f102";
}
.mdi-camera-front-variant:before {
  content: "\f103";
}
.mdi-camera-iris:before {
  content: "\f104";
}
.mdi-camera-off:before {
  content: "\f5df";
}
.mdi-camera-party-mode:before {
  content: "\f105";
}
.mdi-camera-rear:before {
  content: "\f106";
}
.mdi-camera-rear-variant:before {
  content: "\f107";
}
.mdi-camera-switch:before {
  content: "\f108";
}
.mdi-camera-timer:before {
  content: "\f109";
}
.mdi-candle:before {
  content: "\f5e2";
}
.mdi-candycane:before {
  content: "\f10a";
}
.mdi-car:before {
  content: "\f10b";
}
.mdi-car-battery:before {
  content: "\f10c";
}
.mdi-car-connected:before {
  content: "\f10d";
}
.mdi-car-wash:before {
  content: "\f10e";
}
.mdi-cards:before {
  content: "\f638";
}
.mdi-cards-outline:before {
  content: "\f639";
}
.mdi-cards-playing-outline:before {
  content: "\f63a";
}
.mdi-cards-variant:before {
  content: "\f6c6";
}
.mdi-carrot:before {
  content: "\f10f";
}
.mdi-cart:before {
  content: "\f110";
}
.mdi-cart-off:before {
  content: "\f66b";
}
.mdi-cart-outline:before {
  content: "\f111";
}
.mdi-cart-plus:before {
  content: "\f112";
}
.mdi-case-sensitive-alt:before {
  content: "\f113";
}
.mdi-cash:before {
  content: "\f114";
}
.mdi-cash-100:before {
  content: "\f115";
}
.mdi-cash-multiple:before {
  content: "\f116";
}
.mdi-cash-usd:before {
  content: "\f117";
}
.mdi-cast:before {
  content: "\f118";
}
.mdi-cast-connected:before {
  content: "\f119";
}
.mdi-castle:before {
  content: "\f11a";
}
.mdi-cat:before {
  content: "\f11b";
}
.mdi-cellphone:before {
  content: "\f11c";
}
.mdi-cellphone-andrAdminid:before {
  content: "\f11d";
}
.mdi-cellphone-basic:before {
  content: "\f11e";
}
.mdi-cellphone-dock:before {
  content: "\f11f";
}
.mdi-cellphone-iphone:before {
  content: "\f120";
}
.mdi-cellphone-link:before {
  content: "\f121";
}
.mdi-cellphone-link-off:before {
  content: "\f122";
}
.mdi-cellphone-settings:before {
  content: "\f123";
}
.mdi-certificate:before {
  content: "\f124";
}
.mdi-chair-school:before {
  content: "\f125";
}
.mdi-chart-arc:before {
  content: "\f126";
}
.mdi-chart-areaspline:before {
  content: "\f127";
}
.mdi-chart-bar:before {
  content: "\f128";
}
.mdi-chart-bubble:before {
  content: "\f5e3";
}
.mdi-chart-gantt:before {
  content: "\f66c";
}
.mdi-chart-histogram:before {
  content: "\f129";
}
.mdi-chart-line:before {
  content: "\f12a";
}
.mdi-chart-pie:before {
  content: "\f12b";
}
.mdi-chart-scatterplot-hexbin:before {
  content: "\f66d";
}
.mdi-chart-timeline:before {
  content: "\f66e";
}
.mdi-check:before {
  content: "\f12c";
}
.mdi-check-all:before {
  content: "\f12d";
}
.mdi-check-circle:before {
  content: "\f5e0";
}
.mdi-check-circle-outline:before {
  content: "\f5e1";
}
.mdi-checkbox-blank:before {
  content: "\f12e";
}
.mdi-checkbox-blank-circle:before {
  content: "\f12f";
}
.mdi-checkbox-blank-circle-outline:before {
  content: "\f130";
}
.mdi-checkbox-blank-outline:before {
  content: "\f131";
}
.mdi-checkbox-marked:before {
  content: "\f132";
}
.mdi-checkbox-marked-circle:before {
  content: "\f133";
}
.mdi-checkbox-marked-circle-outline:before {
  content: "\f134";
}
.mdi-checkbox-marked-outline:before {
  content: "\f135";
}
.mdi-checkbox-multiple-blank:before {
  content: "\f136";
}
.mdi-checkbox-multiple-blank-circle:before {
  content: "\f63b";
}
.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\f63c";
}
.mdi-checkbox-multiple-blank-outline:before {
  content: "\f137";
}
.mdi-checkbox-multiple-marked:before {
  content: "\f138";
}
.mdi-checkbox-multiple-marked-circle:before {
  content: "\f63d";
}
.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\f63e";
}
.mdi-checkbox-multiple-marked-outline:before {
  content: "\f139";
}
.mdi-checkerboard:before {
  content: "\f13a";
}
.mdi-chemical-weapon:before {
  content: "\f13b";
}
.mdi-chevron-double-down:before {
  content: "\f13c";
}
.mdi-chevron-double-left:before {
  content: "\f13d";
}
.mdi-chevron-double-right:before {
  content: "\f13e";
}
.mdi-chevron-double-up:before {
  content: "\f13f";
}
.mdi-chevron-down:before {
  content: "\f140";
}
.mdi-chevron-left:before {
  content: "\f141";
}
.mdi-chevron-right:before {
  content: "\f142";
}
.mdi-chevron-up:before {
  content: "\f143";
}
.mdi-chip:before {
  content: "\f61a";
}
.mdi-church:before {
  content: "\f144";
}
.mdi-cisco-webex:before {
  content: "\f145";
}
.mdi-city:before {
  content: "\f146";
}
.mdi-clipboard:before {
  content: "\f147";
}
.mdi-clipboard-account:before {
  content: "\f148";
}
.mdi-clipboard-alert:before {
  content: "\f149";
}
.mdi-clipboard-arrow-down:before {
  content: "\f14a";
}
.mdi-clipboard-arrow-left:before {
  content: "\f14b";
}
.mdi-clipboard-check:before {
  content: "\f14c";
}
.mdi-clipboard-flow:before {
  content: "\f6c7";
}
.mdi-clipboard-outline:before {
  content: "\f14d";
}
.mdi-clipboard-text:before {
  content: "\f14e";
}
.mdi-clippy:before {
  content: "\f14f";
}
.mdi-clock:before {
  content: "\f150";
}
.mdi-clock-alert:before {
  content: "\f5ce";
}
.mdi-clock-end:before {
  content: "\f151";
}
.mdi-clock-fast:before {
  content: "\f152";
}
.mdi-clock-in:before {
  content: "\f153";
}
.mdi-clock-out:before {
  content: "\f154";
}
.mdi-clock-start:before {
  content: "\f155";
}
.mdi-close:before {
  content: "\f156";
}
.mdi-close-box:before {
  content: "\f157";
}
.mdi-close-box-outline:before {
  content: "\f158";
}
.mdi-close-circle:before {
  content: "\f159";
}
.mdi-close-circle-outline:before {
  content: "\f15a";
}
.mdi-close-network:before {
  content: "\f15b";
}
.mdi-close-octagon:before {
  content: "\f15c";
}
.mdi-close-octagon-outline:before {
  content: "\f15d";
}
.mdi-close-outline:before {
  content: "\f6c8";
}
.mdi-closed-caption:before {
  content: "\f15e";
}
.mdi-cloud:before {
  content: "\f15f";
}
.mdi-cloud-check:before {
  content: "\f160";
}
.mdi-cloud-circle:before {
  content: "\f161";
}
.mdi-cloud-download:before {
  content: "\f162";
}
.mdi-cloud-outline:before {
  content: "\f163";
}
.mdi-cloud-outline-off:before {
  content: "\f164";
}
.mdi-cloud-print:before {
  content: "\f165";
}
.mdi-cloud-print-outline:before {
  content: "\f166";
}
.mdi-cloud-sync:before {
  content: "\f63f";
}
.mdi-cloud-upload:before {
  content: "\f167";
}
.mdi-code-array:before {
  content: "\f168";
}
.mdi-code-braces:before {
  content: "\f169";
}
.mdi-code-brackets:before {
  content: "\f16a";
}
.mdi-code-equal:before {
  content: "\f16b";
}
.mdi-code-greater-than:before {
  content: "\f16c";
}
.mdi-code-greater-than-or-equal:before {
  content: "\f16d";
}
.mdi-code-less-than:before {
  content: "\f16e";
}
.mdi-code-less-than-or-equal:before {
  content: "\f16f";
}
.mdi-code-not-equal:before {
  content: "\f170";
}
.mdi-code-not-equal-variant:before {
  content: "\f171";
}
.mdi-code-parentheses:before {
  content: "\f172";
}
.mdi-code-string:before {
  content: "\f173";
}
.mdi-code-tags:before {
  content: "\f174";
}
.mdi-code-tags-check:before {
  content: "\f693";
}
.mdi-codepen:before {
  content: "\f175";
}
.mdi-coffee:before {
  content: "\f176";
}
.mdi-coffee-outline:before {
  content: "\f6c9";
}
.mdi-coffee-to-go:before {
  content: "\f177";
}
.mdi-coin:before {
  content: "\f178";
}
.mdi-coins:before {
  content: "\f694";
}
.mdi-collage:before {
  content: "\f640";
}
.mdi-color-helper:before {
  content: "\f179";
}
.mdi-comment:before {
  content: "\f17a";
}
.mdi-comment-account:before {
  content: "\f17b";
}
.mdi-comment-account-outline:before {
  content: "\f17c";
}
.mdi-comment-alert:before {
  content: "\f17d";
}
.mdi-comment-alert-outline:before {
  content: "\f17e";
}
.mdi-comment-check:before {
  content: "\f17f";
}
.mdi-comment-check-outline:before {
  content: "\f180";
}
.mdi-comment-multiple-outline:before {
  content: "\f181";
}
.mdi-comment-outline:before {
  content: "\f182";
}
.mdi-comment-plus-outline:before {
  content: "\f183";
}
.mdi-comment-processing:before {
  content: "\f184";
}
.mdi-comment-processing-outline:before {
  content: "\f185";
}
.mdi-comment-question-outline:before {
  content: "\f186";
}
.mdi-comment-remove-outline:before {
  content: "\f187";
}
.mdi-comment-text:before {
  content: "\f188";
}
.mdi-comment-text-outline:before {
  content: "\f189";
}
.mdi-compare:before {
  content: "\f18a";
}
.mdi-compass:before {
  content: "\f18b";
}
.mdi-compass-outline:before {
  content: "\f18c";
}
.mdi-console:before {
  content: "\f18d";
}
.mdi-contact-mail:before {
  content: "\f18e";
}
.mdi-contacts:before {
  content: "\f6ca";
}
.mdi-content-copy:before {
  content: "\f18f";
}
.mdi-content-cut:before {
  content: "\f190";
}
.mdi-content-duplicate:before {
  content: "\f191";
}
.mdi-content-paste:before {
  content: "\f192";
}
.mdi-content-save:before {
  content: "\f193";
}
.mdi-content-save-all:before {
  content: "\f194";
}
.mdi-content-save-settings:before {
  content: "\f61b";
}
.mdi-contrast:before {
  content: "\f195";
}
.mdi-contrast-box:before {
  content: "\f196";
}
.mdi-contrast-circle:before {
  content: "\f197";
}
.mdi-cookie:before {
  content: "\f198";
}
.mdi-copyright:before {
  content: "\f5e6";
}
.mdi-counter:before {
  content: "\f199";
}
.mdi-cow:before {
  content: "\f19a";
}
.mdi-creation:before {
  content: "\f1c9";
}
.mdi-credit-card:before {
  content: "\f19b";
}
.mdi-credit-card-multiple:before {
  content: "\f19c";
}
.mdi-credit-card-off:before {
  content: "\f5e4";
}
.mdi-credit-card-plus:before {
  content: "\f675";
}
.mdi-credit-card-scan:before {
  content: "\f19d";
}
.mdi-crop:before {
  content: "\f19e";
}
.mdi-crop-free:before {
  content: "\f19f";
}
.mdi-crop-landscape:before {
  content: "\f1a0";
}
.mdi-crop-portrait:before {
  content: "\f1a1";
}
.mdi-crop-rotate:before {
  content: "\f695";
}
.mdi-crop-square:before {
  content: "\f1a2";
}
.mdi-crosshairs:before {
  content: "\f1a3";
}
.mdi-crosshairs-gps:before {
  content: "\f1a4";
}
.mdi-crown:before {
  content: "\f1a5";
}
.mdi-cube:before {
  content: "\f1a6";
}
.mdi-cube-outline:before {
  content: "\f1a7";
}
.mdi-cube-send:before {
  content: "\f1a8";
}
.mdi-cube-unfolded:before {
  content: "\f1a9";
}
.mdi-cup:before {
  content: "\f1aa";
}
.mdi-cup-off:before {
  content: "\f5e5";
}
.mdi-cup-water:before {
  content: "\f1ab";
}
.mdi-currency-btc:before {
  content: "\f1ac";
}
.mdi-currency-eur:before {
  content: "\f1ad";
}
.mdi-currency-gbp:before {
  content: "\f1ae";
}
.mdi-currency-inr:before {
  content: "\f1af";
}
.mdi-currency-ngn:before {
  content: "\f1b0";
}
.mdi-currency-rub:before {
  content: "\f1b1";
}
.mdi-currency-try:before {
  content: "\f1b2";
}
.mdi-currency-usd:before {
  content: "\f1b3";
}
.mdi-currency-usd-off:before {
  content: "\f679";
}
.mdi-cursor-default:before {
  content: "\f1b4";
}
.mdi-cursor-default-outline:before {
  content: "\f1b5";
}
.mdi-cursor-move:before {
  content: "\f1b6";
}
.mdi-cursor-pointer:before {
  content: "\f1b7";
}
.mdi-cursor-text:before {
  content: "\f5e7";
}
.mdi-database:before {
  content: "\f1b8";
}
.mdi-database-minus:before {
  content: "\f1b9";
}
.mdi-database-plus:before {
  content: "\f1ba";
}
.mdi-debug-step-into:before {
  content: "\f1bb";
}
.mdi-debug-step-out:before {
  content: "\f1bc";
}
.mdi-debug-step-over:before {
  content: "\f1bd";
}
.mdi-decimal-decrease:before {
  content: "\f1be";
}
.mdi-decimal-increase:before {
  content: "\f1bf";
}
.mdi-delete:before {
  content: "\f1c0";
}
.mdi-delete-circle:before {
  content: "\f682";
}
.mdi-delete-empty:before {
  content: "\f6cb";
}
.mdi-delete-forever:before {
  content: "\f5e8";
}
.mdi-delete-sweep:before {
  content: "\f5e9";
}
.mdi-delete-variant:before {
  content: "\f1c1";
}
.mdi-delta:before {
  content: "\f1c2";
}
.mdi-deskphone:before {
  content: "\f1c3";
}
.mdi-desktop-mac:before {
  content: "\f1c4";
}
.mdi-desktop-tower:before {
  content: "\f1c5";
}
.mdi-details:before {
  content: "\f1c6";
}
.mdi-developer-board:before {
  content: "\f696";
}
.mdi-deviantart:before {
  content: "\f1c7";
}
.mdi-dialpad:before {
  content: "\f61c";
}
.mdi-diamond:before {
  content: "\f1c8";
}
.mdi-dice-1:before {
  content: "\f1ca";
}
.mdi-dice-2:before {
  content: "\f1cb";
}
.mdi-dice-3:before {
  content: "\f1cc";
}
.mdi-dice-4:before {
  content: "\f1cd";
}
.mdi-dice-5:before {
  content: "\f1ce";
}
.mdi-dice-6:before {
  content: "\f1cf";
}
.mdi-dice-d20:before {
  content: "\f5ea";
}
.mdi-dice-d4:before {
  content: "\f5eb";
}
.mdi-dice-d6:before {
  content: "\f5ec";
}
.mdi-dice-d8:before {
  content: "\f5ed";
}
.mdi-dictionary:before {
  content: "\f61d";
}
.mdi-directions:before {
  content: "\f1d0";
}
.mdi-directions-fork:before {
  content: "\f641";
}
.mdi-discord:before {
  content: "\f66f";
}
.mdi-disk:before {
  content: "\f5ee";
}
.mdi-disk-alert:before {
  content: "\f1d1";
}
.mdi-disqus:before {
  content: "\f1d2";
}
.mdi-disqus-outline:before {
  content: "\f1d3";
}
.mdi-division:before {
  content: "\f1d4";
}
.mdi-division-box:before {
  content: "\f1d5";
}
.mdi-dna:before {
  content: "\f683";
}
.mdi-dns:before {
  content: "\f1d6";
}
.mdi-do-not-disturb:before {
  content: "\f697";
}
.mdi-do-not-disturb-off:before {
  content: "\f698";
}
.mdi-dolby:before {
  content: "\f6b2";
}
.mdi-domain:before {
  content: "\f1d7";
}
.mdi-dots-horizontal:before {
  content: "\f1d8";
}
.mdi-dots-vertical:before {
  content: "\f1d9";
}
.mdi-douban:before {
  content: "\f699";
}
.mdi-download:before {
  content: "\f1da";
}
.mdi-drag:before {
  content: "\f1db";
}
.mdi-drag-horizontal:before {
  content: "\f1dc";
}
.mdi-drag-vertical:before {
  content: "\f1dd";
}
.mdi-drawing:before {
  content: "\f1de";
}
.mdi-drawing-box:before {
  content: "\f1df";
}
.mdi-dribbble:before {
  content: "\f1e0";
}
.mdi-dribbble-box:before {
  content: "\f1e1";
}
.mdi-drone:before {
  content: "\f1e2";
}
.mdi-dropbox:before {
  content: "\f1e3";
}
.mdi-drupal:before {
  content: "\f1e4";
}
.mdi-duck:before {
  content: "\f1e5";
}
.mdi-dumbbell:before {
  content: "\f1e6";
}
.mdi-earth:before {
  content: "\f1e7";
}
.mdi-earth-box:before {
  content: "\f6cc";
}
.mdi-earth-box-off:before {
  content: "\f6cd";
}
.mdi-earth-off:before {
  content: "\f1e8";
}
.mdi-edge:before {
  content: "\f1e9";
}
.mdi-eject:before {
  content: "\f1ea";
}
.mdi-elevation-decline:before {
  content: "\f1eb";
}
.mdi-elevation-rise:before {
  content: "\f1ec";
}
.mdi-elevator:before {
  content: "\f1ed";
}
.mdi-email:before {
  content: "\f1ee";
}
.mdi-email-alert:before {
  content: "\f6ce";
}
.mdi-email-open:before {
  content: "\f1ef";
}
.mdi-email-open-outline:before {
  content: "\f5ef";
}
.mdi-email-outline:before {
  content: "\f1f0";
}
.mdi-email-secure:before {
  content: "\f1f1";
}
.mdi-email-variant:before {
  content: "\f5f0";
}
.mdi-emby:before {
  content: "\f6b3";
}
.mdi-emoticon:before {
  content: "\f1f2";
}
.mdi-emoticon-cool:before {
  content: "\f1f3";
}
.mdi-emoticon-dead:before {
  content: "\f69a";
}
.mdi-emoticon-devil:before {
  content: "\f1f4";
}
.mdi-emoticon-excited:before {
  content: "\f69b";
}
.mdi-emoticon-happy:before {
  content: "\f1f5";
}
.mdi-emoticon-neutral:before {
  content: "\f1f6";
}
.mdi-emoticon-poop:before {
  content: "\f1f7";
}
.mdi-emoticon-sad:before {
  content: "\f1f8";
}
.mdi-emoticon-tongue:before {
  content: "\f1f9";
}
.mdi-engine:before {
  content: "\f1fa";
}
.mdi-engine-outline:before {
  content: "\f1fb";
}
.mdi-equal:before {
  content: "\f1fc";
}
.mdi-equal-box:before {
  content: "\f1fd";
}
.mdi-eraser:before {
  content: "\f1fe";
}
.mdi-eraser-variant:before {
  content: "\f642";
}
.mdi-escalator:before {
  content: "\f1ff";
}
.mdi-ethernet:before {
  content: "\f200";
}
.mdi-ethernet-cable:before {
  content: "\f201";
}
.mdi-ethernet-cable-off:before {
  content: "\f202";
}
.mdi-etsy:before {
  content: "\f203";
}
.mdi-ev-station:before {
  content: "\f5f1";
}
.mdi-evernote:before {
  content: "\f204";
}
.mdi-exclamation:before {
  content: "\f205";
}
.mdi-exit-to-app:before {
  content: "\f206";
}
.mdi-export:before {
  content: "\f207";
}
.mdi-eye:before {
  content: "\f208";
}
.mdi-eye-off:before {
  content: "\f209";
}
.mdi-eye-outline:before {
  content: "\f6cf";
}
.mdi-eye-outline-off:before {
  content: "\f6d0";
}
.mdi-eyedropper:before {
  content: "\f20a";
}
.mdi-eyedropper-variant:before {
  content: "\f20b";
}
.mdi-face:before {
  content: "\f643";
}
.mdi-face-profile:before {
  content: "\f644";
}
.mdi-facebook:before {
  content: "\f20c";
}
.mdi-facebook-box:before {
  content: "\f20d";
}
.mdi-facebook-messenger:before {
  content: "\f20e";
}
.mdi-factory:before {
  content: "\f20f";
}
.mdi-fan:before {
  content: "\f210";
}
.mdi-fast-forward:before {
  content: "\f211";
}
.mdi-fast-forward-outline:before {
  content: "\f6d1";
}
.mdi-fax:before {
  content: "\f212";
}
.mdi-feather:before {
  content: "\f6d2";
}
.mdi-ferry:before {
  content: "\f213";
}
.mdi-file:before {
  content: "\f214";
}
.mdi-file-chart:before {
  content: "\f215";
}
.mdi-file-check:before {
  content: "\f216";
}
.mdi-file-cloud:before {
  content: "\f217";
}
.mdi-file-delimited:before {
  content: "\f218";
}
.mdi-file-document:before {
  content: "\f219";
}
.mdi-file-document-box:before {
  content: "\f21a";
}
.mdi-file-excel:before {
  content: "\f21b";
}
.mdi-file-excel-box:before {
  content: "\f21c";
}
.mdi-file-export:before {
  content: "\f21d";
}
.mdi-file-find:before {
  content: "\f21e";
}
.mdi-file-hidden:before {
  content: "\f613";
}
.mdi-file-image:before {
  content: "\f21f";
}
.mdi-file-import:before {
  content: "\f220";
}
.mdi-file-lock:before {
  content: "\f221";
}
.mdi-file-multiple:before {
  content: "\f222";
}
.mdi-file-music:before {
  content: "\f223";
}
.mdi-file-outline:before {
  content: "\f224";
}
.mdi-file-pdf:before {
  content: "\f225";
}
.mdi-file-pdf-box:before {
  content: "\f226";
}
.mdi-file-powerpoint:before {
  content: "\f227";
}
.mdi-file-powerpoint-box:before {
  content: "\f228";
}
.mdi-file-presentation-box:before {
  content: "\f229";
}
.mdi-file-restore:before {
  content: "\f670";
}
.mdi-file-send:before {
  content: "\f22a";
}
.mdi-file-tree:before {
  content: "\f645";
}
.mdi-file-video:before {
  content: "\f22b";
}
.mdi-file-word:before {
  content: "\f22c";
}
.mdi-file-word-box:before {
  content: "\f22d";
}
.mdi-file-xml:before {
  content: "\f22e";
}
.mdi-film:before {
  content: "\f22f";
}
.mdi-filmstrip:before {
  content: "\f230";
}
.mdi-filmstrip-off:before {
  content: "\f231";
}
.mdi-filter:before {
  content: "\f232";
}
.mdi-filter-outline:before {
  content: "\f233";
}
.mdi-filter-remove:before {
  content: "\f234";
}
.mdi-filter-remove-outline:before {
  content: "\f235";
}
.mdi-filter-variant:before {
  content: "\f236";
}
.mdi-find-replace:before {
  content: "\f6d3";
}
.mdi-fingerprint:before {
  content: "\f237";
}
.mdi-fire:before {
  content: "\f238";
}
.mdi-firefox:before {
  content: "\f239";
}
.mdi-fish:before {
  content: "\f23a";
}
.mdi-flag:before {
  content: "\f23b";
}
.mdi-flag-checkered:before {
  content: "\f23c";
}
.mdi-flag-outline:before {
  content: "\f23d";
}
.mdi-flag-outline-variant:before {
  content: "\f23e";
}
.mdi-flag-triangle:before {
  content: "\f23f";
}
.mdi-flag-variant:before {
  content: "\f240";
}
.mdi-flash:before {
  content: "\f241";
}
.mdi-flash-auto:before {
  content: "\f242";
}
.mdi-flash-off:before {
  content: "\f243";
}
.mdi-flash-outline:before {
  content: "\f6d4";
}
.mdi-flash-red-eye:before {
  content: "\f67a";
}
.mdi-flashlight:before {
  content: "\f244";
}
.mdi-flashlight-off:before {
  content: "\f245";
}
.mdi-flask:before {
  content: "\f093";
}
.mdi-flask-empty:before {
  content: "\f094";
}
.mdi-flask-empty-outline:before {
  content: "\f095";
}
.mdi-flask-outline:before {
  content: "\f096";
}
.mdi-flattr:before {
  content: "\f246";
}
.mdi-flip-to-back:before {
  content: "\f247";
}
.mdi-flip-to-front:before {
  content: "\f248";
}
.mdi-floppy:before {
  content: "\f249";
}
.mdi-flower:before {
  content: "\f24a";
}
.mdi-folder:before {
  content: "\f24b";
}
.mdi-folder-account:before {
  content: "\f24c";
}
.mdi-folder-download:before {
  content: "\f24d";
}
.mdi-folder-google-drive:before {
  content: "\f24e";
}
.mdi-folder-image:before {
  content: "\f24f";
}
.mdi-folder-lock:before {
  content: "\f250";
}
.mdi-folder-lock-open:before {
  content: "\f251";
}
.mdi-folder-move:before {
  content: "\f252";
}
.mdi-folder-multiple:before {
  content: "\f253";
}
.mdi-folder-multiple-image:before {
  content: "\f254";
}
.mdi-folder-multiple-outline:before {
  content: "\f255";
}
.mdi-folder-outline:before {
  content: "\f256";
}
.mdi-folder-plus:before {
  content: "\f257";
}
.mdi-folder-remove:before {
  content: "\f258";
}
.mdi-folder-star:before {
  content: "\f69c";
}
.mdi-folder-upload:before {
  content: "\f259";
}
.mdi-font-awesome:before {
  content: "\f03a";
}
.mdi-food:before {
  content: "\f25a";
}
.mdi-food-apple:before {
  content: "\f25b";
}
.mdi-food-fork-drink:before {
  content: "\f5f2";
}
.mdi-food-off:before {
  content: "\f5f3";
}
.mdi-food-variant:before {
  content: "\f25c";
}
.mdi-football:before {
  content: "\f25d";
}
.mdi-football-australian:before {
  content: "\f25e";
}
.mdi-football-helmet:before {
  content: "\f25f";
}
.mdi-format-align-center:before {
  content: "\f260";
}
.mdi-format-align-justify:before {
  content: "\f261";
}
.mdi-format-align-left:before {
  content: "\f262";
}
.mdi-format-align-right:before {
  content: "\f263";
}
.mdi-format-annotation-plus:before {
  content: "\f646";
}
.mdi-format-bold:before {
  content: "\f264";
}
.mdi-format-clear:before {
  content: "\f265";
}
.mdi-format-color-fill:before {
  content: "\f266";
}
.mdi-format-color-text:before {
  content: "\f69d";
}
.mdi-format-float-center:before {
  content: "\f267";
}
.mdi-format-float-left:before {
  content: "\f268";
}
.mdi-format-float-none:before {
  content: "\f269";
}
.mdi-format-float-right:before {
  content: "\f26a";
}
.mdi-format-font:before {
  content: "\f6d5";
}
.mdi-format-header-1:before {
  content: "\f26b";
}
.mdi-format-header-2:before {
  content: "\f26c";
}
.mdi-format-header-3:before {
  content: "\f26d";
}
.mdi-format-header-4:before {
  content: "\f26e";
}
.mdi-format-header-5:before {
  content: "\f26f";
}
.mdi-format-header-6:before {
  content: "\f270";
}
.mdi-format-header-decrease:before {
  content: "\f271";
}
.mdi-format-header-equal:before {
  content: "\f272";
}
.mdi-format-header-increase:before {
  content: "\f273";
}
.mdi-format-header-pound:before {
  content: "\f274";
}
.mdi-format-horizontal-align-center:before {
  content: "\f61e";
}
.mdi-format-horizontal-align-left:before {
  content: "\f61f";
}
.mdi-format-horizontal-align-right:before {
  content: "\f620";
}
.mdi-format-indent-decrease:before {
  content: "\f275";
}
.mdi-format-indent-increase:before {
  content: "\f276";
}
.mdi-format-italic:before {
  content: "\f277";
}
.mdi-format-line-spacing:before {
  content: "\f278";
}
.mdi-format-line-style:before {
  content: "\f5c8";
}
.mdi-format-line-weight:before {
  content: "\f5c9";
}
.mdi-format-list-bulleted:before {
  content: "\f279";
}
.mdi-format-list-bulleted-type:before {
  content: "\f27a";
}
.mdi-format-list-numbers:before {
  content: "\f27b";
}
.mdi-format-page-break:before {
  content: "\f6d6";
}
.mdi-format-paint:before {
  content: "\f27c";
}
.mdi-format-paragraph:before {
  content: "\f27d";
}
.mdi-format-pilcrow:before {
  content: "\f6d7";
}
.mdi-format-quote:before {
  content: "\f27e";
}
.mdi-format-rotate-90:before {
  content: "\f6a9";
}
.mdi-format-section:before {
  content: "\f69e";
}
.mdi-format-size:before {
  content: "\f27f";
}
.mdi-format-strikethrough:before {
  content: "\f280";
}
.mdi-format-strikethrough-variant:before {
  content: "\f281";
}
.mdi-format-subscript:before {
  content: "\f282";
}
.mdi-format-superscript:before {
  content: "\f283";
}
.mdi-format-text:before {
  content: "\f284";
}
.mdi-format-textdirection-l-to-r:before {
  content: "\f285";
}
.mdi-format-textdirection-r-to-l:before {
  content: "\f286";
}
.mdi-format-title:before {
  content: "\f5f4";
}
.mdi-format-underline:before {
  content: "\f287";
}
.mdi-format-vertical-align-bottom:before {
  content: "\f621";
}
.mdi-format-vertical-align-center:before {
  content: "\f622";
}
.mdi-format-vertical-align-top:before {
  content: "\f623";
}
.mdi-format-wrap-inline:before {
  content: "\f288";
}
.mdi-format-wrap-square:before {
  content: "\f289";
}
.mdi-format-wrap-tight:before {
  content: "\f28a";
}
.mdi-format-wrap-top-bottom:before {
  content: "\f28b";
}
.mdi-forum:before {
  content: "\f28c";
}
.mdi-forward:before {
  content: "\f28d";
}
.mdi-foursquare:before {
  content: "\f28e";
}
.mdi-fridge:before {
  content: "\f28f";
}
.mdi-fridge-filled:before {
  content: "\f290";
}
.mdi-fridge-filled-bottom:before {
  content: "\f291";
}
.mdi-fridge-filled-top:before {
  content: "\f292";
}
.mdi-fullscreen:before {
  content: "\f293";
}
.mdi-fullscreen-exit:before {
  content: "\f294";
}
.mdi-function:before {
  content: "\f295";
}
.mdi-gamepad:before {
  content: "\f296";
}
.mdi-gamepad-variant:before {
  content: "\f297";
}
.mdi-garage:before {
  content: "\f6d8";
}
.mdi-garage-open:before {
  content: "\f6d9";
}
.mdi-gas-cylinder:before {
  content: "\f647";
}
.mdi-gas-station:before {
  content: "\f298";
}
.mdi-gate:before {
  content: "\f299";
}
.mdi-gauge:before {
  content: "\f29a";
}
.mdi-gavel:before {
  content: "\f29b";
}
.mdi-gender-female:before {
  content: "\f29c";
}
.mdi-gender-male:before {
  content: "\f29d";
}
.mdi-gender-male-female:before {
  content: "\f29e";
}
.mdi-gender-transgender:before {
  content: "\f29f";
}
.mdi-ghost:before {
  content: "\f2a0";
}
.mdi-gift:before {
  content: "\f2a1";
}
.mdi-git:before {
  content: "\f2a2";
}
.mdi-github-box:before {
  content: "\f2a3";
}
.mdi-github-circle:before {
  content: "\f2a4";
}
.mdi-github-face:before {
  content: "\f6da";
}
.mdi-glass-flute:before {
  content: "\f2a5";
}
.mdi-glass-mug:before {
  content: "\f2a6";
}
.mdi-glass-stange:before {
  content: "\f2a7";
}
.mdi-glass-tulip:before {
  content: "\f2a8";
}
.mdi-glassdoor:before {
  content: "\f2a9";
}
.mdi-glasses:before {
  content: "\f2aa";
}
.mdi-gmail:before {
  content: "\f2ab";
}
.mdi-gnome:before {
  content: "\f2ac";
}
.mdi-gondola:before {
  content: "\f685";
}
.mdi-google:before {
  content: "\f2ad";
}
.mdi-google-cardboard:before {
  content: "\f2ae";
}
.mdi-google-chrome:before {
  content: "\f2af";
}
.mdi-google-circles:before {
  content: "\f2b0";
}
.mdi-google-circles-communities:before {
  content: "\f2b1";
}
.mdi-google-circles-extended:before {
  content: "\f2b2";
}
.mdi-google-circles-group:before {
  content: "\f2b3";
}
.mdi-google-controller:before {
  content: "\f2b4";
}
.mdi-google-controller-off:before {
  content: "\f2b5";
}
.mdi-google-drive:before {
  content: "\f2b6";
}
.mdi-google-earth:before {
  content: "\f2b7";
}
.mdi-google-glass:before {
  content: "\f2b8";
}
.mdi-google-keep:before {
  content: "\f6db";
}
.mdi-google-maps:before {
  content: "\f5f5";
}
.mdi-google-nearby:before {
  content: "\f2b9";
}
.mdi-google-pages:before {
  content: "\f2ba";
}
.mdi-google-photos:before {
  content: "\f6dc";
}
.mdi-google-physical-web:before {
  content: "\f2bb";
}
.mdi-google-play:before {
  content: "\f2bc";
}
.mdi-google-plus:before {
  content: "\f2bd";
}
.mdi-google-plus-box:before {
  content: "\f2be";
}
.mdi-google-translate:before {
  content: "\f2bf";
}
.mdi-google-wallet:before {
  content: "\f2c0";
}
.mdi-gradient:before {
  content: "\f69f";
}
.mdi-grease-pencil:before {
  content: "\f648";
}
.mdi-grid:before {
  content: "\f2c1";
}
.mdi-grid-off:before {
  content: "\f2c2";
}
.mdi-group:before {
  content: "\f2c3";
}
.mdi-guitar-electric:before {
  content: "\f2c4";
}
.mdi-guitar-pick:before {
  content: "\f2c5";
}
.mdi-guitar-pick-outline:before {
  content: "\f2c6";
}
.mdi-hackernews:before {
  content: "\f624";
}
.mdi-hamburger:before {
  content: "\f684";
}
.mdi-hand-pointing-right:before {
  content: "\f2c7";
}
.mdi-hanger:before {
  content: "\f2c8";
}
.mdi-hangouts:before {
  content: "\f2c9";
}
.mdi-harddisk:before {
  content: "\f2ca";
}
.mdi-headphones:before {
  content: "\f2cb";
}
.mdi-headphones-box:before {
  content: "\f2cc";
}
.mdi-headphones-settings:before {
  content: "\f2cd";
}
.mdi-headset:before {
  content: "\f2ce";
}
.mdi-headset-dock:before {
  content: "\f2cf";
}
.mdi-headset-off:before {
  content: "\f2d0";
}
.mdi-heart:before {
  content: "\f2d1";
}
.mdi-heart-box:before {
  content: "\f2d2";
}
.mdi-heart-box-outline:before {
  content: "\f2d3";
}
.mdi-heart-broken:before {
  content: "\f2d4";
}
.mdi-heart-half-outline:before {
  content: "\f6dd";
}
.mdi-heart-half-part:before {
  content: "\f6de";
}
.mdi-heart-half-part-outline:before {
  content: "\f6df";
}
.mdi-heart-outline:before {
  content: "\f2d5";
}
.mdi-heart-pulse:before {
  content: "\f5f6";
}
.mdi-help:before {
  content: "\f2d6";
}
.mdi-help-circle:before {
  content: "\f2d7";
}
.mdi-help-circle-outline:before {
  content: "\f625";
}
.mdi-hexagon:before {
  content: "\f2d8";
}
.mdi-hexagon-multiple:before {
  content: "\f6e0";
}
.mdi-hexagon-outline:before {
  content: "\f2d9";
}
.mdi-highway:before {
  content: "\f5f7";
}
.mdi-history:before {
  content: "\f2da";
}
.mdi-hololens:before {
  content: "\f2db";
}
.mdi-home:before {
  content: "\f2dc";
}
.mdi-home-map-marker:before {
  content: "\f5f8";
}
.mdi-home-modern:before {
  content: "\f2dd";
}
.mdi-home-outline:before {
  content: "\f6a0";
}
.mdi-home-variant:before {
  content: "\f2de";
}
.mdi-hook:before {
  content: "\f6e1";
}
.mdi-hook-off:before {
  content: "\f6e2";
}
.mdi-hops:before {
  content: "\f2df";
}
.mdi-hospital:before {
  content: "\f2e0";
}
.mdi-hospital-building:before {
  content: "\f2e1";
}
.mdi-hospital-marker:before {
  content: "\f2e2";
}
.mdi-hotel:before {
  content: "\f2e3";
}
.mdi-houzz:before {
  content: "\f2e4";
}
.mdi-houzz-box:before {
  content: "\f2e5";
}
.mdi-human:before {
  content: "\f2e6";
}
.mdi-human-child:before {
  content: "\f2e7";
}
.mdi-human-female:before {
  content: "\f649";
}
.mdi-human-greeting:before {
  content: "\f64a";
}
.mdi-human-handsdown:before {
  content: "\f64b";
}
.mdi-human-handsup:before {
  content: "\f64c";
}
.mdi-human-male:before {
  content: "\f64d";
}
.mdi-human-male-female:before {
  content: "\f2e8";
}
.mdi-human-pregnant:before {
  content: "\f5cf";
}
.mdi-image:before {
  content: "\f2e9";
}
.mdi-image-album:before {
  content: "\f2ea";
}
.mdi-image-area:before {
  content: "\f2eb";
}
.mdi-image-area-close:before {
  content: "\f2ec";
}
.mdi-image-broken:before {
  content: "\f2ed";
}
.mdi-image-broken-variant:before {
  content: "\f2ee";
}
.mdi-image-filter:before {
  content: "\f2ef";
}
.mdi-image-filter-black-white:before {
  content: "\f2f0";
}
.mdi-image-filter-center-focus:before {
  content: "\f2f1";
}
.mdi-image-filter-center-focus-weak:before {
  content: "\f2f2";
}
.mdi-image-filter-drama:before {
  content: "\f2f3";
}
.mdi-image-filter-frames:before {
  content: "\f2f4";
}
.mdi-image-filter-hdr:before {
  content: "\f2f5";
}
.mdi-image-filter-none:before {
  content: "\f2f6";
}
.mdi-image-filter-tilt-shift:before {
  content: "\f2f7";
}
.mdi-image-filter-vintage:before {
  content: "\f2f8";
}
.mdi-image-multiple:before {
  content: "\f2f9";
}
.mdi-import:before {
  content: "\f2fa";
}
.mdi-inbox:before {
  content: "\f686";
}
.mdi-inbox-arrow-down:before {
  content: "\f2fb";
}
.mdi-inbox-arrow-up:before {
  content: "\f3d1";
}
.mdi-incognito:before {
  content: "\f5f9";
}
.mdi-infinity:before {
  content: "\f6e3";
}
.mdi-information:before {
  content: "\f2fc";
}
.mdi-information-outline:before {
  content: "\f2fd";
}
.mdi-information-variant:before {
  content: "\f64e";
}
.mdi-instagram:before {
  content: "\f2fe";
}
.mdi-instapaper:before {
  content: "\f2ff";
}
.mdi-internet-explorer:before {
  content: "\f300";
}
.mdi-invert-colors:before {
  content: "\f301";
}
.mdi-itunes:before {
  content: "\f676";
}
.mdi-jeepney:before {
  content: "\f302";
}
.mdi-jira:before {
  content: "\f303";
}
.mdi-jsfiddle:before {
  content: "\f304";
}
.mdi-json:before {
  content: "\f626";
}
.mdi-keg:before {
  content: "\f305";
}
.mdi-kettle:before {
  content: "\f5fa";
}
.mdi-key:before {
  content: "\f306";
}
.mdi-key-change:before {
  content: "\f307";
}
.mdi-key-minus:before {
  content: "\f308";
}
.mdi-key-plus:before {
  content: "\f309";
}
.mdi-key-remove:before {
  content: "\f30a";
}
.mdi-key-variant:before {
  content: "\f30b";
}
.mdi-keyboard:before {
  content: "\f30c";
}
.mdi-keyboard-backspace:before {
  content: "\f30d";
}
.mdi-keyboard-caps:before {
  content: "\f30e";
}
.mdi-keyboard-close:before {
  content: "\f30f";
}
.mdi-keyboard-off:before {
  content: "\f310";
}
.mdi-keyboard-return:before {
  content: "\f311";
}
.mdi-keyboard-tab:before {
  content: "\f312";
}
.mdi-keyboard-variant:before {
  content: "\f313";
}
.mdi-kodi:before {
  content: "\f314";
}
.mdi-label:before {
  content: "\f315";
}
.mdi-label-outline:before {
  content: "\f316";
}
.mdi-lambda:before {
  content: "\f627";
}
.mdi-lamp:before {
  content: "\f6b4";
}
.mdi-lan:before {
  content: "\f317";
}
.mdi-lan-connect:before {
  content: "\f318";
}
.mdi-lan-disconnect:before {
  content: "\f319";
}
.mdi-lan-pending:before {
  content: "\f31a";
}
.mdi-language-c:before {
  content: "\f671";
}
.mdi-language-cpp:before {
  content: "\f672";
}
.mdi-language-csharp:before {
  content: "\f31b";
}
.mdi-language-css3:before {
  content: "\f31c";
}
.mdi-language-html5:before {
  content: "\f31d";
}
.mdi-language-javascript:before {
  content: "\f31e";
}
.mdi-language-php:before {
  content: "\f31f";
}
.mdi-language-python:before {
  content: "\f320";
}
.mdi-language-python-text:before {
  content: "\f321";
}
.mdi-language-swift:before {
  content: "\f6e4";
}
.mdi-language-typescript:before {
  content: "\f6e5";
}
.mdi-laptop:before {
  content: "\f322";
}
.mdi-laptop-chromebook:before {
  content: "\f323";
}
.mdi-laptop-mac:before {
  content: "\f324";
}
.mdi-laptop-off:before {
  content: "\f6e6";
}
.mdi-laptop-windows:before {
  content: "\f325";
}
.mdi-lastfm:before {
  content: "\f326";
}
.mdi-launch:before {
  content: "\f327";
}
.mdi-layers:before {
  content: "\f328";
}
.mdi-layers-off:before {
  content: "\f329";
}
.mdi-lead-pencil:before {
  content: "\f64f";
}
.mdi-leaf:before {
  content: "\f32a";
}
.mdi-led-off:before {
  content: "\f32b";
}
.mdi-led-on:before {
  content: "\f32c";
}
.mdi-led-outline:before {
  content: "\f32d";
}
.mdi-led-variant-off:before {
  content: "\f32e";
}
.mdi-led-variant-on:before {
  content: "\f32f";
}
.mdi-led-variant-outline:before {
  content: "\f330";
}
.mdi-library:before {
  content: "\f331";
}
.mdi-library-books:before {
  content: "\f332";
}
.mdi-library-music:before {
  content: "\f333";
}
.mdi-library-plus:before {
  content: "\f334";
}
.mdi-lightbulb:before {
  content: "\f335";
}
.mdi-lightbulb-on:before {
  content: "\f6e7";
}
.mdi-lightbulb-on-outline:before {
  content: "\f6e8";
}
.mdi-lightbulb-outline:before {
  content: "\f336";
}
.mdi-link:before {
  content: "\f337";
}
.mdi-link-off:before {
  content: "\f338";
}
.mdi-link-variant:before {
  content: "\f339";
}
.mdi-link-variant-off:before {
  content: "\f33a";
}
.mdi-linkedin:before {
  content: "\f33b";
}
.mdi-linkedin-box:before {
  content: "\f33c";
}
.mdi-linux:before {
  content: "\f33d";
}
.mdi-lock:before {
  content: "\f33e";
}
.mdi-lock-open:before {
  content: "\f33f";
}
.mdi-lock-open-outline:before {
  content: "\f340";
}
.mdi-lock-outline:before {
  content: "\f341";
}
.mdi-lock-pattern:before {
  content: "\f6e9";
}
.mdi-lock-plus:before {
  content: "\f5fb";
}
.mdi-login:before {
  content: "\f342";
}
.mdi-login-variant:before {
  content: "\f5fc";
}
.mdi-logout:before {
  content: "\f343";
}
.mdi-logout-variant:before {
  content: "\f5fd";
}
.mdi-looks:before {
  content: "\f344";
}
.mdi-loop:before {
  content: "\f6ea";
}
.mdi-loupe:before {
  content: "\f345";
}
.mdi-lumx:before {
  content: "\f346";
}
.mdi-magnet:before {
  content: "\f347";
}
.mdi-magnet-on:before {
  content: "\f348";
}
.mdi-magnify:before {
  content: "\f349";
}
.mdi-magnify-minus:before {
  content: "\f34a";
}
.mdi-magnify-minus-outline:before {
  content: "\f6eb";
}
.mdi-magnify-plus:before {
  content: "\f34b";
}
.mdi-magnify-plus-outline:before {
  content: "\f6ec";
}
.mdi-mail-ru:before {
  content: "\f34c";
}
.mdi-mailbox:before {
  content: "\f6ed";
}
.mdi-map:before {
  content: "\f34d";
}
.mdi-map-marker:before {
  content: "\f34e";
}
.mdi-map-marker-circle:before {
  content: "\f34f";
}
.mdi-map-marker-minus:before {
  content: "\f650";
}
.mdi-map-marker-multiple:before {
  content: "\f350";
}
.mdi-map-marker-off:before {
  content: "\f351";
}
.mdi-map-marker-plus:before {
  content: "\f651";
}
.mdi-map-marker-radius:before {
  content: "\f352";
}
.mdi-margin:before {
  content: "\f353";
}
.mdi-markdown:before {
  content: "\f354";
}
.mdi-marker:before {
  content: "\f652";
}
.mdi-marker-check:before {
  content: "\f355";
}
.mdi-martini:before {
  content: "\f356";
}
.mdi-material-ui:before {
  content: "\f357";
}
.mdi-math-compass:before {
  content: "\f358";
}
.mdi-matrix:before {
  content: "\f628";
}
.mdi-maxcdn:before {
  content: "\f359";
}
.mdi-medical-bag:before {
  content: "\f6ee";
}
.mdi-medium:before {
  content: "\f35a";
}
.mdi-memory:before {
  content: "\f35b";
}
.mdi-menu:before {
  content: "\f35c";
}
.mdi-menu-down:before {
  content: "\f35d";
}
.mdi-menu-down-outline:before {
  content: "\f6b5";
}
.mdi-menu-left:before {
  content: "\f35e";
}
.mdi-menu-right:before {
  content: "\f35f";
}
.mdi-menu-up:before {
  content: "\f360";
}
.mdi-menu-up-outline:before {
  content: "\f6b6";
}
.mdi-message:before {
  content: "\f361";
}
.mdi-message-alert:before {
  content: "\f362";
}
.mdi-message-bulleted:before {
  content: "\f6a1";
}
.mdi-message-bulleted-off:before {
  content: "\f6a2";
}
.mdi-message-draw:before {
  content: "\f363";
}
.mdi-message-image:before {
  content: "\f364";
}
.mdi-message-outline:before {
  content: "\f365";
}
.mdi-message-plus:before {
  content: "\f653";
}
.mdi-message-processing:before {
  content: "\f366";
}
.mdi-message-reply:before {
  content: "\f367";
}
.mdi-message-reply-text:before {
  content: "\f368";
}
.mdi-message-settings:before {
  content: "\f6ef";
}
.mdi-message-settings-variant:before {
  content: "\f6f0";
}
.mdi-message-text:before {
  content: "\f369";
}
.mdi-message-text-outline:before {
  content: "\f36a";
}
.mdi-message-video:before {
  content: "\f36b";
}
.mdi-meteor:before {
  content: "\f629";
}
.mdi-microphone:before {
  content: "\f36c";
}
.mdi-microphone-off:before {
  content: "\f36d";
}
.mdi-microphone-outline:before {
  content: "\f36e";
}
.mdi-microphone-settings:before {
  content: "\f36f";
}
.mdi-microphone-variant:before {
  content: "\f370";
}
.mdi-microphone-variant-off:before {
  content: "\f371";
}
.mdi-microscope:before {
  content: "\f654";
}
.mdi-microsoft:before {
  content: "\f372";
}
.mdi-minecraft:before {
  content: "\f373";
}
.mdi-minus:before {
  content: "\f374";
}
.mdi-minus-box:before {
  content: "\f375";
}
.mdi-minus-box-outline:before {
  content: "\f6f1";
}
.mdi-minus-circle:before {
  content: "\f376";
}
.mdi-minus-circle-outline:before {
  content: "\f377";
}
.mdi-minus-network:before {
  content: "\f378";
}
.mdi-mixcloud:before {
  content: "\f62a";
}
.mdi-monitor:before {
  content: "\f379";
}
.mdi-monitor-multiple:before {
  content: "\f37a";
}
.mdi-more:before {
  content: "\f37b";
}
.mdi-motorbike:before {
  content: "\f37c";
}
.mdi-mouse:before {
  content: "\f37d";
}
.mdi-mouse-off:before {
  content: "\f37e";
}
.mdi-mouse-variant:before {
  content: "\f37f";
}
.mdi-mouse-variant-off:before {
  content: "\f380";
}
.mdi-move-resize:before {
  content: "\f655";
}
.mdi-move-resize-variant:before {
  content: "\f656";
}
.mdi-movie:before {
  content: "\f381";
}
.mdi-multiplication:before {
  content: "\f382";
}
.mdi-multiplication-box:before {
  content: "\f383";
}
.mdi-music-box:before {
  content: "\f384";
}
.mdi-music-box-outline:before {
  content: "\f385";
}
.mdi-music-circle:before {
  content: "\f386";
}
.mdi-music-note:before {
  content: "\f387";
}
.mdi-music-note-bluetooth:before {
  content: "\f5fe";
}
.mdi-music-note-bluetooth-off:before {
  content: "\f5ff";
}
.mdi-music-note-eighth:before {
  content: "\f388";
}
.mdi-music-note-half:before {
  content: "\f389";
}
.mdi-music-note-off:before {
  content: "\f38a";
}
.mdi-music-note-quarter:before {
  content: "\f38b";
}
.mdi-music-note-sixteenth:before {
  content: "\f38c";
}
.mdi-music-note-whole:before {
  content: "\f38d";
}
.mdi-nature:before {
  content: "\f38e";
}
.mdi-nature-people:before {
  content: "\f38f";
}
.mdi-navigation:before {
  content: "\f390";
}
.mdi-near-me:before {
  content: "\f5cd";
}
.mdi-needle:before {
  content: "\f391";
}
.mdi-nest-protect:before {
  content: "\f392";
}
.mdi-nest-thermostat:before {
  content: "\f393";
}
.mdi-network:before {
  content: "\f6f2";
}
.mdi-network-download:before {
  content: "\f6f3";
}
.mdi-network-question:before {
  content: "\f6f4";
}
.mdi-network-upload:before {
  content: "\f6f5";
}
.mdi-new-box:before {
  content: "\f394";
}
.mdi-newspaper:before {
  content: "\f395";
}
.mdi-nfc:before {
  content: "\f396";
}
.mdi-nfc-tap:before {
  content: "\f397";
}
.mdi-nfc-variant:before {
  content: "\f398";
}
.mdi-nodejs:before {
  content: "\f399";
}
.mdi-note:before {
  content: "\f39a";
}
.mdi-note-multiple:before {
  content: "\f6b7";
}
.mdi-note-multiple-outline:before {
  content: "\f6b8";
}
.mdi-note-outline:before {
  content: "\f39b";
}
.mdi-note-plus:before {
  content: "\f39c";
}
.mdi-note-plus-outline:before {
  content: "\f39d";
}
.mdi-note-text:before {
  content: "\f39e";
}
.mdi-notification-clear-all:before {
  content: "\f39f";
}
.mdi-npm:before {
  content: "\f6f6";
}
.mdi-nuke:before {
  content: "\f6a3";
}
.mdi-numeric:before {
  content: "\f3a0";
}
.mdi-numeric-0-box:before {
  content: "\f3a1";
}
.mdi-numeric-0-box-multiple-outline:before {
  content: "\f3a2";
}
.mdi-numeric-0-box-outline:before {
  content: "\f3a3";
}
.mdi-numeric-1-box:before {
  content: "\f3a4";
}
.mdi-numeric-1-box-multiple-outline:before {
  content: "\f3a5";
}
.mdi-numeric-1-box-outline:before {
  content: "\f3a6";
}
.mdi-numeric-2-box:before {
  content: "\f3a7";
}
.mdi-numeric-2-box-multiple-outline:before {
  content: "\f3a8";
}
.mdi-numeric-2-box-outline:before {
  content: "\f3a9";
}
.mdi-numeric-3-box:before {
  content: "\f3aa";
}
.mdi-numeric-3-box-multiple-outline:before {
  content: "\f3ab";
}
.mdi-numeric-3-box-outline:before {
  content: "\f3ac";
}
.mdi-numeric-4-box:before {
  content: "\f3ad";
}
.mdi-numeric-4-box-multiple-outline:before {
  content: "\f3ae";
}
.mdi-numeric-4-box-outline:before {
  content: "\f3af";
}
.mdi-numeric-5-box:before {
  content: "\f3b0";
}
.mdi-numeric-5-box-multiple-outline:before {
  content: "\f3b1";
}
.mdi-numeric-5-box-outline:before {
  content: "\f3b2";
}
.mdi-numeric-6-box:before {
  content: "\f3b3";
}
.mdi-numeric-6-box-multiple-outline:before {
  content: "\f3b4";
}
.mdi-numeric-6-box-outline:before {
  content: "\f3b5";
}
.mdi-numeric-7-box:before {
  content: "\f3b6";
}
.mdi-numeric-7-box-multiple-outline:before {
  content: "\f3b7";
}
.mdi-numeric-7-box-outline:before {
  content: "\f3b8";
}
.mdi-numeric-8-box:before {
  content: "\f3b9";
}
.mdi-numeric-8-box-multiple-outline:before {
  content: "\f3ba";
}
.mdi-numeric-8-box-outline:before {
  content: "\f3bb";
}
.mdi-numeric-9-box:before {
  content: "\f3bc";
}
.mdi-numeric-9-box-multiple-outline:before {
  content: "\f3bd";
}
.mdi-numeric-9-box-outline:before {
  content: "\f3be";
}
.mdi-numeric-9-plus-box:before {
  content: "\f3bf";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f3c0";
}
.mdi-numeric-9-plus-box-outline:before {
  content: "\f3c1";
}
.mdi-nut:before {
  content: "\f6f7";
}
.mdi-nutrition:before {
  content: "\f3c2";
}
.mdi-oar:before {
  content: "\f67b";
}
.mdi-octagon:before {
  content: "\f3c3";
}
.mdi-octagon-outline:before {
  content: "\f3c4";
}
.mdi-octagram:before {
  content: "\f6f8";
}
.mdi-odnoklassniki:before {
  content: "\f3c5";
}
.mdi-office:before {
  content: "\f3c6";
}
.mdi-oil:before {
  content: "\f3c7";
}
.mdi-oil-temperature:before {
  content: "\f3c8";
}
.mdi-omega:before {
  content: "\f3c9";
}
.mdi-onedrive:before {
  content: "\f3ca";
}
.mdi-opacity:before {
  content: "\f5cc";
}
.mdi-open-in-app:before {
  content: "\f3cb";
}
.mdi-open-in-new:before {
  content: "\f3cc";
}
.mdi-openid:before {
  content: "\f3cd";
}
.mdi-opera:before {
  content: "\f3ce";
}
.mdi-ornament:before {
  content: "\f3cf";
}
.mdi-ornament-variant:before {
  content: "\f3d0";
}
.mdi-owl:before {
  content: "\f3d2";
}
.mdi-package:before {
  content: "\f3d3";
}
.mdi-package-down:before {
  content: "\f3d4";
}
.mdi-package-up:before {
  content: "\f3d5";
}
.mdi-package-variant:before {
  content: "\f3d6";
}
.mdi-package-variant-closed:before {
  content: "\f3d7";
}
.mdi-page-first:before {
  content: "\f600";
}
.mdi-page-last:before {
  content: "\f601";
}
.mdi-page-layout-body:before {
  content: "\f6f9";
}
.mdi-page-layout-footer:before {
  content: "\f6fa";
}
.mdi-page-layout-header:before {
  content: "\f6fb";
}
.mdi-page-layout-sidebar-left:before {
  content: "\f6fc";
}
.mdi-page-layout-sidebar-right:before {
  content: "\f6fd";
}
.mdi-palette:before {
  content: "\f3d8";
}
.mdi-palette-advanced:before {
  content: "\f3d9";
}
.mdi-panda:before {
  content: "\f3da";
}
.mdi-pandora:before {
  content: "\f3db";
}
.mdi-panorama:before {
  content: "\f3dc";
}
.mdi-panorama-fisheye:before {
  content: "\f3dd";
}
.mdi-panorama-horizontal:before {
  content: "\f3de";
}
.mdi-panorama-vertical:before {
  content: "\f3df";
}
.mdi-panorama-wide-angle:before {
  content: "\f3e0";
}
.mdi-paper-cut-vertical:before {
  content: "\f3e1";
}
.mdi-paperclip:before {
  content: "\f3e2";
}
.mdi-parking:before {
  content: "\f3e3";
}
.mdi-pause:before {
  content: "\f3e4";
}
.mdi-pause-circle:before {
  content: "\f3e5";
}
.mdi-pause-circle-outline:before {
  content: "\f3e6";
}
.mdi-pause-octagon:before {
  content: "\f3e7";
}
.mdi-pause-octagon-outline:before {
  content: "\f3e8";
}
.mdi-paw:before {
  content: "\f3e9";
}
.mdi-paw-off:before {
  content: "\f657";
}
.mdi-pen:before {
  content: "\f3ea";
}
.mdi-pencil:before {
  content: "\f3eb";
}
.mdi-pencil-box:before {
  content: "\f3ec";
}
.mdi-pencil-box-outline:before {
  content: "\f3ed";
}
.mdi-pencil-circle:before {
  content: "\f6fe";
}
.mdi-pencil-lock:before {
  content: "\f3ee";
}
.mdi-pencil-off:before {
  content: "\f3ef";
}
.mdi-pentagon:before {
  content: "\f6ff";
}
.mdi-pentagon-outline:before {
  content: "\f700";
}
.mdi-percent:before {
  content: "\f3f0";
}
.mdi-pharmacy:before {
  content: "\f3f1";
}
.mdi-phone:before {
  content: "\f3f2";
}
.mdi-phone-bluetooth:before {
  content: "\f3f3";
}
.mdi-phone-classic:before {
  content: "\f602";
}
.mdi-phone-forward:before {
  content: "\f3f4";
}
.mdi-phone-hangup:before {
  content: "\f3f5";
}
.mdi-phone-in-talk:before {
  content: "\f3f6";
}
.mdi-phone-incoming:before {
  content: "\f3f7";
}
.mdi-phone-locked:before {
  content: "\f3f8";
}
.mdi-phone-log:before {
  content: "\f3f9";
}
.mdi-phone-minus:before {
  content: "\f658";
}
.mdi-phone-missed:before {
  content: "\f3fa";
}
.mdi-phone-outgoing:before {
  content: "\f3fb";
}
.mdi-phone-paused:before {
  content: "\f3fc";
}
.mdi-phone-plus:before {
  content: "\f659";
}
.mdi-phone-settings:before {
  content: "\f3fd";
}
.mdi-phone-voip:before {
  content: "\f3fe";
}
.mdi-pi:before {
  content: "\f3ff";
}
.mdi-pi-box:before {
  content: "\f400";
}
.mdi-piano:before {
  content: "\f67c";
}
.mdi-pig:before {
  content: "\f401";
}
.mdi-pill:before {
  content: "\f402";
}
.mdi-pillar:before {
  content: "\f701";
}
.mdi-pin:before {
  content: "\f403";
}
.mdi-pin-off:before {
  content: "\f404";
}
.mdi-pine-tree:before {
  content: "\f405";
}
.mdi-pine-tree-box:before {
  content: "\f406";
}
.mdi-pinterest:before {
  content: "\f407";
}
.mdi-pinterest-box:before {
  content: "\f408";
}
.mdi-pistol:before {
  content: "\f702";
}
.mdi-pizza:before {
  content: "\f409";
}
.mdi-plane-shield:before {
  content: "\f6ba";
}
.mdi-play:before {
  content: "\f40a";
}
.mdi-play-box-outline:before {
  content: "\f40b";
}
.mdi-play-circle:before {
  content: "\f40c";
}
.mdi-play-circle-outline:before {
  content: "\f40d";
}
.mdi-play-pause:before {
  content: "\f40e";
}
.mdi-play-protected-content:before {
  content: "\f40f";
}
.mdi-playlist-check:before {
  content: "\f5c7";
}
.mdi-playlist-minus:before {
  content: "\f410";
}
.mdi-playlist-play:before {
  content: "\f411";
}
.mdi-playlist-plus:before {
  content: "\f412";
}
.mdi-playlist-remove:before {
  content: "\f413";
}
.mdi-playstation:before {
  content: "\f414";
}
.mdi-plex:before {
  content: "\f6b9";
}
.mdi-plus:before {
  content: "\f415";
}
.mdi-plus-box:before {
  content: "\f416";
}
.mdi-plus-box-outline:before {
  content: "\f703";
}
.mdi-plus-circle:before {
  content: "\f417";
}
.mdi-plus-circle-multiple-outline:before {
  content: "\f418";
}
.mdi-plus-circle-outline:before {
  content: "\f419";
}
.mdi-plus-network:before {
  content: "\f41a";
}
.mdi-plus-one:before {
  content: "\f41b";
}
.mdi-plus-outline:before {
  content: "\f704";
}
.mdi-pocket:before {
  content: "\f41c";
}
.mdi-pokeball:before {
  content: "\f41d";
}
.mdi-polarAdminid:before {
  content: "\f41e";
}
.mdi-poll:before {
  content: "\f41f";
}
.mdi-poll-box:before {
  content: "\f420";
}
.mdi-polymer:before {
  content: "\f421";
}
.mdi-pool:before {
  content: "\f606";
}
.mdi-popcorn:before {
  content: "\f422";
}
.mdi-pot:before {
  content: "\f65a";
}
.mdi-pot-mix:before {
  content: "\f65b";
}
.mdi-pound:before {
  content: "\f423";
}
.mdi-pound-box:before {
  content: "\f424";
}
.mdi-power:before {
  content: "\f425";
}
.mdi-power-plug:before {
  content: "\f6a4";
}
.mdi-power-plug-off:before {
  content: "\f6a5";
}
.mdi-power-settings:before {
  content: "\f426";
}
.mdi-power-socket:before {
  content: "\f427";
}
.mdi-prescription:before {
  content: "\f705";
}
.mdi-presentation:before {
  content: "\f428";
}
.mdi-presentation-play:before {
  content: "\f429";
}
.mdi-printer:before {
  content: "\f42a";
}
.mdi-printer-3d:before {
  content: "\f42b";
}
.mdi-printer-alert:before {
  content: "\f42c";
}
.mdi-printer-settings:before {
  content: "\f706";
}
.mdi-priority-high:before {
  content: "\f603";
}
.mdi-priority-low:before {
  content: "\f604";
}
.mdi-professional-hexagon:before {
  content: "\f42d";
}
.mdi-projector:before {
  content: "\f42e";
}
.mdi-projector-screen:before {
  content: "\f42f";
}
.mdi-publish:before {
  content: "\f6a6";
}
.mdi-pulse:before {
  content: "\f430";
}
.mdi-puzzle:before {
  content: "\f431";
}
.mdi-qqchat:before {
  content: "\f605";
}
.mdi-qrcode:before {
  content: "\f432";
}
.mdi-qrcode-scan:before {
  content: "\f433";
}
.mdi-quadcopter:before {
  content: "\f434";
}
.mdi-quality-high:before {
  content: "\f435";
}
.mdi-quicktime:before {
  content: "\f436";
}
.mdi-radar:before {
  content: "\f437";
}
.mdi-radiator:before {
  content: "\f438";
}
.mdi-radio:before {
  content: "\f439";
}
.mdi-radio-handheld:before {
  content: "\f43a";
}
.mdi-radio-tower:before {
  content: "\f43b";
}
.mdi-radioactive:before {
  content: "\f43c";
}
.mdi-radiobox-blank:before {
  content: "\f43d";
}
.mdi-radiobox-marked:before {
  content: "\f43e";
}
.mdi-raspberrypi:before {
  content: "\f43f";
}
.mdi-ray-end:before {
  content: "\f440";
}
.mdi-ray-end-arrow:before {
  content: "\f441";
}
.mdi-ray-start:before {
  content: "\f442";
}
.mdi-ray-start-arrow:before {
  content: "\f443";
}
.mdi-ray-start-end:before {
  content: "\f444";
}
.mdi-ray-vertex:before {
  content: "\f445";
}
.mdi-rdio:before {
  content: "\f446";
}
.mdi-react:before {
  content: "\f707";
}
.mdi-read:before {
  content: "\f447";
}
.mdi-readability:before {
  content: "\f448";
}
.mdi-receipt:before {
  content: "\f449";
}
.mdi-record:before {
  content: "\f44a";
}
.mdi-record-rec:before {
  content: "\f44b";
}
.mdi-recycle:before {
  content: "\f44c";
}
.mdi-reddit:before {
  content: "\f44d";
}
.mdi-redo:before {
  content: "\f44e";
}
.mdi-redo-variant:before {
  content: "\f44f";
}
.mdi-refresh:before {
  content: "\f450";
}
.mdi-regex:before {
  content: "\f451";
}
.mdi-relative-scale:before {
  content: "\f452";
}
.mdi-reload:before {
  content: "\f453";
}
.mdi-remote:before {
  content: "\f454";
}
.mdi-rename-box:before {
  content: "\f455";
}
.mdi-reorder-horizontal:before {
  content: "\f687";
}
.mdi-reorder-vertical:before {
  content: "\f688";
}
.mdi-repeat:before {
  content: "\f456";
}
.mdi-repeat-off:before {
  content: "\f457";
}
.mdi-repeat-once:before {
  content: "\f458";
}
.mdi-replay:before {
  content: "\f459";
}
.mdi-reply:before {
  content: "\f45a";
}
.mdi-reply-all:before {
  content: "\f45b";
}
.mdi-reproduction:before {
  content: "\f45c";
}
.mdi-resize-bottom-right:before {
  content: "\f45d";
}
.mdi-responsive:before {
  content: "\f45e";
}
.mdi-restart:before {
  content: "\f708";
}
.mdi-restore:before {
  content: "\f6a7";
}
.mdi-rewind:before {
  content: "\f45f";
}
.mdi-rewind-outline:before {
  content: "\f709";
}
.mdi-rhombus:before {
  content: "\f70a";
}
.mdi-rhombus-outline:before {
  content: "\f70b";
}
.mdi-ribbon:before {
  content: "\f460";
}
.mdi-road:before {
  content: "\f461";
}
.mdi-road-variant:before {
  content: "\f462";
}
.mdi-robot:before {
  content: "\f6a8";
}
.mdi-rocket:before {
  content: "\f463";
}
.mdi-roomba:before {
  content: "\f70c";
}
.mdi-rotate-3d:before {
  content: "\f464";
}
.mdi-rotate-left:before {
  content: "\f465";
}
.mdi-rotate-left-variant:before {
  content: "\f466";
}
.mdi-rotate-right:before {
  content: "\f467";
}
.mdi-rotate-right-variant:before {
  content: "\f468";
}
.mdi-rounded-corner:before {
  content: "\f607";
}
.mdi-router-wireless:before {
  content: "\f469";
}
.mdi-routes:before {
  content: "\f46a";
}
.mdi-rowing:before {
  content: "\f608";
}
.mdi-rss:before {
  content: "\f46b";
}
.mdi-rss-box:before {
  content: "\f46c";
}
.mdi-ruler:before {
  content: "\f46d";
}
.mdi-run:before {
  content: "\f70d";
}
.mdi-run-fast:before {
  content: "\f46e";
}
.mdi-sale:before {
  content: "\f46f";
}
.mdi-satellite:before {
  content: "\f470";
}
.mdi-satellite-variant:before {
  content: "\f471";
}
.mdi-saxophone:before {
  content: "\f609";
}
.mdi-scale:before {
  content: "\f472";
}
.mdi-scale-balance:before {
  content: "\f5d1";
}
.mdi-scale-bathroom:before {
  content: "\f473";
}
.mdi-scanner:before {
  content: "\f6aa";
}
.mdi-school:before {
  content: "\f474";
}
.mdi-screen-rotation:before {
  content: "\f475";
}
.mdi-screen-rotation-lock:before {
  content: "\f476";
}
.mdi-screwdriver:before {
  content: "\f477";
}
.mdi-script:before {
  content: "\f478";
}
.mdi-sd:before {
  content: "\f479";
}
.mdi-seal:before {
  content: "\f47a";
}
.mdi-search-web:before {
  content: "\f70e";
}
.mdi-seat-flat:before {
  content: "\f47b";
}
.mdi-seat-flat-angled:before {
  content: "\f47c";
}
.mdi-seat-individual-suite:before {
  content: "\f47d";
}
.mdi-seat-legroom-extra:before {
  content: "\f47e";
}
.mdi-seat-legroom-normal:before {
  content: "\f47f";
}
.mdi-seat-legroom-reduced:before {
  content: "\f480";
}
.mdi-seat-recline-extra:before {
  content: "\f481";
}
.mdi-seat-recline-normal:before {
  content: "\f482";
}
.mdi-security:before {
  content: "\f483";
}
.mdi-security-home:before {
  content: "\f689";
}
.mdi-security-network:before {
  content: "\f484";
}
.mdi-select:before {
  content: "\f485";
}
.mdi-select-all:before {
  content: "\f486";
}
.mdi-select-inverse:before {
  content: "\f487";
}
.mdi-select-off:before {
  content: "\f488";
}
.mdi-selection:before {
  content: "\f489";
}
.mdi-send:before {
  content: "\f48a";
}
.mdi-serial-port:before {
  content: "\f65c";
}
.mdi-server:before {
  content: "\f48b";
}
.mdi-server-minus:before {
  content: "\f48c";
}
.mdi-server-network:before {
  content: "\f48d";
}
.mdi-server-network-off:before {
  content: "\f48e";
}
.mdi-server-off:before {
  content: "\f48f";
}
.mdi-server-plus:before {
  content: "\f490";
}
.mdi-server-remove:before {
  content: "\f491";
}
.mdi-server-security:before {
  content: "\f492";
}
.mdi-settings:before {
  content: "\f493";
}
.mdi-settings-box:before {
  content: "\f494";
}
.mdi-shape-circle-plus:before {
  content: "\f65d";
}
.mdi-shape-plus:before {
  content: "\f495";
}
.mdi-shape-polygon-plus:before {
  content: "\f65e";
}
.mdi-shape-rectangle-plus:before {
  content: "\f65f";
}
.mdi-shape-square-plus:before {
  content: "\f660";
}
.mdi-share:before {
  content: "\f496";
}
.mdi-share-variant:before {
  content: "\f497";
}
.mdi-shield:before {
  content: "\f498";
}
.mdi-shield-outline:before {
  content: "\f499";
}
.mdi-shopping:before {
  content: "\f49a";
}
.mdi-shopping-music:before {
  content: "\f49b";
}
.mdi-shovel:before {
  content: "\f70f";
}
.mdi-shovel-off:before {
  content: "\f710";
}
.mdi-shredder:before {
  content: "\f49c";
}
.mdi-shuffle:before {
  content: "\f49d";
}
.mdi-shuffle-disabled:before {
  content: "\f49e";
}
.mdi-shuffle-variant:before {
  content: "\f49f";
}
.mdi-sigma:before {
  content: "\f4a0";
}
.mdi-sigma-lower:before {
  content: "\f62b";
}
.mdi-sign-caution:before {
  content: "\f4a1";
}
.mdi-signal:before {
  content: "\f4a2";
}
.mdi-signal-2g:before {
  content: "\f711";
}
.mdi-signal-3g:before {
  content: "\f712";
}
.mdi-signal-4g:before {
  content: "\f713";
}
.mdi-signal-hspa:before {
  content: "\f714";
}
.mdi-signal-hspa-plus:before {
  content: "\f715";
}
.mdi-signal-variant:before {
  content: "\f60a";
}
.mdi-silverware:before {
  content: "\f4a3";
}
.mdi-silverware-fork:before {
  content: "\f4a4";
}
.mdi-silverware-spoon:before {
  content: "\f4a5";
}
.mdi-silverware-variant:before {
  content: "\f4a6";
}
.mdi-sim:before {
  content: "\f4a7";
}
.mdi-sim-alert:before {
  content: "\f4a8";
}
.mdi-sim-off:before {
  content: "\f4a9";
}
.mdi-sitemap:before {
  content: "\f4aa";
}
.mdi-skip-backward:before {
  content: "\f4ab";
}
.mdi-skip-forward:before {
  content: "\f4ac";
}
.mdi-skip-next:before {
  content: "\f4ad";
}
.mdi-skip-next-circle:before {
  content: "\f661";
}
.mdi-skip-next-circle-outline:before {
  content: "\f662";
}
.mdi-skip-previous:before {
  content: "\f4ae";
}
.mdi-skip-previous-circle:before {
  content: "\f663";
}
.mdi-skip-previous-circle-outline:before {
  content: "\f664";
}
.mdi-skull:before {
  content: "\f68b";
}
.mdi-skype:before {
  content: "\f4af";
}
.mdi-skype-business:before {
  content: "\f4b0";
}
.mdi-slack:before {
  content: "\f4b1";
}
.mdi-sleep:before {
  content: "\f4b2";
}
.mdi-sleep-off:before {
  content: "\f4b3";
}
.mdi-smoking:before {
  content: "\f4b4";
}
.mdi-smoking-off:before {
  content: "\f4b5";
}
.mdi-snapchat:before {
  content: "\f4b6";
}
.mdi-snowflake:before {
  content: "\f716";
}
.mdi-snowman:before {
  content: "\f4b7";
}
.mdi-soccer:before {
  content: "\f4b8";
}
.mdi-sofa:before {
  content: "\f4b9";
}
.mdi-solid:before {
  content: "\f68c";
}
.mdi-sort:before {
  content: "\f4ba";
}
.mdi-sort-alphabetical:before {
  content: "\f4bb";
}
.mdi-sort-ascending:before {
  content: "\f4bc";
}
.mdi-sort-descending:before {
  content: "\f4bd";
}
.mdi-sort-numeric:before {
  content: "\f4be";
}
.mdi-sort-variant:before {
  content: "\f4bf";
}
.mdi-soundcloud:before {
  content: "\f4c0";
}
.mdi-source-branch:before {
  content: "\f62c";
}
.mdi-source-commit:before {
  content: "\f717";
}
.mdi-source-commit-end:before {
  content: "\f718";
}
.mdi-source-commit-end-local:before {
  content: "\f719";
}
.mdi-source-commit-local:before {
  content: "\f71a";
}
.mdi-source-commit-next-local:before {
  content: "\f71b";
}
.mdi-source-commit-start:before {
  content: "\f71c";
}
.mdi-source-commit-start-next-local:before {
  content: "\f71d";
}
.mdi-source-fork:before {
  content: "\f4c1";
}
.mdi-source-merge:before {
  content: "\f62d";
}
.mdi-source-pull:before {
  content: "\f4c2";
}
.mdi-speaker:before {
  content: "\f4c3";
}
.mdi-speaker-off:before {
  content: "\f4c4";
}
.mdi-speaker-wireless:before {
  content: "\f71e";
}
.mdi-speedometer:before {
  content: "\f4c5";
}
.mdi-spellcheck:before {
  content: "\f4c6";
}
.mdi-spotify:before {
  content: "\f4c7";
}
.mdi-spotlight:before {
  content: "\f4c8";
}
.mdi-spotlight-beam:before {
  content: "\f4c9";
}
.mdi-spray:before {
  content: "\f665";
}
.mdi-square-inc:before {
  content: "\f4ca";
}
.mdi-square-inc-cash:before {
  content: "\f4cb";
}
.mdi-stackexchange:before {
  content: "\f60b";
}
.mdi-stackoverflow:before {
  content: "\f4cc";
}
.mdi-stadium:before {
  content: "\f71f";
}
.mdi-stairs:before {
  content: "\f4cd";
}
.mdi-star:before {
  content: "\f4ce";
}
.mdi-star-circle:before {
  content: "\f4cf";
}
.mdi-star-half:before {
  content: "\f4d0";
}
.mdi-star-off:before {
  content: "\f4d1";
}
.mdi-star-outline:before {
  content: "\f4d2";
}
.mdi-steam:before {
  content: "\f4d3";
}
.mdi-steering:before {
  content: "\f4d4";
}
.mdi-step-backward:before {
  content: "\f4d5";
}
.mdi-step-backward-2:before {
  content: "\f4d6";
}
.mdi-step-forward:before {
  content: "\f4d7";
}
.mdi-step-forward-2:before {
  content: "\f4d8";
}
.mdi-stethoscope:before {
  content: "\f4d9";
}
.mdi-sticker:before {
  content: "\f5d0";
}
.mdi-stocking:before {
  content: "\f4da";
}
.mdi-stop:before {
  content: "\f4db";
}
.mdi-stop-circle:before {
  content: "\f666";
}
.mdi-stop-circle-outline:before {
  content: "\f667";
}
.mdi-store:before {
  content: "\f4dc";
}
.mdi-store-24-hour:before {
  content: "\f4dd";
}
.mdi-stove:before {
  content: "\f4de";
}
.mdi-subdirectory-arrow-left:before {
  content: "\f60c";
}
.mdi-subdirectory-arrow-right:before {
  content: "\f60d";
}
.mdi-subway:before {
  content: "\f6ab";
}
.mdi-subway-variant:before {
  content: "\f4df";
}
.mdi-sunglasses:before {
  content: "\f4e0";
}
.mdi-surround-sound:before {
  content: "\f5c5";
}
.mdi-svg:before {
  content: "\f720";
}
.mdi-swap-horizontal:before {
  content: "\f4e1";
}
.mdi-swap-vertical:before {
  content: "\f4e2";
}
.mdi-swim:before {
  content: "\f4e3";
}
.mdi-switch:before {
  content: "\f4e4";
}
.mdi-sword:before {
  content: "\f4e5";
}
.mdi-sync:before {
  content: "\f4e6";
}
.mdi-sync-alert:before {
  content: "\f4e7";
}
.mdi-sync-off:before {
  content: "\f4e8";
}
.mdi-tab:before {
  content: "\f4e9";
}
.mdi-tab-unselected:before {
  content: "\f4ea";
}
.mdi-table:before {
  content: "\f4eb";
}
.mdi-table-column-plus-after:before {
  content: "\f4ec";
}
.mdi-table-column-plus-before:before {
  content: "\f4ed";
}
.mdi-table-column-remove:before {
  content: "\f4ee";
}
.mdi-table-column-width:before {
  content: "\f4ef";
}
.mdi-table-edit:before {
  content: "\f4f0";
}
.mdi-table-large:before {
  content: "\f4f1";
}
.mdi-table-row-height:before {
  content: "\f4f2";
}
.mdi-table-row-plus-after:before {
  content: "\f4f3";
}
.mdi-table-row-plus-before:before {
  content: "\f4f4";
}
.mdi-table-row-remove:before {
  content: "\f4f5";
}
.mdi-tablet:before {
  content: "\f4f6";
}
.mdi-tablet-andrAdminid:before {
  content: "\f4f7";
}
.mdi-tablet-ipad:before {
  content: "\f4f8";
}
.mdi-tag:before {
  content: "\f4f9";
}
.mdi-tag-faces:before {
  content: "\f4fa";
}
.mdi-tag-heart:before {
  content: "\f68a";
}
.mdi-tag-multiple:before {
  content: "\f4fb";
}
.mdi-tag-outline:before {
  content: "\f4fc";
}
.mdi-tag-plus:before {
  content: "\f721";
}
.mdi-tag-remove:before {
  content: "\f722";
}
.mdi-tag-text-outline:before {
  content: "\f4fd";
}
.mdi-target:before {
  content: "\f4fe";
}
.mdi-taxi:before {
  content: "\f4ff";
}
.mdi-teamviewer:before {
  content: "\f500";
}
.mdi-telegram:before {
  content: "\f501";
}
.mdi-television:before {
  content: "\f502";
}
.mdi-television-guide:before {
  content: "\f503";
}
.mdi-temperature-celsius:before {
  content: "\f504";
}
.mdi-temperature-fahrenheit:before {
  content: "\f505";
}
.mdi-temperature-kelvin:before {
  content: "\f506";
}
.mdi-tennis:before {
  content: "\f507";
}
.mdi-tent:before {
  content: "\f508";
}
.mdi-terrain:before {
  content: "\f509";
}
.mdi-test-tube:before {
  content: "\f668";
}
.mdi-text-shadow:before {
  content: "\f669";
}
.mdi-text-to-speech:before {
  content: "\f50a";
}
.mdi-text-to-speech-off:before {
  content: "\f50b";
}
.mdi-textbox:before {
  content: "\f60e";
}
.mdi-texture:before {
  content: "\f50c";
}
.mdi-theater:before {
  content: "\f50d";
}
.mdi-theme-light-dark:before {
  content: "\f50e";
}
.mdi-thermometer:before {
  content: "\f50f";
}
.mdi-thermometer-lines:before {
  content: "\f510";
}
.mdi-thumb-down:before {
  content: "\f511";
}
.mdi-thumb-down-outline:before {
  content: "\f512";
}
.mdi-thumb-up:before {
  content: "\f513";
}
.mdi-thumb-up-outline:before {
  content: "\f514";
}
.mdi-thumbs-up-down:before {
  content: "\f515";
}
.mdi-ticket:before {
  content: "\f516";
}
.mdi-ticket-account:before {
  content: "\f517";
}
.mdi-ticket-confirmation:before {
  content: "\f518";
}
.mdi-ticket-percent:before {
  content: "\f723";
}
.mdi-tie:before {
  content: "\f519";
}
.mdi-tilde:before {
  content: "\f724";
}
.mdi-timelapse:before {
  content: "\f51a";
}
.mdi-timer:before {
  content: "\f51b";
}
.mdi-timer-10:before {
  content: "\f51c";
}
.mdi-timer-3:before {
  content: "\f51d";
}
.mdi-timer-off:before {
  content: "\f51e";
}
.mdi-timer-sand:before {
  content: "\f51f";
}
.mdi-timer-sand-empty:before {
  content: "\f6ac";
}
.mdi-timetable:before {
  content: "\f520";
}
.mdi-toggle-switch:before {
  content: "\f521";
}
.mdi-toggle-switch-off:before {
  content: "\f522";
}
.mdi-tooltip:before {
  content: "\f523";
}
.mdi-tooltip-edit:before {
  content: "\f524";
}
.mdi-tooltip-image:before {
  content: "\f525";
}
.mdi-tooltip-outline:before {
  content: "\f526";
}
.mdi-tooltip-outline-plus:before {
  content: "\f527";
}
.mdi-tooltip-text:before {
  content: "\f528";
}
.mdi-tooth:before {
  content: "\f529";
}
.mdi-tor:before {
  content: "\f52a";
}
.mdi-tower-beach:before {
  content: "\f680";
}
.mdi-tower-fire:before {
  content: "\f681";
}
.mdi-traffic-light:before {
  content: "\f52b";
}
.mdi-train:before {
  content: "\f52c";
}
.mdi-tram:before {
  content: "\f52d";
}
.mdi-transcribe:before {
  content: "\f52e";
}
.mdi-transcribe-close:before {
  content: "\f52f";
}
.mdi-transfer:before {
  content: "\f530";
}
.mdi-transit-transfer:before {
  content: "\f6ad";
}
.mdi-translate:before {
  content: "\f5ca";
}
.mdi-treasure-chest:before {
  content: "\f725";
}
.mdi-tree:before {
  content: "\f531";
}
.mdi-trello:before {
  content: "\f532";
}
.mdi-trending-down:before {
  content: "\f533";
}
.mdi-trending-neutral:before {
  content: "\f534";
}
.mdi-trending-up:before {
  content: "\f535";
}
.mdi-triangle:before {
  content: "\f536";
}
.mdi-triangle-outline:before {
  content: "\f537";
}
.mdi-trophy:before {
  content: "\f538";
}
.mdi-trophy-award:before {
  content: "\f539";
}
.mdi-trophy-outline:before {
  content: "\f53a";
}
.mdi-trophy-variant:before {
  content: "\f53b";
}
.mdi-trophy-variant-outline:before {
  content: "\f53c";
}
.mdi-truck:before {
  content: "\f53d";
}
.mdi-truck-delivery:before {
  content: "\f53e";
}
.mdi-truck-trailer:before {
  content: "\f726";
}
.mdi-tshirt-crew:before {
  content: "\f53f";
}
.mdi-tshirt-v:before {
  content: "\f540";
}
.mdi-tumblr:before {
  content: "\f541";
}
.mdi-tumblr-reblog:before {
  content: "\f542";
}
.mdi-tune:before {
  content: "\f62e";
}
.mdi-tune-vertical:before {
  content: "\f66a";
}
.mdi-twitch:before {
  content: "\f543";
}
.mdi-twitter:before {
  content: "\f544";
}
.mdi-twitter-box:before {
  content: "\f545";
}
.mdi-twitter-circle:before {
  content: "\f546";
}
.mdi-twitter-retweet:before {
  content: "\f547";
}
.mdi-ubuntu:before {
  content: "\f548";
}
.mdi-umbraco:before {
  content: "\f549";
}
.mdi-umbrella:before {
  content: "\f54a";
}
.mdi-umbrella-outline:before {
  content: "\f54b";
}
.mdi-undo:before {
  content: "\f54c";
}
.mdi-undo-variant:before {
  content: "\f54d";
}
.mdi-unfold-less:before {
  content: "\f54e";
}
.mdi-unfold-more:before {
  content: "\f54f";
}
.mdi-ungroup:before {
  content: "\f550";
}
.mdi-unity:before {
  content: "\f6ae";
}
.mdi-untappd:before {
  content: "\f551";
}
.mdi-update:before {
  content: "\f6af";
}
.mdi-upload:before {
  content: "\f552";
}
.mdi-usb:before {
  content: "\f553";
}
.mdi-vector-arrange-above:before {
  content: "\f554";
}
.mdi-vector-arrange-below:before {
  content: "\f555";
}
.mdi-vector-circle:before {
  content: "\f556";
}
.mdi-vector-circle-variant:before {
  content: "\f557";
}
.mdi-vector-combine:before {
  content: "\f558";
}
.mdi-vector-curve:before {
  content: "\f559";
}
.mdi-vector-difference:before {
  content: "\f55a";
}
.mdi-vector-difference-ab:before {
  content: "\f55b";
}
.mdi-vector-difference-ba:before {
  content: "\f55c";
}
.mdi-vector-intersection:before {
  content: "\f55d";
}
.mdi-vector-line:before {
  content: "\f55e";
}
.mdi-vector-point:before {
  content: "\f55f";
}
.mdi-vector-polygon:before {
  content: "\f560";
}
.mdi-vector-polyline:before {
  content: "\f561";
}
.mdi-vector-rectangle:before {
  content: "\f5c6";
}
.mdi-vector-selection:before {
  content: "\f562";
}
.mdi-vector-square:before {
  content: "\f001";
}
.mdi-vector-triangle:before {
  content: "\f563";
}
.mdi-vector-union:before {
  content: "\f564";
}
.mdi-verified:before {
  content: "\f565";
}
.mdi-vibrate:before {
  content: "\f566";
}
.mdi-video:before {
  content: "\f567";
}
.mdi-video-off:before {
  content: "\f568";
}
.mdi-video-switch:before {
  content: "\f569";
}
.mdi-view-agenda:before {
  content: "\f56a";
}
.mdi-view-array:before {
  content: "\f56b";
}
.mdi-view-carousel:before {
  content: "\f56c";
}
.mdi-view-column:before {
  content: "\f56d";
}
.mdi-view-dashboard:before {
  content: "\f56e";
}
.mdi-view-day:before {
  content: "\f56f";
}
.mdi-view-grid:before {
  content: "\f570";
}
.mdi-view-headline:before {
  content: "\f571";
}
.mdi-view-list:before {
  content: "\f572";
}
.mdi-view-module:before {
  content: "\f573";
}
.mdi-view-parallel:before {
  content: "\f727";
}
.mdi-view-quilt:before {
  content: "\f574";
}
.mdi-view-sequential:before {
  content: "\f728";
}
.mdi-view-stream:before {
  content: "\f575";
}
.mdi-view-week:before {
  content: "\f576";
}
.mdi-vimeo:before {
  content: "\f577";
}
.mdi-vine:before {
  content: "\f578";
}
.mdi-violin:before {
  content: "\f60f";
}
.mdi-visualstudio:before {
  content: "\f610";
}
.mdi-vk:before {
  content: "\f579";
}
.mdi-vk-box:before {
  content: "\f57a";
}
.mdi-vk-circle:before {
  content: "\f57b";
}
.mdi-vlc:before {
  content: "\f57c";
}
.mdi-voice:before {
  content: "\f5cb";
}
.mdi-voicemail:before {
  content: "\f57d";
}
.mdi-volume-high:before {
  content: "\f57e";
}
.mdi-volume-low:before {
  content: "\f57f";
}
.mdi-volume-medium:before {
  content: "\f580";
}
.mdi-volume-off:before {
  content: "\f581";
}
.mdi-vpn:before {
  content: "\f582";
}
.mdi-walk:before {
  content: "\f583";
}
.mdi-wallet:before {
  content: "\f584";
}
.mdi-wallet-giftcard:before {
  content: "\f585";
}
.mdi-wallet-membership:before {
  content: "\f586";
}
.mdi-wallet-travel:before {
  content: "\f587";
}
.mdi-wan:before {
  content: "\f588";
}
.mdi-washing-machine:before {
  content: "\f729";
}
.mdi-watch:before {
  content: "\f589";
}
.mdi-watch-export:before {
  content: "\f58a";
}
.mdi-watch-import:before {
  content: "\f58b";
}
.mdi-watch-vibrate:before {
  content: "\f6b0";
}
.mdi-water:before {
  content: "\f58c";
}
.mdi-water-off:before {
  content: "\f58d";
}
.mdi-water-percent:before {
  content: "\f58e";
}
.mdi-water-pump:before {
  content: "\f58f";
}
.mdi-watermark:before {
  content: "\f612";
}
.mdi-weather-cloudy:before {
  content: "\f590";
}
.mdi-weather-fog:before {
  content: "\f591";
}
.mdi-weather-hail:before {
  content: "\f592";
}
.mdi-weather-lightning:before {
  content: "\f593";
}
.mdi-weather-lightning-rainy:before {
  content: "\f67d";
}
.mdi-weather-night:before {
  content: "\f594";
}
.mdi-weather-partlycloudy:before {
  content: "\f595";
}
.mdi-weather-pouring:before {
  content: "\f596";
}
.mdi-weather-rainy:before {
  content: "\f597";
}
.mdi-weather-snowy:before {
  content: "\f598";
}
.mdi-weather-snowy-rainy:before {
  content: "\f67e";
}
.mdi-weather-sunny:before {
  content: "\f599";
}
.mdi-weather-sunset:before {
  content: "\f59a";
}
.mdi-weather-sunset-down:before {
  content: "\f59b";
}
.mdi-weather-sunset-up:before {
  content: "\f59c";
}
.mdi-weather-windy:before {
  content: "\f59d";
}
.mdi-weather-windy-variant:before {
  content: "\f59e";
}
.mdi-web:before {
  content: "\f59f";
}
.mdi-webcam:before {
  content: "\f5a0";
}
.mdi-webhook:before {
  content: "\f62f";
}
.mdi-webpack:before {
  content: "\f72a";
}
.mdi-wechat:before {
  content: "\f611";
}
.mdi-weight:before {
  content: "\f5a1";
}
.mdi-weight-kilogram:before {
  content: "\f5a2";
}
.mdi-whatsapp:before {
  content: "\f5a3";
}
.mdi-wheelchair-accessibility:before {
  content: "\f5a4";
}
.mdi-white-balance-auto:before {
  content: "\f5a5";
}
.mdi-white-balance-incandescent:before {
  content: "\f5a6";
}
.mdi-white-balance-iridescent:before {
  content: "\f5a7";
}
.mdi-white-balance-sunny:before {
  content: "\f5a8";
}
.mdi-widgets:before {
  content: "\f72b";
}
.mdi-wifi:before {
  content: "\f5a9";
}
.mdi-wifi-off:before {
  content: "\f5aa";
}
.mdi-wii:before {
  content: "\f5ab";
}
.mdi-wiiu:before {
  content: "\f72c";
}
.mdi-wikipedia:before {
  content: "\f5ac";
}
.mdi-window-close:before {
  content: "\f5ad";
}
.mdi-window-closed:before {
  content: "\f5ae";
}
.mdi-window-maximize:before {
  content: "\f5af";
}
.mdi-window-minimize:before {
  content: "\f5b0";
}
.mdi-window-open:before {
  content: "\f5b1";
}
.mdi-window-restore:before {
  content: "\f5b2";
}
.mdi-windows:before {
  content: "\f5b3";
}
.mdi-wordpress:before {
  content: "\f5b4";
}
.mdi-worker:before {
  content: "\f5b5";
}
.mdi-wrap:before {
  content: "\f5b6";
}
.mdi-wrench:before {
  content: "\f5b7";
}
.mdi-wunderlist:before {
  content: "\f5b8";
}
.mdi-xaml:before {
  content: "\f673";
}
.mdi-xbox:before {
  content: "\f5b9";
}
.mdi-xbox-controller:before {
  content: "\f5ba";
}
.mdi-xbox-controller-off:before {
  content: "\f5bb";
}
.mdi-xda:before {
  content: "\f5bc";
}
.mdi-xing:before {
  content: "\f5bd";
}
.mdi-xing-box:before {
  content: "\f5be";
}
.mdi-xing-circle:before {
  content: "\f5bf";
}
.mdi-xml:before {
  content: "\f5c0";
}
.mdi-yeast:before {
  content: "\f5c1";
}
.mdi-yelp:before {
  content: "\f5c2";
}
.mdi-yin-yang:before {
  content: "\f67f";
}
.mdi-youtube-play:before {
  content: "\f5c3";
}
.mdi-zip-box:before {
  content: "\f5c4";
}
.mdi-18px.mdi-set,
.mdi-18px.mdi:before {
  font-size: 18px;
}
.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
  font-size: 24px;
}
.mdi-36px.mdi-set,
.mdi-36px.mdi:before {
  font-size: 36px;
}
.mdi-48px.mdi-set,
.mdi-48px.mdi:before {
  font-size: 48px;
}
.mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi-light {
  color: #fff;
}
.mdi-light.mdi-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.mdi-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mdi-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mdi-rotate-135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mdi-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mdi-rotate-225 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mdi-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mdi-rotate-315 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.mdi-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.mdi-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* src/assets/material-pro/dist/css/icons/crypto-icons/cryptocoins.css */
/*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */
@font-face {
  font-family: "cryptocoins";
  src:
    url("./media/cryptocoins-F7PD7ANF.woff2") format("woff2"),
    url("./media/cryptocoins-NGFEJ362.woff") format("woff"),
    url("./media/cryptocoins-NNYC5YIS.ttf") format("truetype");
}
.cc::before {
  font-family: "cryptocoins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.ADA {
  color: #3CC8C8;
}
.ADC {
  color: #3CB0E5;
}
.AEON {
  color: #164450;
}
.AMP {
  color: #048DD2;
}
.ANC {
  color: #000;
}
.ARCH {
  color: #002652;
}
.ARDR {
  color: #1162a1;
}
.ARK {
  color: #F70000;
}
.AUR {
  color: #136c5e;
}
.BANX {
  color: #225BA6;
}
.BAT {
  color: #9e1f63;
}
.BAY {
  color: #584ba1;
}
.BC {
  color: #202121;
}
.BCN {
  color: #964F51;
}
.BFT {
  color: #4fc3f7;
}
.BRK {
  color: #194fa0;
}
.BRX {
  color: #a8c300;
}
.BSD {
  color: #1186E7;
}
.BTA {
  color: #210094;
}
.BTC,
.BCH {
  color: #F7931A;
}
.BTCD {
  color: #2A72DC;
}
.BTM {
  color: #9FA8B4;
}
.BTS {
  color: #03A9E0;
}
.CLAM {
  color: #D6AB31;
}
.CLOAK {
  color: #DF3F1E;
}
.DAO {
  color: #FF3B3B;
}
.DASH {
  color: #1c75bc;
}
.DCR {
  color: #3b7cfb;
}
.DCT {
  color: #008770;
}
.DGB {
  color: #0066cc;
}
.DGD,
.DGX {
  color: #D8A24A;
}
.DMD {
  color: #5497b2;
}
.DOGE {
  color: #BA9F33;
}
.EMC {
  color: #674c8c;
}
.EOS {
  color: #19191A;
}
.ERC {
  color: #101E84;
}
.ETC {
  color: #669073;
}
.ETH {
  color: #282828;
}
.FC2 {
  color: #040405;
}
.FCT {
  color: #2175BB;
}
.FLO {
  color: #1358C8;
}
.FRK {
  color: #0633cd;
}
.FTC {
  color: #679EF1;
}
.GAME {
  color: #ed1b24;
}
.GBYTE {
  color: #2C3E50;
}
.GDC {
  color: #E9A226;
}
.GEMZ {
  color: #e86060;
}
.GLD {
  color: #E8BE24;
}
.GNO {
  color: #00A6C4;
}
.GNT {
  color: #00d6e3;
}
.GOLOS {
  color: #2670B7;
}
.GRC {
  color: #88A13C;
}
.GRS {
  color: #648FA0;
}
.HEAT {
  color: #ff5606;
}
.ICN {
  color: #4c6f8c;
}
.IFC {
  color: #ed272d;
}
.INCNT {
  color: #f2932f;
}
.IOC {
  color: #2fa3de;
}
.IOTA {
  color: #FFFFFF;
}
.JBS {
  color: #1A8BCD;
}
.KMD {
  color: #326464;
}
.KOBO {
  color: #80C342;
}
.KORE {
  color: #DF4124;
}
.LBC {
  color: #015C47;
}
.LDOGE {
  color: #ffcc00;
}
.LISK {
  color: #1A6896;
}
.LTC {
  color: #838383;
}
.MAID {
  color: #5492D6;
}
.MCO {
  color: #0D3459;
}
.MINT {
  color: #006835;
}
.MONA {
  color: #a99364;
}
.MRC {
  color: #4279bd;
}
.MSC {
  color: #1D4983;
}
.MTR {
  color: #b92429;
}
.MUE {
  color: #f5a10e;
}
.NBT {
  color: #FFC93D;
}
.NEO {
  color: #58BF00;
}
.NEOS {
  color: #1d1d1b;
}
.NEU {
  color: #2983c0;
}
.NLG {
  color: #003E7E;
}
.NMC {
  color: #6787B7;
}
.NOTE {
  color: #42daff;
}
.NVC {
  color: #ecab41;
}
.NXT {
  color: #008FBB;
}
.OK {
  color: #0165A4;
}
.OMG {
  color: #1A53F0;
}
.OMNI {
  color: #18347E;
}
.OPAL {
  color: #7193AA;
}
.PART {
  color: #05D5A3;
}
.PIGGY {
  color: #F27A7A;
}
.PINK {
  color: #ED31CA;
}
.PIVX {
  color: #3b2f4d;
}
.POT {
  color: #105B2F;
}
.PPC {
  color: #3FA30C;
}
.QRK {
  color: #22AABF;
}
.QTUM {
  color: #359BCE;
}
.RADS {
  color: #924cea;
}
.RBIES {
  color: #C62436;
}
.RBT {
  color: #0d4982;
}
.RBY {
  color: #D31F26;
}
.RDD {
  color: #ED1C24;
}
.REP {
  color: #40a2cb;
}
.RISE {
  color: #43CEA2;
}
.SALT {
  color: #373C43;
}
.SAR {
  color: #1B72B8;
}
.SCOT {
  color: #3498DB;
}
.SDC {
  color: #981D2D;
}
.SIA {
  color: #00CBA0;
}
.SJCX {
  color: #003366;
}
.SLG {
  color: #5A6875;
}
.SLS {
  color: #1EB549;
}
.SNRG {
  color: #160363;
}
.START {
  color: #01AEF0;
}
.STEEM {
  color: #1A5099;
}
.STR {
  color: #08B5E5;
}
.STRAT {
  color: #2398dd;
}
.SWIFT {
  color: #428BCA;
}
.SYNC {
  color: #008DD2;
}
.SYS {
  color: #0098DA;
}
.TRIG {
  color: #1fbff4;
}
.TX {
  color: #1F8BCC;
}
.UBQ {
  color: #00ec8d;
}
.UNITY {
  color: #ED8527;
}
.USDT {
  color: #2CA07A;
}
.VIOR {
  color: #1F52A4;
}
.VNL {
  color: #404249;
}
.VPN {
  color: #589700;
}
.VRC {
  color: #418bca;
}
.VTC {
  color: #1b5c2e;
}
.WAVES {
  color: #24aad6;
}
.XAI {
  color: #2ef99f;
}
.XBS {
  color: #d3261d;
}
.XCP {
  color: #EC1550;
}
.XEM {
  color: #41bf76;
}
.XMR {
  color: #FF6600;
}
.XPM {
  color: #e5b625;
}
.XRP {
  color: #346AA9;
}
.XTZ {
  color: #A6DF00;
}
.XVG {
  color: #42AFB2;
}
.XZC {
  color: #23B852;
}
.YBC {
  color: #D6C154;
}
.ZEC {
  color: #e5a93d;
}
.ZEIT {
  color: #ACACAC;
}
.cc.ADA-alt::before {
  content: "\e001";
}
.cc.ADA::before {
  content: "\e002";
}
.cc.ADC-alt::before {
  content: "\e003";
}
.cc.ADC::before {
  content: "\e004";
}
.cc.AEON-alt::before {
  content: "\e005";
}
.cc.AEON::before {
  content: "\e006";
}
.cc.AMP-alt::before {
  content: "\e007";
}
.cc.AMP::before {
  content: "\e008";
}
.cc.ANC-alt::before {
  content: "\e009";
}
.cc.ANC::before {
  content: "\e00a";
}
.cc.ARCH-alt::before {
  content: "\e00b";
}
.cc.ARCH::before {
  content: "\e00c";
}
.cc.ARDR-alt::before {
  content: "\e00d";
}
.cc.ARDR::before {
  content: "\e00e";
}
.cc.ARK-alt::before {
  content: "\e00f";
}
.cc.ARK::before {
  content: "\e010";
}
.cc.AUR-alt::before {
  content: "\e011";
}
.cc.AUR::before {
  content: "\e012";
}
.cc.BANX-alt::before {
  content: "\e013";
}
.cc.BANX::before {
  content: "\e014";
}
.cc.BAT-alt::before {
  content: "\e015";
}
.cc.BAT::before {
  content: "\e016";
}
.cc.BAY-alt::before {
  content: "\e017";
}
.cc.BAY::before {
  content: "\e018";
}
.cc.BC-alt::before {
  content: "\e019";
}
.cc.BC::before {
  content: "\e01a";
}
.cc.BCH-alt::before {
  content: "\e01b";
}
.cc.BCH::before {
  content: "\e01c";
}
.cc.BCN-alt::before {
  content: "\e01d";
}
.cc.BCN::before {
  content: "\e01e";
}
.cc.BFT-alt::before {
  content: "\e01f";
}
.cc.BFT::before {
  content: "\e020";
}
.cc.BRK-alt::before {
  content: "\e021";
}
.cc.BRK::before {
  content: "\e022";
}
.cc.BRX-alt::before {
  content: "\e023";
}
.cc.BRX::before {
  content: "\e024";
}
.cc.BSD-alt::before {
  content: "\e025";
}
.cc.BSD::before {
  content: "\e026";
}
.cc.BTA::before {
  content: "\e027";
}
.cc.BTC-alt::before {
  content: "\e028";
}
.cc.BTC::before {
  content: "\e029";
}
.cc.BTCD-alt::before {
  content: "\e02a";
}
.cc.BTCD::before {
  content: "\e02b";
}
.cc.BTM-alt::before {
  content: "\e02c";
}
.cc.BTM::before {
  content: "\e02d";
}
.cc.BTS-alt::before {
  content: "\e02e";
}
.cc.BTS::before {
  content: "\e02f";
}
.cc.CLAM-alt::before {
  content: "\e030";
}
.cc.CLAM::before {
  content: "\e031";
}
.cc.CLOAK-alt::before {
  content: "\e032";
}
.cc.CLOAK::before {
  content: "\e033";
}
.cc.DAO-alt::before {
  content: "\e034";
}
.cc.DAO::before {
  content: "\e035";
}
.cc.DASH-alt::before {
  content: "\e036";
}
.cc.DASH::before {
  content: "\e037";
}
.cc.DCR-alt::before {
  content: "\e038";
}
.cc.DCR::before {
  content: "\e039";
}
.cc.DCT-alt::before {
  content: "\e03a";
}
.cc.DCT::before {
  content: "\e03b";
}
.cc.DGB-alt::before {
  content: "\e03c";
}
.cc.DGB::before {
  content: "\e03d";
}
.cc.DGD::before {
  content: "\e03e";
}
.cc.DGX::before {
  content: "\e03f";
}
.cc.DMD-alt::before {
  content: "\e040";
}
.cc.DMD::before {
  content: "\e041";
}
.cc.DOGE-alt::before {
  content: "\e042";
}
.cc.DOGE::before {
  content: "\e043";
}
.cc.EMC-alt::before {
  content: "\e044";
}
.cc.EMC::before {
  content: "\e045";
}
.cc.EOS-alt::before {
  content: "\e046";
}
.cc.EOS::before {
  content: "\e047";
}
.cc.ERC-alt::before {
  content: "\e048";
}
.cc.ERC::before {
  content: "\e049";
}
.cc.ETC-alt::before {
  content: "\e04a";
}
.cc.ETC::before {
  content: "\e04b";
}
.cc.ETH-alt::before {
  content: "\e04c";
}
.cc.ETH::before {
  content: "\e04d";
}
.cc.FC2-alt::before {
  content: "\e04e";
}
.cc.FC2::before {
  content: "\e04f";
}
.cc.FCT-alt::before {
  content: "\e050";
}
.cc.FCT::before {
  content: "\e051";
}
.cc.FLO-alt::before {
  content: "\e052";
}
.cc.FLO::before {
  content: "\e053";
}
.cc.FRK-alt::before {
  content: "\e054";
}
.cc.FRK::before {
  content: "\e055";
}
.cc.FTC-alt::before {
  content: "\e056";
}
.cc.FTC::before {
  content: "\e057";
}
.cc.GAME-alt::before {
  content: "\e058";
}
.cc.GAME::before {
  content: "\e059";
}
.cc.GBYTE-alt::before {
  content: "\e05a";
}
.cc.GBYTE::before {
  content: "\e05b";
}
.cc.GDC-alt::before {
  content: "\e05c";
}
.cc.GDC::before {
  content: "\e05d";
}
.cc.GEMZ-alt::before {
  content: "\e05e";
}
.cc.GEMZ::before {
  content: "\e05f";
}
.cc.GLD-alt::before {
  content: "\e060";
}
.cc.GLD::before {
  content: "\e061";
}
.cc.GNO-alt::before {
  content: "\e062";
}
.cc.GNO::before {
  content: "\e063";
}
.cc.GNT-alt::before {
  content: "\e064";
}
.cc.GNT::before {
  content: "\e065";
}
.cc.GOLOS-alt::before {
  content: "\e066";
}
.cc.GOLOS::before {
  content: "\e067";
}
.cc.GRC-alt::before {
  content: "\e068";
}
.cc.GRC::before {
  content: "\e069";
}
.cc.GRS::before {
  content: "\e06a";
}
.cc.HEAT-alt::before {
  content: "\e06b";
}
.cc.HEAT::before {
  content: "\e06c";
}
.cc.ICN-alt::before {
  content: "\e06d";
}
.cc.ICN::before {
  content: "\e06e";
}
.cc.IFC-alt::before {
  content: "\e06f";
}
.cc.IFC::before {
  content: "\e070";
}
.cc.INCNT-alt::before {
  content: "\e071";
}
.cc.INCNT::before {
  content: "\e072";
}
.cc.IOC-alt::before {
  content: "\e073";
}
.cc.IOC::before {
  content: "\e074";
}
.cc.IOTA-alt::before {
  content: "\e075";
}
.cc.IOTA::before {
  content: "\e076";
}
.cc.JBS-alt::before {
  content: "\e077";
}
.cc.JBS::before {
  content: "\e078";
}
.cc.KMD-alt::before {
  content: "\e079";
}
.cc.KMD::before {
  content: "\e07a";
}
.cc.KOBO::before {
  content: "\e07b";
}
.cc.KORE-alt::before {
  content: "\e07c";
}
.cc.KORE::before {
  content: "\e07d";
}
.cc.LBC-alt::before {
  content: "\e07e";
}
.cc.LBC::before {
  content: "\e07f";
}
.cc.LDOGE-alt::before {
  content: "\e080";
}
.cc.LDOGE::before {
  content: "\e081";
}
.cc.LSK-alt::before {
  content: "\e082";
}
.cc.LSK::before {
  content: "\e083";
}
.cc.LTC-alt::before {
  content: "\e084";
}
.cc.LTC::before {
  content: "\e085";
}
.cc.MAID-alt::before {
  content: "\e086";
}
.cc.MAID::before {
  content: "\e087";
}
.cc.MCO-alt::before {
  content: "\e088";
}
.cc.MCO::before {
  content: "\e089";
}
.cc.MINT-alt::before {
  content: "\e08a";
}
.cc.MINT::before {
  content: "\e08b";
}
.cc.MONA-alt::before {
  content: "\e08c";
}
.cc.MONA::before {
  content: "\e08d";
}
.cc.MRC::before {
  content: "\e08e";
}
.cc.MSC-alt::before {
  content: "\e08f";
}
.cc.MSC::before {
  content: "\e090";
}
.cc.MTR-alt::before {
  content: "\e091";
}
.cc.MTR::before {
  content: "\e092";
}
.cc.MUE-alt::before {
  content: "\e093";
}
.cc.MUE::before {
  content: "\e094";
}
.cc.NBT::before {
  content: "\e095";
}
.cc.NEO-alt::before {
  content: "\e096";
}
.cc.NEO::before {
  content: "\e097";
}
.cc.NEOS-alt::before {
  content: "\e098";
}
.cc.NEOS::before {
  content: "\e099";
}
.cc.NEU-alt::before {
  content: "\e09a";
}
.cc.NEU::before {
  content: "\e09b";
}
.cc.NLG-alt::before {
  content: "\e09c";
}
.cc.NLG::before {
  content: "\e09d";
}
.cc.NMC-alt::before {
  content: "\e09e";
}
.cc.NMC::before {
  content: "\e09f";
}
.cc.NOTE-alt::before {
  content: "\e0a0";
}
.cc.NOTE::before {
  content: "\e0a1";
}
.cc.NVC-alt::before {
  content: "\e0a2";
}
.cc.NVC::before {
  content: "\e0a3";
}
.cc.NXT-alt::before {
  content: "\e0a4";
}
.cc.NXT::before {
  content: "\e0a5";
}
.cc.OK-alt::before {
  content: "\e0a6";
}
.cc.OK::before {
  content: "\e0a7";
}
.cc.OMG-alt::before {
  content: "\e0a8";
}
.cc.OMG::before {
  content: "\e0a9";
}
.cc.OMNI-alt::before {
  content: "\e0aa";
}
.cc.OMNI::before {
  content: "\e0ab";
}
.cc.OPAL-alt::before {
  content: "\e0ac";
}
.cc.OPAL::before {
  content: "\e0ad";
}
.cc.PART-alt::before {
  content: "\e0ae";
}
.cc.PART::before {
  content: "\e0af";
}
.cc.PIGGY-alt::before {
  content: "\e0b0";
}
.cc.PIGGY::before {
  content: "\e0b1";
}
.cc.PINK-alt::before {
  content: "\e0b2";
}
.cc.PINK::before {
  content: "\e0b3";
}
.cc.PIVX-alt::before {
  content: "\e0b4";
}
.cc.PIVX::before {
  content: "\e0b5";
}
.cc.POT-alt::before {
  content: "\e0b6";
}
.cc.POT::before {
  content: "\e0b7";
}
.cc.PPC-alt::before {
  content: "\e0b8";
}
.cc.PPC::before {
  content: "\e0b9";
}
.cc.QRK-alt::before {
  content: "\e0ba";
}
.cc.QRK::before {
  content: "\e0bb";
}
.cc.QTUM-alt::before {
  content: "\e0bc";
}
.cc.QTUM::before {
  content: "\e0bd";
}
.cc.RADS-alt::before {
  content: "\e0be";
}
.cc.RADS::before {
  content: "\e0bf";
}
.cc.RBIES-alt::before {
  content: "\e0c0";
}
.cc.RBIES::before {
  content: "\e0c1";
}
.cc.RBT-alt::before {
  content: "\e0c2";
}
.cc.RBT::before {
  content: "\e0c3";
}
.cc.RBY-alt::before {
  content: "\e0c4";
}
.cc.RBY::before {
  content: "\e0c5";
}
.cc.RDD-alt::before {
  content: "\e0c6";
}
.cc.RDD::before {
  content: "\e0c7";
}
.cc.REP-alt::before {
  content: "\e0c8";
}
.cc.REP::before {
  content: "\e0c9";
}
.cc.RISE-alt::before {
  content: "\e0ca";
}
.cc.RISE::before {
  content: "\e0cb";
}
.cc.SALT-alt::before {
  content: "\e0cc";
}
.cc.SALT::before {
  content: "\e0cd";
}
.cc.SAR-alt::before {
  content: "\e0ce";
}
.cc.SAR::before {
  content: "\e0cf";
}
.cc.SCOT-alt::before {
  content: "\e0d0";
}
.cc.SCOT::before {
  content: "\e0d1";
}
.cc.SDC-alt::before {
  content: "\e0d2";
}
.cc.SDC::before {
  content: "\e0d3";
}
.cc.SIA-alt::before {
  content: "\e0d4";
}
.cc.SIA::before {
  content: "\e0d5";
}
.cc.SJCX-alt::before {
  content: "\e0d6";
}
.cc.SJCX::before {
  content: "\e0d7";
}
.cc.SLG-alt::before {
  content: "\e0d8";
}
.cc.SLG::before {
  content: "\e0d9";
}
.cc.SLS-alt::before {
  content: "\e0da";
}
.cc.SLS::before {
  content: "\e0db";
}
.cc.SNRG-alt::before {
  content: "\e0dc";
}
.cc.SNRG::before {
  content: "\e0dd";
}
.cc.START-alt::before {
  content: "\e0de";
}
.cc.START::before {
  content: "\e0df";
}
.cc.STEEM-alt::before {
  content: "\e0e0";
}
.cc.STEEM::before {
  content: "\e0e1";
}
.cc.STR-alt::before {
  content: "\e0e2";
}
.cc.STR::before {
  content: "\e0e3";
}
.cc.STRAT-alt::before {
  content: "\e0e4";
}
.cc.STRAT::before {
  content: "\e0e5";
}
.cc.SWIFT-alt::before {
  content: "\e0e6";
}
.cc.SWIFT::before {
  content: "\e0e7";
}
.cc.SYNC-alt::before {
  content: "\e0e8";
}
.cc.SYNC::before {
  content: "\e0e9";
}
.cc.SYS-alt::before {
  content: "\e0ea";
}
.cc.SYS::before {
  content: "\e0eb";
}
.cc.TRIG-alt::before {
  content: "\e0ec";
}
.cc.TRIG::before {
  content: "\e0ed";
}
.cc.TX-alt::before {
  content: "\e0ee";
}
.cc.TX::before {
  content: "\e0ef";
}
.cc.UBQ-alt::before {
  content: "\e0f0";
}
.cc.UBQ::before {
  content: "\e0f1";
}
.cc.UNITY-alt::before {
  content: "\e0f2";
}
.cc.UNITY::before {
  content: "\e0f3";
}
.cc.USDT-alt::before {
  content: "\e0f4";
}
.cc.USDT::before {
  content: "\e0f5";
}
.cc.VIOR-alt::before {
  content: "\e0f6";
}
.cc.VIOR::before {
  content: "\e0f7";
}
.cc.VNL-alt::before {
  content: "\e0f8";
}
.cc.VNL::before {
  content: "\e0f9";
}
.cc.VPN-alt::before {
  content: "\e0fa";
}
.cc.VPN::before {
  content: "\e0fb";
}
.cc.VRC-alt::before {
  content: "\e0fc";
}
.cc.VRC::before {
  content: "\e0fd";
}
.cc.VTC-alt::before {
  content: "\e0fe";
}
.cc.VTC::before {
  content: "\e0ff";
}
.cc.WAVES-alt::before {
  content: "\e100";
}
.cc.WAVES::before {
  content: "\e101";
}
.cc.XAI-alt::before {
  content: "\e102";
}
.cc.XAI::before {
  content: "\e103";
}
.cc.XBS-alt::before {
  content: "\e104";
}
.cc.XBS::before {
  content: "\e105";
}
.cc.XCP-alt::before {
  content: "\e106";
}
.cc.XCP::before {
  content: "\e107";
}
.cc.XEM-alt::before {
  content: "\e108";
}
.cc.XEM::before {
  content: "\e109";
}
.cc.XMR::before {
  content: "\e10a";
}
.cc.XPM-alt::before {
  content: "\e10b";
}
.cc.XPM::before {
  content: "\e10c";
}
.cc.XRP-alt::before {
  content: "\e10d";
}
.cc.XRP::before {
  content: "\e10e";
}
.cc.XTZ-alt::before {
  content: "\e10f";
}
.cc.XTZ::before {
  content: "\e110";
}
.cc.XVG-alt::before {
  content: "\e111";
}
.cc.XVG::before {
  content: "\e112";
}
.cc.XZC-alt::before {
  content: "\e113";
}
.cc.XZC::before {
  content: "\e114";
}
.cc.YBC-alt::before {
  content: "\e115";
}
.cc.YBC::before {
  content: "\e116";
}
.cc.ZEC-alt::before {
  content: "\e117";
}
.cc.ZEC::before {
  content: "\e118";
}
.cc.ZEIT-alt::before {
  content: "\e119";
}
.cc.ZEIT::before {
  content: "\e11a";
}

/* src/assets/material-pro/dist/css/style.css */
.btn-primary,
.btn-outline-primary {
  box-shadow: 0 2px 2px rgba(116, 96, 238, 0.05);
}
.btn-primary:hover,
.btn-outline-primary:hover {
  box-shadow: 0 8px 15px rgba(116, 96, 238, 0.3);
}
.btn-secondary,
.btn-outline-secondary {
  box-shadow: 0 2px 2px rgba(108, 117, 125, 0.05);
}
.btn-secondary:hover,
.btn-outline-secondary:hover {
  box-shadow: 0 8px 15px rgba(108, 117, 125, 0.3);
}
.btn-success,
.btn-outline-success {
  box-shadow: 0 2px 2px rgba(33, 193, 214, 0.05);
}
.btn-success:hover,
.btn-outline-success:hover {
  box-shadow: 0 8px 15px rgba(33, 193, 214, 0.3);
}
.btn-info,
.btn-outline-info {
  box-shadow: 0 2px 2px rgba(30, 136, 229, 0.05);
}
.btn-info:hover,
.btn-outline-info:hover {
  box-shadow: 0 8px 15px rgba(30, 136, 229, 0.3);
}
.btn-warning,
.btn-outline-warning {
  box-shadow: 0 2px 2px rgba(255, 178, 43, 0.05);
}
.btn-warning:hover,
.btn-outline-warning:hover {
  box-shadow: 0 8px 15px rgba(255, 178, 43, 0.3);
}
.btn-danger,
.btn-outline-danger {
  box-shadow: 0 2px 2px rgba(252, 75, 108, 0.05);
}
.btn-danger:hover,
.btn-outline-danger:hover {
  box-shadow: 0 8px 15px rgba(252, 75, 108, 0.3);
}
.btn-light,
.btn-outline-light {
  box-shadow: 0 2px 2px rgba(242, 244, 248, 0.05);
}
.btn-light:hover,
.btn-outline-light:hover {
  box-shadow: 0 8px 15px rgba(242, 244, 248, 0.3);
}
.btn-dark,
.btn-outline-dark {
  box-shadow: 0 2px 2px rgba(52, 58, 64, 0.05);
}
.btn-dark:hover,
.btn-outline-dark:hover {
  box-shadow: 0 8px 15px rgba(52, 58, 64, 0.3);
}
.btn-cyan,
.btn-outline-cyan {
  box-shadow: 0 2px 2px rgba(38, 198, 218, 0.05);
}
.btn-cyan:hover,
.btn-outline-cyan:hover {
  box-shadow: 0 8px 15px rgba(38, 198, 218, 0.3);
}
.btn-orange,
.btn-outline-orange {
  box-shadow: 0 2px 2px rgba(251, 140, 0, 0.05);
}
.btn-orange:hover,
.btn-outline-orange:hover {
  box-shadow: 0 8px 15px rgba(251, 140, 0, 0.3);
}
.btn-purple,
.btn-outline-purple {
  box-shadow: 0 2px 2px rgba(116, 96, 238, 0.05);
}
.btn-purple:hover,
.btn-outline-purple:hover {
  box-shadow: 0 8px 15px rgba(116, 96, 238, 0.3);
}
.btn-inverse,
.btn-outline-inverse {
  box-shadow: 0 2px 2px rgba(47, 61, 74, 0.05);
}
.btn-inverse:hover,
.btn-outline-inverse:hover {
  box-shadow: 0 8px 15px rgba(47, 61, 74, 0.3);
}
.btn-megna,
.btn-outline-megna {
  box-shadow: 0 2px 2px rgba(1, 192, 200, 0.05);
}
.btn-megna:hover,
.btn-outline-megna:hover {
  box-shadow: 0 8px 15px rgba(1, 192, 200, 0.3);
}
.btn-light-danger,
.btn-outline-light-danger {
  box-shadow: 0 2px 2px rgba(249, 231, 235, 0.05);
}
.btn-light-danger:hover,
.btn-outline-light-danger:hover {
  box-shadow: 0 8px 15px rgba(249, 231, 235, 0.3);
}
.btn-light-success,
.btn-outline-light-success {
  box-shadow: 0 2px 2px rgba(232, 253, 235, 0.05);
}
.btn-light-success:hover,
.btn-outline-light-success:hover {
  box-shadow: 0 8px 15px rgba(232, 253, 235, 0.3);
}
.btn-light-warning,
.btn-outline-light-warning {
  box-shadow: 0 2px 2px rgba(255, 248, 236, 0.05);
}
.btn-light-warning:hover,
.btn-outline-light-warning:hover {
  box-shadow: 0 8px 15px rgba(255, 248, 236, 0.3);
}
.btn-light-primary,
.btn-outline-light-primary {
  box-shadow: 0 2px 2px rgba(241, 239, 253, 0.05);
}
.btn-light-primary:hover,
.btn-outline-light-primary:hover {
  box-shadow: 0 8px 15px rgba(241, 239, 253, 0.3);
}
.btn-light-info,
.btn-outline-light-info {
  box-shadow: 0 2px 2px rgba(207, 236, 254, 0.05);
}
.btn-light-info:hover,
.btn-outline-light-info:hover {
  box-shadow: 0 8px 15px rgba(207, 236, 254, 0.3);
}
.btn-light-inverse,
.btn-outline-light-inverse {
  box-shadow: 0 2px 2px rgba(246, 246, 246, 0.05);
}
.btn-light-inverse:hover,
.btn-outline-light-inverse:hover {
  box-shadow: 0 8px 15px rgba(246, 246, 246, 0.3);
}
.btn-light-megna,
.btn-outline-light-megna {
  box-shadow: 0 2px 2px rgba(224, 242, 244, 0.05);
}
.btn-light-megna:hover,
.btn-outline-light-megna:hover {
  box-shadow: 0 8px 15px rgba(224, 242, 244, 0.3);
}
.btn-dark-danger,
.btn-outline-dark-danger {
  box-shadow: 0 2px 2px rgba(230, 41, 75, 0.05);
}
.btn-dark-danger:hover,
.btn-outline-dark-danger:hover {
  box-shadow: 0 8px 15px rgba(230, 41, 75, 0.3);
}
.btn-dark-success,
.btn-outline-dark-success {
  box-shadow: 0 2px 2px rgba(30, 172, 190, 0.05);
}
.btn-dark-success:hover,
.btn-outline-dark-success:hover {
  box-shadow: 0 8px 15px rgba(30, 172, 190, 0.3);
}
.btn-dark-warning,
.btn-outline-dark-warning {
  box-shadow: 0 2px 2px rgba(233, 171, 46, 0.05);
}
.btn-dark-warning:hover,
.btn-outline-dark-warning:hover {
  box-shadow: 0 8px 15px rgba(233, 171, 46, 0.3);
}
.btn-dark-primary,
.btn-outline-dark-primary {
  box-shadow: 0 2px 2px rgba(99, 82, 206, 0.05);
}
.btn-dark-primary:hover,
.btn-outline-dark-primary:hover {
  box-shadow: 0 8px 15px rgba(99, 82, 206, 0.3);
}
.btn-dark-info,
.btn-outline-dark-info {
  box-shadow: 0 2px 2px rgba(2, 142, 225, 0.05);
}
.btn-dark-info:hover,
.btn-outline-dark-info:hover {
  box-shadow: 0 8px 15px rgba(2, 142, 225, 0.3);
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1e88e5;
  --indigo: #6610f2;
  --purple: #7460ee;
  --pink: #e83e8c;
  --red: #fc4b6c;
  --orange: #fb8c00;
  --yellow: #ffb22b;
  --green: #21c1d6;
  --teal: #20c997;
  --cyan: #26c6da;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue: #1e88e5;
  --indigo: #6610f2;
  --purple: #7460ee;
  --pink: #e83e8c;
  --red: #fc4b6c;
  --orange: #fb8c00;
  --yellow: #ffb22b;
  --green: #21c1d6;
  --teal: #20c997;
  --cyan: #26c6da;
  --white: #fff;
  --gray: #6c757d;
  --primary: #7460ee;
  --secondary: #6c757d;
  --success: #21c1d6;
  --info: #1e88e5;
  --warning: #ffb22b;
  --danger: #fc4b6c;
  --light: #f2f4f8;
  --dark: #343a40;
  --cyan: #26c6da;
  --orange: #fb8c00;
  --purple: #7460ee;
  --inverse: #2f3d4a;
  --megna: #01c0c8;
  --light-danger: #f9e7eb;
  --light-success: #e8fdeb;
  --light-warning: #fff8ec;
  --light-primary: #f1effd;
  --light-info: #cfecfe;
  --light-inverse: #f6f6f6;
  --light-megna: #e0f2f4;
  --dark-danger: #e6294b;
  --dark-success: #1eacbe;
  --dark-warning: #e9ab2e;
  --dark-primary: #6352ce;
  --dark-info: #028ee1;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #67757c;
  text-align: left;
  background-color: #eef5f9;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #7460ee;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #381be7;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a1aab2;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #455a64;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.3125rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #eef5f9;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 1px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #67757c;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e8eef3;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e8eef3;
}
.table tbody + tbody {
  border-top: 2px solid #e8eef3;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e8eef3;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e8eef3;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #67757c;
  background-color: #f2f4f8;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e3dffc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b7acf6;
}
.table-hover .table-primary:hover {
  background-color: #cfc8fa;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #cfc8fa;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e2e3e5;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #d5d6d9;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d5d6d9;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d3f3f7;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8cdfea;
}
.table-hover .table-success:hover {
  background-color: #bdedf3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bdedf3;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d2e7fa;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8ac1f1;
}
.table-hover .table-info:hover {
  background-color: #bbdbf7;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bbdbf7;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff0d5;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd791;
}
.table-hover .table-warning:hover {
  background-color: #ffe7bc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe7bc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fedbe2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fda1b3;
}
.table-hover .table-danger:hover {
  background-color: #fdc2ce;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fdc2ce;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8f9fb;
}
.table-hover .table-light:hover {
  background-color: #e9f0f8;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e9f0f8;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d6d8d9;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #c9cbcd;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c9cbcd;
}
.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #d4f4f8;
}
.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
  border-color: #8ee1ec;
}
.table-hover .table-cyan:hover {
  background-color: #beeef4;
}
.table-hover .table-cyan:hover > td,
.table-hover .table-cyan:hover > th {
  background-color: #beeef4;
}
.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fee8cc;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #fdc37a;
}
.table-hover .table-orange:hover {
  background-color: #feddb3;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #feddb3;
}
.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #e3dffc;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b7acf6;
}
.table-hover .table-purple:hover {
  background-color: #cfc8fa;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #cfc8fa;
}
.table-inverse,
.table-inverse > th,
.table-inverse > td {
  background-color: #d5d8db;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th,
.table-inverse tbody + tbody {
  border-color: #939aa1;
}
.table-hover .table-inverse:hover {
  background-color: #c7cbcf;
}
.table-hover .table-inverse:hover > td,
.table-hover .table-inverse:hover > th {
  background-color: #c7cbcf;
}
.table-megna,
.table-megna > th,
.table-megna > td {
  background-color: #ccf2f4;
}
.table-megna th,
.table-megna td,
.table-megna thead th,
.table-megna tbody + tbody {
  border-color: #7bdee2;
}
.table-hover .table-megna:hover {
  background-color: #b7edef;
}
.table-hover .table-megna:hover > td,
.table-hover .table-megna:hover > th {
  background-color: #b7edef;
}
.table-light-danger,
.table-light-danger > th,
.table-light-danger > td {
  background-color: #fefafb;
}
.table-light-danger th,
.table-light-danger td,
.table-light-danger thead th,
.table-light-danger tbody + tbody {
  border-color: #fcf3f5;
}
.table-hover .table-light-danger:hover {
  background-color: #fae5ea;
}
.table-hover .table-light-danger:hover > td,
.table-hover .table-light-danger:hover > th {
  background-color: #fae5ea;
}
.table-light-success,
.table-light-success > th,
.table-light-success > td {
  background-color: #fafffb;
}
.table-light-success th,
.table-light-success td,
.table-light-success thead th,
.table-light-success tbody + tbody {
  border-color: #f3fef5;
}
.table-hover .table-light-success:hover {
  background-color: #e1ffe7;
}
.table-hover .table-light-success:hover > td,
.table-hover .table-light-success:hover > th {
  background-color: #e1ffe7;
}
.table-light-warning,
.table-light-warning > th,
.table-light-warning > td {
  background-color: #fffefb;
}
.table-light-warning th,
.table-light-warning td,
.table-light-warning thead th,
.table-light-warning tbody + tbody {
  border-color: #fffbf5;
}
.table-hover .table-light-warning:hover {
  background-color: #fff8e2;
}
.table-hover .table-light-warning:hover > td,
.table-hover .table-light-warning:hover > th {
  background-color: #fff8e2;
}
.table-light-primary,
.table-light-primary > th,
.table-light-primary > td {
  background-color: #fcfcff;
}
.table-light-primary th,
.table-light-primary td,
.table-light-primary thead th,
.table-light-primary tbody + tbody {
  border-color: #f8f7fe;
}
.table-hover .table-light-primary:hover {
  background-color: #e3e3ff;
}
.table-hover .table-light-primary:hover > td,
.table-hover .table-light-primary:hover > th {
  background-color: #e3e3ff;
}
.table-light-info,
.table-light-info > th,
.table-light-info > td {
  background-color: #f5fbff;
}
.table-light-info th,
.table-light-info td,
.table-light-info thead th,
.table-light-info tbody + tbody {
  border-color: #e6f5fe;
}
.table-hover .table-light-info:hover {
  background-color: #dcf1ff;
}
.table-hover .table-light-info:hover > td,
.table-hover .table-light-info:hover > th {
  background-color: #dcf1ff;
}
.table-light-inverse,
.table-light-inverse > th,
.table-light-inverse > td {
  background-color: #fdfdfd;
}
.table-light-inverse th,
.table-light-inverse td,
.table-light-inverse thead th,
.table-light-inverse tbody + tbody {
  border-color: #fafafa;
}
.table-hover .table-light-inverse:hover {
  background-color: #f0f0f0;
}
.table-hover .table-light-inverse:hover > td,
.table-hover .table-light-inverse:hover > th {
  background-color: #f0f0f0;
}
.table-light-megna,
.table-light-megna > th,
.table-light-megna > td {
  background-color: #f9fcfd;
}
.table-light-megna th,
.table-light-megna td,
.table-light-megna thead th,
.table-light-megna tbody + tbody {
  border-color: #eff8f9;
}
.table-hover .table-light-megna:hover {
  background-color: #e6f2f7;
}
.table-hover .table-light-megna:hover > td,
.table-hover .table-light-megna:hover > th {
  background-color: #e6f2f7;
}
.table-dark-danger,
.table-dark-danger > th,
.table-dark-danger > td {
  background-color: #fad4db;
}
.table-dark-danger th,
.table-dark-danger td,
.table-dark-danger thead th,
.table-dark-danger tbody + tbody {
  border-color: #f290a1;
}
.table-hover .table-dark-danger:hover {
  background-color: #f7bdc8;
}
.table-hover .table-dark-danger:hover > td,
.table-hover .table-dark-danger:hover > th {
  background-color: #f7bdc8;
}
.table-dark-success,
.table-dark-success > th,
.table-dark-success > td {
  background-color: #d2eef2;
}
.table-dark-success th,
.table-dark-success td,
.table-dark-success thead th,
.table-dark-success tbody + tbody {
  border-color: #8ad4dd;
}
.table-hover .table-dark-success:hover {
  background-color: #bee7ec;
}
.table-hover .table-dark-success:hover > td,
.table-hover .table-dark-success:hover > th {
  background-color: #bee7ec;
}
.table-dark-warning,
.table-dark-warning > th,
.table-dark-warning > td {
  background-color: #fbeed5;
}
.table-dark-warning th,
.table-dark-warning td,
.table-dark-warning thead th,
.table-dark-warning tbody + tbody {
  border-color: #f4d392;
}
.table-hover .table-dark-warning:hover {
  background-color: #f9e5be;
}
.table-hover .table-dark-warning:hover > td,
.table-hover .table-dark-warning:hover > th {
  background-color: #f9e5be;
}
.table-dark-primary,
.table-dark-primary > th,
.table-dark-primary > td {
  background-color: #e0dcf5;
}
.table-dark-primary th,
.table-dark-primary td,
.table-dark-primary thead th,
.table-dark-primary tbody + tbody {
  border-color: #aea5e6;
}
.table-hover .table-dark-primary:hover {
  background-color: #cec8ef;
}
.table-hover .table-dark-primary:hover > td,
.table-hover .table-dark-primary:hover > th {
  background-color: #cec8ef;
}
.table-dark-info,
.table-dark-info > th,
.table-dark-info > td {
  background-color: #cce8f9;
}
.table-dark-info th,
.table-dark-info td,
.table-dark-info thead th,
.table-dark-info tbody + tbody {
  border-color: #7bc4ef;
}
.table-hover .table-dark-info:hover {
  background-color: #b5def6;
}
.table-hover .table-dark-info:hover > td,
.table-hover .table-dark-info:hover > th {
  background-color: #b5def6;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f2f4f8;
}
.table-hover .table-hover {
  background-color: #e1e6ef;
}
.table-hover .table-hover > td,
.table-hover .table-hover > th {
  background-color: #e1e6ef;
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #4F5467;
  background-color: #e9ecef;
  border-color: #e8eef3;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #54667a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #54667a;
}
.form-control:focus {
  color: #54667a;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: transparent;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #54667a;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76563rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #67757c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 1px;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 5px;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #a1aab2;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #21c1d6;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(33, 193, 214, 0.9);
  border-radius: 4px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #21c1d6;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2321c1d6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #21c1d6;
  box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #21c1d6;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("./media/custom-select-QVZ7VS3I.png") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2321c1d6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #21c1d6;
  box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #21c1d6;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #21c1d6;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #21c1d6;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #47d1e3;
  background-color: #47d1e3;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #21c1d6;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #21c1d6;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #21c1d6;
  box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fc4b6c;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(252, 75, 108, 0.9);
  border-radius: 4px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #fc4b6c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fc4b6c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fc4b6c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #fc4b6c;
  box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #fc4b6c;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("./media/custom-select-QVZ7VS3I.png") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fc4b6c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fc4b6c' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #fc4b6c;
  box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #fc4b6c;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #fc4b6c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fc4b6c;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fd7d95;
  background-color: #fd7d95;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fc4b6c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fc4b6c;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fc4b6c;
  box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #67757c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #67757c;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: transparent;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-primary:hover {
  color: #fff;
  background-color: #563dea;
  border-color: #4c32e9;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #563dea;
  border-color: #4c32e9;
  box-shadow: 0 0 0 0.2rem rgba(137, 120, 241, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4c32e9;
  border-color: #4226e8;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 120, 241, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #21c1d6;
  border-color: #21c1d6;
}
.btn-success:hover {
  color: #fff;
  background-color: #1ca3b5;
  border-color: #1a99aa;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1ca3b5;
  border-color: #1a99aa;
  box-shadow: 0 0 0 0.2rem rgba(66, 202, 220, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #21c1d6;
  border-color: #21c1d6;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1a99aa;
  border-color: #188f9f;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 202, 220, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-info:hover {
  color: #fff;
  background-color: #1774c6;
  border-color: #166dba;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #1774c6;
  border-color: #166dba;
  box-shadow: 0 0 0 0.2rem rgba(64, 154, 233, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #166dba;
  border-color: #1467af;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 154, 233, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffb22b;
  border-color: #ffb22b;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffa405;
  border-color: #f79d00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #ffa405;
  border-color: #f79d00;
  box-shadow: 0 0 0 0.2rem rgba(222, 157, 43, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffb22b;
  border-color: #ffb22b;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f79d00;
  border-color: #ea9500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 157, 43, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #fc4b6c;
  border-color: #fc4b6c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fb254d;
  border-color: #fb1943;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #fb254d;
  border-color: #fb1943;
  box-shadow: 0 0 0 0.2rem rgba(252, 102, 130, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #fc4b6c;
  border-color: #fc4b6c;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fb1943;
  border-color: #fb0c39;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 102, 130, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f2f4f8;
  border-color: #f2f4f8;
}
.btn-light:hover {
  color: #212529;
  background-color: #d9dfeb;
  border-color: #d1d8e6;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #d9dfeb;
  border-color: #d1d8e6;
  box-shadow: 0 0 0 0.2rem rgba(211, 213, 217, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f2f4f8;
  border-color: #f2f4f8;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d1d8e6;
  border-color: #c9d1e2;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 213, 217, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-cyan {
  color: #212529;
  background-color: #26c6da;
  border-color: #26c6da;
}
.btn-cyan:hover {
  color: #fff;
  background-color: #20a9ba;
  border-color: #1e9faf;
}
.btn-cyan:focus,
.btn-cyan.focus {
  color: #fff;
  background-color: #20a9ba;
  border-color: #1e9faf;
  box-shadow: 0 0 0 0.2rem rgba(37, 174, 191, 0.5);
}
.btn-cyan.disabled,
.btn-cyan:disabled {
  color: #212529;
  background-color: #26c6da;
  border-color: #26c6da;
}
.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active,
.show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #1e9faf;
  border-color: #1c95a4;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 174, 191, 0.5);
}
.btn-orange {
  color: #212529;
  background-color: #fb8c00;
  border-color: #fb8c00;
}
.btn-orange:hover {
  color: #fff;
  background-color: #d57700;
  border-color: #c87000;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #d57700;
  border-color: #c87000;
  box-shadow: 0 0 0 0.2rem rgba(218, 125, 6, 0.5);
}
.btn-orange.disabled,
.btn-orange:disabled {
  color: #212529;
  background-color: #fb8c00;
  border-color: #fb8c00;
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c87000;
  border-color: #bb6800;
}
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 125, 6, 0.5);
}
.btn-purple {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-purple:hover {
  color: #fff;
  background-color: #563dea;
  border-color: #4c32e9;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #563dea;
  border-color: #4c32e9;
  box-shadow: 0 0 0 0.2rem rgba(137, 120, 241, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4c32e9;
  border-color: #4226e8;
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 120, 241, 0.5);
}
.btn-inverse {
  color: #fff;
  background-color: #2f3d4a;
  border-color: #2f3d4a;
}
.btn-inverse:hover {
  color: #fff;
  background-color: #202a33;
  border-color: #1b232b;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #fff;
  background-color: #202a33;
  border-color: #1b232b;
  box-shadow: 0 0 0 0.2rem rgba(78, 90, 101, 0.5);
}
.btn-inverse.disabled,
.btn-inverse:disabled {
  color: #fff;
  background-color: #2f3d4a;
  border-color: #2f3d4a;
}
.btn-inverse:not(:disabled):not(.disabled):active,
.btn-inverse:not(:disabled):not(.disabled).active,
.show > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: #1b232b;
  border-color: #161d23;
}
.btn-inverse:not(:disabled):not(.disabled):active:focus,
.btn-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 90, 101, 0.5);
}
.btn-megna {
  color: #fff;
  background-color: #01c0c8;
  border-color: #01c0c8;
}
.btn-megna:hover {
  color: #fff;
  background-color: #019ba2;
  border-color: #018f95;
}
.btn-megna:focus,
.btn-megna.focus {
  color: #fff;
  background-color: #019ba2;
  border-color: #018f95;
  box-shadow: 0 0 0 0.2rem rgba(39, 201, 208, 0.5);
}
.btn-megna.disabled,
.btn-megna:disabled {
  color: #fff;
  background-color: #01c0c8;
  border-color: #01c0c8;
}
.btn-megna:not(:disabled):not(.disabled):active,
.btn-megna:not(:disabled):not(.disabled).active,
.show > .btn-megna.dropdown-toggle {
  color: #fff;
  background-color: #018f95;
  border-color: #018389;
}
.btn-megna:not(:disabled):not(.disabled):active:focus,
.btn-megna:not(:disabled):not(.disabled).active:focus,
.show > .btn-megna.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 201, 208, 0.5);
}
.btn-light-danger {
  color: #212529;
  background-color: #f9e7eb;
  border-color: #f9e7eb;
}
.btn-light-danger:hover {
  color: #212529;
  background-color: #f1c8d2;
  border-color: #efbec9;
}
.btn-light-danger:focus,
.btn-light-danger.focus {
  color: #212529;
  background-color: #f1c8d2;
  border-color: #efbec9;
  box-shadow: 0 0 0 0.2rem rgba(217, 202, 206, 0.5);
}
.btn-light-danger.disabled,
.btn-light-danger:disabled {
  color: #212529;
  background-color: #f9e7eb;
  border-color: #f9e7eb;
}
.btn-light-danger:not(:disabled):not(.disabled):active,
.btn-light-danger:not(:disabled):not(.disabled).active,
.show > .btn-light-danger.dropdown-toggle {
  color: #212529;
  background-color: #efbec9;
  border-color: #ecb4c1;
}
.btn-light-danger:not(:disabled):not(.disabled):active:focus,
.btn-light-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 202, 206, 0.5);
}
.btn-light-success {
  color: #212529;
  background-color: #e8fdeb;
  border-color: #e8fdeb;
}
.btn-light-success:hover {
  color: #212529;
  background-color: #c5facc;
  border-color: #b9f9c2;
}
.btn-light-success:focus,
.btn-light-success.focus {
  color: #212529;
  background-color: #c5facc;
  border-color: #b9f9c2;
  box-shadow: 0 0 0 0.2rem rgba(202, 221, 206, 0.5);
}
.btn-light-success.disabled,
.btn-light-success:disabled {
  color: #212529;
  background-color: #e8fdeb;
  border-color: #e8fdeb;
}
.btn-light-success:not(:disabled):not(.disabled):active,
.btn-light-success:not(:disabled):not(.disabled).active,
.show > .btn-light-success.dropdown-toggle {
  color: #212529;
  background-color: #b9f9c2;
  border-color: #adf8b8;
}
.btn-light-success:not(:disabled):not(.disabled):active:focus,
.btn-light-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 221, 206, 0.5);
}
.btn-light-warning {
  color: #212529;
  background-color: #fff8ec;
  border-color: #fff8ec;
}
.btn-light-warning:hover {
  color: #212529;
  background-color: #ffeac6;
  border-color: #ffe5b9;
}
.btn-light-warning:focus,
.btn-light-warning.focus {
  color: #212529;
  background-color: #ffeac6;
  border-color: #ffe5b9;
  box-shadow: 0 0 0 0.2rem rgba(222, 216, 207, 0.5);
}
.btn-light-warning.disabled,
.btn-light-warning:disabled {
  color: #212529;
  background-color: #fff8ec;
  border-color: #fff8ec;
}
.btn-light-warning:not(:disabled):not(.disabled):active,
.btn-light-warning:not(:disabled):not(.disabled).active,
.show > .btn-light-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe5b9;
  border-color: #ffe1ac;
}
.btn-light-warning:not(:disabled):not(.disabled):active:focus,
.btn-light-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 216, 207, 0.5);
}
.btn-light-primary {
  color: #212529;
  background-color: #f1effd;
  border-color: #f1effd;
}
.btn-light-primary:hover {
  color: #212529;
  background-color: #d3cdf9;
  border-color: #c9c2f7;
}
.btn-light-primary:focus,
.btn-light-primary.focus {
  color: #212529;
  background-color: #d3cdf9;
  border-color: #c9c2f7;
  box-shadow: 0 0 0 0.2rem rgba(210, 209, 221, 0.5);
}
.btn-light-primary.disabled,
.btn-light-primary:disabled {
  color: #212529;
  background-color: #f1effd;
  border-color: #f1effd;
}
.btn-light-primary:not(:disabled):not(.disabled):active,
.btn-light-primary:not(:disabled):not(.disabled).active,
.show > .btn-light-primary.dropdown-toggle {
  color: #212529;
  background-color: #c9c2f7;
  border-color: #bfb6f6;
}
.btn-light-primary:not(:disabled):not(.disabled):active:focus,
.btn-light-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 209, 221, 0.5);
}
.btn-light-info {
  color: #212529;
  background-color: #cfecfe;
  border-color: #cfecfe;
}
.btn-light-info:hover {
  color: #212529;
  background-color: #aaddfd;
  border-color: #9dd8fd;
}
.btn-light-info:focus,
.btn-light-info.focus {
  color: #212529;
  background-color: #aaddfd;
  border-color: #9dd8fd;
  box-shadow: 0 0 0 0.2rem rgba(181, 206, 222, 0.5);
}
.btn-light-info.disabled,
.btn-light-info:disabled {
  color: #212529;
  background-color: #cfecfe;
  border-color: #cfecfe;
}
.btn-light-info:not(:disabled):not(.disabled):active,
.btn-light-info:not(:disabled):not(.disabled).active,
.show > .btn-light-info.dropdown-toggle {
  color: #212529;
  background-color: #9dd8fd;
  border-color: #91d3fd;
}
.btn-light-info:not(:disabled):not(.disabled):active:focus,
.btn-light-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 206, 222, 0.5);
}
.btn-light-inverse {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-light-inverse:hover {
  color: #212529;
  background-color: #e3e3e3;
  border-color: #dddddd;
}
.btn-light-inverse:focus,
.btn-light-inverse.focus {
  color: #212529;
  background-color: #e3e3e3;
  border-color: #dddddd;
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}
.btn-light-inverse.disabled,
.btn-light-inverse:disabled {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-light-inverse:not(:disabled):not(.disabled):active,
.btn-light-inverse:not(:disabled):not(.disabled).active,
.show > .btn-light-inverse.dropdown-toggle {
  color: #212529;
  background-color: #dddddd;
  border-color: #d6d6d6;
}
.btn-light-inverse:not(:disabled):not(.disabled):active:focus,
.btn-light-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}
.btn-light-megna {
  color: #212529;
  background-color: #e0f2f4;
  border-color: #e0f2f4;
}
.btn-light-megna:hover {
  color: #212529;
  background-color: #c4e6ea;
  border-color: #bae2e7;
}
.btn-light-megna:focus,
.btn-light-megna.focus {
  color: #212529;
  background-color: #c4e6ea;
  border-color: #bae2e7;
  box-shadow: 0 0 0 0.2rem rgba(195, 211, 214, 0.5);
}
.btn-light-megna.disabled,
.btn-light-megna:disabled {
  color: #212529;
  background-color: #e0f2f4;
  border-color: #e0f2f4;
}
.btn-light-megna:not(:disabled):not(.disabled):active,
.btn-light-megna:not(:disabled):not(.disabled).active,
.show > .btn-light-megna.dropdown-toggle {
  color: #212529;
  background-color: #bae2e7;
  border-color: #b1dee3;
}
.btn-light-megna:not(:disabled):not(.disabled):active:focus,
.btn-light-megna:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-megna.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 211, 214, 0.5);
}
.btn-dark-danger {
  color: #fff;
  background-color: #e6294b;
  border-color: #e6294b;
}
.btn-dark-danger:hover {
  color: #fff;
  background-color: #d01839;
  border-color: #c51736;
}
.btn-dark-danger:focus,
.btn-dark-danger.focus {
  color: #fff;
  background-color: #d01839;
  border-color: #c51736;
  box-shadow: 0 0 0 0.2rem rgba(234, 73, 102, 0.5);
}
.btn-dark-danger.disabled,
.btn-dark-danger:disabled {
  color: #fff;
  background-color: #e6294b;
  border-color: #e6294b;
}
.btn-dark-danger:not(:disabled):not(.disabled):active,
.btn-dark-danger:not(:disabled):not(.disabled).active,
.show > .btn-dark-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51736;
  border-color: #ba1633;
}
.btn-dark-danger:not(:disabled):not(.disabled):active:focus,
.btn-dark-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 73, 102, 0.5);
}
.btn-dark-success {
  color: #fff;
  background-color: #1eacbe;
  border-color: #1eacbe;
}
.btn-dark-success:hover {
  color: #fff;
  background-color: #198e9d;
  border-color: #178492;
}
.btn-dark-success:focus,
.btn-dark-success.focus {
  color: #fff;
  background-color: #198e9d;
  border-color: #178492;
  box-shadow: 0 0 0 0.2rem rgba(64, 184, 200, 0.5);
}
.btn-dark-success.disabled,
.btn-dark-success:disabled {
  color: #fff;
  background-color: #1eacbe;
  border-color: #1eacbe;
}
.btn-dark-success:not(:disabled):not(.disabled):active,
.btn-dark-success:not(:disabled):not(.disabled).active,
.show > .btn-dark-success.dropdown-toggle {
  color: #fff;
  background-color: #178492;
  border-color: #157a87;
}
.btn-dark-success:not(:disabled):not(.disabled):active:focus,
.btn-dark-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 184, 200, 0.5);
}
.btn-dark-warning {
  color: #212529;
  background-color: #e9ab2e;
  border-color: #e9ab2e;
}
.btn-dark-warning:hover {
  color: #212529;
  background-color: #da9917;
  border-color: #ce9116;
}
.btn-dark-warning:focus,
.btn-dark-warning.focus {
  color: #212529;
  background-color: #da9917;
  border-color: #ce9116;
  box-shadow: 0 0 0 0.2rem rgba(203, 151, 45, 0.5);
}
.btn-dark-warning.disabled,
.btn-dark-warning:disabled {
  color: #212529;
  background-color: #e9ab2e;
  border-color: #e9ab2e;
}
.btn-dark-warning:not(:disabled):not(.disabled):active,
.btn-dark-warning:not(:disabled):not(.disabled).active,
.show > .btn-dark-warning.dropdown-toggle {
  color: #fff;
  background-color: #ce9116;
  border-color: #c38915;
}
.btn-dark-warning:not(:disabled):not(.disabled):active:focus,
.btn-dark-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 151, 45, 0.5);
}
.btn-dark-primary {
  color: #fff;
  background-color: #6352ce;
  border-color: #6352ce;
}
.btn-dark-primary:hover {
  color: #fff;
  background-color: #4a37c3;
  border-color: #4634b9;
}
.btn-dark-primary:focus,
.btn-dark-primary.focus {
  color: #fff;
  background-color: #4a37c3;
  border-color: #4634b9;
  box-shadow: 0 0 0 0.2rem rgba(122, 108, 213, 0.5);
}
.btn-dark-primary.disabled,
.btn-dark-primary:disabled {
  color: #fff;
  background-color: #6352ce;
  border-color: #6352ce;
}
.btn-dark-primary:not(:disabled):not(.disabled):active,
.btn-dark-primary:not(:disabled):not(.disabled).active,
.show > .btn-dark-primary.dropdown-toggle {
  color: #fff;
  background-color: #4634b9;
  border-color: #4331af;
}
.btn-dark-primary:not(:disabled):not(.disabled):active:focus,
.btn-dark-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 108, 213, 0.5);
}
.btn-dark-info {
  color: #fff;
  background-color: #028ee1;
  border-color: #028ee1;
}
.btn-dark-info:hover {
  color: #fff;
  background-color: #0276bb;
  border-color: #026eae;
}
.btn-dark-info:focus,
.btn-dark-info.focus {
  color: #fff;
  background-color: #0276bb;
  border-color: #026eae;
  box-shadow: 0 0 0 0.2rem rgba(40, 159, 230, 0.5);
}
.btn-dark-info.disabled,
.btn-dark-info:disabled {
  color: #fff;
  background-color: #028ee1;
  border-color: #028ee1;
}
.btn-dark-info:not(:disabled):not(.disabled):active,
.btn-dark-info:not(:disabled):not(.disabled).active,
.show > .btn-dark-info.dropdown-toggle {
  color: #fff;
  background-color: #026eae;
  border-color: #0166a2;
}
.btn-dark-info:not(:disabled):not(.disabled):active:focus,
.btn-dark-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 159, 230, 0.5);
}
.btn-outline-primary {
  color: #7460ee;
  border-color: #7460ee;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #7460ee;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #21c1d6;
  border-color: #21c1d6;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #21c1d6;
  border-color: #21c1d6;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #21c1d6;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #21c1d6;
  border-color: #21c1d6;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.5);
}
.btn-outline-info {
  color: #1e88e5;
  border-color: #1e88e5;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #1e88e5;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.5);
}
.btn-outline-warning {
  color: #ffb22b;
  border-color: #ffb22b;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffb22b;
  border-color: #ffb22b;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 178, 43, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffb22b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb22b;
  border-color: #ffb22b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 178, 43, 0.5);
}
.btn-outline-danger {
  color: #fc4b6c;
  border-color: #fc4b6c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fc4b6c;
  border-color: #fc4b6c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fc4b6c;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc4b6c;
  border-color: #fc4b6c;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.5);
}
.btn-outline-light {
  color: #f2f4f8;
  border-color: #f2f4f8;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f2f4f8;
  border-color: #f2f4f8;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f2f4f8;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f2f4f8;
  border-color: #f2f4f8;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-cyan {
  color: #26c6da;
  border-color: #26c6da;
}
.btn-outline-cyan:hover {
  color: #212529;
  background-color: #26c6da;
  border-color: #26c6da;
}
.btn-outline-cyan:focus,
.btn-outline-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
  color: #26c6da;
  background-color: transparent;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled).active,
.show > .btn-outline-cyan.dropdown-toggle {
  color: #212529;
  background-color: #26c6da;
  border-color: #26c6da;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}
.btn-outline-orange {
  color: #fb8c00;
  border-color: #fb8c00;
}
.btn-outline-orange:hover {
  color: #212529;
  background-color: #fb8c00;
  border-color: #fb8c00;
}
.btn-outline-orange:focus,
.btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5);
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #fb8c00;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: #fb8c00;
  border-color: #fb8c00;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5);
}
.btn-outline-purple {
  color: #7460ee;
  border-color: #7460ee;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #7460ee;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}
.btn-outline-inverse {
  color: #2f3d4a;
  border-color: #2f3d4a;
}
.btn-outline-inverse:hover {
  color: #fff;
  background-color: #2f3d4a;
  border-color: #2f3d4a;
}
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 61, 74, 0.5);
}
.btn-outline-inverse.disabled,
.btn-outline-inverse:disabled {
  color: #2f3d4a;
  background-color: transparent;
}
.btn-outline-inverse:not(:disabled):not(.disabled):active,
.btn-outline-inverse:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse.dropdown-toggle {
  color: #fff;
  background-color: #2f3d4a;
  border-color: #2f3d4a;
}
.btn-outline-inverse:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 61, 74, 0.5);
}
.btn-outline-megna {
  color: #01c0c8;
  border-color: #01c0c8;
}
.btn-outline-megna:hover {
  color: #fff;
  background-color: #01c0c8;
  border-color: #01c0c8;
}
.btn-outline-megna:focus,
.btn-outline-megna.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 192, 200, 0.5);
}
.btn-outline-megna.disabled,
.btn-outline-megna:disabled {
  color: #01c0c8;
  background-color: transparent;
}
.btn-outline-megna:not(:disabled):not(.disabled):active,
.btn-outline-megna:not(:disabled):not(.disabled).active,
.show > .btn-outline-megna.dropdown-toggle {
  color: #fff;
  background-color: #01c0c8;
  border-color: #01c0c8;
}
.btn-outline-megna:not(:disabled):not(.disabled):active:focus,
.btn-outline-megna:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-megna.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 192, 200, 0.5);
}
.btn-outline-light-danger {
  color: #f9e7eb;
  border-color: #f9e7eb;
}
.btn-outline-light-danger:hover {
  color: #212529;
  background-color: #f9e7eb;
  border-color: #f9e7eb;
}
.btn-outline-light-danger:focus,
.btn-outline-light-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 231, 235, 0.5);
}
.btn-outline-light-danger.disabled,
.btn-outline-light-danger:disabled {
  color: #f9e7eb;
  background-color: transparent;
}
.btn-outline-light-danger:not(:disabled):not(.disabled):active,
.btn-outline-light-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-danger.dropdown-toggle {
  color: #212529;
  background-color: #f9e7eb;
  border-color: #f9e7eb;
}
.btn-outline-light-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 231, 235, 0.5);
}
.btn-outline-light-success {
  color: #e8fdeb;
  border-color: #e8fdeb;
}
.btn-outline-light-success:hover {
  color: #212529;
  background-color: #e8fdeb;
  border-color: #e8fdeb;
}
.btn-outline-light-success:focus,
.btn-outline-light-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 253, 235, 0.5);
}
.btn-outline-light-success.disabled,
.btn-outline-light-success:disabled {
  color: #e8fdeb;
  background-color: transparent;
}
.btn-outline-light-success:not(:disabled):not(.disabled):active,
.btn-outline-light-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-success.dropdown-toggle {
  color: #212529;
  background-color: #e8fdeb;
  border-color: #e8fdeb;
}
.btn-outline-light-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 253, 235, 0.5);
}
.btn-outline-light-warning {
  color: #fff8ec;
  border-color: #fff8ec;
}
.btn-outline-light-warning:hover {
  color: #212529;
  background-color: #fff8ec;
  border-color: #fff8ec;
}
.btn-outline-light-warning:focus,
.btn-outline-light-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 236, 0.5);
}
.btn-outline-light-warning.disabled,
.btn-outline-light-warning:disabled {
  color: #fff8ec;
  background-color: transparent;
}
.btn-outline-light-warning:not(:disabled):not(.disabled):active,
.btn-outline-light-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-warning.dropdown-toggle {
  color: #212529;
  background-color: #fff8ec;
  border-color: #fff8ec;
}
.btn-outline-light-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 236, 0.5);
}
.btn-outline-light-primary {
  color: #f1effd;
  border-color: #f1effd;
}
.btn-outline-light-primary:hover {
  color: #212529;
  background-color: #f1effd;
  border-color: #f1effd;
}
.btn-outline-light-primary:focus,
.btn-outline-light-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 239, 253, 0.5);
}
.btn-outline-light-primary.disabled,
.btn-outline-light-primary:disabled {
  color: #f1effd;
  background-color: transparent;
}
.btn-outline-light-primary:not(:disabled):not(.disabled):active,
.btn-outline-light-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-primary.dropdown-toggle {
  color: #212529;
  background-color: #f1effd;
  border-color: #f1effd;
}
.btn-outline-light-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 239, 253, 0.5);
}
.btn-outline-light-info {
  color: #cfecfe;
  border-color: #cfecfe;
}
.btn-outline-light-info:hover {
  color: #212529;
  background-color: #cfecfe;
  border-color: #cfecfe;
}
.btn-outline-light-info:focus,
.btn-outline-light-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 236, 254, 0.5);
}
.btn-outline-light-info.disabled,
.btn-outline-light-info:disabled {
  color: #cfecfe;
  background-color: transparent;
}
.btn-outline-light-info:not(:disabled):not(.disabled):active,
.btn-outline-light-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-info.dropdown-toggle {
  color: #212529;
  background-color: #cfecfe;
  border-color: #cfecfe;
}
.btn-outline-light-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 236, 254, 0.5);
}
.btn-outline-light-inverse {
  color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-light-inverse:hover {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-light-inverse:focus,
.btn-outline-light-inverse.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}
.btn-outline-light-inverse.disabled,
.btn-outline-light-inverse:disabled {
  color: #f6f6f6;
  background-color: transparent;
}
.btn-outline-light-inverse:not(:disabled):not(.disabled):active,
.btn-outline-light-inverse:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-inverse.dropdown-toggle {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-light-inverse:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}
.btn-outline-light-megna {
  color: #e0f2f4;
  border-color: #e0f2f4;
}
.btn-outline-light-megna:hover {
  color: #212529;
  background-color: #e0f2f4;
  border-color: #e0f2f4;
}
.btn-outline-light-megna:focus,
.btn-outline-light-megna.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 242, 244, 0.5);
}
.btn-outline-light-megna.disabled,
.btn-outline-light-megna:disabled {
  color: #e0f2f4;
  background-color: transparent;
}
.btn-outline-light-megna:not(:disabled):not(.disabled):active,
.btn-outline-light-megna:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-megna.dropdown-toggle {
  color: #212529;
  background-color: #e0f2f4;
  border-color: #e0f2f4;
}
.btn-outline-light-megna:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-megna:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-megna.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 242, 244, 0.5);
}
.btn-outline-dark-danger {
  color: #e6294b;
  border-color: #e6294b;
}
.btn-outline-dark-danger:hover {
  color: #fff;
  background-color: #e6294b;
  border-color: #e6294b;
}
.btn-outline-dark-danger:focus,
.btn-outline-dark-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 41, 75, 0.5);
}
.btn-outline-dark-danger.disabled,
.btn-outline-dark-danger:disabled {
  color: #e6294b;
  background-color: transparent;
}
.btn-outline-dark-danger:not(:disabled):not(.disabled):active,
.btn-outline-dark-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-danger.dropdown-toggle {
  color: #fff;
  background-color: #e6294b;
  border-color: #e6294b;
}
.btn-outline-dark-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 41, 75, 0.5);
}
.btn-outline-dark-success {
  color: #1eacbe;
  border-color: #1eacbe;
}
.btn-outline-dark-success:hover {
  color: #fff;
  background-color: #1eacbe;
  border-color: #1eacbe;
}
.btn-outline-dark-success:focus,
.btn-outline-dark-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 172, 190, 0.5);
}
.btn-outline-dark-success.disabled,
.btn-outline-dark-success:disabled {
  color: #1eacbe;
  background-color: transparent;
}
.btn-outline-dark-success:not(:disabled):not(.disabled):active,
.btn-outline-dark-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-success.dropdown-toggle {
  color: #fff;
  background-color: #1eacbe;
  border-color: #1eacbe;
}
.btn-outline-dark-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 172, 190, 0.5);
}
.btn-outline-dark-warning {
  color: #e9ab2e;
  border-color: #e9ab2e;
}
.btn-outline-dark-warning:hover {
  color: #212529;
  background-color: #e9ab2e;
  border-color: #e9ab2e;
}
.btn-outline-dark-warning:focus,
.btn-outline-dark-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 171, 46, 0.5);
}
.btn-outline-dark-warning.disabled,
.btn-outline-dark-warning:disabled {
  color: #e9ab2e;
  background-color: transparent;
}
.btn-outline-dark-warning:not(:disabled):not(.disabled):active,
.btn-outline-dark-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-warning.dropdown-toggle {
  color: #212529;
  background-color: #e9ab2e;
  border-color: #e9ab2e;
}
.btn-outline-dark-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 171, 46, 0.5);
}
.btn-outline-dark-primary {
  color: #6352ce;
  border-color: #6352ce;
}
.btn-outline-dark-primary:hover {
  color: #fff;
  background-color: #6352ce;
  border-color: #6352ce;
}
.btn-outline-dark-primary:focus,
.btn-outline-dark-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 82, 206, 0.5);
}
.btn-outline-dark-primary.disabled,
.btn-outline-dark-primary:disabled {
  color: #6352ce;
  background-color: transparent;
}
.btn-outline-dark-primary:not(:disabled):not(.disabled):active,
.btn-outline-dark-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-primary.dropdown-toggle {
  color: #fff;
  background-color: #6352ce;
  border-color: #6352ce;
}
.btn-outline-dark-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 82, 206, 0.5);
}
.btn-outline-dark-info {
  color: #028ee1;
  border-color: #028ee1;
}
.btn-outline-dark-info:hover {
  color: #fff;
  background-color: #028ee1;
  border-color: #028ee1;
}
.btn-outline-dark-info:focus,
.btn-outline-dark-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 142, 225, 0.5);
}
.btn-outline-dark-info.disabled,
.btn-outline-dark-info:disabled {
  color: #028ee1;
  background-color: transparent;
}
.btn-outline-dark-info:not(:disabled):not(.disabled):active,
.btn-outline-dark-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-info.dropdown-toggle {
  color: #fff;
  background-color: #028ee1;
  border-color: #028ee1;
}
.btn-outline-dark-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 142, 225, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #7460ee;
  text-decoration: none;
}
.btn-link:hover {
  color: #381be7;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #e9ecef;
  border-radius: 4px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  clear: both;
  font-weight: 400;
  color: #6c757d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f2f4f8;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1e88e5;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.65rem 1rem;
  color: #6c757d;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #54667a;
  text-align: center;
  white-space: nowrap;
  background-color: #f2f4f8;
  border: 1px solid #e9ecef;
  border-radius: 4px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 5px;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 1px;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1e88e5;
  background-color: #1e88e5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.25);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: black;
  border-color: black;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #a1aab2 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1e88e5;
  background-color: #1e88e5;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(116, 96, 238, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(116, 96, 238, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(116, 96, 238, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #a1aab2;
  border-radius: 0.5rem;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(116, 96, 238, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #54667a;
  vertical-align: middle;
  background: #fff url("./media/custom-select-QVZ7VS3I.png") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  appearance: none;
}
.custom-select:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: transparent;
}
.custom-select:focus::-ms-value {
  color: #54667a;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #54667a;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.76563rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: transparent;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #54667a;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 4px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #54667a;
  content: "Browse";
  background-color: #f2f4f8;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #eef5f9, transparent;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #eef5f9, transparent;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #eef5f9, transparent;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1e88e5;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #beddf7;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1e88e5;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #beddf7;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1e88e5;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #beddf7;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a1aab2;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #a1aab2;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #a1aab2;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0rem 0rem;
  padding-left: 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4F5467;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1e88e5;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #344966;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #344966;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: white;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #eef5f9;
  border-radius: 4px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #7460ee;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #381be7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: transparent;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #7460ee;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #4c32e9;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #21c1d6;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1a99aa;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 193, 214, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #1e88e5;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #166dba;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffb22b;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #f79d00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 178, 43, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #fc4b6c;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #fb1943;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 75, 108, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f2f4f8;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #d1d8e6;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.badge-cyan {
  color: #212529;
  background-color: #26c6da;
}
a.badge-cyan:hover,
a.badge-cyan:focus {
  color: #212529;
  background-color: #1e9faf;
}
a.badge-cyan:focus,
a.badge-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}
.badge-orange {
  color: #212529;
  background-color: #fb8c00;
}
a.badge-orange:hover,
a.badge-orange:focus {
  color: #212529;
  background-color: #c87000;
}
a.badge-orange:focus,
a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5);
}
.badge-purple {
  color: #fff;
  background-color: #7460ee;
}
a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: #4c32e9;
}
a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5);
}
.badge-inverse {
  color: #fff;
  background-color: #2f3d4a;
}
a.badge-inverse:hover,
a.badge-inverse:focus {
  color: #fff;
  background-color: #1b232b;
}
a.badge-inverse:focus,
a.badge-inverse.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 61, 74, 0.5);
}
.badge-megna {
  color: #fff;
  background-color: #01c0c8;
}
a.badge-megna:hover,
a.badge-megna:focus {
  color: #fff;
  background-color: #018f95;
}
a.badge-megna:focus,
a.badge-megna.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 192, 200, 0.5);
}
.badge-light-danger {
  color: #212529;
  background-color: #f9e7eb;
}
a.badge-light-danger:hover,
a.badge-light-danger:focus {
  color: #212529;
  background-color: #efbec9;
}
a.badge-light-danger:focus,
a.badge-light-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 231, 235, 0.5);
}
.badge-light-success {
  color: #212529;
  background-color: #e8fdeb;
}
a.badge-light-success:hover,
a.badge-light-success:focus {
  color: #212529;
  background-color: #b9f9c2;
}
a.badge-light-success:focus,
a.badge-light-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 253, 235, 0.5);
}
.badge-light-warning {
  color: #212529;
  background-color: #fff8ec;
}
a.badge-light-warning:hover,
a.badge-light-warning:focus {
  color: #212529;
  background-color: #ffe5b9;
}
a.badge-light-warning:focus,
a.badge-light-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 236, 0.5);
}
.badge-light-primary {
  color: #212529;
  background-color: #f1effd;
}
a.badge-light-primary:hover,
a.badge-light-primary:focus {
  color: #212529;
  background-color: #c9c2f7;
}
a.badge-light-primary:focus,
a.badge-light-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 239, 253, 0.5);
}
.badge-light-info {
  color: #212529;
  background-color: #cfecfe;
}
a.badge-light-info:hover,
a.badge-light-info:focus {
  color: #212529;
  background-color: #9dd8fd;
}
a.badge-light-info:focus,
a.badge-light-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(207, 236, 254, 0.5);
}
.badge-light-inverse {
  color: #212529;
  background-color: #f6f6f6;
}
a.badge-light-inverse:hover,
a.badge-light-inverse:focus {
  color: #212529;
  background-color: #dddddd;
}
a.badge-light-inverse:focus,
a.badge-light-inverse.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}
.badge-light-megna {
  color: #212529;
  background-color: #e0f2f4;
}
a.badge-light-megna:hover,
a.badge-light-megna:focus {
  color: #212529;
  background-color: #bae2e7;
}
a.badge-light-megna:focus,
a.badge-light-megna.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 242, 244, 0.5);
}
.badge-dark-danger {
  color: #fff;
  background-color: #e6294b;
}
a.badge-dark-danger:hover,
a.badge-dark-danger:focus {
  color: #fff;
  background-color: #c51736;
}
a.badge-dark-danger:focus,
a.badge-dark-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 41, 75, 0.5);
}
.badge-dark-success {
  color: #fff;
  background-color: #1eacbe;
}
a.badge-dark-success:hover,
a.badge-dark-success:focus {
  color: #fff;
  background-color: #178492;
}
a.badge-dark-success:focus,
a.badge-dark-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 172, 190, 0.5);
}
.badge-dark-warning {
  color: #212529;
  background-color: #e9ab2e;
}
a.badge-dark-warning:hover,
a.badge-dark-warning:focus {
  color: #212529;
  background-color: #ce9116;
}
a.badge-dark-warning:focus,
a.badge-dark-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 171, 46, 0.5);
}
.badge-dark-primary {
  color: #fff;
  background-color: #6352ce;
}
a.badge-dark-primary:hover,
a.badge-dark-primary:focus {
  color: #fff;
  background-color: #4634b9;
}
a.badge-dark-primary:focus,
a.badge-dark-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 82, 206, 0.5);
}
.badge-dark-info {
  color: #fff;
  background-color: #028ee1;
}
a.badge-dark-info:hover,
a.badge-dark-info:focus {
  color: #fff;
  background-color: #026eae;
}
a.badge-dark-info:focus,
a.badge-dark-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 142, 225, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 500;
}
.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #3c327c;
  background-color: #e3dffc;
  border-color: #d8d2fa;
}
.alert-primary hr {
  border-top-color: #c4bbf7;
}
.alert-primary .alert-link {
  color: #2a2358;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #11646f;
  background-color: #d3f3f7;
  border-color: #c1eef4;
}
.alert-success hr {
  border-top-color: #abe8f0;
}
.alert-success .alert-link {
  color: #0a3c43;
}
.alert-info {
  color: #104777;
  background-color: #d2e7fa;
  border-color: #c0def8;
}
.alert-info hr {
  border-top-color: #a9d2f5;
}
.alert-info .alert-link {
  color: #0a2c4a;
}
.alert-warning {
  color: #855d16;
  background-color: #fff0d5;
  border-color: #ffe9c4;
}
.alert-warning hr {
  border-top-color: #ffdfab;
}
.alert-warning .alert-link {
  color: #593e0f;
}
.alert-danger {
  color: #832738;
  background-color: #fedbe2;
  border-color: #fecdd6;
}
.alert-danger hr {
  border-top-color: #feb4c2;
}
.alert-danger .alert-link {
  color: #5c1b27;
}
.alert-light {
  color: #7e7f81;
  background-color: #fcfdfe;
  border-color: #fbfcfd;
}
.alert-light hr {
  border-top-color: #eaeff5;
}
.alert-light .alert-link {
  color: #656667;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-cyan {
  color: #146771;
  background-color: #d4f4f8;
  border-color: #c2eff5;
}
.alert-cyan hr {
  border-top-color: #ace9f1;
}
.alert-cyan .alert-link {
  color: #0c4046;
}
.alert-orange {
  color: #834900;
  background-color: #fee8cc;
  border-color: #fedfb8;
}
.alert-orange hr {
  border-top-color: #fed49f;
}
.alert-orange .alert-link {
  color: #502d00;
}
.alert-purple {
  color: #3c327c;
  background-color: #e3dffc;
  border-color: #d8d2fa;
}
.alert-purple hr {
  border-top-color: #c4bbf7;
}
.alert-purple .alert-link {
  color: #2a2358;
}
.alert-inverse {
  color: #182026;
  background-color: #d5d8db;
  border-color: #c5c9cc;
}
.alert-inverse hr {
  border-top-color: #b7bcc0;
}
.alert-inverse .alert-link {
  color: #040607;
}
.alert-megna {
  color: #016468;
  background-color: #ccf2f4;
  border-color: #b8edf0;
}
.alert-megna hr {
  border-top-color: #a3e8ec;
}
.alert-megna .alert-link {
  color: #013335;
}
.alert-light-danger {
  color: #81787a;
  background-color: #fefafb;
  border-color: #fdf8f9;
}
.alert-light-danger hr {
  border-top-color: #f7e4e8;
}
.alert-light-danger .alert-link {
  color: #675f61;
}
.alert-light-success {
  color: #79847a;
  background-color: #fafffb;
  border-color: #f9fef9;
}
.alert-light-success hr {
  border-top-color: #e3fae3;
}
.alert-light-success .alert-link {
  color: #616961;
}
.alert-light-warning {
  color: #85817b;
  background-color: #fffefb;
  border-color: #fffdfa;
}
.alert-light-warning hr {
  border-top-color: #fff3e1;
}
.alert-light-warning .alert-link {
  color: #6b6762;
}
.alert-light-primary {
  color: #7d7c84;
  background-color: #fcfcff;
  border-color: #fbfbfe;
}
.alert-light-primary hr {
  border-top-color: #e7e7f9;
}
.alert-light-primary .alert-link {
  color: #64636a;
}
.alert-light-info {
  color: #6c7b84;
  background-color: #f5fbff;
  border-color: #f2faff;
}
.alert-light-info hr {
  border-top-color: #d9f0ff;
}
.alert-light-info .alert-link {
  color: #556168;
}
.alert-light-inverse {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light-inverse hr {
  border-top-color: #efefef;
}
.alert-light-inverse .alert-link {
  color: #676767;
}
.alert-light-megna {
  color: #747e7f;
  background-color: #f9fcfd;
  border-color: #f6fbfc;
}
.alert-light-megna hr {
  border-top-color: #e3f3f6;
}
.alert-light-megna .alert-link {
  color: #5c6464;
}
.alert-dark-danger {
  color: #781527;
  background-color: #fad4db;
  border-color: #f8c3cd;
}
.alert-dark-danger hr {
  border-top-color: #f5acba;
}
.alert-dark-danger .alert-link {
  color: #4d0d19;
}
.alert-dark-success {
  color: #105963;
  background-color: #d2eef2;
  border-color: #c0e8ed;
}
.alert-dark-success hr {
  border-top-color: #ace1e7;
}
.alert-dark-success .alert-link {
  color: #093237;
}
.alert-dark-warning {
  color: #795918;
  background-color: #fbeed5;
  border-color: #f9e7c4;
}
.alert-dark-warning hr {
  border-top-color: #f7dead;
}
.alert-dark-warning .alert-link {
  color: #4e3a10;
}
.alert-dark-primary {
  color: #332b6b;
  background-color: #e0dcf5;
  border-color: #d3cff1;
}
.alert-dark-primary hr {
  border-top-color: #c1bbeb;
}
.alert-dark-primary .alert-link {
  color: #221c47;
}
.alert-dark-info {
  color: #014a75;
  background-color: #cce8f9;
  border-color: #b8dff7;
}
.alert-dark-info hr {
  border-top-color: #a1d5f4;
}
.alert-dark-info .alert-link {
  color: #012a42;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 5px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 4px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7460ee;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 5px 5px;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #4F5467;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #4F5467;
  text-decoration: none;
  background-color: #f2f4f8;
}
.list-group-item-action:active {
  color: #67757c;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #3c327c;
  background-color: #d8d2fa;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #3c327c;
  background-color: #c4bbf7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3c327c;
  border-color: #3c327c;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #11646f;
  background-color: #c1eef4;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #11646f;
  background-color: #abe8f0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #11646f;
  border-color: #11646f;
}
.list-group-item-info {
  color: #104777;
  background-color: #c0def8;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #104777;
  background-color: #a9d2f5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #104777;
  border-color: #104777;
}
.list-group-item-warning {
  color: #855d16;
  background-color: #ffe9c4;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #855d16;
  background-color: #ffdfab;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855d16;
  border-color: #855d16;
}
.list-group-item-danger {
  color: #832738;
  background-color: #fecdd6;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #832738;
  background-color: #feb4c2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #832738;
  border-color: #832738;
}
.list-group-item-light {
  color: #7e7f81;
  background-color: #fbfcfd;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7e7f81;
  background-color: #eaeff5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7f81;
  border-color: #7e7f81;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-cyan {
  color: #146771;
  background-color: #c2eff5;
}
.list-group-item-cyan.list-group-item-action:hover,
.list-group-item-cyan.list-group-item-action:focus {
  color: #146771;
  background-color: #ace9f1;
}
.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #146771;
  border-color: #146771;
}
.list-group-item-orange {
  color: #834900;
  background-color: #fedfb8;
}
.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
  color: #834900;
  background-color: #fed49f;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #834900;
  border-color: #834900;
}
.list-group-item-purple {
  color: #3c327c;
  background-color: #d8d2fa;
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: #3c327c;
  background-color: #c4bbf7;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #3c327c;
  border-color: #3c327c;
}
.list-group-item-inverse {
  color: #182026;
  background-color: #c5c9cc;
}
.list-group-item-inverse.list-group-item-action:hover,
.list-group-item-inverse.list-group-item-action:focus {
  color: #182026;
  background-color: #b7bcc0;
}
.list-group-item-inverse.list-group-item-action.active {
  color: #fff;
  background-color: #182026;
  border-color: #182026;
}
.list-group-item-megna {
  color: #016468;
  background-color: #b8edf0;
}
.list-group-item-megna.list-group-item-action:hover,
.list-group-item-megna.list-group-item-action:focus {
  color: #016468;
  background-color: #a3e8ec;
}
.list-group-item-megna.list-group-item-action.active {
  color: #fff;
  background-color: #016468;
  border-color: #016468;
}
.list-group-item-light-danger {
  color: #81787a;
  background-color: #fdf8f9;
}
.list-group-item-light-danger.list-group-item-action:hover,
.list-group-item-light-danger.list-group-item-action:focus {
  color: #81787a;
  background-color: #f7e4e8;
}
.list-group-item-light-danger.list-group-item-action.active {
  color: #fff;
  background-color: #81787a;
  border-color: #81787a;
}
.list-group-item-light-success {
  color: #79847a;
  background-color: #f9fef9;
}
.list-group-item-light-success.list-group-item-action:hover,
.list-group-item-light-success.list-group-item-action:focus {
  color: #79847a;
  background-color: #e3fae3;
}
.list-group-item-light-success.list-group-item-action.active {
  color: #fff;
  background-color: #79847a;
  border-color: #79847a;
}
.list-group-item-light-warning {
  color: #85817b;
  background-color: #fffdfa;
}
.list-group-item-light-warning.list-group-item-action:hover,
.list-group-item-light-warning.list-group-item-action:focus {
  color: #85817b;
  background-color: #fff3e1;
}
.list-group-item-light-warning.list-group-item-action.active {
  color: #fff;
  background-color: #85817b;
  border-color: #85817b;
}
.list-group-item-light-primary {
  color: #7d7c84;
  background-color: #fbfbfe;
}
.list-group-item-light-primary.list-group-item-action:hover,
.list-group-item-light-primary.list-group-item-action:focus {
  color: #7d7c84;
  background-color: #e7e7f9;
}
.list-group-item-light-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7d7c84;
  border-color: #7d7c84;
}
.list-group-item-light-info {
  color: #6c7b84;
  background-color: #f2faff;
}
.list-group-item-light-info.list-group-item-action:hover,
.list-group-item-light-info.list-group-item-action:focus {
  color: #6c7b84;
  background-color: #d9f0ff;
}
.list-group-item-light-info.list-group-item-action.active {
  color: #fff;
  background-color: #6c7b84;
  border-color: #6c7b84;
}
.list-group-item-light-inverse {
  color: gray;
  background-color: #fcfcfc;
}
.list-group-item-light-inverse.list-group-item-action:hover,
.list-group-item-light-inverse.list-group-item-action:focus {
  color: gray;
  background-color: #efefef;
}
.list-group-item-light-inverse.list-group-item-action.active {
  color: #fff;
  background-color: gray;
  border-color: gray;
}
.list-group-item-light-megna {
  color: #747e7f;
  background-color: #f6fbfc;
}
.list-group-item-light-megna.list-group-item-action:hover,
.list-group-item-light-megna.list-group-item-action:focus {
  color: #747e7f;
  background-color: #e3f3f6;
}
.list-group-item-light-megna.list-group-item-action.active {
  color: #fff;
  background-color: #747e7f;
  border-color: #747e7f;
}
.list-group-item-dark-danger {
  color: #781527;
  background-color: #f8c3cd;
}
.list-group-item-dark-danger.list-group-item-action:hover,
.list-group-item-dark-danger.list-group-item-action:focus {
  color: #781527;
  background-color: #f5acba;
}
.list-group-item-dark-danger.list-group-item-action.active {
  color: #fff;
  background-color: #781527;
  border-color: #781527;
}
.list-group-item-dark-success {
  color: #105963;
  background-color: #c0e8ed;
}
.list-group-item-dark-success.list-group-item-action:hover,
.list-group-item-dark-success.list-group-item-action:focus {
  color: #105963;
  background-color: #ace1e7;
}
.list-group-item-dark-success.list-group-item-action.active {
  color: #fff;
  background-color: #105963;
  border-color: #105963;
}
.list-group-item-dark-warning {
  color: #795918;
  background-color: #f9e7c4;
}
.list-group-item-dark-warning.list-group-item-action:hover,
.list-group-item-dark-warning.list-group-item-action:focus {
  color: #795918;
  background-color: #f7dead;
}
.list-group-item-dark-warning.list-group-item-action.active {
  color: #fff;
  background-color: #795918;
  border-color: #795918;
}
.list-group-item-dark-primary {
  color: #332b6b;
  background-color: #d3cff1;
}
.list-group-item-dark-primary.list-group-item-action:hover,
.list-group-item-dark-primary.list-group-item-action:focus {
  color: #332b6b;
  background-color: #c1bbeb;
}
.list-group-item-dark-primary.list-group-item-action.active {
  color: #fff;
  background-color: #332b6b;
  border-color: #332b6b;
}
.list-group-item-dark-info {
  color: #014a75;
  background-color: #b8dff7;
}
.list-group-item-dark-info.list-group-item-action:hover,
.list-group-item-dark-info.list-group-item-action:focus {
  color: #014a75;
  background-color: #a1d5f4;
}
.list-group-item-dark-info.list-group-item-action.active {
  color: #fff;
  background-color: #014a75;
  border-color: #014a75;
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 5px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 5px 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 5px 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #455a64;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #67757c;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 64px;
  height: 64px;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 64px;
  height: 64px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #7460ee !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4c32e9 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #21c1d6 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1a99aa !important;
}
.bg-info {
  background-color: #1e88e5 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #166dba !important;
}
.bg-warning {
  background-color: #ffb22b !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f79d00 !important;
}
.bg-danger {
  background-color: #fc4b6c !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fb1943 !important;
}
.bg-light {
  background-color: #f2f4f8 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1d8e6 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-cyan {
  background-color: #26c6da !important;
}
a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #1e9faf !important;
}
.bg-orange {
  background-color: #fb8c00 !important;
}
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c87000 !important;
}
.bg-purple {
  background-color: #7460ee !important;
}
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4c32e9 !important;
}
.bg-inverse {
  background-color: #2f3d4a !important;
}
a.bg-inverse:hover,
a.bg-inverse:focus,
button.bg-inverse:hover,
button.bg-inverse:focus {
  background-color: #1b232b !important;
}
.bg-megna {
  background-color: #01c0c8 !important;
}
a.bg-megna:hover,
a.bg-megna:focus,
button.bg-megna:hover,
button.bg-megna:focus {
  background-color: #018f95 !important;
}
.bg-light-danger {
  background-color: #f9e7eb !important;
}
a.bg-light-danger:hover,
a.bg-light-danger:focus,
button.bg-light-danger:hover,
button.bg-light-danger:focus {
  background-color: #efbec9 !important;
}
.bg-light-success {
  background-color: #e8fdeb !important;
}
a.bg-light-success:hover,
a.bg-light-success:focus,
button.bg-light-success:hover,
button.bg-light-success:focus {
  background-color: #b9f9c2 !important;
}
.bg-light-warning {
  background-color: #fff8ec !important;
}
a.bg-light-warning:hover,
a.bg-light-warning:focus,
button.bg-light-warning:hover,
button.bg-light-warning:focus {
  background-color: #ffe5b9 !important;
}
.bg-light-primary {
  background-color: #f1effd !important;
}
a.bg-light-primary:hover,
a.bg-light-primary:focus,
button.bg-light-primary:hover,
button.bg-light-primary:focus {
  background-color: #c9c2f7 !important;
}
.bg-light-info {
  background-color: #cfecfe !important;
}
a.bg-light-info:hover,
a.bg-light-info:focus,
button.bg-light-info:hover,
button.bg-light-info:focus {
  background-color: #9dd8fd !important;
}
.bg-light-inverse {
  background-color: #f6f6f6 !important;
}
a.bg-light-inverse:hover,
a.bg-light-inverse:focus,
button.bg-light-inverse:hover,
button.bg-light-inverse:focus {
  background-color: #dddddd !important;
}
.bg-light-megna {
  background-color: #e0f2f4 !important;
}
a.bg-light-megna:hover,
a.bg-light-megna:focus,
button.bg-light-megna:hover,
button.bg-light-megna:focus {
  background-color: #bae2e7 !important;
}
.bg-dark-danger {
  background-color: #e6294b !important;
}
a.bg-dark-danger:hover,
a.bg-dark-danger:focus,
button.bg-dark-danger:hover,
button.bg-dark-danger:focus {
  background-color: #c51736 !important;
}
.bg-dark-success {
  background-color: #1eacbe !important;
}
a.bg-dark-success:hover,
a.bg-dark-success:focus,
button.bg-dark-success:hover,
button.bg-dark-success:focus {
  background-color: #178492 !important;
}
.bg-dark-warning {
  background-color: #e9ab2e !important;
}
a.bg-dark-warning:hover,
a.bg-dark-warning:focus,
button.bg-dark-warning:hover,
button.bg-dark-warning:focus {
  background-color: #ce9116 !important;
}
.bg-dark-primary {
  background-color: #6352ce !important;
}
a.bg-dark-primary:hover,
a.bg-dark-primary:focus,
button.bg-dark-primary:hover,
button.bg-dark-primary:focus {
  background-color: #4634b9 !important;
}
.bg-dark-info {
  background-color: #028ee1 !important;
}
a.bg-dark-info:hover,
a.bg-dark-info:focus,
button.bg-dark-info:hover,
button.bg-dark-info:focus {
  background-color: #026eae !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e9ecef !important;
}
.border-top {
  border-top: 1px solid #e9ecef !important;
}
.border-right {
  border-right: 1px solid #e9ecef !important;
}
.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}
.border-left {
  border-left: 1px solid #e9ecef !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #7460ee !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #21c1d6 !important;
}
.border-info {
  border-color: #1e88e5 !important;
}
.border-warning {
  border-color: #ffb22b !important;
}
.border-danger {
  border-color: #fc4b6c !important;
}
.border-light {
  border-color: #f2f4f8 !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-cyan {
  border-color: #26c6da !important;
}
.border-orange {
  border-color: #fb8c00 !important;
}
.border-purple {
  border-color: #7460ee !important;
}
.border-inverse {
  border-color: #2f3d4a !important;
}
.border-megna {
  border-color: #01c0c8 !important;
}
.border-light-danger {
  border-color: #f9e7eb !important;
}
.border-light-success {
  border-color: #e8fdeb !important;
}
.border-light-warning {
  border-color: #fff8ec !important;
}
.border-light-primary {
  border-color: #f1effd !important;
}
.border-light-info {
  border-color: #cfecfe !important;
}
.border-light-inverse {
  border-color: #f6f6f6 !important;
}
.border-light-megna {
  border-color: #e0f2f4 !important;
}
.border-dark-danger {
  border-color: #e6294b !important;
}
.border-dark-success {
  border-color: #1eacbe !important;
}
.border-dark-warning {
  border-color: #e9ab2e !important;
}
.border-dark-primary {
  border-color: #6352ce !important;
}
.border-dark-info {
  border-color: #028ee1 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 1px !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-lg {
  border-radius: 5px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-30 {
  height: 30% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #7460ee !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #381be7 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #21c1d6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #178594 !important;
}
.text-info {
  color: #1e88e5 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1360a4 !important;
}
.text-warning {
  color: #ffb22b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #de8d00 !important;
}
.text-danger {
  color: #fc4b6c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f60431 !important;
}
.text-light {
  color: #f2f4f8 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #c0cadd !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-cyan {
  color: #26c6da !important;
}
a.text-cyan:hover,
a.text-cyan:focus {
  color: #1a8b99 !important;
}
.text-orange {
  color: #fb8c00 !important;
}
a.text-orange:hover,
a.text-orange:focus {
  color: #af6100 !important;
}
.text-purple {
  color: #7460ee !important;
}
a.text-purple:hover,
a.text-purple:focus {
  color: #381be7 !important;
}
.text-inverse {
  color: #2f3d4a !important;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #11161b !important;
}
.text-megna {
  color: #01c0c8 !important;
}
a.text-megna:hover,
a.text-megna:focus {
  color: #01777c !important;
}
.text-light-danger {
  color: #f9e7eb !important;
}
a.text-light-danger:hover,
a.text-light-danger:focus {
  color: #eaaab8 !important;
}
.text-light-success {
  color: #e8fdeb !important;
}
a.text-light-success:hover,
a.text-light-success:focus {
  color: #a2f7ae !important;
}
.text-light-warning {
  color: #fff8ec !important;
}
a.text-light-warning:hover,
a.text-light-warning:focus {
  color: #ffdca0 !important;
}
.text-light-primary {
  color: #f1effd !important;
}
a.text-light-primary:hover,
a.text-light-primary:focus {
  color: #b6abf5 !important;
}
.text-light-info {
  color: #cfecfe !important;
}
a.text-light-info:hover,
a.text-light-info:focus {
  color: #84cefc !important;
}
.text-light-inverse {
  color: #f6f6f6 !important;
}
a.text-light-inverse:hover,
a.text-light-inverse:focus {
  color: #d0d0d0 !important;
}
.text-light-megna {
  color: #e0f2f4 !important;
}
a.text-light-megna:hover,
a.text-light-megna:focus {
  color: #a8dae0 !important;
}
.text-dark-danger {
  color: #e6294b !important;
}
a.text-dark-danger:hover,
a.text-dark-danger:focus {
  color: #ae1430 !important;
}
.text-dark-success {
  color: #1eacbe !important;
}
a.text-dark-success:hover,
a.text-dark-success:focus {
  color: #14707c !important;
}
.text-dark-warning {
  color: #e9ab2e !important;
}
a.text-dark-warning:hover,
a.text-dark-warning:focus {
  color: #b78113 !important;
}
.text-dark-primary {
  color: #6352ce !important;
}
a.text-dark-primary:hover,
a.text-dark-primary:focus {
  color: #3f2fa5 !important;
}
.text-dark-info {
  color: #028ee1 !important;
}
a.text-dark-info:hover,
a.text-dark-info:focus {
  color: #015e95 !important;
}
.text-body {
  color: #67757c !important;
}
.text-muted {
  color: #a1aab2 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #a1aab2;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e8eef3;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e8eef3;
  }
}
.error-box {
  height: 100%;
  width: 100%;
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item .sidebar-link,
.f-icon,
.t-icon,
.w-icon,
.sl-icon,
.if-icon,
.m-icon {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.error-box .error-title {
  font-size: 210px;
  font-weight: 900;
  text-shadow: 4px 4px 0 #fff, 6px 6px 0 #343a40;
  line-height: 210px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .error-box .error-title {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .error-box .error-title {
    font-size: 70px;
    line-height: 70px;
  }
}
.sidebar-nav .has-arrow::after {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  -o-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sidebar-nav li.active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}
@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}
@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}
.topbar .mega-dropdown .dropdown-menu {
  border-radius: 0px;
}
.topbar .dropdown-menu .with-arrow > span {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.btn-facebook {
  background: #3b5998;
  color: #fff;
}
.btn-facebook:hover {
  background: #30487b;
  color: #fff;
}
.btn-facebook:active {
  background: #17233c;
  color: #fff;
}
.btn-twitter {
  background: #55acee;
  color: #fff;
}
.btn-twitter:hover {
  background: #309aea;
  color: #fff;
}
.btn-twitter:active {
  background: #126db2;
  color: #fff;
}
.btn-linkedin {
  background: #007bb6;
  color: #fff;
}
.btn-linkedin:hover {
  background: #005f8d;
  color: #fff;
}
.btn-linkedin:active {
  background: #002537;
  color: #fff;
}
.btn-dribbble {
  background: #ea4c89;
  color: #fff;
}
.btn-dribbble:hover {
  background: #e62771;
  color: #fff;
}
.btn-dribbble:active {
  background: #a3134b;
  color: #fff;
}
.btn-googleplus {
  background: #dd4b39;
  color: #fff;
}
.btn-googleplus:hover {
  background: #ca3523;
  color: #fff;
}
.btn-googleplus:active {
  background: #802216;
  color: #fff;
}
.btn-instagram {
  background: #3f729b;
  color: #fff;
}
.btn-instagram:hover {
  background: #335d7e;
  color: #fff;
}
.btn-instagram:active {
  background: #1a2f40;
  color: #fff;
}
.btn-pinterest {
  background: #cb2027;
  color: #fff;
}
.btn-pinterest:hover {
  background: #a81a20;
  color: #fff;
}
.btn-pinterest:active {
  background: #5d0f12;
  color: #fff;
}
.btn-dropbox {
  background: #007ee5;
  color: #fff;
}
.btn-dropbox:hover {
  background: #0068bc;
  color: #fff;
}
.btn-dropbox:active {
  background: #003866;
  color: #fff;
}
.btn-flickr {
  background: #ff0084;
  color: #fff;
}
.btn-flickr:hover {
  background: #d6006f;
  color: #fff;
}
.btn-flickr:active {
  background: #800042;
  color: #fff;
}
.btn-tumblr {
  background: #32506d;
  color: #fff;
}
.btn-tumblr:hover {
  background: #253b51;
  color: #fff;
}
.btn-tumblr:active {
  background: #0a1016;
  color: #fff;
}
.btn-skype {
  background: #00aff0;
  color: #fff;
}
.btn-skype:hover {
  background: #0091c7;
  color: #fff;
}
.btn-skype:active {
  background: #005271;
  color: #fff;
}
.btn-youtube {
  background: #bb0000;
  color: #fff;
}
.btn-youtube:hover {
  background: #920000;
  color: #fff;
}
.btn-youtube:active {
  background: #3c0000;
  color: #fff;
}
.btn-github {
  background: #171515;
  color: #fff;
}
.btn-github:hover {
  background: #020202;
  color: #fff;
}
.btn-github:active {
  background: black;
  color: #fff;
}
.btn-facebook {
  background: #3b5998;
  color: #fff;
}
.btn-facebook:hover {
  background: #30487b;
  color: #fff;
}
.btn-facebook:active {
  background: #17233c;
  color: #fff;
}
.btn-twitter {
  background: #55acee;
  color: #fff;
}
.btn-twitter:hover {
  background: #309aea;
  color: #fff;
}
.btn-twitter:active {
  background: #126db2;
  color: #fff;
}
.btn-linkedin {
  background: #007bb6;
  color: #fff;
}
.btn-linkedin:hover {
  background: #005f8d;
  color: #fff;
}
.btn-linkedin:active {
  background: #002537;
  color: #fff;
}
.btn-dribbble {
  background: #ea4c89;
  color: #fff;
}
.btn-dribbble:hover {
  background: #e62771;
  color: #fff;
}
.btn-dribbble:active {
  background: #a3134b;
  color: #fff;
}
.btn-googleplus {
  background: #dd4b39;
  color: #fff;
}
.btn-googleplus:hover {
  background: #ca3523;
  color: #fff;
}
.btn-googleplus:active {
  background: #802216;
  color: #fff;
}
.btn-instagram {
  background: #3f729b;
  color: #fff;
}
.btn-instagram:hover {
  background: #335d7e;
  color: #fff;
}
.btn-instagram:active {
  background: #1a2f40;
  color: #fff;
}
.btn-pinterest {
  background: #cb2027;
  color: #fff;
}
.btn-pinterest:hover {
  background: #a81a20;
  color: #fff;
}
.btn-pinterest:active {
  background: #5d0f12;
  color: #fff;
}
.btn-dropbox {
  background: #007ee5;
  color: #fff;
}
.btn-dropbox:hover {
  background: #0068bc;
  color: #fff;
}
.btn-dropbox:active {
  background: #003866;
  color: #fff;
}
.btn-flickr {
  background: #ff0084;
  color: #fff;
}
.btn-flickr:hover {
  background: #d6006f;
  color: #fff;
}
.btn-flickr:active {
  background: #800042;
  color: #fff;
}
.btn-tumblr {
  background: #32506d;
  color: #fff;
}
.btn-tumblr:hover {
  background: #253b51;
  color: #fff;
}
.btn-tumblr:active {
  background: #0a1016;
  color: #fff;
}
.btn-skype {
  background: #00aff0;
  color: #fff;
}
.btn-skype:hover {
  background: #0091c7;
  color: #fff;
}
.btn-skype:active {
  background: #005271;
  color: #fff;
}
.btn-youtube {
  background: #bb0000;
  color: #fff;
}
.btn-youtube:hover {
  background: #920000;
  color: #fff;
}
.btn-youtube:active {
  background: #3c0000;
  color: #fff;
}
.btn-github {
  background: #171515;
  color: #fff;
}
.btn-github:hover {
  background: #020202;
  color: #fff;
}
.btn-github:active {
  background: black;
  color: #fff;
}
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
#main-wrapper {
  width: 100%;
  overflow: hidden;
}
.page-wrapper {
  position: relative;
  background: #F8F8F8;
  display: none;
  transition: 0.2s ease-in;
}
.page-wrapper > .container-fluid,
.page-wrapper > .container-sm,
.page-wrapper > .container-md,
.page-wrapper > .container-lg,
.page-wrapper > .container-xl {
  padding: 20px 30px;
  min-height: calc(100vh - 180px);
}
.footer {
  background: #fff;
  border-top: 1px solid #e9ecef;
  padding: 17px 15px;
}
.left-part {
  position: absolute;
  height: 100%;
  width: 260px;
  border-right: 1px solid #e9ecef;
}
.left-part.fixed-left-part {
  position: fixed;
  top: 0;
  padding-top: 10px;
}
.left-part .show-left-part {
  position: absolute;
  top: 45%;
  right: -41px;
}
.right-part {
  width: calc(100% - 260px);
  height: calc(100vh - 126px);
  margin-left: 260px;
}
.reverse-mode .left-part {
  right: 0;
  border-left: 1px solid #e9ecef;
}
.reverse-mode .show-left-part {
  right: auto;
  left: -41px;
}
.reverse-mode .right-part {
  margin-left: 0;
  margin-right: 260px;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header {
  transition: 0.2s ease-in;
}
#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper {
  margin-left: 240px;
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .page-wrapper {
  margin-left: 180px;
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .navbar-brand .logo-text {
  display: none;
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .left-sidebar,
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .left-sidebar .sidebar-footer,
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .topbar .top-navbar .navbar-header {
  width: 180px;
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item {
  width: calc(180px - 30px);
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item .first-level {
  padding-left: 0;
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item .sidebar-link {
  display: block;
  white-space: nowrap;
  text-align: center;
}
#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item .sidebar-link i {
  display: block;
  width: auto;
}
#main-wrapper[data-layout=vertical][data-sidebartype=overlay] .topbar .top-navbar .navbar-header {
  width: 240px;
}
#main-wrapper[data-layout=vertical][data-sidebartype=overlay] .left-sidebar {
  left: -240px;
}
#main-wrapper[data-layout=vertical][data-sidebartype=overlay].show-sidebar .left-sidebar {
  left: 0;
}
#main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-header {
  position: fixed;
  z-index: 10;
}
#main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .left-sidebar {
  position: fixed;
}
#main-wrapper[data-layout=vertical][data-header-position=fixed] .topbar {
  position: fixed;
  width: 100%;
}
#main-wrapper[data-layout=vertical][data-header-position=fixed] .page-wrapper {
  padding-top: 50px;
}
#main-wrapper[data-layout=vertical][data-boxed-layout=boxed] {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 1px 0 80px rgba(0, 0, 0, 0.2);
}
#main-wrapper[data-layout=vertical][data-boxed-layout=boxed][data-header-position=fixed] .topbar {
  max-width: 1200px;
}
@media (min-width: 768px) {
  #main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-header {
    width: 240px;
  }
  #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse,
  #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=overlay] .topbar .top-navbar .navbar-collapse {
    margin-left: 240px;
  }
  #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse {
    margin-left: 65px;
  }
  #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=iconbar] .topbar .top-navbar .navbar-collapse {
    margin-left: 180px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header {
    width: 65px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header .logo-text {
    display: none;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header.expand-logo {
    width: 240px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header.expand-logo .logo-text {
    display: block;
  }
  #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse {
    margin-left: 65px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .page-wrapper {
    margin-left: 50px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .user-profile .profile-img {
    margin-left: 9px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .user-profile .profile-text {
    display: none;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav ul {
    padding: 7px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .hide-menu,
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .has-arrow:after {
    display: none;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .nav-small-cap {
    justify-content: center;
    padding: 14px 14px 14px 14px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .nav-small-cap i {
    display: block;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 8px 8px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav ul .sidebar-item .first-level {
    padding: 0 0 10px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 5px 12px;
    margin-top: 5px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
    display: block;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar {
    width: 50px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar .sidebar-footer {
    display: none;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover {
    width: 200px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .user-profile .profile-img {
    margin-left: 30px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .user-profile .profile-text {
    display: block;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .hide-menu,
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .has-arrow:after {
    display: block;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .nav-small-cap {
    justify-content: flex-start;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .nav-small-cap i {
    display: none;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .user-profile .profile-img {
    width: 50px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .user-profile .profile-img::before {
    width: 50px;
    height: 50px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .user-profile .u-dropdown {
    display: block;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 8px 35px 8px 8px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level {
    padding: 10px 0 0 5px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 5px 5px 5px 10px;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
    display: none;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-footer {
    display: flex;
  }
}
@media (max-width: 766px) {
  #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar,
  #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar .sidebar-footer {
    left: -240px;
  }
  #main-wrapper.show-sidebar .left-sidebar,
  #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
    left: 0;
  }
  #main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse,
  #main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse {
    position: relative;
    top: 70px;
  }
  .left-part {
    position: fixed;
    left: -260px;
    background: #eef5f9;
    z-index: 1;
    transition: 0.1s ease-in;
  }
  .left-part.show-panel {
    left: 0;
  }
  .reverse-mode .left-part {
    right: -260px;
    left: auto;
  }
  .reverse-mode .left-part.show-panel {
    right: 0;
  }
  .right-part {
    width: 100%;
    margin-left: 0;
  }
}
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
.lds-ripple .lds-pos {
  position: absolute;
  border: 2px solid #009efb;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
}
.lds-ripple .lds-pos:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.notify {
  position: relative;
  top: -35px;
  right: -8px;
}
.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #fc4b6c;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fc4b6c;
  position: absolute;
  right: 6px;
  top: -10px;
}
@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.topbar {
  position: relative;
  height: 70px;
  background: #fff;
  z-index: 50;
  transition: 0.2s ease-in;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05);
}
.topbar .navbar-collapse {
  padding: 0px 10px 0 0;
}
.topbar .top-navbar {
  min-height: 70px;
  padding: 0;
}
.topbar .top-navbar .dropdown-toggle::after {
  display: none;
}
.topbar .top-navbar .navbar-header {
  line-height: 70px;
}
.topbar .top-navbar .navbar-header .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin: 0;
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
  margin-right: 5px;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
  line-height: 70px;
  height: 70px;
  padding: 0px 0.75rem;
  font-size: 19px;
}
.topbar .top-navbar .navbar-nav > .nav-item {
  transition: 0.2s ease-in;
}
.topbar .top-navbar .navbar-nav > .nav-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .user-dd,
.topbar .mailbox {
  width: 300px;
}
.topbar .nav-toggler,
.topbar .topbartoggler {
  color: #fff;
  padding: 0 0.75rem;
}
.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}
.search-box .app-search input {
  width: 100%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  transition: 0.5s ease-in;
  height: 70px;
}
.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  right: 20px;
  cursor: pointer;
}
.topbar .mega-dropdown {
  position: static;
}
.topbar .mega-dropdown .dropdown-menu {
  padding: 30px;
  width: 100%;
  max-height: 480px;
  overflow: auto;
}
.dropdown-user .user-list:hover {
  background: #f2f4f8;
}
.topbar .dropdown-menu {
  padding-top: 0;
  border: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.topbar .dropdown-menu .with-arrow {
  position: absolute;
  top: -10px;
  width: 40px;
  height: 10px;
  overflow: hidden;
}
.topbar .dropdown-menu .with-arrow > span {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  top: 3px;
  left: 15px;
  background-color: #fff;
  border-radius: 6px 0 0 0;
}
.topbar .dropdown-menu.dropdown-menu-right .with-arrow {
  right: 0px;
}
.topbar .dropdown-menu.dropdown-menu-right .with-arrow > span {
  right: 20px;
  left: auto;
}
@media (max-width: 767.98px) {
  .topbar .top-navbar .navbar-collapse.show,
  .topbar .top-navbar .navbar-collapse.collapsing {
    display: block;
    width: 100%;
    border-top: 1px solid #e9ecef;
  }
  .topbar .top-navbar .navbar-nav {
    flex-direction: row;
  }
  .topbar .top-navbar .navbar-nav .dropdown {
    position: static;
  }
  .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding: 0 10px;
  }
  .topbar .top-navbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .topbar .top-navbar .dropdown-menu {
    position: absolute;
    width: 100%;
  }
  .topbar .top-navbar .dropdown-menu .with-arrow {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .mailbox .message-center {
    height: 110px !important;
  }
}
.left-sidebar {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0;
  padding-top: 70px;
  z-index: 10;
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease-in;
}
.left-sidebar .sidebar-footer {
  position: fixed;
  bottom: 0;
  width: 240px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e9ecef;
  z-index: 99;
  transition: 0.2s ease-in;
}
.left-sidebar .sidebar-footer a {
  padding: 15px;
  width: 33.333337%;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.scroll-sidebar {
  position: relative;
  height: calc(100% - 50px);
}
.sidebar-nav > ul > .sidebar-item > .sidebar-link.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #343a40;
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.sidebar-nav ul {
  padding: 8px;
}
.sidebar-nav ul .sidebar-item {
  width: 100%;
  margin-bottom: 4px;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
  padding: 8px 35px 8px 8px;
  display: flex;
  border-radius: 4px;
  white-space: nowrap;
  align-items: center;
  position: relative;
  line-height: 25px;
  font-size: 15px;
  opacity: 0.6;
  color: #fff;
}
.sidebar-nav ul .sidebar-item .sidebar-link i {
  font-style: normal;
  line-height: 25px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-nav ul .sidebar-item .sidebar-link.active,
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
  opacity: 1;
}
.sidebar-nav ul .sidebar-item .sidebar-link.active {
  font-weight: 500;
}
.sidebar-nav ul .sidebar-item.selected > .sidebar-link {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #343a40;
  color: #fff;
  opacity: 1;
}
.sidebar-nav ul .sidebar-item .first-level {
  padding: 10px 0 0 5px;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item {
  margin-bottom: 0;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link {
  opacity: 1;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
  padding: 10px 35px 10px 20px;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
  display: none;
  font-size: 14px;
}
.sidebar-nav ul .nav-small-cap {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 500;
  padding: 14px 14px 14px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sidebar-nav ul .nav-small-cap i {
  line-height: 30px;
  margin: 0 5px;
  display: none;
}
.sidebar-nav ul .nav-devider {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 14px 0;
  display: block;
}
.sidebar-nav > #sidebarnav > .sidebar-item > .sidebar-link:hover {
}
.sidebar-nav ul {
  margin: 0;
}
.sidebar-nav ul li {
  list-style: none;
}
.collapse.in {
  display: block;
}
.sidebar-nav .has-arrow {
  position: relative;
}
.sidebar-nav .has-arrow::after {
  position: absolute;
  content: "";
  width: .55em;
  height: .55em;
  margin-left: 10px;
  top: 20px;
  right: 15px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
}
.user-profile .profile-text > a {
  padding: 6px 30px;
  background: rgba(0, 0, 0, 0.5);
}
.user-profile .profile-text > a:after {
  position: absolute;
  right: 20px;
  top: 15px;
}
.user-profile .profile-img {
  width: 50px;
  margin-left: 30px;
  padding: 35px 0;
}
.user-profile .profile-img::before {
  -webkit-animation: 2.5s blow 0s linear infinite;
  animation: 2.5s blow 0s linear infinite;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 35px;
  border-radius: 50%;
  z-index: 0;
}
@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}
@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}
.user-profile .dropdown-menu {
  left: 0px;
  right: 0px;
  top: unset !important;
  width: 180px;
  margin: 0 auto;
}
.customizer {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 100;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in;
}
.customizer .service-panel-toggle {
  position: absolute;
  bottom: 27px;
  left: -75px;
  color: #fff;
  background: #26c6da;
  border-radius: 100%;
  padding: 17px 20px;
}
.customizer.show-service-panel {
  position: fixed;
  right: 0;
}
.customizer.show-service-panel .service-panel-toggle {
  border-radius: 30px 0 0 30px;
  left: -54px;
}
.customizer .customizer-body {
  position: relative;
  height: 100%;
}
.customizer .customizer-tab {
  display: flex;
}
.customizer .customizer-tab .nav-item {
  width: 33.33%;
  text-align: center;
}
.customizer .customizer-tab .nav-item .nav-link {
  color: #67757c;
  border-bottom: 3px solid transparent;
  padding: 15px 12px;
}
.customizer .customizer-tab .nav-item .nav-link:hover,
.customizer .customizer-tab .nav-item .nav-link.active {
  color: #009efb;
  border-bottom: 3px solid #009efb;
}
.custom-control-label::after,
.custom-control-label::before {
  top: 0.15rem;
}
.theme-color .theme-item .theme-link {
  width: 20px;
  height: 20px;
}
.theme-color .theme-item .theme-link[data-logobg=skin1],
.theme-color .theme-item .theme-link[data-navbarbg=skin1],
.theme-color .theme-item .theme-link[data-sidebarbg=skin1] {
  background: #1e88e5;
}
.theme-color .theme-item .theme-link[data-logobg=skin2],
.theme-color .theme-item .theme-link[data-navbarbg=skin2],
.theme-color .theme-item .theme-link[data-sidebarbg=skin2] {
  background: #00acc1;
}
.theme-color .theme-item .theme-link[data-logobg=skin3],
.theme-color .theme-item .theme-link[data-navbarbg=skin3],
.theme-color .theme-item .theme-link[data-sidebarbg=skin3] {
  background: #fc4b6c;
}
.theme-color .theme-item .theme-link[data-logobg=skin4],
.theme-color .theme-item .theme-link[data-navbarbg=skin4],
.theme-color .theme-item .theme-link[data-sidebarbg=skin4] {
  background: #7460ee;
}
.theme-color .theme-item .theme-link[data-logobg=skin5],
.theme-color .theme-item .theme-link[data-navbarbg=skin5],
.theme-color .theme-item .theme-link[data-sidebarbg=skin5] {
  background: #1d2126;
}
.theme-color .theme-item .theme-link[data-logobg=skin6],
.theme-color .theme-item .theme-link[data-navbarbg=skin6],
.theme-color .theme-item .theme-link[data-sidebarbg=skin6] {
  background: #e9ecef;
}
#main-wrapper[data-layout=horizontal] .page-titles {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  padding: 15px 30px 0;
}
#main-wrapper[data-layout=horizontal] .footer {
  background: transparent;
  border-top: 0;
  text-align: center;
}
#main-wrapper[data-layout=horizontal] .right-part {
  height: calc(100vh - 180px);
}
#main-wrapper[data-layout=horizontal] .chat-container .chat-box {
  height: calc(100vh - 365px) !important;
}
#main-wrapper[data-layout=horizontal][data-header-position=fixed] .topbar {
  position: fixed;
  width: 100%;
}
#main-wrapper[data-layout=horizontal][data-header-position=fixed] .left-sidebar {
  padding-top: 70px;
}
#main-wrapper[data-layout=horizontal][data-sidebar-position=fixed] .topbar {
  position: fixed;
  width: 100%;
}
#main-wrapper[data-layout=horizontal][data-sidebar-position=fixed] .left-sidebar {
  position: fixed;
  padding-top: 70px;
}
#main-wrapper[data-layout=horizontal][data-sidebar-position=fixed] .page-wrapper {
  padding-top: 78px;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-breadcrumb {
    padding: 25px 0 0;
  }
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper > .container-fluid,
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper > .container-sm,
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper > .container-md,
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper > .container-lg,
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper > .container-xl {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  #main-wrapper[data-layout=horizontal] {
    background: #eef5f9;
  }
  #main-wrapper[data-layout=horizontal] .page-titles {
    padding: 15px 10px 0;
  }
  #main-wrapper[data-layout=horizontal] .topbar {
    transition: 0s;
  }
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .top-navbar,
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .scroll-sidebar,
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .sidebar-nav #sidebarnav {
    flex-wrap: wrap;
  }
  #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .sidebar-nav #sidebarnav > .sidebar-item > .has-arrow:after {
    display: block;
  }
  #main-wrapper[data-layout=horizontal][data-sidebar-position=fixed] .page-wrapper {
    padding-top: 125px;
  }
  #main-wrapper[data-layout=horizontal] .mega-dropdown .first-level {
    max-height: 400px;
    overflow: auto;
  }
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header {
    width: 200px;
  }
  #main-wrapper[data-layout=horizontal] .topbar .sidebartoggler {
    display: none;
  }
  #main-wrapper[data-layout=horizontal] .left-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
    z-index: 45;
    transition: 0s;
  }
  #main-wrapper[data-layout=horizontal] .left-sidebar .scroll-sidebar {
    height: 54px;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav ul {
    display: flex;
  }
  #main-wrapper[data-layout=horizontal] .scroll-sidebar {
    height: auto;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav {
    display: flex;
    width: 100%;
    padding: 6px;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item {
    margin-right: 6px;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child {
    margin-right: 0;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link {
    padding: 8px 32px 8px 5px;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .sidebar-item {
    position: relative;
    width: auto;
    margin-bottom: 0;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .sidebar-item .first-level {
    padding: 0;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .has-arrow:after {
    transform: rotate(-135deg) translate(0, -50%);
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child > .first-level {
    right: 0;
    left: auto;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .two-column + .first-level {
    width: 400px;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .two-column + .first-level > .sidebar-item {
    float: left;
    vertical-align: top;
    width: 50%;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item ul {
    position: absolute;
    left: 0;
    top: auto;
    width: 220px;
    padding-bottom: 0;
    display: none;
    z-index: 100;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .mega-dropdown {
    position: static;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .mega-dropdown .first-level {
    width: 100%;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .mega-dropdown .first-level > li {
    width: 25%;
    float: left;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover {
    background: rgba(0, 0, 0, 0.035);
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level,
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level.collapse {
    display: block;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level > li,
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level.collapse > li {
    background: rgba(0, 0, 0, 0.035);
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item ul.second-level {
    left: 220px;
    top: 0;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child > .first-level ul.second-level,
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .right-side-dd ul.second-level {
    right: 220px;
    top: 0;
    left: auto;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav ul.first-level > .sidebar-item:hover ul.second-level {
    display: block;
  }
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .nav-small-cap,
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .sidebar-footer,
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .user-pro,
  #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .badge {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  #main-wrapper[data-layout=horizontal][data-sidebartype=mini-sidebar] .left-sidebar,
  #main-wrapper[data-layout=horizontal][data-sidebartype=mini-sidebar] .left-sidebar .sidebar-footer {
    left: -240px;
  }
  #main-wrapper[data-layout=horizontal].show-sidebar .left-sidebar,
  #main-wrapper[data-layout=horizontal].show-sidebar .left-sidebar .sidebar-footer {
    left: 0;
  }
  #main-wrapper[data-layout=horizontal][data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse,
  #main-wrapper[data-layout=horizontal][data-layout=vertical][data-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse {
    position: relative;
    top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-collapse.show,
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-collapse.collapsing {
    display: block;
    width: 100%;
    border-top: 1px solid #e9ecef;
  }
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-nav {
    flex-direction: row;
  }
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-nav .dropdown {
    position: static;
  }
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding: 0 10px;
  }
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .dropdown-menu {
    position: absolute;
    width: 100%;
  }
  #main-wrapper[data-layout=horizontal] .topbar .top-navbar .dropdown-menu .with-arrow {
    display: none;
  }
}
html[dir=rtl] .float-left {
  float: right !important;
}
html[dir=rtl] .float-right {
  float: left !important;
}
html[dir=rtl] .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  html[dir=rtl] .float-sm-left {
    float: right !important;
  }
  html[dir=rtl] .float-sm-right {
    float: left !important;
  }
  html[dir=rtl] .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .float-md-left {
    float: right !important;
  }
  html[dir=rtl] .float-md-right {
    float: left !important;
  }
  html[dir=rtl] .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .float-lg-left {
    float: right !important;
  }
  html[dir=rtl] .float-lg-right {
    float: left !important;
  }
  html[dir=rtl] .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  html[dir=rtl] .float-xl-left {
    float: right !important;
  }
  html[dir=rtl] .float-xl-right {
    float: left !important;
  }
  html[dir=rtl] .float-xl-none {
    float: none !important;
  }
}
html[dir=rtl] .mr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html[dir=rtl] .ml-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html[dir=rtl] .mr-1 {
  margin-left: 0.25rem !important;
  margin-right: 0 !important;
}
html[dir=rtl] .ml-1 {
  margin-right: 0.25rem !important;
  margin-left: 0 !important;
}
html[dir=rtl] .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
html[dir=rtl] .ml-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}
html[dir=rtl] .mr-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
html[dir=rtl] .ml-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
html[dir=rtl] .mr-4 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}
html[dir=rtl] .ml-4 {
  margin-right: 1.5rem !important;
  margin-left: 0 !important;
}
html[dir=rtl] .mr-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}
html[dir=rtl] .ml-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}
html[dir=rtl] .pr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html[dir=rtl] .pl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html[dir=rtl] .pr-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important;
}
html[dir=rtl] .pl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0 !important;
}
html[dir=rtl] .pr-2 {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}
html[dir=rtl] .pl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0 !important;
}
html[dir=rtl] .pr-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}
html[dir=rtl] .pl-3 {
  padding-right: 1rem !important;
  padding-left: 0 !important;
}
html[dir=rtl] .pr-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}
html[dir=rtl] .pl-4 {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
}
html[dir=rtl] .pr-5 {
  padding-left: 3rem !important;
  padding-right: 0 !important;
}
html[dir=rtl] .pl-5 {
  padding-right: 3rem !important;
  padding-left: 0 !important;
}
html[dir=rtl] .mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}
html[dir=rtl] .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  html[dir=rtl] .mr-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-sm-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-sm-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-sm-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-sm-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .pr-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-sm-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-sm-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-sm-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-sm-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .mr-sm-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-sm-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .mr-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-md-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-md-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-md-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-md-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .pr-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-md-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-md-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-md-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-md-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .mr-md-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-md-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .mr-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-lg-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-lg-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-lg-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-lg-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .pr-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-lg-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-lg-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-lg-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .mr-lg-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-lg-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1600px) {
  html[dir=rtl] .mr-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-xl-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-xl-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .mr-xl-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-xl-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .pr-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-xl-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-xl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .pr-xl-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .pl-xl-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .mr-xl-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .ml-xl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
html[dir=rtl] .text-left {
  text-align: right !important;
}
html[dir=rtl] .text-right {
  text-align: left !important;
}
html[dir=rtl] .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  html[dir=rtl] .text-sm-left {
    text-align: right !important;
  }
  html[dir=rtl] .text-sm-right {
    text-align: left !important;
  }
  html[dir=rtl] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .text-md-left {
    text-align: right !important;
  }
  html[dir=rtl] .text-md-right {
    text-align: left !important;
  }
  html[dir=rtl] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .text-lg-left {
    text-align: right !important;
  }
  html[dir=rtl] .text-lg-right {
    text-align: left !important;
  }
  html[dir=rtl] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  html[dir=rtl] .text-xl-left {
    text-align: right !important;
  }
  html[dir=rtl] .text-xl-right {
    text-align: left !important;
  }
  html[dir=rtl] .text-xl-center {
    text-align: center !important;
  }
}
html[dir=rtl] .border-left {
  border-right: 1px solid #e9ecef !important;
  border-left: 0 !important;
}
html[dir=rtl] .border-right {
  border-left: 1px solid #e9ecef !important;
  border-right: 0 !important;
}
html[dir=rtl] .border-right-0 {
  border-left: 0 !important;
}
html[dir=rtl] .border-left-0 {
  border-right: 0 !important;
}
html[dir=rtl] .rounded-right {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
html[dir=rtl] .rounded-left {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
html[dir=rtl] .input-group > .form-control:not(:last-child),
html[dir=rtl] .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl] .input-group > .form-control:not(:first-child),
html[dir=rtl] .input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .input-group > .custom-file {
  display: flex;
  align-items: center;
}
html[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label,
html[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .input-group > .input-group-prepend > .btn,
html[dir=rtl] .input-group > .input-group-prepend > .input-group-text,
html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn,
html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text,
html[dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html[dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] .input-group .form-control:not(:first-child),
html[dir=rtl] .input-group .form-control:not(:last-child) {
  border-radius: 0 !important;
}
html[dir=rtl] .input-group > .input-group-append > .btn,
html[dir=rtl] .input-group > .input-group-append > .input-group-text,
html[dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html[dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl] body .m-t-5 {
  margin-top: 5px;
}
html[dir=rtl] body .m-b-5 {
  margin-bottom: 5px;
}
html[dir=rtl] body .m-r-5 {
  margin-left: 5px;
}
html[dir=rtl] body .m-l-5 {
  margin-right: 5px;
}
html[dir=rtl] body .p-t-5 {
  padding-top: 5px;
}
html[dir=rtl] body .p-b-5 {
  padding-bottom: 5px;
}
html[dir=rtl] body .p-r-5 {
  padding-left: 5px;
}
html[dir=rtl] body .p-l-5 {
  padding-right: 5px;
}
html[dir=rtl] body .p-5 {
  padding: 5px;
}
html[dir=rtl] body .m-5 {
  margin: 5px;
}
html[dir=rtl] body .m-t-10 {
  margin-top: 10px;
}
html[dir=rtl] body .m-b-10 {
  margin-bottom: 10px;
}
html[dir=rtl] body .m-r-10 {
  margin-left: 10px;
}
html[dir=rtl] body .m-l-10 {
  margin-right: 10px;
}
html[dir=rtl] body .p-t-10 {
  padding-top: 10px;
}
html[dir=rtl] body .p-b-10 {
  padding-bottom: 10px;
}
html[dir=rtl] body .p-r-10 {
  padding-left: 10px;
}
html[dir=rtl] body .p-l-10 {
  padding-right: 10px;
}
html[dir=rtl] body .p-10 {
  padding: 10px;
}
html[dir=rtl] body .m-10 {
  margin: 10px;
}
html[dir=rtl] body .m-t-15 {
  margin-top: 15px;
}
html[dir=rtl] body .m-b-15 {
  margin-bottom: 15px;
}
html[dir=rtl] body .m-r-15 {
  margin-left: 15px;
}
html[dir=rtl] body .m-l-15 {
  margin-right: 15px;
}
html[dir=rtl] body .p-t-15 {
  padding-top: 15px;
}
html[dir=rtl] body .p-b-15 {
  padding-bottom: 15px;
}
html[dir=rtl] body .p-r-15 {
  padding-left: 15px;
}
html[dir=rtl] body .p-l-15 {
  padding-right: 15px;
}
html[dir=rtl] body .p-15 {
  padding: 15px;
}
html[dir=rtl] body .m-15 {
  margin: 15px;
}
html[dir=rtl] body .m-t-20 {
  margin-top: 20px;
}
html[dir=rtl] body .m-b-20 {
  margin-bottom: 20px;
}
html[dir=rtl] body .m-r-20 {
  margin-left: 20px;
}
html[dir=rtl] body .m-l-20 {
  margin-right: 20px;
}
html[dir=rtl] body .p-t-20 {
  padding-top: 20px;
}
html[dir=rtl] body .p-b-20 {
  padding-bottom: 20px;
}
html[dir=rtl] body .p-r-20 {
  padding-left: 20px;
}
html[dir=rtl] body .p-l-20 {
  padding-right: 20px;
}
html[dir=rtl] body .p-20 {
  padding: 20px;
}
html[dir=rtl] body .m-20 {
  margin: 20px;
}
html[dir=rtl] body .m-t-25 {
  margin-top: 25px;
}
html[dir=rtl] body .m-b-25 {
  margin-bottom: 25px;
}
html[dir=rtl] body .m-r-25 {
  margin-left: 25px;
}
html[dir=rtl] body .m-l-25 {
  margin-right: 25px;
}
html[dir=rtl] body .p-t-25 {
  padding-top: 25px;
}
html[dir=rtl] body .p-b-25 {
  padding-bottom: 25px;
}
html[dir=rtl] body .p-r-25 {
  padding-left: 25px;
}
html[dir=rtl] body .p-l-25 {
  padding-right: 25px;
}
html[dir=rtl] body .p-25 {
  padding: 25px;
}
html[dir=rtl] body .m-25 {
  margin: 25px;
}
html[dir=rtl] body .m-t-30 {
  margin-top: 30px;
}
html[dir=rtl] body .m-b-30 {
  margin-bottom: 30px;
}
html[dir=rtl] body .m-r-30 {
  margin-left: 30px;
}
html[dir=rtl] body .m-l-30 {
  margin-right: 30px;
}
html[dir=rtl] body .p-t-30 {
  padding-top: 30px;
}
html[dir=rtl] body .p-b-30 {
  padding-bottom: 30px;
}
html[dir=rtl] body .p-r-30 {
  padding-left: 30px;
}
html[dir=rtl] body .p-l-30 {
  padding-right: 30px;
}
html[dir=rtl] body .p-30 {
  padding: 30px;
}
html[dir=rtl] body .m-30 {
  margin: 30px;
}
html[dir=rtl] body .m-t-40 {
  margin-top: 40px;
}
html[dir=rtl] body .m-b-40 {
  margin-bottom: 40px;
}
html[dir=rtl] body .m-r-40 {
  margin-left: 40px;
}
html[dir=rtl] body .m-l-40 {
  margin-right: 40px;
}
html[dir=rtl] body .p-t-40 {
  padding-top: 40px;
}
html[dir=rtl] body .p-b-40 {
  padding-bottom: 40px;
}
html[dir=rtl] body .p-r-40 {
  padding-left: 40px;
}
html[dir=rtl] body .p-l-40 {
  padding-right: 40px;
}
html[dir=rtl] body .p-40 {
  padding: 40px;
}
html[dir=rtl] body .m-40 {
  margin: 40px;
}
html[dir=rtl] body .m-0-0 {
  margin: 0;
}
html[dir=rtl] body .m-t-0 {
  margin-top: 0;
}
html[dir=rtl] body .m-r-0 {
  margin-left: 0;
}
html[dir=rtl] body .m-b-0 {
  margin-bottom: 0;
}
html[dir=rtl] body .m-l-0 {
  margin-right: 0;
}
html[dir=rtl] body .p-0-0 {
  padding: 0;
}
html[dir=rtl] body .p-t-0 {
  padding-top: 0;
}
html[dir=rtl] body .p-r-0 {
  padding-left: 0;
}
html[dir=rtl] body .p-b-0 {
  padding-bottom: 0;
}
html[dir=rtl] body .p-l-0 {
  padding-right: 0;
}
html[dir=rtl] body {
  text-align: right;
  direction: rtl;
}
html[dir=rtl] .custom-select {
  padding: .375rem .75rem .375rem 1.75rem;
  background: url("./media/custom-select-QVZ7VS3I.png") left 0.35rem center no-repeat #fff;
}
html[dir=rtl] .custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
}
html[dir=rtl] .custom-control-label::after,
html[dir=rtl] .custom-control-label::before {
  left: auto;
  right: -25px;
}
html[dir=rtl] .list-group {
  padding: 0;
}
html[dir=rtl] .close {
  float: left;
}
html[dir=rtl] .custom-file-label {
  left: auto;
  right: 0;
  width: 100%;
}
html[dir=rtl] .custom-file-label::after {
  right: auto;
  left: 0;
}
html[dir=rtl] .checkbox {
  padding-left: 0;
  padding-right: 20px;
}
html[dir=rtl] .checkbox input[type=checkbox] {
  right: 0;
  left: auto;
}
html[dir=rtl] .checkbox label {
  padding-left: 0;
  padding-right: 5px;
}
html[dir=rtl] .checkbox label::before {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkbox label::after {
  right: 3px;
  left: auto;
}
html[dir=rtl] .radio {
  padding-left: 0;
  padding-right: 20px;
}
html[dir=rtl] .radio input[type=radio] {
  right: 0;
  left: auto;
}
html[dir=rtl] .radio label {
  padding-left: 0;
  padding-right: 5px;
}
html[dir=rtl] .radio label::before {
  left: auto;
  right: 0;
}
html[dir=rtl] .radio label::after {
  right: 5px;
  left: auto;
}
html[dir=rtl] .radio label::after,
html[dir=rtl] .radio label::before {
  margin-left: 0;
  margin-right: -20px;
}
html[dir=rtl] .modal-header .close {
  float: left;
  margin: -1rem auto -1rem -1rem;
}
html[dir=rtl] .modal-footer > :not(:last-child) {
  margin-left: 0.25rem;
  margin-right: 0;
}
html[dir=rtl] .alert-dismissible {
  padding-left: 3.8125rem;
  padding-right: 1.25rem;
}
html[dir=rtl] .alert-dismissible .close {
  left: 0;
  right: auto;
}
html[dir=rtl] .dropdown-menu-right {
  right: auto !important;
  left: 0 !important;
}
@media (min-width: 768px) {
  html[dir=rtl] .topbar .dropdown-menu {
    left: unset;
    right: 0;
  }
}
html[dir=rtl] .dropdown-menu {
  text-align: right;
}
html[dir=rtl] .navbar-nav,
html[dir=rtl] .nav,
html[dir=rtl] .list-unstyled,
html[dir=rtl] .pagination {
  padding-right: 0;
}
html[dir=rtl] .topbar .navbar-collapse {
  padding: 0 0 0 10px;
}
html[dir=rtl] .user-profile .profile-img {
  margin-right: 30px;
  margin-left: auto;
}
html[dir=rtl] .user-profile .profile-text > a:after {
  left: 20px;
  right: auto;
}
html[dir=rtl] .topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
  margin-right: 0;
}
html[dir=rtl] .topbar .dropdown-menu.dropdown-menu-right .with-arrow {
  left: 0;
  right: auto;
}
html[dir=rtl] .topbar .dropdown-menu.dropdown-menu-right .with-arrow > span,
html[dir=rtl] .search-box .app-search .srh-btn {
  left: 20px;
  right: auto;
}
html[dir=rtl] .sidebar-nav .has-arrow::after {
  margin-left: 0;
  margin-right: 10px;
  right: auto;
  left: 15px;
}
html[dir=rtl] .sidebar-nav ul .sidebar-item .sidebar-link {
  padding: 14px 8px 14px 35px;
}
html[dir=rtl] .sidebar-nav ul .sidebar-item .sidebar-link .badge {
  left: 34px;
  right: auto;
}
html[dir=rtl] .customizer {
  left: -280px;
  right: auto;
}
html[dir=rtl] .customizer.show-service-panel {
  left: 0;
  right: auto;
}
html[dir=rtl] .customizer.show-service-panel .service-panel-toggle {
  border-radius: 0 30px 30px 0;
  right: -54px;
}
html[dir=rtl] .customizer .service-panel-toggle {
  right: -75px;
  left: auto;
}
html[dir=rtl] .message-box .message-widget a .user-img {
  margin: 0 0 15px 10px;
}
html[dir=rtl] .mailbox .message-center .message-item .mail-contnet {
  padding-right: 10px;
  padding-left: 0;
}
html[dir=rtl] .feed-widget .feed-body .feed-item > .feed-icon {
  margin-right: 0;
  margin-left: 10px;
}
html[dir=rtl] .left-part {
  border-left: 1px solid #e9ecef;
  border-right: none;
}
html[dir=rtl] .left-part .show-left-part {
  left: -41px;
  right: auto;
}
html[dir=rtl] .right-part {
  margin-right: 260px;
  margin-left: 0;
}
html[dir=rtl] .reverse-mode .left-part {
  right: auto;
  left: 0;
}
html[dir=rtl] .reverse-mode .show-left-part {
  left: auto;
  right: -41px;
}
html[dir=rtl] .reverse-mode .right-part {
  margin-right: 0;
  margin-left: 260px;
}
html[dir=rtl] .profiletimeline {
  padding-right: 40px;
  padding-left: 0;
  margin: 40px 30px 0 10px;
  border-right: 1px solid #e9ecef;
  border-left: none;
}
html[dir=rtl] .profiletimeline .sl-left {
  margin-right: -60px !important;
  margin-left: 15px;
  float: right;
}
html[dir=rtl] div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}
html[dir=rtl] table.table-bordered.dataTable th,
html[dir=rtl] table.table-bordered.dataTable td {
  border-left-width: 1px;
}
html[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
  margin-right: 0.5rem;
  margin-left: 0;
}
html[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-left: 1px;
}
html[dir=rtl] .lobilists .lobilist-actions {
  right: auto;
  left: 8px;
}
html[dir=rtl] .lobilists .lobilist-item .todo-actions {
  right: auto;
  left: 4px;
}
html[dir=rtl] .lobilists .lobilist-check {
  left: auto;
  right: 12px;
}
html[dir=rtl] .lobilists .lobilist-item,
html[dir=rtl] .lobilists .lobilist-item-placeholder {
  padding-left: 0;
  padding-right: 35px;
}
html[dir=rtl] .lobilists .lobilist-item .drag-handler {
  left: auto;
  right: 0;
}
html[dir=rtl] .lobilists .lobilist-wrapper,
html[dir=rtl] .lobilists .lobilist-placeholder {
  margin-left: 16px;
  margin-right: 0;
}
html[dir=rtl] .datepicker {
  direction: rtl;
}
html[dir=rtl] .minicolors .minicolors-grid {
  right: 22px;
  left: auto;
}
html[dir=rtl] .wizard > .steps > ul > li,
html[dir=rtl] .wizard > .actions > ul > li {
  float: right;
}
html[dir=rtl] .wizard-content .wizard > .steps > ul > li:after {
  right: auto;
  left: 0;
}
html[dir=rtl] .wizard-content .wizard > .steps > ul > li:before {
  left: auto;
  right: 0;
}
html[dir=rtl] .wizard-content .wizard.vertical > .steps {
  float: right;
}
html[dir=rtl] .css-bar > i {
  margin-left: 0;
  margin-right: 5px;
}
html[dir=rtl] .treeview span.icon {
  margin-left: 5px;
  margin-right: 0;
}
html[dir=rtl] .dz-hidden-input {
  display: none;
}
html[dir=rtl] .sidebar-nav ul .sidebar-item .sidebar-link {
  padding: 8px 8px 8px 35px;
}
html[dir=rtl] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
  padding: 10px 20px 10px 35px;
}
html[dir=rtl] #main-wrapper[data-sidebartype=full] .page-wrapper {
  margin-right: 240px;
  margin-left: 0;
}
html[dir=rtl] #main-wrapper[data-sidebartype=iconbar] .page-wrapper {
  margin-right: 180px;
  margin-left: 0;
}
html[dir=rtl] #main-wrapper[data-sidebartype=overlay] .left-sidebar {
  right: -240px;
  left: auto;
}
html[dir=rtl] #main-wrapper[data-sidebartype=overlay].show-sidebar .left-sidebar {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse,
  html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=overlay] .topbar .top-navbar .navbar-collapse {
    margin-right: 240px;
    margin-left: 0;
  }
  html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse {
    margin-right: 65px;
    margin-left: 0;
  }
  html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=iconbar] .topbar .top-navbar .navbar-collapse {
    margin-right: 180px;
    margin-left: 0;
  }
  html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .page-wrapper {
    margin-left: 0;
    margin-right: 65px;
  }
  html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .user-profile .profile-img {
    margin-right: 9px;
    margin-left: 0;
  }
  html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 8px 8px 8px 35px;
  }
  html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 10px 20px 10px 35px;
  }
}
@media (max-width: 767.98px) {
  html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar {
    right: -240px;
    left: auto;
  }
  html[dir=rtl] #main-wrapper.show-sidebar .left-sidebar {
    right: 0;
    left: auto;
  }
  html[dir=rtl] #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767.98px) {
  html[dir=rtl] .left-part {
    right: -260px;
    left: auto;
  }
  html[dir=rtl] .left-part.show-panel {
    right: 0;
    left: auto;
  }
  html[dir=rtl] .right-part {
    margin-right: 0;
  }
}
html[dir=rtl] .stylish-table tbody tr.active,
html[dir=rtl] .stylish-table tbody tr:hover {
  border-left: 0;
  border-right: 4px solid #1e88e5;
}
html[dir=rtl] .comment-widgets .comment-row {
  border-left: 0;
  border-right: 3px solid transparent;
}
html[dir=rtl] .comment-widgets .comment-row:hover {
  border-left: 0;
  border-right: 3px solid #1e88e5;
}
html[dir=rtl] .add-ct-btn {
  left: 4px;
  right: auto;
}
html[dir=rtl] .card .card-actions {
  float: left;
}
html[dir=rtl] #main-wrapper[data-layout=horizontal] .sidebar-nav ul .sidebar-item .sidebar-link {
  border-right: 0;
}
html[dir=rtl] #main-wrapper[data-layout=horizontal] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
  border-right: 0;
}
html[dir=rtl] #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
  border-left: 0 !important;
}
html[dir=rtl] #main-wrapper[data-layout=horizontal] #main-wrapper[data-sidebartype=full][data-layout=horizontal] .page-wrapper {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  html[dir=rtl] #main-wrapper[data-sidebartype=full][data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item ul {
    right: 0;
    left: auto;
  }
  html[dir=rtl] #main-wrapper[data-sidebartype=full][data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item ul .second-level {
    right: 220px;
    left: auto;
  }
  html[dir=rtl] #main-wrapper[data-sidebartype=full][data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child .second-level {
    left: 220px;
    right: auto;
  }
  html[dir=rtl] #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .top-navbar,
  html[dir=rtl] #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .scroll-sidebar,
  html[dir=rtl] #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  html[dir=rtl] #main-wrapper[data-layout=horizontal][data-boxed-layout=full] .page-wrapper {
    margin-right: 0;
  }
  html[dir=rtl] #main-wrapper[data-layout=horizontal][data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html[dir=rtl] #main-wrapper[data-layout=horizontal][data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  html[dir=rtl] #main-wrapper[data-layout=horizontal][data-sidebartype=mini-sidebar] .left-sidebar {
    right: -240px;
    left: auto;
  }
  html[dir=rtl] #main-wrapper[data-layout=horizontal].show-sidebar .left-sidebar {
    right: 0;
    left: auto;
  }
  html[dir=rtl] #main-wrapper[data-layout=horizontal].show-sidebar .left-sidebar .sidebar-footer {
    right: 0;
    left: auto;
  }
}
body[data-theme=dark] {
  color: #b2b9bf;
  background: #212529;
}
body[data-theme=dark] .h1,
body[data-theme=dark] .h2,
body[data-theme=dark] .h3,
body[data-theme=dark] .h4,
body[data-theme=dark] .h5,
body[data-theme=dark] .h6,
body[data-theme=dark] h1,
body[data-theme=dark] h2,
body[data-theme=dark] h3,
body[data-theme=dark] h4,
body[data-theme=dark] h5,
body[data-theme=dark] h6 {
  color: #b2b9bf;
}
body[data-theme=dark] a.link {
  color: #e9ecef;
}
body[data-theme=dark] a.link:hover,
body[data-theme=dark] a.link:focus {
  color: #009efb;
}
body[data-theme=dark] .bg-white {
  background-color: #000 !important;
}
body[data-theme=dark] .bg-dark {
  background-color: #6c757d !important;
}
body[data-theme=dark] .bg-light-info {
  background-color: #213b5f !important;
}
body[data-theme=dark] .bg-light-success {
  background-color: #1d3c3b !important;
}
body[data-theme=dark] .bg-light-primary {
  background-color: #212d5f !important;
}
body[data-theme=dark] .bg-light-inverse {
  background-color: #020510 !important;
}
body[data-theme=dark] .text-dark {
  color: #e9ecef !important;
}
body[data-theme=dark] .badge-light {
  background-color: #343a40;
  color: #b2b9bf;
}
body[data-theme=dark] .btn-light {
  background-color: #343a40;
  border-color: #343a40;
  color: #b2b9bf;
}
body[data-theme=dark] .custom-control-label::before {
  background-color: #6c757d;
}
body[data-theme=dark] .floating-labels label {
  color: #e9ecef !important;
}
body[data-theme=dark] .card,
body[data-theme=dark] .custom-select,
body[data-theme=dark] .form-control,
body[data-theme=dark] .nav-tabs .nav-link.active,
body[data-theme=dark] .nav-tabs .nav-item.show .nav-link,
body[data-theme=dark] .list-group-item,
body[data-theme=dark] .custom-file-label,
body[data-theme=dark] .modal-content,
body[data-theme=dark] .page-link,
body[data-theme=dark] .page-item.disabled .page-link,
body[data-theme=dark] .note-editor.note-frame .note-editing-area .note-editable,
body[data-theme=dark] .note-editor.note-frame .note-statusbar,
body[data-theme=dark] .lobilists .lobilist,
body[data-theme=dark] .jsgrid-header-row > .jsgrid-header-cell,
body[data-theme=dark] .jsgrid-row > .jsgrid-cell,
body[data-theme=dark] .css-bar:after,
body[data-theme=dark] .select2-container--default .select2-selection--single,
body[data-theme=dark] .select2-container--default .select2-selection--multiple,
body[data-theme=dark] .select2-container--classic .select2-selection--single,
body[data-theme=dark] .dtp > .dtp-content {
  background-color: #272b34;
}
body[data-theme=dark] .mailbox .message-center .message-item.active,
body[data-theme=dark] .mailbox .message-center .message-item:hover {
  background: #323743;
}
body[data-theme=dark] .jvectormap-container {
  background-color: #272b34 !important;
}
body[data-theme=dark] .dropzone,
body[data-theme=dark] .mailbox .message-center .message-item:hover,
body[data-theme=dark] .dropdown-item:hover,
body[data-theme=dark] .dropdown-item:focus,
body[data-theme=dark] .picker__button--today,
body[data-theme=dark] .picker__button--clear,
body[data-theme=dark] .picker__button--close,
body[data-theme=dark] .footer {
  background: #272b34;
}
body[data-theme=dark] .footer {
  border-top: 1px solid #4F5467;
}
body[data-theme=dark] .right-part.mail-list,
body[data-theme=dark] .right-part.mail-details,
body[data-theme=dark] .right-part.mail-compose,
body[data-theme=dark] .left-part,
body[data-theme=dark] .card-footer,
body[data-theme=dark] .typeahead.form-control,
body[data-theme=dark] .select2-dropdown {
  background-color: #272b34 !important;
}
body[data-theme=dark] .page-titles {
  background: #323743;
}
body[data-theme=dark] .jumbotron,
body[data-theme=dark] .page-wrapper,
body[data-theme=dark] .progress,
body[data-theme=dark] .breadcrumb,
body[data-theme=dark] .dropdown-menu,
body[data-theme=dark] #main-wrapper,
body[data-theme=dark] .wizard:not(.wizard-circle) > .steps .disabled a,
body[data-theme=dark] .wizard:not(.wizard-circle) > .steps .disabled a:hover,
body[data-theme=dark] .wizard:not(.wizard-circle) > .steps .disabled a:active,
body[data-theme=dark] .wizard:not(.wizard-circle) > .content,
body[data-theme=dark] .wizard:not(.wizard-circle) > .actions .disabled a,
body[data-theme=dark] .wizard:not(.wizard-circle) > .actions .disabled a:hover,
body[data-theme=dark] .wizard:not(.wizard-circle) > .actions .disabled a:active,
body[data-theme=dark] .wizard-content .wizard > .steps .step,
body[data-theme=dark] .cke_toolbar_separator {
  background-color: #323743;
}
body[data-theme=dark] .fc td,
body[data-theme=dark] .fc th {
  background: #323743 !important;
  border-color: #272b34 !important;
}
body[data-theme=dark] .fc-state-default {
  text-shadow: none;
}
body[data-theme=dark] .fc-unthemed td.fc-today,
body[data-theme=dark] .fc-toolbar .fc-button.fc-state-active,
body[data-theme=dark] .picker__list-item,
body[data-theme=dark] .picker__box,
body[data-theme=dark] .picker--time .picker__box,
body[data-theme=dark] .daterangepicker,
body[data-theme=dark] .daterangepicker .calendar-table {
  background: #343a40;
}
body[data-theme=dark] .fc-unthemed .fc-divider,
body[data-theme=dark] .fc-unthemed .fc-list-heading td,
body[data-theme=dark] .fc-unthemed .fc-popover .fc-header {
  background: #b2b9bf;
}
body[data-theme=dark] .daterangepicker td.off,
body[data-theme=dark] .daterangepicker td.off.in-range,
body[data-theme=dark] .daterangepicker td.off.start-date,
body[data-theme=dark] .daterangepicker td.off.end-date {
  background: #000;
}
body[data-theme=dark] .timeline:before {
  background-color: #343a40;
}
body[data-theme=dark] .cd-horizontal-timeline .events {
  background: #343a40;
}
body[data-theme=dark] .noUi-target,
body[data-theme=dark] .noUi-tooltip,
body[data-theme=dark] .bootstrap-switch .bootstrap-switch-label,
body[data-theme=dark] .striped-rows .row:nth-child(odd),
body[data-theme=dark] .dp-off,
body[data-theme=dark] .footable-odd,
body[data-theme=dark] .jsgrid-alt-row > .jsgrid-cell,
body[data-theme=dark] .jsgrid-filter-row > .jsgrid-cell,
body[data-theme=dark] .cd-horizontal-timeline .events a::after,
body[data-theme=dark] .css-bar > i,
body[data-theme=dark] div.mce-edit-area,
body[data-theme=dark] .mce-menu-item.mce-disabled,
body[data-theme=dark] .mce-menu-item.mce-disabled:hover,
body[data-theme=dark] .cke_top,
body[data-theme=dark] .message-box .message-widget a:hover,
body[data-theme=dark] .feeds .feed-item:hover,
body[data-theme=dark] .f-icon:hover,
body[data-theme=dark] .t-icon:hover,
body[data-theme=dark] .w-icon:hover,
body[data-theme=dark] .sl-icon:hover,
body[data-theme=dark] .if-icon:hover,
body[data-theme=dark] .m-icon:hover {
  background: #212529 !important;
}
body[data-theme=dark] .customizer,
body[data-theme=dark] .chat-list .chat-item .chat-content .box.bg-light-info,
body[data-theme=dark] pre[class*=language-],
body[data-theme=dark] .bg-light,
body[data-theme=dark] .input-group-text,
body[data-theme=dark] .custom-file-label::after,
body[data-theme=dark] .table .thead-light th,
body[data-theme=dark] .table-hover tbody tr:hover,
body[data-theme=dark] .myadmin-dd .dd-list .dd-item .dd-handle,
body[data-theme=dark] .myadmin-dd-empty .dd-list .dd3-content,
body[data-theme=dark] .myadmin-dd-empty .dd-list .dd3-handle,
body[data-theme=dark] .mce-panel {
  background-color: #272c33 !important;
}
body[data-theme=dark] .mce-menubar .mce-menubtn:hover,
body[data-theme=dark] .mce-menubar .mce-menubtn.mce-active,
body[data-theme=dark] .mce-menubar .mce-menubtn:focus {
  background: #343a40;
  border-color: #4F5467;
}
body[data-theme=dark] .mce-btn {
  background: #343a40;
  text-shadow: none;
}
body[data-theme=dark] .mce-btn button {
  color: #b2b9bf;
}
body[data-theme=dark] .page-wrapper,
body[data-theme=dark] .form-control,
body[data-theme=dark] .custom-select,
body[data-theme=dark] .chat-list .chat-item .chat-content .box.bg-light-info,
body[data-theme=dark] .nav-tabs .nav-link.active,
body[data-theme=dark] .nav-tabs .nav-item.show .nav-link,
body[data-theme=dark] .nav-tabs .nav-link:hover,
body[data-theme=dark] .nav-tabs .nav-link:focus,
body[data-theme=dark] .breadcrumb-item.active,
body[data-theme=dark] .input-group-text,
body[data-theme=dark] .custom-file-label::after,
body[data-theme=dark] .table .thead-light th,
body[data-theme=dark] .note-editor.note-frame .note-editing-area .note-editable,
body[data-theme=dark] .lobilists .btn-link,
body[data-theme=dark] .dropdown-menu,
body[data-theme=dark] ul.list-style-none li a,
body[data-theme=dark] .dropdown-item,
body[data-theme=dark] .mce-menubar .mce-menubtn button span,
body[data-theme=dark] .mce-ico,
body[data-theme=dark] .noUi-tooltip,
body[data-theme=dark] .picker,
body[data-theme=dark] .select2-container--classic .select2-selection--single,
body[data-theme=dark] .select2-container--default .select2-selection--multiple,
body[data-theme=dark] .select2-container--default .select2-selection--single,
body[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__arrow,
body[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered,
body[data-theme=dark] .dtp table.dtp-picker-days tr > td > a,
body[data-theme=dark] .dtp .dtp-picker-time > a,
body[data-theme=dark] .cke_reset_all,
body[data-theme=dark] .cke_reset_all *,
body[data-theme=dark] .cke_reset_all a,
body[data-theme=dark] .cke_reset_all textarea,
body[data-theme=dark] .table,
body[data-theme=dark] .message-box .message-widget a .mail-contnet .mail-desc,
body[data-theme=dark] .message-box .message-widget a .mail-contnet .time {
  color: #b2b9bf;
}
body[data-theme=dark] .mailbox .message-center .message-item .message-title,
body[data-theme=dark] .lobilists .lobilist-item-title {
  color: #fff;
}
body[data-theme=dark] .email-app .email-table .selected {
  background: #213b5f;
}
body[data-theme=dark] .grid-structure .grid-container {
  background-color: #323743;
}
body[data-theme=dark] .customtab li a.nav-link.active,
body[data-theme=dark] .profile-tab li a.nav-link.active {
  color: #1e88e5 !important;
  border-bottom: 2px solid #1e88e5 !important;
}
body[data-theme=dark] .border-bottom,
body[data-theme=dark] .border-top,
body[data-theme=dark] .border-left,
body[data-theme=dark] .border-right,
body[data-theme=dark] .border,
body[data-theme=dark] .dropdown-menu,
body[data-theme=dark] .form-control,
body[data-theme=dark] .custom-select,
body[data-theme=dark] .table th,
body[data-theme=dark] .table td,
body[data-theme=dark] .modal-header,
body[data-theme=dark] .modal-footer,
body[data-theme=dark] blockquote,
body[data-theme=dark] pre[class*=language-],
body[data-theme=dark] .card-group .card,
body[data-theme=dark] .nav-tabs .nav-link.active,
body[data-theme=dark] .nav-tabs .nav-item.show .nav-link,
body[data-theme=dark] .nav-tabs,
body[data-theme=dark] .nav-tabs .nav-link:hover,
body[data-theme=dark] .nav-tabs .nav-link:focus,
body[data-theme=dark] .list-group-item,
body[data-theme=dark] .custom-file-label,
body[data-theme=dark] .input-group-text,
body[data-theme=dark] .custom-file-label::after,
body[data-theme=dark] .left-part,
body[data-theme=dark] .page-link,
body[data-theme=dark] .profiletimeline,
body[data-theme=dark] .note-editor.note-frame,
body[data-theme=dark] .dropzone,
body[data-theme=dark] .note-editor.note-frame .note-statusbar,
body[data-theme=dark] .mailbox .message-center .message-item,
body[data-theme=dark] .lobilists .lobilist,
body[data-theme=dark] .lobilists .lobilist-item,
body[data-theme=dark] .lobilists .lobilist-item .drag-handler,
body[data-theme=dark] .lobilists .lobilist-footer,
body[data-theme=dark] .lobilists .lobilist-form-footer,
body[data-theme=dark] .bootstrap-switch,
body[data-theme=dark] .r-separator .form-group,
body[data-theme=dark] .b-form .row,
body[data-theme=dark] .datepaginator-sm .pagination li a,
body[data-theme=dark] .datepaginator-lg .pagination li a,
body[data-theme=dark] .datepaginator .pagination li a,
body[data-theme=dark] .ql-toolbar.ql-snow,
body[data-theme=dark] .ql-container.ql-snow,
body[data-theme=dark] .jsgrid-edit-row > .jsgrid-cell,
body[data-theme=dark] .jsgrid-filter-row > .jsgrid-cell,
body[data-theme=dark] .jsgrid-grid-body,
body[data-theme=dark] .jsgrid-grid-header,
body[data-theme=dark] .jsgrid-header-row > .jsgrid-header-cell,
body[data-theme=dark] .jsgrid-insert-row > .jsgrid-cell,
body[data-theme=dark] .jsgrid-pager-page a,
body[data-theme=dark] .jsgrid-pager-current-page,
body[data-theme=dark] .jsgrid-pager-nav-button a,
body[data-theme=dark] .timeline > .timeline-item > .timeline-panel,
body[data-theme=dark] .cd-horizontal-timeline .events a::after,
body[data-theme=dark] .cd-timeline-navigation a,
body[data-theme=dark] .mailbox .nav-link,
body[data-theme=dark] .dropdown-divider,
body[data-theme=dark] .e-campaign .c-cost,
body[data-theme=dark] .table-bordered,
body[data-theme=dark] .table-bordered td,
body[data-theme=dark] .table-bordered th,
body[data-theme=dark] .mce-panel,
body[data-theme=dark] .mce-menubar,
body[data-theme=dark] .mce-btn-group:not(:first-child),
body[data-theme=dark] .mce-btn:hover,
body[data-theme=dark] .mce-btn:active,
body[data-theme=dark] .mce-splitbtn:hover .mce-open,
body[data-theme=dark] .noUi-tooltip,
body[data-theme=dark] .picker__list-item,
body[data-theme=dark] .picker__button--today,
body[data-theme=dark] .picker__button--clear,
body[data-theme=dark] .picker__button--close,
body[data-theme=dark] .daterangepicker,
body[data-theme=dark] .daterangepicker .calendar-table,
body[data-theme=dark] .daterangepicker .drp-buttons,
body[data-theme=dark] .select2-container--default .select2-selection--single,
body[data-theme=dark] .select2-container--default .select2-selection--multiple,
body[data-theme=dark] .select2-container--classic .select2-selection--single,
body[data-theme=dark] .select2-dropdown,
body[data-theme=dark] .cke_chrome,
body[data-theme=dark] .cke_toolgroup a.cke_button:last-child:after,
body[data-theme=dark] .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,
body[data-theme=dark] .wizard-content .wizard.wizard-circle > .steps .step,
body[data-theme=dark] table.footable,
body[data-theme=dark] table.footable-details,
body[data-theme=dark] .fixed-table-container {
  border-color: #4F5467 !important;
}
body[data-theme=dark] .wizard-content .wizard > .steps > ul > li.current .step {
  border-color: #009efb !important;
  background-color: #000;
}
body[data-theme=dark] .wizard-content .wizard > .steps > ul > li.current > a {
  color: #fff;
}
body[data-theme=dark] .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
body[data-theme=dark] .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
body[data-theme=dark] .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #4F5467;
}
body[data-theme=dark] .wizard-content .wizard.vertical > .steps > ul > li.current:after,
body[data-theme=dark] .wizard-content .wizard.vertical > .steps > ul > li.current:before,
body[data-theme=dark] .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
body[data-theme=dark] .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
body[data-theme=dark] .wizard-content .wizard.vertical > .steps > ul > li:after,
body[data-theme=dark] .wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent;
}
body[data-theme=dark] .was-validated .form-control:valid,
body[data-theme=dark] .form-control.is-valid,
body[data-theme=dark] .was-validated .custom-select:valid,
body[data-theme=dark] .custom-select.is-valid {
  border-color: #21c1d6 !important;
}
body[data-theme=dark] .was-validated .form-control:invalid,
body[data-theme=dark] .form-control.is-invalid,
body[data-theme=dark] .was-validated .custom-select:invalid,
body[data-theme=dark] .custom-select.is-invalid {
  border-color: #fc4b6c !important;
}
body[data-theme=dark] .ct-label {
  fill: #b2b9bf;
  color: #b2b9bf;
}
body[data-theme=dark] .ct-grid {
  stroke: #272c33;
}
body[data-theme=dark] .table-hover tbody tr:hover {
  color: #b2b9bf;
}
body[data-theme=dark] .form-material .form-control,
body[data-theme=dark] .form-material .form-control.focus,
body[data-theme=dark] .form-material .form-control:focus {
  background-image: linear-gradient(#1e88e5, #1e88e5), linear-gradient(#4F5467, #4F5467);
}
body[data-theme=dark] .message-box .message-widget a {
  border-bottom: 1px solid #4F5467;
}
body[data-theme=dark] .steamline {
  border-left: 1px solid #4F5467;
}
body[data-theme=dark] .steamline .sl-item {
  border-bottom: 1px solid #4F5467;
}
body[data-theme=dark] .has-success .form-control {
  border-color: #21c1d6 !important;
}
body[data-theme=dark] .has-warning .form-control {
  border-color: #ffb22b !important;
}
body[data-theme=dark] .has-danger .form-control {
  border-color: #fc4b6c !important;
}
body[data-theme=dark] .footable .pagination li a {
  border-color: #323743;
  background-color: #323743;
}
body[data-theme=dark] .footable .pagination li.active a {
  border-color: #1e88e5;
  background-color: #1e88e5;
}
#main-wrapper .topbar .top-navbar .navbar-header {
  background: #1e88e5;
}
#main-wrapper[data-layout=vertical],
#main-wrapper[data-layout=horizontal] {
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin1],
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin1] {
  background: #fff;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin2],
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin2] {
  background: #00acc1;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin3],
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin3] {
  background: #fc4b6c;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin4],
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin4] {
  background: #7460ee;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin5],
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin5] {
  background: #1d2126;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6],
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] {
  background: #fff;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .dark-logo,
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .dark-logo {
  display: inline;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .light-logo,
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .light-logo {
  display: none;
}
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .nav-toggler,
#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .topbartoggler,
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .nav-toggler,
#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .topbartoggler {
  color: #67757c;
}
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin1],
#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin1],
#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin1],
#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin1] {
  background: #fff;
}
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin2],
#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin2],
#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin2],
#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin2] {
  background: #00acc1;
}
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin3],
#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin3],
#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin3],
#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin3] {
  background: #fc4b6c;
}
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin4],
#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin4],
#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin4],
#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin4] {
  background: #7460ee;
}
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin5],
#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin5],
#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin5],
#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin5] {
  background: #1d2126;
}
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin6],
#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin6],
#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin6],
#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin6] {
  background: #fff;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1],
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1] ul,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1],
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1] ul {
  background: #1e88e5;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1] .sidebar-footer,
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1] ul .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1] .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1] ul .sidebar-footer {
  background: #1e88e5;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2],
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2] ul,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2],
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2] ul {
  background: #00acc1;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2] .sidebar-footer,
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2] ul .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2] .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2] ul .sidebar-footer {
  background: #00acc1;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3],
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3] ul,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3],
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3] ul {
  background: #fc4b6c;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3] .sidebar-footer,
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3] ul .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3] .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3] ul .sidebar-footer {
  background: #fc4b6c;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4],
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4] ul,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4],
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4] ul {
  background: #7460ee;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4] .sidebar-footer,
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4] ul .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4] .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4] ul .sidebar-footer {
  background: #7460ee;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5],
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] {
  background: #1d2126;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] .sidebar-footer {
  background: #1d2126;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul {
  background: #1d2126;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul .sidebar-item.selected > .sidebar-link,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
  background-color: #21c1d6;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6],
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] {
  background: #1b4965;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer {
  background: #f2f4f8;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer a,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer a {
  color: #67757c;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #26c6da;
  color: #fff !important;
  opacity: 1;
  font-weight: 400;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active i,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active i {
  color: #fff !important;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:after,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:after {
  border-color: #22333b;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul {
  background: #1b4965;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link {
  color: #fff;
  opacity: 1;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link i,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link i {
  color: #fff;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background-color: #415a77;
  color: #fff;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i {
  color: #e0e1dd;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active {
  color: #fff;
  background-color: lightcoral;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
  color: #fff;
  background-color: #26c6da;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link i,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link i {
  color: #fff;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link.has-arrow::after,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link.has-arrow::after {
  border-color: #fff;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link:hover i,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link:hover i {
  color: #fff;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .nav-small-cap,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .nav-small-cap {
  color: #99abb4;
}
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow::after,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow::after {
  border-color: #607d8b;
}
.page-titles {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.page-titles .text-themecolor {
  color: #1e88e5;
}
.page-titles .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 14px;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e649";
  font-family: themify;
  color: #ced4da;
  font-size: 11px;
}
.btn-list .btn {
  margin-bottom: 5px;
}
.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 5px;
  line-height: 30px;
}
.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}
.btn-circle.btn-lg,
.btn-group-lg > .btn-circle.btn {
  width: 50px;
  height: 50px;
  padding: 14px 10px;
  font-size: 18px;
  line-height: 23px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}
.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px;
}
.btn-rounded.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}
.btn-rounded.btn-sm,
.btn-group-sm > .btn-rounded.btn {
  padding: .25rem .5rem;
  font-size: 12px;
}
.btn-rounded.btn-md {
  padding: 12px 35px;
  font-size: 16px;
}
.btn-rounded.btn-lg,
.btn-group-lg > .btn-rounded.btn {
  padding: .75rem 1.5rem;
}
.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}
.btn .text-active {
  display: none;
}
.btn.active .text-active {
  display: inline-block;
}
.card {
  margin-bottom: 30px;
}
.card .card-subtitle {
  margin-bottom: 10px;
  font-weight: 300;
  color: #a1aab2;
}
.card .card-title {
  margin-bottom: 10px;
  font-weight: 400;
}
.card .card-actions {
  float: right;
}
.card .card-actions a {
  cursor: pointer;
  padding: 0 5px;
}
.card .card-header .card-title {
  margin-bottom: 0;
}
.card-group {
  margin-bottom: 30px;
}
.card-group .card {
  border-right: 1px solid #e9ecef;
}
.card-hover {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}
.card-hover:hover {
  webkit-transform: translateY(-4px) scale(1.01);
  -moz-transform: translateY(-4px) scale(1.01);
  -ms-transform: translateY(-4px) scale(1.01);
  -o-transform: translateY(-4px) scale(1.01);
  transform: translateY(-4px) scale(1.01);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
  box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
}
.draggable-cards .card-header {
  cursor: move;
}
.card-moved .card {
  color: #fff;
}
.modal-title {
  margin-top: 0;
}
.modal-full-width {
  width: 95%;
  max-width: none;
}
.modal-top {
  margin: 0 auto;
}
.modal-right {
  position: absolute;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  margin: 0;
  background-color: #fff;
  align-content: center;
  transform: translate(25%, 0) !important;
}
.modal-right button.close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.modal.show .modal-right {
  transform: translate(0, 0) !important;
}
.modal-bottom {
  display: flex;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  align-content: center;
}
.modal-colored-header {
  color: #fff;
  border-radius: 0;
}
.modal-colored-header .close {
  color: #fff !important;
}
.modal-filled {
  color: #fff;
}
.modal-filled .modal-header {
  background-color: rgba(255, 255, 255, 0.07);
}
.modal-filled .modal-header,
.modal-filled .modal-footer {
  border: none;
}
.modal-filled .close {
  color: #fff !important;
}
.nav-pills.custom-pills .nav-link {
  border-radius: 0;
  opacity: 0.7;
}
.nav-pills.custom-pills .nav-link.active {
  color: #009efb;
  background-color: transparent;
  border-bottom: 2px solid #009efb;
  opacity: 1;
}
.custom-range,
[type=search],
button.close {
  -webkit-appearance: none;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
}
* {
  outline: none;
}
body {
  overflow-x: hidden;
  margin: 0;
  color: #67757c;
  background: #F8F8F8;
}
html {
  position: relative;
  min-height: 100%;
}
b,
strong {
  font-weight: 500;
}
a {
  color: #009efb;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1e88e5;
}
a.link {
  color: #455a64;
}
a.link:hover,
a.link:focus {
  color: #009efb;
}
.op-5 {
  opacity: 0.5;
}
html body .font-weight-medium {
  font-weight: 500;
}
html body .display-5 {
  font-size: 3rem;
}
html body .display-6 {
  font-size: 2.5rem;
}
html body .display-7 {
  font-size: 2rem;
}
ul.list-style-none {
  margin: 0;
  padding: 0;
}
ul.list-style-none li {
  list-style: none;
}
ul.list-style-none li a {
  display: block;
  padding: 8px 0;
  color: #67757c;
  text-decoration: none;
}
ul.list-style-none li a:hover {
  color: #009efb;
}
.round {
  line-height: 45px;
  width: 45px;
  height: 45px;
}
.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}
ul.list-icons li a {
  color: #67757c;
}
ul.list-icons li a:hover {
  color: #1e88e5;
}
ul.list-icons li i {
  font-size: 13px;
}
.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background-size: auto;
}
.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}
.v-middle td,
.v-middle th {
  vertical-align: middle;
}
.grid-structure .grid-container {
  background-color: #f2f4f8;
  margin-bottom: 10px;
  font-size: .8rem;
  padding: 10px 20px;
}
.progress-sm {
  height: 5px;
}
.progress-md {
  height: 8px;
}
.progress-lg {
  height: 12px;
}
.progress-xl {
  height: 15px;
}
.amp-pxl {
  position: relative;
}
.amp-pxl .ct-series-a .ct-bar {
  stroke: #1e88e5;
}
.amp-pxl .ct-series-b .ct-bar {
  stroke: #21c1d6;
}
.campaign {
  height: 266px;
  position: relative;
}
.campaign .ct-series-a .ct-area {
  fill-opacity: 0.2;
  fill: url(#gradient);
}
.campaign .ct-series-a .ct-line,
.campaign .ct-series-a .ct-point {
  stroke: #21c1d6;
  stroke-width: 2px;
}
.campaign .ct-series-b .ct-area {
  fill: #1e88e5;
  fill-opacity: 0.1;
}
.campaign .ct-series-b .ct-line,
.campaign .ct-series-b .ct-point {
  stroke: #1e88e5;
  stroke-width: 2px;
}
.campaign .ct-series-a .ct-point,
.campaign .ct-series-b .ct-point {
  stroke-width: 6px;
}
.add-ct-btn {
  right: 4px;
  top: -46px;
}
.little-profile .pro-img {
  margin-top: -80px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .profile-bg-height {
    max-height: 187px;
  }
  .blog-img-height {
    max-height: 238px;
  }
}
.profile-card .profile-img {
  max-height: 401px;
}
.blog-widget {
  margin-top: 30px;
}
.blog-widget .blog-image img {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.stylish-table tbody tr {
  border-left: 4px solid transparent;
}
.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
  border-left: 4px solid #1e88e5;
}
.stylish-table tbody td small {
  line-height: 12px;
}
.campaign2 {
  position: relative;
}
.campaign2 .ct-series-a .ct-area {
  fill-opacity: 0.2;
  fill: url(#gradient);
}
.campaign2 .ct-series-a .ct-line,
.campaign2 .ct-series-a .ct-point {
  stroke: #21c1d6;
  stroke-width: 2px;
}
.campaign2 .ct-series-b .ct-area {
  fill: #1e88e5;
  fill-opacity: 0.1;
}
.campaign2 .ct-series-b .ct-line,
.campaign2 .ct-series-b .ct-point {
  stroke: #1e88e5;
  stroke-width: 2px;
}
.campaign2 .ct-series-a .ct-point,
.campaign2 .ct-series-b .ct-point {
  stroke-width: 6px;
}
.profile-card .profile-img {
  max-height: 380px;
}
.profile-tab li a.nav-link,
.customtab li a.nav-link {
  border: 0;
  padding: 15px 20px;
  color: #67757c;
  font-size: 1rem;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #1e88e5;
  color: #1e88e5;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #1e88e5;
}
#visitfromworld path.jvectormap-region.jvectormap-element {
  stroke-width: 1px;
  stroke: #a1aab2;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #a1aab2;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 40px;
}
.total-sales {
  position: relative;
}
.total-sales .chartist-tooltip {
  background: #2f3d4a;
}
.total-sales .ct-series-a .ct-bar {
  stroke: #1e88e5;
}
.total-sales .ct-series-b .ct-bar {
  stroke: #21c1d6;
}
.total-sales .ct-series-c .ct-bar {
  stroke: #fc4b6c;
}
.ct-chart {
  position: relative;
}
.ct-chart .ct-series-a .ct-slice-donut {
  stroke: #21c1d6;
}
.ct-chart .ct-series-b .ct-slice-donut {
  stroke: #f2f4f8;
}
.ct-chart .ct-series-c .ct-slice-donut {
  stroke: #1e88e5;
}
.social-profile {
  text-align: center;
  background: rgba(7, 10, 43, 0.8);
}
@media (max-width: 767.98px) {
  .social-profile-first {
    padding-top: 15% !important;
    max-height: 193px;
  }
}
.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}
.error-box {
  position: fixed;
  background: url("./media/error-bg-B7S2NXEI.jpg") no-repeat bottom center #fff;
}
.error-box .error-body {
  padding-top: 5%;
}
.auth-wrapper {
  position: relative;
  min-height: 100vh;
}
.auth-wrapper .auth-box {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  margin: 10% 0;
  max-width: 400px;
  width: 90%;
}
.auth-wrapper .auth-box.on-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.auth-wrapper #recoverform {
  display: none;
}
.email-app .list-group .list-group-item {
  background: transparent;
}
.email-app .list-group .list-group-item .list-group-item-action {
  padding: 12px 15px;
  color: #67757c;
}
.email-app .list-group .list-group-item .list-group-item-action:hover,
.email-app .list-group .list-group-item .list-group-item-action.active {
  background: rgba(0, 0, 0, 0.03);
}
.email-app .email-table {
  table-layout: fixed;
}
.email-app .email-table .selected {
  background: #fff8e1;
}
.email-app .email-table .chb {
  width: 50px;
}
.email-app .email-table .time {
  width: 100px;
}
.email-app .email-table .starred,
.email-app .email-table .clip {
  width: 25px;
}
.email-app .email-table .user-image {
  width: 45px;
}
.email-app .email-table .user-name {
  width: 130px;
}
.email-app .email-table .user-name .m-b-0 {
  font-weight: 300;
}
.email-app .email-table .unread .m-b-0,
.email-app .email-table .unread .max-texts {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .email-table {
    min-width: 500px;
  }
}
form label {
  font-weight: 400;
  margin-bottom: 0;
}
.error .form-control {
  border-color: #fc4b6c;
}
.error .help-block {
  color: #fc4b6c;
}
.validate .form-control {
  border-color: #21c1d6;
}
.validate .help-block {
  color: #21c1d6;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    position: absolute;
    top: 30%;
    bottom: auto;
  }
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #1e88e5;
}
.dtp .p10 > a {
  color: #fff;
}
.datepicker .day,
.datepicker .dow {
  padding: 5px 10px;
}
.docs-buttons .btn,
.docs-data .input-group {
  margin-bottom: 5px;
}
.scrollable {
  position: relative;
}
.form-material .form-group {
  overflow: hidden;
}
.form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
  height: calc(2.25rem + 2px);
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#1e88e5, #1e88e5), linear-gradient(#e9ecef, #e9ecef);
  border: 0 none;
  border-radius: 0;
  box-shadow: none !important;
  float: none;
  background-position: bottom;
}
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  transition-duration: 0.3s;
}
.form-control-line .form-group {
  overflow: hidden;
}
.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #e9ecef;
}
.form-control-line .form-control:focus {
  border-bottom: 1px solid #1e88e5;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
}
.fileinput .input-group-addon {
  border-right: 1px solid #e9ecef;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}
.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #21c1d6;
}
.has-success .form-control-success {
  background-image: url("./media/success-VBP6SHB2.svg");
}
.has-success .form-control {
  border-color: #21c1d6;
}
.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ffb22b;
}
.has-warning .form-control-warning {
  background-image: url("./media/custom-select-QVZ7VS3I.png");
}
.has-warning .form-control {
  border-color: #ffb22b;
}
.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #fc4b6c;
}
.has-danger .form-control-danger {
  background-image: url("./media/danger-2JZPGYGP.svg");
}
.has-danger .form-control {
  border-color: #fc4b6c;
}
.floating-labels .form-control {
  box-shadow: none;
}
.floating-labels .form-group {
  position: relative;
}
.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  border-bottom: 1px solid #e9ecef;
}
.floating-labels .form-control:focus {
  box-shadow: none;
}
.floating-labels select.form-control > option {
  font-size: 14px;
}
.floating-labels .has-error .form-control {
  border-bottom: 1px solid #fc4b6c !important;
}
.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ffb22b !important;
}
.floating-labels .has-success .form-control {
  border-bottom: 1px solid #21c1d6 !important;
}
.floating-labels .form-control:focus {
  outline: none;
  border: none;
}
.floating-labels label {
  color: #67757c;
  position: absolute;
  cursor: auto;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .focused label {
  top: -20px;
  font-size: 12px;
  color: #343a40;
}
.floating-labels .bar {
  position: relative;
  display: block;
}
.floating-labels .bar:before,
.floating-labels .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #009efb;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .bar:before {
  left: 50%;
}
.floating-labels .bar:after {
  right: 50%;
}
.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}
.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px;
}
.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px;
}
.has-warning .bar:before,
.has-warning .bar:after {
  background: #ffb22b;
}
.has-success .bar:before,
.has-success .bar:after {
  background: #21c1d6;
}
.has-error .bar:before,
.has-error .bar:after {
  background: #fc4b6c;
}
.el-element-overlay .white-box {
  padding: 0;
}
.el-element-overlay .el-card-item .el-overlay-1 {
  cursor: default;
}
.el-element-overlay .el-card-item .el-overlay-1 img {
  height: auto;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.el-element-overlay .el-card-item .el-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-decoration: none;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link {
  padding: 12px 15px 10px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link:hover {
  border-color: #009efb;
  background: #009efb;
}
.el-element-overlay .el-card-item .el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
  top: 0;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
  top: 0;
  height: 100%;
}
.gmaps,
.gmaps-panaroma {
  height: 300px;
}
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #e9ecef;
  border-radius: 4px;
}
.gmaps-overlay {
  display: block;
  background: #1e88e5;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding: 10px 20px;
}
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
}
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #1e88e5;
}
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #1e88e5;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.jvectormap-zoomout {
  top: 40px;
}
.price-label {
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  padding: 5px 10px;
}
.price-sign {
  font-size: 15px;
  position: absolute;
  top: 5px;
  margin-left: -10px;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  cursor: move;
  color: #979898;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #317eeb;
  background: #fff;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action=collapse]:before {
  content: "-";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f5f5f5;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #979898;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #317eeb;
  background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #d5d5d5;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  font-weight: 900;
  color: #67757c;
  top: 7px;
}
.dd3-handle:hover {
  background: #404040;
  border: 1px solid #404040;
}
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-radius: 0;
}
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 400;
}
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0;
  background: #ffffff;
  height: 36px;
  width: 36px;
}
.dd3-handle:before {
  color: #67757c;
  top: 7px;
}
.lobilists .lobilist {
  box-shadow: none;
}
.lobilists .lobilist.lobilist-primary {
  border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-primary .lobilist-header,
.lobilists .lobilist.lobilist-primary .lobilist-footer,
.lobilists .lobilist.lobilist-primary .lobilist-form-footer {
  border-color: #7460ee;
  background-color: #7460ee;
}
.lobilists .lobilist.lobilist-danger {
  border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-danger .lobilist-header,
.lobilists .lobilist.lobilist-danger .lobilist-footer,
.lobilists .lobilist.lobilist-danger .lobilist-form-footer {
  border-color: #fc4b6c;
  background-color: #fc4b6c;
}
.lobilists .lobilist.lobilist-info {
  border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-info .lobilist-header,
.lobilists .lobilist.lobilist-info .lobilist-footer,
.lobilists .lobilist.lobilist-info .lobilist-form-footer {
  border-color: #1e88e5;
  background-color: #1e88e5;
}
.lobilists .lobilist.lobilist-success {
  border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-success .lobilist-header,
.lobilists .lobilist.lobilist-success .lobilist-footer {
  border-color: #21c1d6;
  background-color: #21c1d6;
}
.lobilists .lobilist-footer,
.lobilists .lobilist-form-footer {
  border-color: #e9ecef !important;
  background: rgba(0, 0, 0, 0.02) !important;
}
.lobilists .btn-link {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #343a40 !important;
}
.lobilists.single-line {
  height: 500px;
}
.lobilist,
.lobilists {
  position: relative;
}
.lobilists [type=checkbox]:not(:checked),
.lobilists [type=checkbox]:checked {
  opacity: 1;
  position: relative;
}
.lobilists .lobilist-item {
  margin-bottom: 16px;
  padding-top: 5px;
}
.lobilists .lobilist-item-title {
  color: #343a40;
}
.lobilists .lobilist-item-description {
  font-style: normal;
  font-size: 13px;
}
.lobilists .lobilist-check {
  top: 10px;
}
.lobilists .lobilist-item-duedate {
  position: relative;
  font-size: 12px;
  left: 0px;
}
.lobilists .lobilist-actions {
  top: 0px;
}
.lobilist-actions .btn i {
  font-size: 15px;
  vertical-align: middle;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #e9ecef;
}
.timeline > .timeline-item {
  position: relative;
  margin-bottom: 20px;
}
.timeline > .timeline-item:before,
.timeline > .timeline-item:after {
  content: " ";
  display: table;
}
.timeline > .timeline-item:after {
  clear: both;
}
.timeline > .timeline-item > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > .timeline-item > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid #e9ecef;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e9ecef;
}
.timeline > .timeline-item > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline > .timeline-item > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
}
.timeline > .timeline-item.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > .timeline-item.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}
.timeline > .timeline-item.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #7460ee;
}
.timeline-badge.success {
  background-color: #21c1d6;
}
.timeline-badge.warning {
  background-color: #ffb22b;
}
.timeline-badge.danger {
  background-color: #fc4b6c;
}
.timeline-badge.info {
  background-color: #1e88e5;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-left:before {
  left: 30px;
}
.timeline-left > .timeline-item > .timeline-badge {
  left: 30px;
  top: 9px;
}
.timeline-left > .timeline-item > .timeline-panel {
  width: calc(100% - 80px);
}
.timeline-right:before {
  right: 30px;
  left: auto;
}
.timeline-right > .timeline-item > .timeline-badge {
  right: 5px;
  top: 9px;
  left: auto;
}
.timeline-right > .timeline-item > .timeline-panel {
  width: calc(100% - 80px);
}
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #009efb;
}
.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #009efb;
}
.cd-horizontal-timeline .events a.selected::after {
  border-color: #009efb;
}
.cd-horizontal-timeline .m-t-40 {
  margin-top: 40px !important;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-menu {
  width: 100%;
  background: #fff;
  border: 1px solid #f2f4f8;
  border-radius: 5px;
  padding: .75rem 0;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: .25rem .75rem;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: #7460ee;
  color: #fff;
}
.twitter-typeahead .empty-message {
  padding: 5px 10px;
  text-align: center;
}
.twitter-typeahead .rtl-typeahead .tt-menu {
  text-align: right;
}
.twitter-typeahead .league-name {
  margin: 0 10px 5px;
  padding: 7px 5px 10px;
  border-bottom: 1px solid #e9ecef;
}
.scrollable-dropdown .twitter-typeahead .tt-menu {
  max-height: 80px;
  overflow-y: auto;
}
.bootstrap-maxlength {
  margin-top: .5rem;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.scale-up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: right 0px;
}
.scale-up-left {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: left 0px;
}
.show > .scale-up {
  transform: scale(1);
  transform-origin: right 0px;
}
.show > .scale-up-left {
  transform: scale(1);
  transform-origin: left 0px;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-view {
  margin-top: 30px;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day {
  background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header {
  border: 0 !important;
}
.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}
.fc th.fc-widget-header {
  color: #67757c;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 7px 0;
}
.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat,
.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
  background: #f2f7f8;
}
.fc-view {
  margin-top: 0;
}
.fc-toolbar {
  margin: 0;
  padding: 24px 0;
}
.fc-button {
  background: #fff;
  border: 1px solid #e9ecef;
  color: #67757c;
  text-transform: capitalize;
}
.fc-button:hover {
  background: #f2f4f8;
  opacity: 0.8;
}
.fc-text-arrow {
  font-size: 16px;
  font-family: inherit;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-unthemed .fc-today {
  border: 1px solid #fc4b6c;
  background: #f2f4f8 !important;
}
.fc-state-highlight,
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-unthemed .fc-today {
  background: #fff;
}
.fc-event {
  border-radius: 0;
  border: none;
  background: #1e88e5;
  color: #fff !important;
  padding: 5px 5px;
  margin: 1px -1px 0 -1px;
  cursor: move;
  font-size: 13px;
  text-align: center;
}
.calendar-event {
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  cursor: move;
  color: #fff;
  text-align: center;
  min-width: 140px;
  background: #1e88e5;
}
.calendar-event a {
  float: right;
  opacity: 0.6;
  font-size: 10px;
  color: #fff;
  margin: 4px 0 0 10px;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}
.fc-basic-view .fc-day-number {
  display: inline-block;
  padding: 10px 15px;
}
.fc-state-default {
  text-shadow: none;
  box-shadow: none;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 5rem;
}
.fc-toolbar .fc-button-group {
  border: 1px solid #1e88e5;
  border-radius: 4px;
}
.fc-toolbar .fc-button {
  background: #1e88e5;
  color: #fff;
  border: none;
}
.fc-toolbar .fc-button:hover {
  background: #1e88e5;
  opacity: 1;
}
.fc-toolbar .fc-button.fc-state-active {
  background: #fff;
  color: #1e88e5;
}
.fc-widget-header {
  border: 0px !important;
}
.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}
.fc-widget-content tr {
  border-bottom: none;
}
.fc-view {
  margin-top: 0px;
}
.fc-toolbar {
  margin: 0px;
  padding: 24px 0px;
}
.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  color: #fff !important;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #7460ee;
}
html body .jqstooltip,
html body .flotTip {
  height: auto !important;
  width: auto !important;
  background: #212529;
  border-color: #212529;
  color: #fff;
  padding: 5px 10px;
}
html body .jqstooltip {
  border-color: tranparent;
  border-radius: 60px;
}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 50px;
  padding: 5px 10px;
  background: #313131;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.chartist-tooltip:before {
  display: none;
}
.chartist-tooltip.tooltip-show {
  opacity: 1;
}
.ct-area,
.ct-line {
  pointer-events: none;
}
.c3-chart-arcs-title {
  fill: #a1aab2;
}
.c3 line,
.c3 path {
  stroke: rgba(0, 0, 0, 0.2);
}
.c3-chart-arc path {
  stroke: transparent;
}
.gaugejs-box {
  position: relative;
  margin: 0 auto;
}
.gaugejs-box canvas.gaugejs {
  width: 100% !important;
  height: auto !important;
}
.css-bar {
  z-index: 9;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 400px;
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple {
  border-color: #e9ecef;
  color: #67757c;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}
.m-icon {
  width: 33%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .m-icon {
    width: 100%;
  }
}
.f-icon,
.t-icon,
.w-icon,
.sl-icon,
.if-icon,
.m-icon {
  cursor: pointer;
  padding: 13px 15px;
}
.f-icon:hover,
.t-icon:hover,
.w-icon:hover,
.sl-icon:hover,
.if-icon:hover,
.m-icon:hover {
  background-color: #f2f4f8;
}
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  opacity: .9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
  opacity: .9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    -webkit-border-radius .2s ease-in-out;
  transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    -webkit-border-radius .2s ease-in-out;
  -o-transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out;
  -moz-transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out,
    -moz-border-radius .2s ease-in-out;
  transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out;
  transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out,
    -webkit-border-radius .2s ease-in-out,
    -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 6px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    -webkit-border-radius .2s ease-in-out;
  transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    -webkit-border-radius .2s ease-in-out;
  -o-transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out;
  -moz-transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out,
    -moz-border-radius .2s ease-in-out;
  transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out;
  transition:
    background-color .2s linear,
    height .2s linear,
    width .2s ease-in-out,
    border-radius .2s ease-in-out,
    -webkit-border-radius .2s ease-in-out,
    -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  opacity: .9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 6px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
  opacity: .9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: transparent;
  opacity: .9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
  opacity: .9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 3px;
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}
.table thead th,
.table tfoot th,
.table th {
  font-weight: 500;
}
.page-link {
  color: #1e88e5;
}
.table.dataTable {
  border-collapse: collapse !important;
}
.dataTables_wrapper {
  padding: 0px;
}
.note-editor.note-frame,
.dropzone {
  border-color: #e9ecef;
}
.note-toolbar {
  z-index: 1;
}
.note-toolbar-wrapper {
  height: 33px !important;
}
.dropzone {
  border-style: dotted;
}
#demo-foo-accordion .open > .dropdown-menu,
#demo-foo-accordion2 .open > .dropdown-menu,
#footable-addrow .open > .dropdown-menu {
  display: block;
}
table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox {
  padding-left: 0;
}
table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox input[type=checkbox] {
  position: relative;
  margin-right: 10px;
  margin-left: -20px;
  left: 0;
  opacity: 1;
}
table.footable thead tr.footable-filtering th ul.dropdown-menu li .checkbox label::before {
  display: none;
}
.footable .pagination li a {
  position: relative;
  margin-left: -1px;
  border: 1px solid #e9ecef;
  color: #1e88e5;
  background-color: #fff;
  padding: .5rem .75rem;
  display: block;
  line-height: 1.25;
}
.footable .pagination li.active a {
  z-index: 2;
  border-color: #1e88e5;
  color: #fff;
  background-color: #1e88e5;
}
.footable .pagination li.disabled a {
  border-color: #f2f4f8;
  color: #e9ecef;
  background-color: #fff;
  pointer-events: none;
  cursor: not-allowed;
}
.footable .pagination li:first-child a {
  border-radius: .25rem 0 0 .25rem;
  margin-left: 0;
}
.jsgrid-pager-page a,
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #67757c;
  border: 1px solid #ddd;
}
.jsgrid-pager-page a:hover,
.jsgrid-pager-nav-button a:hover {
  background-color: #009efb;
  color: #fff;
}
.jsgrid-pager-current-page {
  background-color: #009efb;
  color: #fff;
}
.jsgrid-pager-page,
.jsgrid-pager-nav-button {
  padding: 0;
}
.jsgrid-pager-page.jsgrid-pager-current-page {
  padding: 0.5em 1em !important;
}
.chat-windows {
  position: fixed;
  bottom: 0px;
  right: 300px;
  height: 350px;
  max-height: 350px;
  z-index: 9999;
  transition: 600ms;
}
.chat-windows.show-chat {
  bottom: 0px;
}
.chat-windows.hide-chat {
  bottom: -350px;
}
.chat-windows .user-chat {
  min-width: 300px;
  min-height: 350px;
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  float: right;
  margin: 0 2px 0 0;
}
.chat-windows .user-chat.mini-chat {
  min-width: 40px;
  min-height: 40px;
  bottom: 0px;
  top: 310px;
  position: relative;
}
.chat-windows .user-chat.mini-chat .chat-head .name,
.chat-windows .user-chat.mini-chat .chat-head i,
.chat-windows .user-chat.mini-chat .chat-footer,
.chat-windows .user-chat.mini-chat .chat-body {
  display: none;
}
.chat-windows .user-chat.mini-chat .chat-head img {
  margin: 0;
}
.chat-windows .user-chat.mini-chat .chat-head .status {
  left: 28px;
  top: 10px;
}
.chat-windows .user-chat .chat-head {
  height: 40px;
  padding: 10px;
  background-color: #1e88e5;
  color: #fff;
  position: relative;
}
.chat-windows .user-chat .chat-head img {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
  display: inline-block;
  cursor: pointer;
}
.chat-windows .user-chat .chat-head .status {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  height: 8px;
  width: 8px;
  left: 28px;
  top: 7px;
}
.chat-windows .user-chat .chat-head .online {
  background-color: #21c1d6;
}
.chat-windows .user-chat .chat-head .busy {
  background-color: #fc4b6c;
}
.chat-windows .user-chat .chat-head .away {
  background-color: #fb8c00;
}
.chat-windows .user-chat .chat-head .offline {
  background-color: #ffb22b;
}
.chat-windows .user-chat .chat-head i {
  font-size: 14px;
  float: right;
  color: #fff;
  margin: 3px 0 0 5px;
  cursor: pointer;
}
.chat-windows .user-chat .chat-footer {
  padding: 0px;
  border-top: 1px solid #e9ecef;
}
.chat-windows .user-chat .chat-footer .form-control {
  background-color: transparent;
  color: #67757c;
  font-size: 14px;
  border: 0px;
  width: 100%;
  height: 40px;
}
.chat-windows .user-chat .chat-footer .form-control:focus,
.chat-windows .user-chat .chat-footer .form-control:hover {
  border: 0px;
}
.chat-windows .user-chat .chat-body {
  height: 270px;
  padding: 15px 15px 0;
  background-color: #eef5f9;
  overflow: hidden;
  max-width: 300px;
  position: relative;
}
.chat-list {
  margin: 0px;
  padding: 0px;
}
.chat-list .msg_receive,
.chat-list .msg_sent {
  list-style: none;
  margin-top: 30px;
}
.chat-list .msg_receive .chat-img,
.chat-list .msg_sent .chat-img {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}
.chat-list .msg_receive .chat-img img,
.chat-list .msg_sent .chat-img img {
  width: 100%;
  border-radius: 100%;
}
.chat-list .msg_receive .chat-content,
.chat-list .msg_sent .chat-content {
  width: calc(100% - 50px);
  display: inline-block;
  padding-left: 15px;
}
.chat-list .msg_receive .chat-content .box,
.chat-list .msg_sent .chat-content .box {
  display: inline-block;
  padding: 10px;
  margin-bottom: 3px;
  background: #fff;
}
.chat-list .msg_receive .chat-time,
.chat-list .msg_sent .chat-time {
  display: block;
  font-size: 10px;
  color: #a1aab2;
  margin: 5px 0 15px 15px;
}
.chat-list .msg_receive.odd .chat-content,
.chat-list .msg_sent.odd .chat-content {
  text-align: right;
  width: calc(100% - 0px);
}
.chat-list .msg_receive.odd .chat-content .box,
.chat-list .msg_sent.odd .chat-content .box {
  clear: both;
  color: #fff;
  background: #1e88e5;
}
.chat-list .msg_receive.odd .chat-time,
.chat-list .msg_receive .reverse,
.chat-list .msg_sent.odd .chat-time,
.chat-list .msg_sent .reverse {
  text-align: right;
}
.chat-list .msg_receive.odd + .odd,
.chat-list .msg_sent.odd + .odd {
  margin-top: 0px;
}
.chat-list .msg_receive.reverse .chat-content,
.chat-list .msg_sent.reverse .chat-content {
  padding-left: 0px;
  padding-right: 15px;
}
.chat-list .msg_receive.reverse .chat-time,
.chat-list .msg_sent.reverse .chat-time {
  text-align: left;
}
.chat-box {
  overflow: auto;
}
.chat-list li {
  list-style: none;
}
.chat-list li .chat-img {
  width: 45px;
}
.chat-list li .chat-img img {
  width: 45px;
}
.chat-list li .chat-content {
  width: calc(100% - 140px);
}
.chat-list li .chat-time {
  width: 80px;
  font-size: 13px;
}
.chat-list li.odd .chat-content {
  width: calc(100% - 90px);
}
.chat-list li.odd .box {
  clear: both;
}
.chat-list li.odd + .odd {
  margin-top: 0px;
}
.chat-list li.reverse {
  text-align: right;
}
.chat-list li.reverse .chat-time {
  text-align: left;
}
.chat-list li.reverse .chat-content {
  padding-left: 0px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .chat-list li .chat-content {
    width: calc(100% - 80px);
  }
}
.message-box .message-widget a:hover {
  background: #f2f4f8;
}
.message-box .message-widget a .user-img {
  width: 45px;
}
.message-box .message-widget a .user-img .profile-status {
  border: 2px solid #fff;
  height: 10px;
  left: 33px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.message-box .message-widget a .user-img .online {
  background: #21c1d6;
}
.message-box .message-widget a .user-img .busy {
  background: #fc4b6c;
}
.message-box .message-widget a .user-img .away {
  background: #ffb22b;
}
.message-box .message-widget a .user-img .offline {
  background: #ffb22b;
}
.message-box .message-widget a .mail-desc,
.message-box .message-widget a .time {
  color: #67757c;
}
.right-part.chat-container,
.right-part.invoice-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-part.chat-container .chat-box-inner-part,
.right-part.invoice-box .chat-box-inner-part {
  width: 100%;
}
.left-part.user-chat-box,
.left-part.list-of-user {
  height: 100vh;
}
.chatting-box,
.invoiceing-box {
  display: none;
}
.chat-box .chat {
  display: none;
}
.chat-box .chat.active-chat {
  display: block;
}
.comment-widgets .comment-row {
  border-left: 3px solid transparent;
}
.comment-widgets .comment-row:hover,
.comment-widgets .comment-row.active {
  border-color: #1e88e5;
}
.comment-text:hover .comment-footer .action-icons,
.comment-text.active .comment-footer .action-icons {
  visibility: visible;
}
.comment-footer .action-icons {
  visibility: hidden;
}
.comment-footer .action-icons a {
  color: #a1aab2;
}
.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
  color: #1e88e5;
}
form p {
  margin-bottom: 10px;
  text-align: left;
}
form p:last-child {
  margin-bottom: 0;
}
[type=checkbox]:not(:checked)[class*=material-inputs],
[type=checkbox]:checked[class*=material-inputs] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type=checkbox] {
}
[type=checkbox] + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 21px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type=checkbox].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
[type=checkbox].filled-in + label:after {
  border-radius: 2px;
}
[type=checkbox].filled-in + label:before,
[type=checkbox].filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  transition:
    border .25s,
    background-color .25s,
    width .20s .1s,
    height .20s .1s,
    top .20s .1s,
    left .20s .1s;
  z-index: 1;
}
[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
[type=radio]:not(:checked)[class*=material-inputs],
[type=radio]:checked[class*=material-inputs] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 21px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type=radio] + label:before,
[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:before,
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
}
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}
[type=radio]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type=radio]:checked + label:before {
  border: 2px solid transparent;
  animation: ripple 0.2s linear forwards;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}
[type=radio]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
[type=radio].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
[type=radio].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}
[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}
[type=checkbox] + label {
  padding-left: 26px;
  height: 16px;
  line-height: 21px;
  font-weight: normal;
}
[type=checkbox]:checked + label:before {
  top: -4px;
  left: -2px;
  width: 11px;
  height: 19px;
}
[type=checkbox]:checked.chk-col-red + label:before {
  border-right: 2px solid #fb3a3a;
  border-bottom: 2px solid #fb3a3a;
}
[type=checkbox]:checked.chk-col-pink + label:before {
  border-right: 2px solid #E91E63;
  border-bottom: 2px solid #E91E63;
}
[type=checkbox]:checked.chk-col-purple + label:before {
  border-right: 2px solid #7460ee;
  border-bottom: 2px solid #7460ee;
}
[type=checkbox]:checked.chk-col-deep-purple + label:before {
  border-right: 2px solid #673AB7;
  border-bottom: 2px solid #673AB7;
}
[type=checkbox]:checked.chk-col-indigo + label:before {
  border-right: 2px solid #3F51B5;
  border-bottom: 2px solid #3F51B5;
}
[type=checkbox]:checked.chk-col-blue + label:before {
  border-right: 2px solid #02bec9;
  border-bottom: 2px solid #02bec9;
}
[type=checkbox]:checked.chk-col-light-blue + label:before {
  border-right: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
}
[type=checkbox]:checked.chk-col-cyan + label:before {
  border-right: 2px solid #00BCD4;
  border-bottom: 2px solid #00BCD4;
}
[type=checkbox]:checked.chk-col-teal + label:before {
  border-right: 2px solid #009688;
  border-bottom: 2px solid #009688;
}
[type=checkbox]:checked.chk-col-green + label:before {
  border-right: 2px solid #26c6da;
  border-bottom: 2px solid #26c6da;
}
[type=checkbox]:checked.chk-col-light-green + label:before {
  border-right: 2px solid #8BC34A;
  border-bottom: 2px solid #8BC34A;
}
[type=checkbox]:checked.chk-col-lime + label:before {
  border-right: 2px solid #CDDC39;
  border-bottom: 2px solid #CDDC39;
}
[type=checkbox]:checked.chk-col-yellow + label:before {
  border-right: 2px solid #ffe821;
  border-bottom: 2px solid #ffe821;
}
[type=checkbox]:checked.chk-col-amber + label:before {
  border-right: 2px solid #FFC107;
  border-bottom: 2px solid #FFC107;
}
[type=checkbox]:checked.chk-col-orange + label:before {
  border-right: 2px solid #FF9800;
  border-bottom: 2px solid #FF9800;
}
[type=checkbox]:checked.chk-col-deep-orange + label:before {
  border-right: 2px solid #FF5722;
  border-bottom: 2px solid #FF5722;
}
[type=checkbox]:checked.chk-col-brown + label:before {
  border-right: 2px solid #795548;
  border-bottom: 2px solid #795548;
}
[type=checkbox]:checked.chk-col-grey + label:before {
  border-right: 2px solid #9E9E9E;
  border-bottom: 2px solid #9E9E9E;
}
[type=checkbox]:checked.chk-col-blue-grey + label:before {
  border-right: 2px solid #607D8B;
  border-bottom: 2px solid #607D8B;
}
[type=checkbox]:checked.chk-col-black + label:before {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
[type=checkbox]:checked.chk-col-white + label:before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}
[type=checkbox].filled-in:checked.chk-col-red + label:after {
  border: 2px solid #fb3a3a;
  background-color: #fb3a3a;
}
[type=checkbox].filled-in:checked.chk-col-pink + label:after {
  border: 2px solid #E91E63;
  background-color: #E91E63;
}
[type=checkbox].filled-in:checked.chk-col-purple + label:after {
  border: 2px solid #7460ee;
  background-color: #7460ee;
}
[type=checkbox].filled-in:checked.chk-col-deep-purple + label:after {
  border: 2px solid #673AB7;
  background-color: #673AB7;
}
[type=checkbox].filled-in:checked.chk-col-indigo + label:after {
  border: 2px solid #3F51B5;
  background-color: #3F51B5;
}
[type=checkbox].filled-in:checked.chk-col-blue + label:after {
  border: 2px solid #02bec9;
  background-color: #02bec9;
}
[type=checkbox].filled-in:checked.chk-col-light-blue + label:after {
  border: 2px solid #03A9F4;
  background-color: #03A9F4;
}
[type=checkbox].filled-in:checked.chk-col-cyan + label:after {
  border: 2px solid #00BCD4;
  background-color: #00BCD4;
}
[type=checkbox].filled-in:checked.chk-col-teal + label:after {
  border: 2px solid #009688;
  background-color: #009688;
}
[type=checkbox].filled-in:checked.chk-col-green + label:after {
  border: 2px solid #26c6da;
  background-color: #26c6da;
}
[type=checkbox].filled-in:checked.chk-col-light-green + label:after {
  border: 2px solid #8BC34A;
  background-color: #8BC34A;
}
[type=checkbox].filled-in:checked.chk-col-lime + label:after {
  border: 2px solid #CDDC39;
  background-color: #CDDC39;
}
[type=checkbox].filled-in:checked.chk-col-yellow + label:after {
  border: 2px solid #ffe821;
  background-color: #ffe821;
}
[type=checkbox].filled-in:checked.chk-col-amber + label:after {
  border: 2px solid #FFC107;
  background-color: #FFC107;
}
[type=checkbox].filled-in:checked.chk-col-orange + label:after {
  border: 2px solid #FF9800;
  background-color: #FF9800;
}
[type=checkbox].filled-in:checked.chk-col-deep-orange + label:after {
  border: 2px solid #FF5722;
  background-color: #FF5722;
}
[type=checkbox].filled-in:checked.chk-col-brown + label:after {
  border: 2px solid #795548;
  background-color: #795548;
}
[type=checkbox].filled-in:checked.chk-col-grey + label:after {
  border: 2px solid #9E9E9E;
  background-color: #9E9E9E;
}
[type=checkbox].filled-in:checked.chk-col-blue-grey + label:after {
  border: 2px solid #607D8B;
  background-color: #607D8B;
}
[type=checkbox].filled-in:checked.chk-col-black + label:after {
  border: 2px solid #000000;
  background-color: #000000;
}
[type=checkbox].filled-in:checked.chk-col-white + label:after {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
[type=radio]:not(:checked) + label {
  padding-left: 26px;
  height: 22px;
  line-height: 22px;
  font-weight: normal;
}
[type=radio]:checked + label {
  padding-left: 26px;
  height: 22px;
  line-height: 22px;
  font-weight: normal;
}
[type=radio].radio-col-red:checked + label:after {
  background-color: #fb3a3a;
  border-color: #fb3a3a;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border-color: #E91E63;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-purple:checked + label:after {
  background-color: #7460ee;
  border-color: #7460ee;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border-color: #673AB7;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border-color: #3F51B5;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-blue:checked + label:after {
  background-color: #02bec9;
  border-color: #02bec9;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border-color: #03A9F4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border-color: #00BCD4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-teal:checked + label:after {
  background-color: #009688;
  border-color: #009688;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-green:checked + label:after {
  background-color: #26c6da;
  border-color: #26c6da;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border-color: #8BC34A;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border-color: #CDDC39;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border-color: #ffe821;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border-color: #FFC107;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border-color: #FF9800;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border-color: #FF5722;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-brown:checked + label:after {
  background-color: #795548;
  border-color: #795548;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border-color: #9E9E9E;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border-color: #607D8B;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-black:checked + label:after {
  background-color: #000000;
  border-color: #000000;
  animation: ripple 0.2s linear forwards;
}
[type=radio].radio-col-white:checked + label:after {
  background-color: #ffffff;
  border-color: #ffffff;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-red:checked + label:before {
  border: 2px solid #fb3a3a;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-red:checked + label:after {
  background-color: #fb3a3a;
  border: 2px solid #fb3a3a;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-pink:checked + label:before {
  border: 2px solid #E91E63;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border: 2px solid #E91E63;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-purple:checked + label:before {
  border: 2px solid #7460ee;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-purple:checked + label:after {
  background-color: #7460ee;
  border: 2px solid #7460ee;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-deep-purple:checked + label:before {
  border: 2px solid #673AB7;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border: 2px solid #673AB7;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-indigo:checked + label:before {
  border: 2px solid #3F51B5;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border: 2px solid #3F51B5;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-blue:checked + label:before {
  border: 2px solid #02bec9;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-blue:checked + label:after {
  background-color: #02bec9;
  border: 2px solid #02bec9;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-light-blue:checked + label:before {
  border: 2px solid #03A9F4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border: 2px solid #03A9F4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-cyan:checked + label:before {
  border: 2px solid #00BCD4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border: 2px solid #00BCD4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-teal:checked + label:before {
  border: 2px solid #009688;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-teal:checked + label:after {
  background-color: #009688;
  border: 2px solid #009688;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-green:checked + label:before {
  border: 2px solid #26c6da;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-green:checked + label:after {
  background-color: #26c6da;
  border: 2px solid #26c6da;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-light-green:checked + label:before {
  border: 2px solid #8BC34A;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border: 2px solid #8BC34A;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-lime:checked + label:before {
  border: 2px solid #CDDC39;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border: 2px solid #CDDC39;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-yellow:checked + label:before {
  border: 2px solid #ffe821;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-amber:checked + label:before {
  border: 2px solid #FFC107;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border: 2px solid #FFC107;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-orange:checked + label:before {
  border: 2px solid #FF9800;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border: 2px solid #FF9800;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-deep-orange:checked + label:before {
  border: 2px solid #FF5722;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border: 2px solid #FF5722;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-brown:checked + label:before {
  border: 2px solid #795548;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-brown:checked + label:after {
  background-color: #795548;
  border: 2px solid #795548;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-grey:checked + label:before {
  border: 2px solid #9E9E9E;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border: 2px solid #9E9E9E;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-blue-grey:checked + label:before {
  border: 2px solid #607D8B;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border: 2px solid #607D8B;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-black:checked + label:before {
  border: 2px solid #000000;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-black:checked + label:after {
  background-color: #000000;
  border: 2px solid #000000;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-white:checked + label:before {
  border: 2px solid #ffffff;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-white:checked + label:after {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  animation: ripple 0.2s linear forwards;
}
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition:
    left 0.3s ease,
    background .3s ease,
    box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}
.switch label {
  font-weight: normal;
  font-size: 13px;
}
.switch label .lever {
  margin: 0 14px;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red {
  background-color: rgba(251, 58, 58, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
  background-color: #fb3a3a;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-pink {
  background-color: rgba(233, 30, 99, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
  background-color: #E91E63;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-purple {
  background-color: rgba(116, 96, 238, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
  background-color: #7460ee;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
  background-color: rgba(103, 58, 183, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
  background-color: #673AB7;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
  background-color: rgba(63, 81, 181, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
  background-color: #3F51B5;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue {
  background-color: rgba(2, 190, 201, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
  background-color: #02bec9;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
  background-color: rgba(3, 169, 244, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
  background-color: #03A9F4;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
  background-color: rgba(0, 188, 212, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
  background-color: #00BCD4;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-teal {
  background-color: rgba(0, 150, 136, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
  background-color: #009688;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-green {
  background-color: rgba(38, 198, 218, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
  background-color: #26c6da;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
  background-color: rgba(139, 195, 74, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
  background-color: #8BC34A;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-lime {
  background-color: rgba(205, 220, 57, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
  background-color: #CDDC39;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
  background-color: rgba(255, 232, 33, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
  background-color: #ffe821;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-amber {
  background-color: rgba(255, 193, 7, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
  background-color: #FFC107;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-orange {
  background-color: rgba(255, 152, 0, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
  background-color: #FF9800;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
  background-color: rgba(255, 87, 34, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
  background-color: #FF5722;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-brown {
  background-color: rgba(121, 85, 72, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
  background-color: #795548;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-grey {
  background-color: rgba(158, 158, 158, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
  background-color: #9E9E9E;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
  background-color: rgba(96, 125, 139, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
  background-color: #607D8B;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black {
  background-color: rgba(0, 0, 0, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
  background-color: #000000;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
  background-color: #ffffff;
}
html[dir=rtl] [type=checkbox]:not(:checked)[class*=material-inputs],
html[dir=rtl] [type=checkbox]:checked[class*=material-inputs] {
  position: absolute;
  left: auto;
  right: -9999px;
  opacity: 0;
}
html[dir=rtl] [type=checkbox] + label {
  padding-left: 0;
  padding-right: 26px;
}
html[dir=rtl] [type=checkbox]:checked + label:before {
  left: auto;
  right: -5px;
}
html[dir=rtl] [type=checkbox].filled-in + label:before,
html[dir=rtl] [type=checkbox].filled-in + label:after {
  left: auto;
  right: 0;
}
html[dir=rtl] [type=checkbox].filled-in:not(:checked) + label:before {
  left: auto;
  right: 6px;
}
html[dir=rtl] [type=checkbox] + label:before,
html[dir=rtl] [type=checkbox]:not(.filled-in) + label:after {
  left: auto;
  right: 0;
}
html[dir=rtl] [type=checkbox].filled-in:checked + label:before {
  right: 2px;
}
html[dir=rtl] [type=checkbox]:checked + label:before,
html[dir=rtl] [type=checkbox].filled-in:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid #21c1d6;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #21c1d6;
  transform: rotate(-45deg);
}
html[dir=rtl] .checkbox label::after,
html[dir=rtl] .checkbox label::before {
  margin-left: 0;
  margin-right: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-red + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #fb3a3a;
  border-bottom: 2px solid #fb3a3a;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-pink + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #E91E63;
  border-bottom: 2px solid #E91E63;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-purple + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #7460ee;
  border-bottom: 2px solid #7460ee;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-deep-purple + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #673AB7;
  border-bottom: 2px solid #673AB7;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-indigo + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #3F51B5;
  border-bottom: 2px solid #3F51B5;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-blue + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #02bec9;
  border-bottom: 2px solid #02bec9;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-light-blue + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-cyan + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #00BCD4;
  border-bottom: 2px solid #00BCD4;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-teal + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #009688;
  border-bottom: 2px solid #009688;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-green + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #26c6da;
  border-bottom: 2px solid #26c6da;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-light-green + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #8BC34A;
  border-bottom: 2px solid #8BC34A;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-lime + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #CDDC39;
  border-bottom: 2px solid #CDDC39;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-yellow + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #ffe821;
  border-bottom: 2px solid #ffe821;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-amber + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #FFC107;
  border-bottom: 2px solid #FFC107;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-orange + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #FF9800;
  border-bottom: 2px solid #FF9800;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-deep-orange + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #FF5722;
  border-bottom: 2px solid #FF5722;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-brown + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #795548;
  border-bottom: 2px solid #795548;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-grey + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #9E9E9E;
  border-bottom: 2px solid #9E9E9E;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-blue-grey + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #607D8B;
  border-bottom: 2px solid #607D8B;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-black + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  top: -5px;
}
html[dir=rtl] [type=checkbox]:checked.chk-col-white + label:before {
  border-right: 2px solid transparent;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: -5px;
}
html[dir=rtl] [type=checkbox].filled-in:checked + label:before {
  border-right: 0 !important;
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}
html[dir=rtl] [type=radio]:not(:checked)[class*=material-inputs],
html[dir=rtl] [type=radio]:checked[class*=material-inputs] {
  left: auto;
  right: -9999px;
}
html[dir=rtl] [type=radio]:not(:checked) + label,
html[dir=rtl] [type=radio]:checked + label {
  padding-left: 0;
  padding-right: 26px;
}
html[dir=rtl] [type=radio] + label:after,
html[dir=rtl] [type=radio] + label:before {
  left: auto;
  right: 0;
}
.feeds .feed-item:hover {
  background: #f2f4f8;
}
.profiletimeline {
  position: relative;
  padding-left: 40px;
  margin: 10px 10px 0 30px;
  border-left: 1px solid #e9ecef;
}
.profiletimeline .sl-left {
  float: left;
  margin-left: -60px;
  z-index: 1;
  margin-right: 15px;
}
.profiletimeline .sl-left img {
  max-width: 40px;
}
.profiletimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px;
}
.profiletimeline .sl-date {
  font-size: 12px;
  color: #a1aab2;
}
.steamline {
  position: relative;
  border-left: 1px solid #e9ecef;
  margin-left: 20px;
}
.steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  margin-right: 15px;
}
.steamline .sl-left img {
  max-width: 40px;
}
.steamline .sl-right {
  padding-left: 30px;
}
.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
  margin-bottom: 21px;
}
.steamline .sl-item {
  border-bottom: 1px solid #e9ecef;
  margin: 20px 0;
}
.steamline .sl-item:last-child {
  border-bottom: none;
}
.sl-date {
  font-size: 10px;
  color: #a1aab2;
}
.time-item {
  border-color: #e9ecef;
  padding-bottom: 1px;
  position: relative;
}
.time-item:before {
  content: " ";
  display: table;
}
.time-item:after {
  background-color: #fff;
  border-color: #e9ecef;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item-item:after {
  content: " ";
  display: table;
}
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.item-info p {
  margin-bottom: 10px !important;
}
.todo-list li .assignedto li {
  margin-right: 2px;
}
.todo-list li .assignedto li img {
  width: 30px;
}
.list-task .task-done span {
  text-decoration: line-through;
}
.todo-listing .todo-item .inner-item.done-todo label,
.todo-listing .todo-item .inner-item.done-todo .todo-subtext,
.todo-listing .todo-item .inner-item.done-todo .todo-time {
  text-decoration: line-through;
}
.todo-listing .todo-item .todo-action-dropdown.dropdown-toggle::after {
  display: none;
}
.todo-listing .todo-item.current-task-done .todo-header,
.todo-listing .todo-item.current-task-done .todo-subtext,
.todo-listing .todo-item.current-task-done .todo-time {
  text-decoration: line-through;
}
.todo-listing .todo-item.all-todo-list .todo-action-dropdown .dropdown-item.permanent-delete,
.todo-listing .todo-item.all-todo-list .todo-action-dropdown .dropdown-item.revive {
  display: none;
}
.todo-listing .todo-item.current-todo-delete {
  display: none;
}
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.permanent-delete,
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.revive {
  display: block;
}
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.edit,
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.remove,
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.important {
  display: none;
}
.note-has-grid .nav-link {
  padding: 0.5rem;
}
.note-has-grid .single-note-item {
  border-radius: 10px;
}
.note-has-grid .single-note-item .favourite-note {
  cursor: pointer;
}
.note-has-grid .single-note-item .side-stick {
  position: absolute;
  width: 3px;
  height: 35px;
  left: 0;
  background-color: rgba(79, 84, 103, 0.5);
}
.note-has-grid .single-note-item .category-dropdown.dropdown-toggle:after {
  display: none;
}
.note-has-grid .single-note-item .category [class*=category-] {
  height: 15px;
  width: 15px;
  display: none;
}
.note-has-grid .single-note-item .category [class*=category-]::after {
  content: "\f143";
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 12px;
  color: #fff;
  position: absolute;
}
.note-has-grid .single-note-item .category .category-business {
  background-color: rgba(33, 193, 214, 0.5);
  border: 2px solid #21c1d6;
}
.note-has-grid .single-note-item .category .category-social {
  background-color: rgba(30, 136, 229, 0.5);
  border: 2px solid #1e88e5;
}
.note-has-grid .single-note-item .category .category-important {
  background-color: rgba(252, 75, 108, 0.5);
  border: 2px solid #fc4b6c;
}
.note-has-grid .single-note-item.all-category .point {
  color: rgba(79, 84, 103, 0.5);
}
.note-has-grid .single-note-item.note-business .point {
  color: rgba(33, 193, 214, 0.5);
}
.note-has-grid .single-note-item.note-business .side-stick {
  background-color: rgba(33, 193, 214, 0.5);
}
.note-has-grid .single-note-item.note-business .category .category-business {
  display: inline-block;
}
.note-has-grid .single-note-item.note-favourite .favourite-note {
  color: #ffb22b;
}
.note-has-grid .single-note-item.note-social .point {
  color: rgba(30, 136, 229, 0.5);
}
.note-has-grid .single-note-item.note-social .side-stick {
  background-color: rgba(30, 136, 229, 0.5);
}
.note-has-grid .single-note-item.note-social .category .category-social {
  display: inline-block;
}
.note-has-grid .single-note-item.note-important .point {
  color: rgba(252, 75, 108, 0.5);
}
.note-has-grid .single-note-item.note-important .side-stick {
  background-color: rgba(252, 75, 108, 0.5);
}
.note-has-grid .single-note-item.note-important .category .category-important {
  display: inline-block;
}
.note-has-grid .single-note-item.all-category .more-options,
.note-has-grid .single-note-item.all-category.note-favourite .more-options {
  display: block;
}
.note-has-grid .single-note-item.all-category.note-important .more-options,
.note-has-grid .single-note-item.all-category.note-business .more-options,
.note-has-grid .single-note-item.all-category.note-social .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-important .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-business .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-social .more-options {
  display: none;
}
@media (max-width: 767.98px) {
  .note-has-grid .single-note-item {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .note-has-grid .single-note-item {
    max-width: 301px;
  }
}
.mailbox .chat-scroll {
  height: calc(100vh - 100px) !important;
}
.mailbox .message-center {
  height: 317px;
  overflow: auto;
}
.mailbox .message-center .message-item {
  display: flex;
}
.mailbox .message-center .message-item:hover,
.mailbox .message-center .message-item.active {
  background: #f2f4f8;
}
.mailbox .message-center .message-item .message-title {
  color: #212529;
}
.mailbox .message-center .message-item .user-img {
  width: 40px;
}
.mailbox .message-center .message-item .user-img .profile-status {
  border: 2px solid #fff;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.mailbox .message-center .message-item .user-img .online {
  background: #21c1d6;
}
.mailbox .message-center .message-item .user-img .busy {
  background: #fc4b6c;
}
.mailbox .message-center .message-item .user-img .away {
  background: #ffb22b;
}
.mailbox .message-center .message-item .user-img .offline {
  background: #ffb22b;
}
.callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: .25rem;
}
.callout + .callout {
  margin-top: -.25rem;
}
.callout-info {
  border-left-color: #1e88e5;
}
.callout-info h4 {
  color: #1e88e5;
}
.callout-warning {
  border-left-color: #ffb22b;
}
.callout-warning h4 {
  color: #ffb22b;
}
.callout-danger {
  border-left-color: #fc4b6c;
}
.callout-danger h4 {
  color: #fc4b6c;
}
.callout-primary {
  border-left-color: #7460ee;
}
.callout-primary h4 {
  color: #7460ee;
}
.callout-success {
  border-left-color: #21c1d6;
}
.callout-success h4 {
  color: #21c1d6;
}
.callout-default {
  border-left-color: #6c757d;
}
.callout-default h4 {
  color: #6c757d;
}
.callout-purple {
  border-left-color: #800080;
}
.callout-purple h4 {
  color: #800080;
}
.callout-green {
  border-left-color: #008000;
}
.callout-green h4 {
  color: #008000;
}
.callout-orange {
  color: #FF1493;
}
.callout-orange h4 {
  color: #FF1493;
}
.callout-violet {
  color: #C71585;
}
.callout-violet h4 {
  color: #C71585;
}
.callout-darkred {
  color: #8B0000;
}
.callout-darkred h4 {
  color: #8B0000;
}
.callout-orangered {
  color: #FF4500;
}
.callout-orangered h4 {
  color: #FF4500;
}
.bg-chill {
  background-image:
    linear-gradient(
      135deg,
      #09e485 0%,
      #0291e3 100%);
  background-size: cover;
}
.bg-warm {
  background-image:
    linear-gradient(
      135deg,
      #F2CD48 0%,
      #FD803F 100%);
  background-size: cover;
}
.bg-hot {
  background-image:
    linear-gradient(
      135deg,
      #F9445A 0%,
      #FD803F 100%);
  background-size: cover;
}
.bg-cold {
  background-image:
    linear-gradient(
      135deg,
      #8019C6 0%,
      #2F93CC 100%);
  background-size: cover;
}

/* projects/admin/src/styles.css */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
g[class^=raphael-group-][class$=-creditgroup] {
  display: none !important;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.p-dialog {
  border: 1px solid rgba(33, 37, 41, 0.22) !important;
  border-radius: 6px !important;
}
.p-select {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  color: #334155 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  min-height: 42px !important;
  min-width: 280px !important;
  position: relative !important;
}
.p-select:not(.p-disabled):hover {
  border-color: #1e88e5 !important;
}
.p-select.p-focus {
  border-color: #1e88e5 !important;
  box-shadow: 0 0 0 2px rgba(30, 136, 229, .15) !important;
  outline: 0 !important;
}
.p-select-label {
  align-items: center !important;
  background: transparent !important;
  color: #334155 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  line-height: 1.25 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 10px 62px 10px 12px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.p-select-dropdown {
  align-items: center !important;
  color: #64748b !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  position: absolute !important;
  right: 8px !important;
  top: 0 !important;
  width: 24px !important;
}
.p-select-clear-icon {
  color: #64748b !important;
  cursor: pointer !important;
  position: absolute !important;
  right: 36px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 1 !important;
}
.p-select-overlay {
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18) !important;
  box-sizing: border-box !important;
  margin-top: 2px !important;
  min-width: 280px !important;
  overflow: hidden !important;
  z-index: 10000 !important;
}
.p-select-list-container {
  max-height: 260px !important;
  overflow-y: auto !important;
}
.p-select-list {
  background: #fff !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 4px 0 !important;
}
.p-select-option {
  align-items: center !important;
  background: #fff !important;
  color: #334155 !important;
  cursor: pointer !important;
  display: flex !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: 38px !important;
  padding: 9px 12px !important;
  white-space: nowrap !important;
}
.p-select-option:hover,
.p-select-option.p-focus {
  background: #eef5ff !important;
  color: #1e3a5f !important;
}
.p-select-option.p-selected {
  background: #dbeafe !important;
  color: #0f4c81 !important;
  font-weight: 500 !important;
}
body .petty-cash-settings-select-panel.p-select-overlay {
  z-index: 30000 !important;
}
app-appointmentleft .appointment-customer-autocomplete,
app-billleft .appointment-customer-autocomplete {
  display: inline-flex !important;
  position: relative !important;
  width: 100% !important;
}
app-appointmentleft .appointment-customer-autocomplete .p-autocomplete-input,
app-billleft .appointment-customer-autocomplete .p-autocomplete-input {
  background: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  color: #495057 !important;
  flex: 1 1 auto !important;
  font-size: 1rem !important;
  height: 2.4em !important;
  min-width: 0 !important;
  padding: .5rem !important;
  width: 100% !important;
}
app-appointmentleft .appointment-customer-autocomplete .p-autocomplete-input:enabled:focus,
app-billleft .appointment-customer-autocomplete .p-autocomplete-input:enabled:focus {
  border-color: #8dd0ff !important;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
  outline: 0 !important;
}
.appointment-customer-overlay {
  background: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1) !important;
  color: #495057 !important;
  overflow: hidden !important;
  z-index: 10000 !important;
}
.appointment-customer-overlay .p-autocomplete-list-container {
  max-height: 200px !important;
  overflow-y: auto !important;
}
.appointment-customer-overlay .p-autocomplete-list {
  background: #fff !important;
  list-style: none !important;
  margin: 0 !important;
  padding: .5rem 0 !important;
}
.appointment-customer-overlay .p-autocomplete-option {
  background: transparent !important;
  color: #495057 !important;
  cursor: pointer !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: .5rem 1rem !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.appointment-customer-overlay .p-autocomplete-option:hover,
.appointment-customer-overlay .p-autocomplete-option.p-focus,
.appointment-customer-overlay .p-autocomplete-option-selected {
  background: #e9ecef !important;
  color: #495057 !important;
}
.appointment-customer-overlay img {
  height: 50px !important;
  max-height: 50px !important;
  max-width: 50px !important;
  object-fit: cover !important;
  width: 50px !important;
}
.p-select-overlay,
.p-select-overlay,
.p-multiselect-panel,
.p-multiselect-overlay {
  background: #fff !important;
  border: 1px solid #d7dee8 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18) !important;
  color: #2f3b45 !important;
  z-index: 9999 !important;
}
.p-select-list,
.p-select-option,
.p-select-list,
.p-select-option,
.p-multiselect-items,
.p-multiselect-item,
.p-multiselect-list,
.p-multiselect-option {
  background: #fff !important;
  color: #2f3b45 !important;
}
.p-select-option:hover,
.p-select-option.p-focus,
.p-select-option:hover,
.p-select-option.p-select-option-selected,
.p-multiselect-item:hover,
.p-multiselect-item.p-highlight,
.p-multiselect-option:hover,
.p-multiselect-option.p-focus,
.p-multiselect-option.p-multiselect-option-selected {
  background: #eef5ff !important;
  color: #1f2d3d !important;
}
.p-select-filter,
.p-select-filter,
.p-multiselect-filter {
  background: #fff !important;
  color: #2f3b45 !important;
}
.p-multiselect-overlay {
  border-radius: 4px !important;
  min-width: 220px !important;
  overflow: hidden !important;
}
.p-multiselect-header {
  align-items: center !important;
  background: #f8fafc !important;
  border-bottom: 1px solid #e2e8f0 !important;
  display: flex !important;
  gap: 8px !important;
  padding: 8px 10px !important;
}
.p-multiselect-filter-container {
  flex: 1 1 auto !important;
  position: relative !important;
}
.p-multiselect-filter {
  border: 1px solid #ced4da !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  min-height: 32px !important;
  padding: 6px 30px 6px 9px !important;
  width: 100% !important;
}
.p-multiselect-list-container {
  max-height: 240px !important;
  overflow: auto !important;
}
.p-multiselect-list {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 4px 0 !important;
}
.p-multiselect-option {
  align-items: center !important;
  cursor: pointer !important;
  display: flex !important;
  gap: 8px !important;
  min-height: 34px !important;
  overflow: visible !important;
  padding: 7px 10px !important;
}
.reports-topbar {
  display: block !important;
  overflow: visible !important;
  padding: 16px 112px 16px 18px !important;
  position: relative !important;
  z-index: 100 !important;
}
.reports-topbar .topbar-copy {
  min-width: 0 !important;
  overflow: visible !important;
  width: 100% !important;
}
.reports-topbar .topbar-actions {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  position: absolute !important;
  right: 18px !important;
  top: 16px !important;
}
app-report-list .report-list {
  box-sizing: border-box !important;
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: 108px repeat(7, minmax(0, 1fr)) !important;
  margin-top: 12px !important;
  max-width: 100% !important;
  overflow: visible !important;
  padding-bottom: 4px !important;
  position: relative !important;
  z-index: 101 !important;
  width: 100% !important;
}
app-report-list .report-search {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex: 0 0 108px !important;
  gap: 5px !important;
  height: 52px !important;
  margin: 0 !important;
  max-width: 108px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 8px 7px !important;
  width: 108px !important;
}
app-report-list .report-search input {
  box-sizing: border-box !important;
  font-size: 11px !important;
  min-width: 0 !important;
  width: 100% !important;
}
app-report-list .category-menu {
  box-sizing: border-box !important;
  flex: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 102 !important;
  width: 100% !important;
}
app-report-list .category-dropdown {
  position: absolute !important;
  z-index: 103 !important;
}
app-report-list .dropdown-group + .dropdown-group {
  border-top: 1px solid #edf1f7 !important;
  margin-top: 7px !important;
  padding-top: 7px !important;
}
app-report-list .dropdown-subtitle {
  color: var(--cat-color) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 3px 6px 5px !important;
  text-transform: uppercase !important;
}
app-report-list .dropdown-item {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  justify-content: space-between !important;
}
app-report-list .dropdown-item small {
  color: #9aa4b5 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}
.report-filter-strip {
  position: relative !important;
  z-index: 1 !important;
}
.left-sidebar,
.scroll-sidebar,
.sidebar-nav {
  z-index: 1100 !important;
}
.topbar {
  z-index: 1200 !important;
}
@media (min-width: 1170px) {
  #main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar,
  #main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar .sidebar-footer {
    width: 240px !important;
  }
  #main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper {
    width: calc(100% - 240px) !important;
    margin-left: 240px !important;
  }
}
@media (min-width: 768px) {
  #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .page-wrapper {
    width: calc(100% - 50px) !important;
    margin-left: 50px !important;
  }
}
app-report-list .category-trigger {
  box-sizing: border-box !important;
  display: grid !important;
  font-size: 13px !important;
  gap: 5px !important;
  grid-template-columns: 28px minmax(0, 1fr) 10px !important;
  height: 52px !important;
  min-height: 52px !important;
  min-width: 0 !important;
  padding: 8px 7px !important;
  width: 100% !important;
}
app-report-list .category-symbol {
  font-size: 16px !important;
  height: 28px !important;
  width: 28px !important;
}
app-report-list .category-trigger span:not(.category-symbol) {
  line-height: 1.12 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
@media (max-width: 1100px) {
  app-report-list .report-list {
    grid-template-columns: 90px repeat(7, minmax(0, 1fr)) !important;
  }
  app-report-list .report-search {
    flex-basis: 90px !important;
    max-width: 90px !important;
    width: 90px !important;
  }
  app-report-list .category-trigger {
    font-size: 11px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  app-report-list .category-trigger i {
    display: none !important;
  }
  app-report-list .category-symbol {
    height: 22px !important;
    width: 22px !important;
  }
}
app-report-summary-cards .kpi-grid {
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: none !important;
  grid-auto-columns: minmax(0, 1fr) !important;
  grid-auto-flow: column !important;
  margin-bottom: 10px !important;
  overflow: hidden !important;
  width: 100% !important;
}
app-report-summary-cards .kpi-card {
  box-sizing: border-box !important;
  min-width: 0 !important;
  padding: 8px 9px !important;
}
app-report-summary-cards .kpi-card span {
  font-size: 9px !important;
  letter-spacing: .03em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
app-report-summary-cards .kpi-card strong {
  font-size: 14px !important;
  line-height: 1.15 !important;
  margin: 4px 0 2px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
app-report-summary-cards .kpi-card small {
  display: block !important;
  font-size: 9px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
app-reporthome .loading-state {
  align-items: center !important;
  background: rgba(238, 242, 247, .78) !important;
  backdrop-filter: blur(2px) !important;
  bottom: 0 !important;
  color: #27364f !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  gap: 12px !important;
  justify-content: center !important;
  left: 0 !important;
  min-height: 260px !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 5000 !important;
}
app-reporthome .loading-state::after {
  color: #64748b !important;
  content: "Please wait while the selected report data is generated." !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
app-reporthome .report-canvas {
  display: flex !important;
  flex-direction: column !important;
}
app-reporthome app-report-table {
  display: block !important;
  margin-bottom: 16px !important;
  order: 3 !important;
}
app-reporthome .chart-grid {
  margin: 16px 0 !important;
  order: 4 !important;
}
app-login,
app-login form.user,
app-login .main-wrapper {
  display: block !important;
  min-height: 100vh !important;
  width: 100vw !important;
}
app-login .auth-wrapper {
  align-items: center !important;
  background-image: url("./media/login-register-TZVRFBB3.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 100vh !important;
  padding: 24px !important;
  width: 100vw !important;
}
app-login .auth-box {
  margin: 0 !important;
  max-width: 400px !important;
  width: min(400px, 92vw) !important;
}
app-outletselectwoutdate .drawer-overlay {
  z-index: 20000 !important;
}
app-outletselectwoutdate .floating-handle.rotated {
  z-index: 20010 !important;
}
app-outletselectwoutdate .drawer {
  z-index: 20020 !important;
}
.p-drawer:not(.no-header-sidebar) {
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #212529 !important;
  opacity: 1 !important;
  box-shadow: -0.25rem 0 1.25rem rgba(0, 0, 0, 0.28) !important;
}
.p-drawer:not(.no-header-sidebar) .p-drawer-content {
  background: #fff !important;
}
.p-drawer-lg {
  width: min(60rem, 90vw) !important;
}
.p-drawer-mask.p-overlay-mask {
  background: rgba(0, 0, 0, 0.45);
}
.p-drawer-mask.p-overlay-mask-leave-active {
  pointer-events: none !important;
}
app-reporthome app-report-table .table-scroll table th,
app-reporthome app-report-table .table-scroll table td {
  text-align: center !important;
  vertical-align: middle !important;
}
app-reporthome app-report-table .table-scroll table th.group-header,
app-reporthome app-report-table .table-scroll table th.super-group-header,
app-reporthome app-report-table .table-scroll table th.group-head,
app-reporthome app-report-table .table-scroll table th.super-group-head {
  text-align: center !important;
  vertical-align: middle !important;
}
app-reporthome app-report-table .table-scroll table td.amount-cell,
app-reporthome app-report-table .table-scroll table th.amount-cell {
  text-align: right !important;
}
app-reporthome app-report-table .table-scroll table thead th {
  border: 1px solid #aeb8c8 !important;
}
app-reporthome app-report-table .table-scroll table thead th.group-header,
app-reporthome app-report-table .table-scroll table thead th.super-group-header,
app-reporthome app-report-table .table-scroll table thead th.group-head,
app-reporthome app-report-table .table-scroll table thead th.super-group-head {
  border: 1px solid #8f9caf !important;
}
app-reporthome app-report-table .table-scroll table th,
app-reporthome app-report-table .table-scroll table td {
  min-width: 122px !important;
  padding: 7px 9px !important;
}
app-reporthome app-report-table .table-scroll table thead th {
  font-size: 11px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}
app-reporthome app-report-table .table-scroll table tbody td {
  border: 1px solid #d6dde8 !important;
  font-size: 12px !important;
  height: 32px !important;
}
app-reporthome app-report-table .table-scroll table thead tr,
app-reporthome app-report-table .table-scroll table tbody tr {
  border: 1px solid #d6dde8 !important;
}
.p-checkbox {
  display: inline-flex !important;
  height: 20px !important;
  vertical-align: middle !important;
  width: 20px !important;
}
.p-checkbox .p-checkbox-box {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #6c757d !important;
  border-radius: 3px !important;
  display: flex !important;
  height: 20px !important;
  justify-content: center !important;
  position: relative !important;
  width: 20px !important;
}
.p-checkbox[data-p-checked=true] .p-checkbox-box,
.p-checkbox.p-checkbox-checked .p-checkbox-box,
.p-checkbox .p-checkbox-input:checked + .p-checkbox-box {
  background: #007bff !important;
  border-color: #007bff !important;
  color: #fff !important;
}
.p-checkbox[data-p-checked=true] .p-checkbox-box::after,
.p-checkbox.p-checkbox-checked .p-checkbox-box::after,
.p-checkbox .p-checkbox-input:checked + .p-checkbox-box::after {
  color: #fff !important;
  content: "\2713" !important;
  display: block !important;
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  left: 50% !important;
  line-height: 1 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -52%) !important;
  z-index: 2 !important;
}
.p-checkbox[data-p-checked=true] .p-checkbox-indicator,
.p-checkbox.p-checkbox-checked .p-checkbox-indicator {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
}
.cancel-bill-dialog .p-dialog-content {
  overflow: visible !important;
  padding: 1.25rem !important;
}
.cancel-bill-dialog.p-dialog,
.cancel-bill-id-dialog.p-dialog {
  overflow: hidden !important;
  border: 2px solid #64748b !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.24) !important;
}
.cancel-bill-dialog .p-dialog-header,
.cancel-bill-id-dialog .p-dialog-header {
  border-bottom: 1px solid #cbd5e1 !important;
  background: #f8fafc !important;
}
.cancel-bill-dialog .p-dialog-footer,
.cancel-bill-id-dialog .p-dialog-footer {
  border-top: 1px solid #cbd5e1 !important;
  background: #ffffff !important;
}
.cancel-bill-form {
  display: grid;
  gap: 0.65rem;
  width: 100%;
}
.cancel-bill-form label {
  margin: 0;
  text-align: left;
}
.cancel-bill-form select,
.cancel-bill-form textarea,
.cancel-bill-form form {
  box-sizing: border-box;
  margin: 0;
  width: 100% !important;
}
.cancel-bill-form textarea {
  min-height: 78px;
  resize: vertical;
}
.cancel-bill-or {
  align-items: center;
  color: #6c757d;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin: 0.15rem 0;
}
.cancel-bill-or::before,
.cancel-bill-or::after {
  border-top: 1px solid #ced4da;
  content: "";
  flex: 1;
}
.cancel-bill-dialog .p-dialog-footer {
  display: flex !important;
  justify-content: flex-end !important;
}
.appointment-member-check-dialog {
  margin: 76px 16px 16px !important;
  max-height: calc(100vh - 96px) !important;
}
.appointment-member-check-dialog .p-dialog-header {
  align-items: center !important;
  border-bottom: 1px solid #e2e8f0 !important;
  display: flex !important;
  min-height: 52px !important;
  padding: 0.9rem 1.1rem !important;
}
.appointment-member-check-dialog .p-dialog-content {
  max-height: calc(100vh - 220px) !important;
  overflow: auto !important;
  padding: 1rem 1.1rem !important;
}
.appointment-member-check-dialog .p-dialog-footer {
  display: block !important;
  padding: 0 1.1rem 1rem !important;
}
.member-check-loading {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 120px;
}
.member-check-results {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-check-card {
  background: #fff;
  border: 1px solid #d6dde8;
  border-left: 4px solid #64748b;
  border-radius: 6px;
  cursor: pointer;
  padding: 0.85rem 1rem;
}
.member-check-card.member-check-active {
  border-left-color: #198754;
}
.member-check-card.member-check-expired {
  border-left-color: #dc3545;
}
.member-check-name {
  border-bottom: 1px solid #eef2f7;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.65rem;
  padding-bottom: 0.55rem;
}
.member-check-row {
  align-items: start;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(92px, 0.8fr) minmax(0, 1.2fr);
  line-height: 1.5;
  margin-top: 0.25rem;
}
.member-check-row span {
  color: #64748b;
}
.member-check-row strong {
  overflow-wrap: anywhere;
  text-align: left;
}
@media (max-width: 576px) {
  .appointment-member-check-dialog {
    margin-top: 64px !important;
  }
  .member-check-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.custom-modalshe .p-datepicker-input,
.custom-modalshe .p-datepicker-dropdown {
  height: 42px !important;
  min-height: 42px !important;
}
.custom-modalshe .p-datepicker-input {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.mis-month-calendar.p-datepicker-panel {
  width: 250px !important;
  min-width: 250px !important;
  max-width: calc(100vw - 24px) !important;
  padding: 8px !important;
  margin-top: 4px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #ddd7f7 !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(55, 39, 120, .22) !important;
  color: #374151 !important;
}
.mis-month-calendar .p-datepicker-header,
.mis-month-calendar .p-datepicker-calendar,
.mis-month-calendar .p-datepicker-month-view {
  background: #fff !important;
  color: #374151 !important;
}
.mis-month-calendar .p-datepicker-month {
  color: #4b5563 !important;
  border-radius: 4px !important;
}
.mis-month-calendar .p-datepicker-month.p-datepicker-month-selected {
  background: #7047d7 !important;
  color: #fff !important;
}
.mis-month-calendar .p-datepicker-prev-button,
.mis-month-calendar .p-datepicker-next-button {
  color: #7047d7 !important;
}
p-select.mis-store-select.p-focus,
p-select.mis-store-select.p-inputwrapper-focus {
  border-color: #7047d7 !important;
  box-shadow: 0 0 0 2px rgba(112, 71, 215, .18) !important;
}
.mis-store-panel.p-select-overlay {
  background: #fff !important;
  border: 1px solid #ddd7f7 !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(55, 39, 120, .22) !important;
  overflow: hidden !important;
}
.mis-store-panel .p-select-option.p-select-option-selected,
.mis-store-panel .p-select-option[aria-selected=true] {
  background: #7047d7 !important;
  color: #fff !important;
}
.mis-store-panel .p-select-option.p-focus:not(.p-select-option-selected):not([aria-selected=true]) {
  background: #f7f5fb !important;
  color: #374151 !important;
  box-shadow: inset 0 0 0 1px #e5e0f5 !important;
}
.mis-store-panel .p-select-filter:focus {
  border-color: #7047d7 !important;
  box-shadow: 0 0 0 2px rgba(112, 71, 215, .18) !important;
}
p-select.employee-status-store-select.p-focus,
p-select.employee-status-store-select.p-inputwrapper-focus {
  border-color: #7047d7 !important;
  box-shadow: 0 0 0 2px rgba(112, 71, 215, .18) !important;
}
.employee-status-store-panel.p-select-overlay {
  background: #fff !important;
  border: 1px solid #ddd7f7 !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(55, 39, 120, .22) !important;
  overflow: hidden !important;
}
.employee-status-store-panel .p-select-option.p-select-option-selected,
.employee-status-store-panel .p-select-option[aria-selected=true] {
  background: #7047d7 !important;
  color: #fff !important;
}
.employee-status-store-panel .p-select-option.p-focus:not(.p-select-option-selected):not([aria-selected=true]) {
  background: #f7f5fb !important;
  color: #374151 !important;
  box-shadow: inset 0 0 0 1px #e5e0f5 !important;
}
.employee-status-store-panel .p-select-filter:focus {
  border-color: #7047d7 !important;
  box-shadow: 0 0 0 2px rgba(112, 71, 215, .18) !important;
}
.admin-stock-date-dialog.p-dialog {
  width: 720px !important;
  max-width: calc(100vw - 24px) !important;
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .3) !important;
  overflow: hidden !important;
}
.admin-stock-date-dialog .p-dialog-content {
  padding: 22px !important;
  background: #fff !important;
  color: #374151 !important;
  overflow-x: hidden !important;
}
.admin-stock-date-dialog .datemaster {
  width: 100% !important;
  max-width: 100% !important;
}
.admin-stock-date-dialog .p-datepicker,
.admin-stock-date-dialog .p-datepicker-panel,
.admin-stock-date-dialog .p-datepicker-calendar-container {
  background: #fff !important;
  color: #374151 !important;
}
@media (max-width: 760px) {
  .admin-stock-date-dialog.p-dialog {
    width: calc(100vw - 24px) !important;
  }
}
body .p-datepicker-panel {
  background: #fff !important;
  border: 1px solid #d7dce3 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .24) !important;
  color: #263238 !important;
  max-width: calc(100vw - 16px) !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: .65rem !important;
  z-index: 12000 !important;
}
body .p-datepicker-panel.p-datepicker-panel-inline {
  max-width: min(44rem, calc(100vw - 16px)) !important;
  width: 100% !important;
}
body .p-datepicker-panel:not(.p-datepicker-panel-inline) {
  width: min(22rem, calc(100vw - 16px)) !important;
}
body .modal-dialog:has(.sa-modal-content) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(68rem, calc(100vw - 24px)) !important;
  width: min(68rem, calc(100vw - 24px)) !important;
}
body .sa-modal-content,
body .sa-modal-content .modal-body,
body .sa-modal-content app-datemaster,
body .sa-modal-content .datemaster,
body .sa-modal-content .datemaster > .row {
  box-sizing: border-box !important;
  max-width: 100% !important;
  width: 100% !important;
}
body .sa-modal-content .datemaster > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .p-datepicker-panel .p-datepicker-header,
body .p-datepicker-panel .p-datepicker-calendar-container,
body .p-datepicker-panel .p-datepicker-calendar,
body .p-datepicker-panel table,
body .p-datepicker-inline,
body .p-datepicker-panel-inline {
  background: #fff !important;
  color: #263238 !important;
}
body .p-datepicker-panel .p-datepicker-header {
  border-bottom: 1px solid #e5e7eb !important;
  padding: .45rem .35rem .65rem !important;
}
body .p-datepicker-panel .p-datepicker-calendar-container {
  max-width: 100% !important;
  overflow-x: auto !important;
}
body .p-datepicker-panel table {
  border-collapse: collapse !important;
  table-layout: fixed !important;
  width: 100% !important;
}
body .p-datepicker-panel table th,
body .p-datepicker-panel table td {
  padding: .2rem !important;
  text-align: center !important;
}
body .p-datepicker-panel .p-datepicker-day,
body .p-datepicker-panel table td > span {
  align-items: center !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  height: 2rem !important;
  justify-content: center !important;
  min-width: 2rem !important;
}
body .p-datepicker-panel .p-datepicker-day-selected,
body .p-datepicker-panel .p-datepicker-day.p-datepicker-day-selected,
body .p-datepicker-panel .p-datepicker-month-selected,
body .p-datepicker-panel .p-datepicker-year-selected,
body .p-datepicker-panel table td > span.p-highlight,
body .p-datepicker-panel [aria-selected=true].p-datepicker-day,
body .p-datepicker-panel [aria-selected=true].p-datepicker-month,
body .p-datepicker-panel [aria-selected=true].p-datepicker-year {
  background: #7047d7 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
body .p-datepicker-panel .p-datepicker-day-selected-range {
  background: #e7ddff !important;
  color: #4f2ca5 !important;
  font-weight: 600 !important;
}
body .p-datepicker-panel .p-datepicker-day:not(.p-disabled):not(.p-datepicker-day-selected):not(.p-datepicker-day-selected-range):hover,
body .p-datepicker-panel .p-datepicker-month:not(.p-disabled):not(.p-datepicker-month-selected):hover,
body .p-datepicker-panel .p-datepicker-year:not(.p-disabled):not(.p-datepicker-year-selected):hover,
body .p-datepicker-panel table td > span:not(.p-disabled):not(.p-highlight):not(.p-datepicker-day-selected):not(.p-datepicker-day-selected-range):hover {
  background: #f0ebff !important;
  color: #4f2ca5 !important;
}
body .p-datepicker-panel .p-datepicker-prev-button,
body .p-datepicker-panel .p-datepicker-next-button,
body .p-datepicker-panel .p-datepicker-select-month,
body .p-datepicker-panel .p-datepicker-select-year {
  color: #7047d7 !important;
}
body .p-datepicker {
  max-width: 100% !important;
}
body .p-datepicker .p-datepicker-input {
  background: #fff !important;
  max-width: 100% !important;
}
@media (max-width: 640px) {
  body .p-datepicker-panel {
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
  }
}
.payment-dialog-shell.p-dialog {
  width: min(885px, calc(100vw - 28px)) !important;
  height: calc(80vh - 22px) !important;
  max-height: calc(80vh - 22px) !important;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .20);
}
.payment-dialog-shell .p-dialog-header {
  min-height: 60px;
  padding: 14px 22px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.payment-dialog-shell .p-dialog-title {
  color: #172033;
  font-size: 1.45rem;
  font-weight: 700;
}
.payment-dialog-shell .p-dialog-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: hidden;
  padding: 0 !important;
  background: #fff;
}
.payment-dialog-shell .p-dialog-footer {
  min-height: 64px;
  padding: 10px 20px !important;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}
.modern-payment-ui {
  color: #172033;
  background: #fff;
}
.modern-payment-ui .payment-layout-row {
  margin: 0;
  height: calc(80vh - 146px);
  min-height: 0;
  overflow: hidden;
}
.modern-payment-ui .payment-method-panel {
  padding: 14px 16px !important;
  border-right: 1px solid #e5e7eb !important;
  background: #fbfcfe;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.modern-payment-ui .payment-method-panel h6 {
  margin: 0 0 10px;
  color: #172033 !important;
  font-size: 1.05rem !important;
  font-weight: 700;
}
.modern-payment-ui .checkbox-wrapper-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
}
.modern-payment-ui .checkbox-wrapper-2 b {
  font-size: .92rem;
  font-weight: 600;
}
.modern-payment-ui .checkbox-wrapper-2 .btn {
  width: 34px;
  height: 34px;
  margin-left: auto;
  padding: 0;
  border: 1px solid #dfe4ec;
  border-radius: 9px;
  background: #fff !important;
}
.modern-payment-ui .checkbox-wrapper-2 .btn i {
  color: #455166 !important;
}
.modern-payment-ui .payment-method-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.modern-payment-ui .payment-method-grid > div {
  flex: 0 0 33.333333% !important;
  width: 33.333333% !important;
  max-width: 33.333333% !important;
  padding: 6px !important;
}
.modern-payment-ui .payment-method-card,
.modern-payment-ui .box.alert.alert-danger,
.modern-payment-ui .box.payment-method-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 82px;
  margin: 0 !important;
  padding: 8px 6px !important;
  color: #1f2937 !important;
  border: 1px solid #dfe4ec !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04) !important;
  cursor: pointer;
  transition:
    border-color .15s ease,
    box-shadow .15s ease,
    transform .15s ease;
}
.modern-payment-ui .payment-method-card:hover,
.modern-payment-ui .box.alert.alert-danger:hover,
.modern-payment-ui .box.payment-method-card:hover {
  border-color: #7458e8 !important;
  box-shadow: 0 7px 18px rgba(98, 69, 218, .13) !important;
  transform: translateY(-1px);
}
.modern-payment-ui .payment-method-card img,
.modern-payment-ui .box.alert.alert-danger img,
.modern-payment-ui .box.payment-method-card img {
  width: 52px !important;
  height: 30px !important;
  margin: 0 0 5px !important;
  object-fit: contain;
  border: 0 !important;
}
.modern-payment-ui .payment-details-panel {
  padding: 14px 18px !important;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  background: #fff !important;
}
.modern-payment-ui .payment-method-panel::-webkit-scrollbar,
.modern-payment-ui .payment-details-panel::-webkit-scrollbar {
  width: 8px;
}
.modern-payment-ui .payment-method-panel::-webkit-scrollbar-track,
.modern-payment-ui .payment-details-panel::-webkit-scrollbar-track {
  background: #f1f3f6;
  border-radius: 8px;
}
.modern-payment-ui .payment-method-panel::-webkit-scrollbar-thumb,
.modern-payment-ui .payment-details-panel::-webkit-scrollbar-thumb {
  background: #aeb7c5;
  border: 2px solid #f1f3f6;
  border-radius: 8px;
}
.modern-payment-ui .payment-method-panel::-webkit-scrollbar-thumb:hover,
.modern-payment-ui .payment-details-panel::-webkit-scrollbar-thumb:hover {
  background: #818b9b;
}
.modern-payment-ui .payment-summary-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 1rem !important;
}
.modern-payment-ui .payment-summary-card {
  flex: 1 1 250px !important;
  width: auto !important;
  max-width: none !important;
  min-height: 82px;
  padding: 14px 18px !important;
  border: 1px solid #dfe4ec;
  border-left: 4px solid #8b72ed;
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #fff 0%,
      #faf9ff 100%);
}
.modern-payment-ui .payment-summary-tender {
  border-left-color: #20aa5b;
  background:
    linear-gradient(
      135deg,
      #fff 0%,
      #f5fcf8 100%);
}
.modern-payment-ui .payment-summary-card .badge {
  display: block;
  width: fit-content;
  margin-top: 4px;
  padding: 0;
  color: #674bcf !important;
  background: transparent !important;
  font-size: 1.55rem !important;
  font-weight: 700;
}
.modern-payment-ui .payment-summary-tender .badge-success {
  color: #159447 !important;
}
.modern-payment-ui .payment-summary-tender .badge-danger {
  color: #dc3545 !important;
}
.modern-payment-ui .payment-entry-grid {
  margin: 0 -5px !important;
  padding: 10px 0 0 !important;
  border-top: 1px solid #edf0f4;
}
.modern-payment-ui .payment-entry-grid > div {
  padding: 0 5px 8px !important;
}
.payment-dialog-shell .modern-payment-ui .payment-method-panel {
  flex: 0 0 38% !important;
  width: 38% !important;
  max-width: 38% !important;
}
.payment-dialog-shell .modern-payment-ui .payment-details-panel {
  flex: 0 0 62% !important;
  width: 62% !important;
  max-width: 62% !important;
}
.payment-dialog-shell .modern-payment-ui .payment-entry-grid > div {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
}
.modern-payment-ui .payment-entry-card {
  width: 100% !important;
  max-width: 100% !important;
}
.modern-payment-ui .payment-entry-card .input-group:last-child {
  width: 100% !important;
}
.modern-payment-ui .payment-entry-card {
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #dfe4ec !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.modern-payment-ui .payment-entry-card .card-header {
  min-height: 36px;
  padding: 8px 10px !important;
  border-bottom: 1px solid #edf0f4;
  background: #fff !important;
}
.modern-payment-ui .payment-entry-card .card-body {
  padding: 9px !important;
}
.modern-payment-ui .form-control,
.modern-payment-ui select {
  min-height: 36px;
  border-color: #d7dde7;
  border-radius: 7px;
}
.modern-payment-ui .input-group-text {
  min-width: 45px;
  justify-content: center;
  border-radius: 7px 0 0 7px;
}
.payment-close-button,
.payment-process-button {
  min-height: 46px;
  padding: 10px 22px !important;
  border-radius: 8px !important;
  font-size: .96rem !important;
  font-weight: 600;
}
.payment-close-button {
  color: #5b45bd !important;
  border: 1px solid #8069df !important;
  background: #fff !important;
}
.payment-process-button {
  margin-left: 10px;
  color: #fff !important;
  border: 1px solid #7258e8 !important;
  background:
    linear-gradient(
      135deg,
      #7b61e8,
      #6245da) !important;
  box-shadow: 0 5px 12px rgba(98, 69, 218, .2);
}
.payment-process-button:disabled {
  opacity: .55;
  box-shadow: none;
}
@media (max-width: 900px) {
  .payment-dialog-shell.p-dialog {
    width: calc(100vw - 16px) !important;
    height: calc(100vh - 16px) !important;
    max-height: calc(100vh - 16px) !important;
  }
  .payment-dialog-shell .p-dialog-content {
    overflow-y: auto;
  }
  .modern-payment-ui .payment-layout-row {
    height: auto;
    overflow: visible;
  }
  .modern-payment-ui .payment-method-panel {
    border-right: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
  }
  .modern-payment-ui .payment-details-panel {
    padding: 18px 14px !important;
  }
  .payment-dialog-shell .modern-payment-ui .payment-method-panel,
  .payment-dialog-shell .modern-payment-ui .payment-details-panel {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .payment-dialog-shell .modern-payment-ui .payment-entry-grid > div {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .modern-payment-ui .payment-entry-card,
  .modern-payment-ui .payment-entry-card .input-group:last-child {
    width: 100% !important;
    max-width: 100% !important;
  }
  .modern-payment-ui .payment-summary-cards {
    flex-direction: column;
  }
}
.employee-filter-select-panel.p-select-overlay,
.employee-filter-select-panel {
  z-index: 1220 !important;
  max-width: min(31rem, calc(100vw - 2rem));
}
.p-multiselect-overlay .p-checkbox[data-p-checked=true] .p-checkbox-box::after,
.p-multiselect-overlay .p-checkbox.p-checkbox-checked .p-checkbox-box::after,
.p-multiselect-overlay .p-checkbox .p-checkbox-input:checked + .p-checkbox-box::after,
.p-multiselect-panel .p-checkbox[data-p-checked=true] .p-checkbox-box::after,
.p-multiselect-panel .p-checkbox.p-checkbox-checked .p-checkbox-box::after,
.p-multiselect-panel .p-checkbox .p-checkbox-input:checked + .p-checkbox-box::after {
  content: none !important;
  display: none !important;
}
.master-organisation-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: #334155;
  cursor: pointer;
  font: inherit;
  min-height: 42px;
  padding: 8px 40px 8px 12px;
  width: 100%;
}
.master-organisation-select:hover {
  border-color: #94a3b8;
}
.master-organisation-select:focus {
  border-color: #0aa57d;
  box-shadow: 0 0 0 3px rgba(10, 165, 125, .12);
  outline: none;
}
.master-organisation-select:disabled {
  background-color: #f1f5f9;
  cursor: not-allowed;
  opacity: .7;
}

/* angular:styles/global:styles */
