@import"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";:root{--primary: #9F1B22;--primary-lighter: #daddf3;--primary-light: rgba(25, 46, 130, .05);--primary-dark: #121e59;--accent: #f06543;--warn: #f44336;--success: #4caf50;--info: #03A9F4;--text-primary: rgba(0, 0, 0, .87);--text-secondary: rgba(0, 0, 0, .6);--background-light: #f5f7f9;--card-bg: #ffffff;--border-light: rgba(0, 0, 0, .12);--card-elevation: 0 1px 3px rgba(0, 0, 0, .1);--button-elevation: 0 2px 4px rgba(0, 0, 0, .12)}.ys-page-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;margin-bottom:20px;background-color:var(--card-bg);border-left:8px solid var(--primary);border-radius:8px;box-shadow:var(--card-elevation);position:relative;overflow:hidden;transition:all .3s ease}.ys-page-header:before{content:"";position:absolute;top:0;left:0;width:80px;height:100%;background:linear-gradient(90deg,rgba(var(--primary-rgb),.08),rgba(var(--primary-rgb),0));pointer-events:none}.ys-page-header:hover{box-shadow:0 4px 12px #0000001a}.ys-page-header .ys-page-title{display:flex;flex-direction:column}.ys-page-header .ys-page-title h1{display:flex;align-items:center;margin-bottom:6px;font-size:20px;font-weight:600;color:var(--primary);position:relative}.ys-page-header .ys-page-title h1 i-tabler{margin-right:12px;color:var(--primary);transition:color .3s ease;position:relative}.ys-page-header .ys-page-title h1 i-tabler:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--primary-light);border-radius:2px;opacity:0;transform:scaleX(.7);transition:all .3s ease}.ys-page-header .ys-page-title:hover h1 i-tabler{color:var(--primary-dark)}.ys-page-header .ys-page-title:hover h1 i-tabler:after{opacity:1;transform:scaleX(1)}.ys-page-header .ys-page-title p{margin:0;color:var(--text-secondary);font-size:14px;position:relative;transition:color .3s ease}.ys-page-header .ys-page-actions{position:relative;z-index:2}@keyframes shimmer{0%{left:-100%}20%{left:100%}to{left:100%}}.ys-content-card{background-color:var(--card-bg);border-radius:8px;padding:20px;box-shadow:var(--card-elevation);transition:box-shadow .3s ease;position:relative;overflow:hidden}.ys-content-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background-color:var(--primary-light);opacity:.6}.ys-content-card:hover{box-shadow:0 4px 12px #00000014}.ys-filter-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:12px;position:relative}.ys-filter-container:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:98%;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border-light) 50%,transparent 100%)}.ys-filter-container .filter-field{width:50%;max-width:100%;transition:width .3s ease}.ys-filter-container .filter-field:focus-within{width:60%}@media (max-width: 576px){.ys-filter-container .filter-field{width:100%}}.ys-filter-container .search-results{font-size:14px;color:var(--text-secondary);padding:4px 10px;background-color:var(--primary-light);border-radius:16px;transition:all .2s ease}.ys-filter-container .search-results:hover{background-color:var(--primary-lighter);color:var(--secondary)}.ys-table-container{position:relative;min-height:200px;border-radius:4px;overflow:hidden;border:1px solid var(--border-light)}.ys-compact-table{width:100%}.ys-compact-table .mat-mdc-header-row{background-color:var(--primary)}.ys-compact-table .mat-mdc-header-cell{height:48px;padding:0 16px;font-size:14px;font-weight:500;color:#fff;background-color:var(--primary);border-bottom:1px solid var(--primary-dark);position:relative}.ys-compact-table .mat-mdc-header-cell:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:40%;width:1px;background-color:#fff3}.ys-compact-table .mat-mdc-header-cell .header-cell-content{display:flex;align-items:center}.ys-compact-table .mat-mdc-header-cell .header-cell-content i-tabler{transition:opacity .2s ease;opacity:.9;color:#fff}.ys-compact-table .mat-mdc-header-cell .header-cell-content:hover i-tabler{opacity:1}.ys-compact-table .mat-mdc-header-cell.mat-sort-header-sorted{background-color:var(--primary-dark)}.ys-compact-table .mat-mdc-cell{height:48px;padding:0 16px;font-size:14px;color:var(--text-primary);border-bottom:1px solid var(--border-light)}.ys-compact-table .mat-mdc-row{transition:background-color .15s ease}.ys-compact-table .mat-mdc-row:hover{background-color:var(--primary-light)}.ys-compact-table .mat-mdc-row:nth-child(2n){background-color:#00000003}.ys-compact-table .mat-mdc-row:nth-child(2n):hover{background-color:var(--primary-light)}.mat-mdc-paginator{border-top:1px solid var(--border-light)}.ys-no-data-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;color:var(--text-secondary)}.ys-no-data-message i-tabler{opacity:.6;margin-bottom:16px;color:var(--primary)}.ys-action-buttons{display:flex;gap:8px}.ys-add-button{display:flex;align-items:center;background-color:var(--primary)!important;color:#fff!important;border-radius:24px!important;padding:0 20px!important;height:40px!important;box-shadow:var(--button-elevation)!important}.ys-add-button div{display:flex;align-items:center}.ys-add-button i-tabler{margin-right:8px}.ys-secondary-button{display:flex;align-items:center;background-color:var(--success)!important;color:#fff!important;border-radius:24px!important;padding:0 20px!important;height:40px!important;box-shadow:var(--button-elevation)!important}.ys-secondary-button div{display:flex;align-items:center}.ys-secondary-button i-tabler{margin-right:8px}.ys-loading-spinner{display:flex;justify-content:center;align-items:center;position:absolute;inset:0;background:#ffffffb3;z-index:1}.ys-dialog-container{min-width:360px;border-radius:6px;overflow:hidden;box-shadow:0 6px 16px #0000001f;animation:dialogFadeIn .25s ease forwards}.ys-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark, var(--primary)) 100%)}.ys-dialog-header.bg-secondary{background-color:var(--primary);border-bottom:1px solid rgba(255,255,255,.1)}.ys-dialog-header.bg-secondary:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#fff3}.ys-dialog-header.bg-secondary h2.text-white{color:#fff;margin:0;font-size:18px;font-weight:500;display:flex;align-items:center}.ys-dialog-header.bg-secondary h2.text-white i-tabler{margin-right:10px;font-size:20px}.ys-dialog-header.bg-secondary button.text-white{color:#fff;opacity:.8;transition:all .2s ease}.ys-dialog-header.bg-secondary button.text-white:hover{opacity:1}.ys-form-field{margin-bottom:15px;position:relative}.ys-form-field mat-form-field{width:100%}.ys-submit-button{display:flex;align-items:center;background-color:var(--primary)!important;color:#fff!important}.ys-submit-button div{display:flex;align-items:center}.ys-submit-button i-tabler{margin-right:8px}.ys-loading-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cdk-global-overlay-wrapper{background-color:#00000080!important}.text-primary{color:var(--primary)!important}.text-error{color:var(--warn)!important}.text-success{color:var(--success)!important}.text-accent{color:var(--accent)!important}.badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.badge.bg-success{background-color:var(--success)!important}.badge.bg-secondary{background-color:#00000080!important}.badge.text-white{color:#fff!important}.option-row{margin-bottom:16px}.option-row mat-checkbox,.option-row mat-slide-toggle{margin-bottom:4px}.option-hint{font-size:12px;color:var(--text-secondary);margin-left:30px;margin-top:2px}@media screen and (max-width: 599px){.ys-hidden-mobile{display:none!important}}@media screen and (min-width: 600px) and (max-width: 959px){.ys-hidden-tablet{display:none!important}}@media screen and (max-width: 599px){.mat-mdc-table .mat-column-actions{width:80px!important}.mat-mdc-table .ys-action-buttons{display:flex;flex-direction:column;gap:4px}}@media (min-width: 768px){.col-md-6{flex:0 0 50%;max-width:50%}}.ys-dialog-content{padding:24px;background-color:var(--card-bg)}.ys-dialog-content:after{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,var(--border-light),transparent);margin:20px -24px}@media (max-width: 767px){.mat-dialog-container{padding:12px!important}.ys-dialog-content{max-height:65vh}mat-form-field{font-size:14px}.mat-tab-body-content{padding:8px 0}}.ys-wide-dialog .mat-dialog-container{max-width:800px!important;width:100%!important}.ys-wide-dialog .mat-dialog-content{max-height:70vh!important}.cdk-overlay-pane.ys-wide-dialog{max-width:800px!important;width:800px!important}@media (max-width: 850px){.cdk-overlay-pane.ys-wide-dialog{max-width:95vw!important;width:95vw!important}}.ys-form-section{background-color:#fff;border-radius:8px;border-color:var(--border-light);border-style:solid;padding:16px}.ys-form-section .section-title{display:flex;align-items:center;font-size:16px;font-weight:500;color:var(--primary);margin-top:0;margin-bottom:16px}.ys-submit-button[disabled]{opacity:.5;cursor:not-allowed}.bg-info{background-color:var(--info)}.badge{padding:.2rem .4rem;border-radius:8px;display:inline-flex;align-items:center;font-size:.8rem;font-weight:500}.badge.badge-success{background-color:#34a85326;color:#34a853}.badge.badge-danger{background-color:#ea433526;color:#ea4335}.badge.badge-warning{background-color:#fbbc0526;color:#fbbc05}.badge.badge-info{background-color:#03a9f426;color:#03a9f4}.badge.badge-light{background-color:#6c757d26;color:#6c757d}.ys-no-data-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;color:var(--bs-secondary)}.ys-no-data-message i-tabler{margin-bottom:1rem;opacity:.6}.ys-no-data-message p{font-size:1rem;margin-bottom:0}.btn-sm{line-height:10px;padding:0 12px;font-size:13px}.ys-filter-card{padding:16px;background-color:#fff;border-radius:8px;margin-bottom:16px}.ys-filter-card .ys-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ys-filter-card .ys-filter-content{margin-top:16px}.ys-filter-card .filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.ys-filter-card .filter-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:16px}.ys-filter-card .filter-actions button{min-width:120px}.text-success{color:#34a853;font-weight:500}.text-danger{color:#ea4335;font-weight:500}.text-muted{color:#6c757d;font-size:.9em}.ys-stat-card{display:flex;align-items:center;background-color:#fff;border-radius:8px;padding:1rem;height:100%;box-shadow:0 1px 3px #0000001a}.ys-stat-card .ys-stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;margin-right:1rem}.ys-stat-card .ys-stat-content{flex:1}.ys-stat-card .ys-stat-content .ys-stat-title{font-size:.875rem;color:#666;margin-bottom:.25rem}.ys-stat-card .ys-stat-content .ys-stat-value{font-size:1.5rem;font-weight:600;color:#333}.ys-stats-container{padding:1rem;border-radius:8px}.icon-16{width:16px;height:16px}.icon-20{width:20px;height:20px}.icon-24{width:24px;height:24px}.icon-28{width:28px;height:28px}.icon-32{width:32px;height:32px}.icon-48{width:48px;height:48px}.ys-clickable{cursor:pointer;transition:background-color .2s ease}.ys-clickable:hover{background-color:#0000000d}.mini-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;background-color:var(--bg-light, #f5f7fa);display:flex;align-items:center;justify-content:center}.mini-avatar .avatar-img{width:100%;height:100%;object-fit:cover}.mini-avatar .avatar-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;color:#999}@charset "UTF-8";html.blue_theme{--mat-sys-primary: #A2BB51;--mat-sys-primary-fixed-dim: rgba(0, 51, 141, .15);--mat-sys-secondary: #9F1B22;--mat-sys-secondary-fixed-dim: rgba(67, 206, 215, .15)}html.orange_theme{--mat-sys-primary: rgb(250, 137, 107);--mat-sys-primary-fixed-dim: rgb(250, 137, 107, .1);--mat-sys-secondary: rgb(0, 116, 186);--mat-sys-secondary-fixed-dim: rgb(0, 116, 186, .1);--mat-sys-error-fixed-dim: rgb(rgb(255, 240, 244))}html.aqua_theme{--mat-sys-primary: rgb(0, 116, 186);--mat-sys-primary-fixed-dim: rgb(0, 116, 186, .1);--mat-sys-secondary: rgb(71, 215, 188);--mat-sys-secondary-fixed-dim: rgb(71, 215, 188, .1);--mat-sys-tertiary: rgb(71, 215, 188)}html.cyan_theme{--mat-sys-primary: rgb(1, 192, 200);--mat-sys-primary-fixed-dim: rgb(1, 192, 200, .1);--mat-sys-secondary: rgb(251, 150, 120);--mat-sys-secondary-fixed-dim: rgb(251, 150, 120, .1);--mat-sys-tertiary: rgb(251, 150, 120)}html.green_theme{--mat-sys-primary: rgb(10, 126, 164);--mat-sys-primary-fixed-dim: rgb(10, 126, 164, .1);--mat-sys-secondary: rgb(204, 218, 78);--mat-sys-secondary-fixed-dim: rgb(204, 218, 78, .1);--mat-sys-tertiary: rgb(204, 218, 78)}html.purple_theme{--mat-sys-primary: rgb(118, 62, 189);--mat-sys-primary-fixed-dim: rgb(118, 62, 189, .1);--mat-sys-secondary: rgb(149, 207, 213);--mat-sys-secondary-fixed-dim: rgb(149, 207, 213, .1);--mat-sys-tertiary: rgb(149, 207, 213)}html.ks_theme{--mat-sys-primary: #A2BB51;--mat-sys-primary-fixed-dim: rgba(0, 51, 141, .15);--mat-sys-secondary: #9F1B22;--mat-sys-secondary-fixed-dim: rgba(67, 206, 215, .15);--primary: #9F1B22;--primary-lighter: #d15158;--primary-light: rgba(159, 27, 34, .05);--primary-dark: #7a151a;--primary-contrast: #ffffff;--secondary: #A2BB51;--secondary-lighter: #c0d37b;--secondary-light: rgba(162, 187, 81, .15);--secondary-dark: #7f9338;--secondary-contrast: #ffffff;--warn: #f44336;--success: #4caf50;--info: #03a9f4;--error: #d32f2f;--background-default: #f9f9f9;--background-paper: #ffffff;--background-light: #f5f7f9}html{--mdc-protected-button-hover-container-elevation-shadow: var(--mat-sys-level1)}html{--mat-filled-button-horizontal-padding: 15px}html{--mat-outlined-button-horizontal-padding: 15px}html{--mat-protected-button-horizontal-padding: 15px}html{--mat-text-button-horizontal-padding: 15px}html{--mdc-filled-button-container-shape: var(--mat-sys-corner-full)}html{--mdc-outlined-button-container-shape: var(--mat-sys-corner-full)}html{--mdc-protected-button-container-shape: var(--mat-sys-corner-full)}html{--mdc-text-button-container-shape: var(--mat-sys-corner-full)}html{--mdc-filled-button-label-text-weight: 400}html{--mdc-outlined-button-label-text-weight: 400}html{--mdc-protected-button-label-text-weight: 400}html{--mdc-text-button-label-text-weight: 400}html{--mdc-icon-button-icon-color: var(--mat-sys-on-background)}html .mat-mdc-button-base.bg-light-primary:hover,html .mat-mdc-button-base.bg-light-secondary:hover,html .mat-mdc-button-base.bg-light-error:hover,html .mat-mdc-button-base.bg-light-warning:hover,html .mat-mdc-button-base.bg-light-success:hover{color:#fff!important}html .mat-mdc-button-base.bg-light-primary:hover{background-color:var(--mat-sys-primary)!important}html .mat-mdc-button-base.bg-light-secondary:hover{background-color:var(--mat-sys-secondary)!important}html .mat-mdc-button-base.bg-light-error:hover{background-color:var(--mat-sys-error)!important}html .mat-mdc-button-base.bg-light-warning:hover{background-color:#f6c000!important}html .mat-mdc-button-base.bg-light-success:hover{background-color:#2cd07e!important}html .mat-mdc-outlined-button:not(:disabled){border-color:inherit!important}html .mat-mdc-button-base.text-secondary:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-secondary)}html .mat-mdc-button-base.text-error:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-error)}html .mat-mdc-button-base.text-warning:hover .mat-mdc-button-persistent-ripple:before{background-color:#f6c000}html .mat-mdc-button-base.text-success:hover .mat-mdc-button-persistent-ripple:before{background-color:#2cd07e}html .mat-mdc-outlined-button:not(:disabled).mat-secondary{color:var(--mat-sys-secondary);border-color:var(--mat-sys-secondary)}html .mat-mdc-outlined-button:not(:disabled).mat-secondary:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-secondary)}html .mat-mdc-outlined-button:not(:disabled).mat-success{color:#2cd07e;border-color:#2cd07e}html .mat-mdc-outlined-button:not(:disabled).mat-success:hover .mat-mdc-button-persistent-ripple:before{background-color:#2cd07e}html .mat-mdc-outlined-button:not(:disabled).mat-error{color:var(--mat-sys-error);border-color:var(--mat-sys-error)}html .mat-mdc-outlined-button:not(:disabled).mat-error:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-error)}html .mat-mdc-outlined-button:not(:disabled).mat-warning{color:#f6c000;border-color:#f6c000}html .mat-mdc-outlined-button:not(:disabled).mat-warning:hover .mat-mdc-button-persistent-ripple:before{background-color:#f6c000}html{--mdc-elevated-card-container-color: #ffffff}html{--mdc-outlined-card-container-color: #ffffff}html{--mat-card-title-text-size: 1.125rem}html{--mat-card-subtitle-text-size: 14px}html{--mat-card-subtitle-text-color: var(--mat-sys-surface-container-lowest)}html{--mat-card-title-text-line-height: 1.6rem}html{--mat-card-title-text-weight: 500}html{--mat-card-subtitle-text-weight: 400}html{--mdc-elevated-card-container-shape: var(--mat-sys-corner-small)}html{--mdc-outlined-card-container-shape: var(--mat-sys-corner-small)}html{--mdc-elevated-card-container-elevation: var(--mat-sys-level2)}html .mat-mdc-card{margin-bottom:30px}html .mat-mdc-card .mat-mdc-card-header{padding:30px 30px 0!important}html .mat-mdc-card .mat-mdc-card-header+.mat-mdc-card-content{padding:0 30px 30px}html .mat-mdc-card>.mat-mdc-card-content{padding:30px!important}html .mat-mdc-card .mdc-card__actions{padding:30px!important}html .card-hover{transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms}html .card-hover:hover{scale:1.01;transition:all .1s ease-in 0s}html .cardBorder .mdc-card{box-shadow:none!important;border:1px solid var(--mat-sys-outline-variant)!important}html .cardBorder .mdc-card.shadow-none{border:0!important}html{--mdc-checkbox-unselected-focus-icon-color: var(--mdc-checkbox-unselected-hover-state-layer-color)}html{--mat-checkbox-label-text-color: var(--mat-sys-on-background)}html .mdc-checkbox__background{border-radius:4px;width:21px;height:21px;border:1px solid var(--mat-sys-outline)}html .mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}html{--mdc-chip-focus-state-layer-color: var(--mat-option-focus-state-layer-color)}html{--mdc-dialog-container-shape: var(--mat-sys-corner-small)}html{--mdc-dialog-subhead-size: 18px}html{--mdc-dialog-subhead-weight: 600}html{--mat-dialog-content-padding: 20px 24px}html{--mat-dialog-actions-padding: 20px 24px}html{--mat-dialog-container-min-width: 300px}html{--mdc-dialog-subhead-tracking: unset}html{--mdc-dialog-supporting-text-tracking: unset}html{--mdc-fab-small-container-shape: 30px}html{--mdc-fab-container-shape: 30px}html{--mdc-fab-container-elevation-shadow: none}html{--mdc-fab-small-container-elevation-shadow: none}html{--mdc-fab-small-hover-container-elevation-shadow: var(--mat-sys-level3)}html{--mdc-fab-hover-container-elevation-shadow: var(--mat-sys-level3)}html{--mdc-extended-fab-hover-container-elevation-shadow: var(--mat-sys-level3)}html{--mdc-extended-fab-container-elevation-shadow: none}html{--mat-form-field-container-height: 37px}html{--mdc-outlined-text-field-container-shape: var(--mat-sys-corner-small)}html{--mat-form-field-container-vertical-padding: 6px}html .hide-hint .mat-mdc-form-field-subscript-wrapper{display:none}html .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height) / 2.15)}html .demo-inline-calendar-card{width:300px}html .mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle:has(.mdc-switch__icons){margin:0 26px}html{--mdc-list-list-item-hover-state-layer-color: var(--mat-sys-primary)}html{--mdc-list-list-item-container-shape: var(--mat-sys-corner-small)}html{--mat-list-active-indicator-shape: var(--mat-sys-corner-small)}html{--mdc-list-list-item-two-line-container-height: 70px}html{--mdc-list-list-item-three-line-container-height: 100px}html{--mat-menu-container-shape: var(--mat-sys-corner-small)}html .mat-mdc-menu-panel{box-shadow:var(--mat-sys-level3)!important}html .mat-mdc-select-panel{padding:8px!important}html{--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #002f65);--mat-sys-on-tertiary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-tertiary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-tertiary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#005cbb, #abc7ff);--mat-sys-tertiary-container: light-dark(#d7e3ff, #00458f);--mat-sys-tertiary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-tertiary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f}html{--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-sys-body-large: 400 1rem / 1.5rem Poppins;--mat-sys-body-large-font: Poppins;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Poppins;--mat-sys-body-medium-font: Poppins;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Poppins;--mat-sys-body-small-font: Poppins;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Poppins;--mat-sys-display-large-font: Poppins;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Poppins;--mat-sys-display-medium-font: Poppins;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Poppins;--mat-sys-display-small-font: Poppins;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Poppins;--mat-sys-headline-large-font: Poppins;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Poppins;--mat-sys-headline-medium-font: Poppins;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Poppins;--mat-sys-headline-small-font: Poppins;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Poppins;--mat-sys-label-large-font: Poppins;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Poppins;--mat-sys-label-medium-font: Poppins;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Poppins;--mat-sys-label-small-font: Poppins;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Poppins;--mat-sys-title-large-font: Poppins;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Poppins;--mat-sys-title-medium-font: Poppins;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Poppins;--mat-sys-title-small-font: Poppins;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500}html{--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px}html{--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}html{--mat-sys-error: rgb(248, 40, 90);--mat-sys-body-medium-size: 14px;--mat-sys-body-large-size: 14px;--mat-sys-outline-variant: #d7dde2;--mat-sys-level1: 0px 12px 24px -4px rgba(145, 158, 171, .3);--mat-sys-level2: rgba(145, 158, 171, .12) 0px 1px 16px;--mat-sys-level3: 0px 12px 24px -4px rgba(145, 158, 171, .3)}html .mdc-list-item__primary-text,html .mat-drawer-container,html .mat-drawer,html .text-body{color:var(--mat-sys-on-background)}html{--mat-table-background-color: var(--mdc-elevated-card-container-color)}html{--mat-table-header-headline-color: var(--mat-sys-on-background)}html{--mat-table-row-item-label-text-color: var(--mat-sys-on-background)}html .mdc-data-table__cell,html .mdc-data-table__header-cell{padding:12px}html .table-responsive{overflow-x:auto}html .table-responsive td,html .table-responsive mat-cell{white-space:nowrap;padding:6px}html{--mat-sidenav-container-shape: 0}html{--mat-sys-error-fixed-dim: rgba(247, 68, 86, .15);--mat-select-container-elevation-shadow: var(--mat-sys-level3);--mdc-list-list-item-label-text-tracking: 0;--mdc-switch-track-height: 28px;--mat-sidenav-container-divider-color: var(--mat-sys-outline-variant);--mat-dialog-with-actions-content-padding: 20px 24px;--mat-form-field-container-text-tracking: unset;--mat-switch-with-icon-handle-size: 21px;--mat-badge-text-color: white}html.light-theme{color-scheme:light;--mat-sys-corner-small: 10px;--mat-sys-background: #eef5f9;--mat-sys-surface-bright: #f2f2f2;--mat-sys-surface: #fff;--mat-sys-surface-container: #fff;--mat-sys-surface-container-low: #fff;--mat-sys-surface-container-lowest: #768b9e;--mat-sys-on-background: #3a4752;--mat-sys-outline: #ebf1f6;--mat-sys-outline-variant: #ebf1f6;--mdc-outlined-text-field-hover-outline-color: #ebf1f6;--mdc-checkbox-unselected-hover-state-layer-color: #ebf1f6;--mat-menu-item-hover-state-layer-color: #f6f9fc;--mat-standard-button-toggle-state-layer-color: #f6f9fc;--mat-option-focus-state-layer-color: #f6f9fc;--mat-option-hover-state-layer-color: #f6f9fc;--mdc-switch-unselected-track-color: #f6f9fc;--mat-stepper-header-focus-state-layer-color: #f6f9fc;--mat-stepper-header-hover-state-layer-color: #f6f9fc;--mdc-dialog-supporting-text-color: var(--mat-sys-on-background);--mat-expansion-header-hover-state-layer-color: #f6f9fc}html.dark-theme{color-scheme:dark;--mat-sys-background: #141a21;--mat-sys-on-background: rgba(255, 255, 255, .9);--mat-sys-on-primary: #fff;--mat-sys-surface-bright: #ffffff05;--mat-sys-surface: #141a21;--mat-sys-surface-container: #141a21;--mat-sys-surface-container-low: #141a21;--mat-sys-outline-variant: #2e3f50;--mat-sys-outline: #2e3f50;--mdc-outlined-text-field-hover-outline-color: #465670;--mdc-checkbox-unselected-hover-state-layer-color: #19212a;--mat-menu-item-hover-state-layer-color: #19212a;--mat-standard-button-toggle-state-layer-color: #19212a;--mat-option-focus-state-layer-color: #19212a;--mat-option-hover-state-layer-color: #19212a;--mdc-switch-unselected-track-color: #19212a;--mat-stepper-header-focus-state-layer-color: #19212a;--mat-stepper-header-hover-state-layer-color: #19212a;--mat-expansion-header-hover-state-layer-color: #19212a}html.dark-theme{--mdc-elevated-card-container-color: #1c252e}html.dark-theme{--mdc-elevated-card-container-elevation: rgba(0, 0, 0, .2) 0px 0px 2px 0px}html.dark-theme{--mat-card-subtitle-text-color: rgba(255, 255, 255, .67)}html.dark-theme{--mat-sys-level1: 0px 12px 24px -4px rgba(143, 176, 210, .02);--mat-sys-level2: 0px 12px 24px -4px rgba(143, 176, 210, .02);--mat-sys-level3: 0px 12px 24px -4px rgba(143, 176, 210, .02)}html .bg-primary{background-color:var(--mat-sys-primary)!important}html .text-primary{color:var(--mat-sys-primary)!important}html .bg-secondary{background-color:var(--mat-sys-secondary)!important}html .text-secondary{color:var(--mat-sys-secondary)!important}html .bg-success{background-color:#2cd07e!important}html .text-success{color:#2cd07e!important}html .bg-warning{background-color:#f6c000!important}html .text-warning{color:#f6c000!important}html .bg-error{background-color:var(--mat-sys-error)!important}html .text-error{color:var(--mat-sys-error)!important}html .bg-white{background-color:#fff!important}html .text-white{color:#fff!important}html .bg-light{background-color:var(--mat-sys-surface-bright)!important}html .text-light{color:var(--mat-sys-surface-bright)!important}html .bg-light-error{background-color:var(--mat-sys-error-fixed-dim)!important}html .text-light-error{color:var(--mat-sys-error-fixed-dim)!important}html .bg-light-secondary{background-color:var(--mat-sys-secondary-fixed-dim)!important}html .text-light-secondary{color:var(--mat-sys-secondary-fixed-dim)!important}html .bg-light-success{background-color:#2cd07e26!important}html .text-light-success{color:#2cd07e26!important}html .bg-light-warning{background-color:#f6c00026!important}html .text-light-warning{color:#f6c00026!important}html .bg-light-primary{background-color:var(--mat-sys-primary-fixed-dim)!important}html .text-light-primary{color:var(--mat-sys-primary-fixed-dim)!important}.fill-warning svg{fill:#f6c000;color:#f6c000}.fill-light svg{fill:var(--mat-sys-surface-bright);color:var(--mat-sys-surface-bright)}.icon-1{height:1px!important;width:1px!important;line-height:9px!important}.icon-2{height:2px!important;width:2px!important;line-height:10px!important}.icon-3{height:3px!important;width:3px!important;line-height:11px!important}.icon-4{height:4px!important;width:4px!important;line-height:12px!important}.icon-5{height:5px!important;width:5px!important;line-height:13px!important}.icon-6{height:6px!important;width:6px!important;line-height:14px!important}.icon-7{height:7px!important;width:7px!important;line-height:15px!important}.icon-8{height:8px!important;width:8px!important;line-height:16px!important}.icon-9{height:9px!important;width:9px!important;line-height:17px!important}.icon-10{height:10px!important;width:10px!important;line-height:18px!important}.icon-11{height:11px!important;width:11px!important;line-height:19px!important}.icon-12{height:12px!important;width:12px!important;line-height:20px!important}.icon-13{height:13px!important;width:13px!important;line-height:21px!important}.icon-14{height:14px!important;width:14px!important;line-height:22px!important}.icon-15{height:15px!important;width:15px!important;line-height:23px!important}.icon-16{height:16px!important;width:16px!important;line-height:24px!important}.icon-17{height:17px!important;width:17px!important;line-height:25px!important}.icon-18{height:18px!important;width:18px!important;line-height:26px!important}.icon-19{height:19px!important;width:19px!important;line-height:27px!important}.icon-20{height:20px!important;width:20px!important;line-height:28px!important}.icon-21{height:21px!important;width:21px!important;line-height:29px!important}.icon-22{height:22px!important;width:22px!important;line-height:30px!important}.icon-23{height:23px!important;width:23px!important;line-height:31px!important}.icon-24{height:24px!important;width:24px!important;line-height:32px!important}.icon-25{height:25px!important;width:25px!important;line-height:33px!important}.icon-26{height:26px!important;width:26px!important;line-height:34px!important}.icon-27{height:27px!important;width:27px!important;line-height:35px!important}.icon-28{height:28px!important;width:28px!important;line-height:36px!important}.icon-29{height:29px!important;width:29px!important;line-height:37px!important}.icon-30{height:30px!important;width:30px!important;line-height:38px!important}.icon-31{height:31px!important;width:31px!important;line-height:39px!important}.icon-32{height:32px!important;width:32px!important;line-height:40px!important}.icon-33{height:33px!important;width:33px!important;line-height:41px!important}.icon-34{height:34px!important;width:34px!important;line-height:42px!important}.icon-35{height:35px!important;width:35px!important;line-height:43px!important}.icon-36{height:36px!important;width:36px!important;line-height:44px!important}.icon-37{height:37px!important;width:37px!important;line-height:45px!important}.icon-38{height:38px!important;width:38px!important;line-height:46px!important}.icon-39{height:39px!important;width:39px!important;line-height:47px!important}.icon-40{height:40px!important;width:40px!important;line-height:48px!important}.icon-41{height:41px!important;width:41px!important;line-height:49px!important}.icon-42{height:42px!important;width:42px!important;line-height:50px!important}.icon-43{height:43px!important;width:43px!important;line-height:51px!important}.icon-44{height:44px!important;width:44px!important;line-height:52px!important}.icon-45{height:45px!important;width:45px!important;line-height:53px!important}.icon-46{height:46px!important;width:46px!important;line-height:54px!important}.icon-47{height:47px!important;width:47px!important;line-height:55px!important}.icon-48{height:48px!important;width:48px!important;line-height:56px!important}.icon-49{height:49px!important;width:49px!important;line-height:57px!important}.icon-50{height:50px!important;width:50px!important;line-height:58px!important}.icon-51{height:51px!important;width:51px!important;line-height:59px!important}.icon-52{height:52px!important;width:52px!important;line-height:60px!important}.icon-53{height:53px!important;width:53px!important;line-height:61px!important}.icon-54{height:54px!important;width:54px!important;line-height:62px!important}.icon-55{height:55px!important;width:55px!important;line-height:63px!important}.icon-56{height:56px!important;width:56px!important;line-height:64px!important}.icon-57{height:57px!important;width:57px!important;line-height:65px!important}.icon-58{height:58px!important;width:58px!important;line-height:66px!important}.icon-59{height:59px!important;width:59px!important;line-height:67px!important}.icon-60{height:60px!important;width:60px!important;line-height:68px!important}.icon-61{height:61px!important;width:61px!important;line-height:69px!important}.icon-62{height:62px!important;width:62px!important;line-height:70px!important}.icon-63{height:63px!important;width:63px!important;line-height:71px!important}.icon-64{height:64px!important;width:64px!important;line-height:72px!important}.icon-65{height:65px!important;width:65px!important;line-height:73px!important}.icon-66{height:66px!important;width:66px!important;line-height:74px!important}.icon-67{height:67px!important;width:67px!important;line-height:75px!important}.icon-68{height:68px!important;width:68px!important;line-height:76px!important}.icon-69{height:69px!important;width:69px!important;line-height:77px!important}.icon-70{height:70px!important;width:70px!important;line-height:78px!important}.icon-71{height:71px!important;width:71px!important;line-height:79px!important}.icon-72{height:72px!important;width:72px!important;line-height:80px!important}.icon-73{height:73px!important;width:73px!important;line-height:81px!important}.icon-74{height:74px!important;width:74px!important;line-height:82px!important}.icon-75{height:75px!important;width:75px!important;line-height:83px!important}.icon-76{height:76px!important;width:76px!important;line-height:84px!important}.icon-77{height:77px!important;width:77px!important;line-height:85px!important}.icon-78{height:78px!important;width:78px!important;line-height:86px!important}.icon-79{height:79px!important;width:79px!important;line-height:87px!important}.icon-80{height:80px!important;width:80px!important;line-height:88px!important}.icon-81{height:81px!important;width:81px!important;line-height:89px!important}.icon-82{height:82px!important;width:82px!important;line-height:90px!important}.icon-83{height:83px!important;width:83px!important;line-height:91px!important}.icon-84{height:84px!important;width:84px!important;line-height:92px!important}.icon-85{height:85px!important;width:85px!important;line-height:93px!important}.icon-86{height:86px!important;width:86px!important;line-height:94px!important}.icon-87{height:87px!important;width:87px!important;line-height:95px!important}.icon-88{height:88px!important;width:88px!important;line-height:96px!important}.icon-89{height:89px!important;width:89px!important;line-height:97px!important}.icon-90{height:90px!important;width:90px!important;line-height:98px!important}.icon-91{height:91px!important;width:91px!important;line-height:99px!important}.icon-92{height:92px!important;width:92px!important;line-height:100px!important}.icon-93{height:93px!important;width:93px!important;line-height:101px!important}.icon-94{height:94px!important;width:94px!important;line-height:102px!important}.icon-95{height:95px!important;width:95px!important;line-height:103px!important}.icon-96{height:96px!important;width:96px!important;line-height:104px!important}*,:after,:before{box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.334rem;color:var(--mat-sys-on-background)}.mainWrapper{display:flex;min-height:100vh;width:100%;flex:1;height:100%}.container{max-width:1300px;padding-left:24px;padding-right:24px;margin:0 auto}.container.full-width{display:flex;align-items:center;width:100%}.pageWrapper{padding:24px;min-height:calc(100vh - 70px);margin:0 auto}.pageWrapper.maxWidth{max-width:1300px}h1,h2,h3,h4,h5,h6{font-weight:500}.w-100{width:100%}.h-100{height:100%}.shadow-none{box-shadow:none!important}.rounded{border-radius:10px!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:25px!important}.overflow-hidden{overflow:hidden}.text-decoration-none{text-decoration:none}.position-relative{position:relative}.op-7{opacity:.7}.truncate-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cursor-pointer{cursor:pointer}.avatar-group img{border:2px solid #ffffff;margin-right:-5px}.avatar-group img:last-child{margin-right:0}a{color:var(--mat-sys-on-background)}a:hover{color:var(--mat-sys-primary)}html .filter-sidebar{width:290px;z-index:9}pre{margin:0;white-space:nowrap}td.hljs-ln-line.hljs-ln-numbers{padding-right:10px}@media (min-width: 768px){html .flex-sm-row{flex-direction:row!important}}@media (max-width: 1023px){.ys-page-container{display:flex;height:100vh;flex-flow:column}}.mat-drawer.sidebarNav{width:260px;flex-shrink:0;transition:width .4s cubic-bezier(.25,.8,.25,1);position:fixed!important;top:60px!important;overflow-x:hidden;border-right:0;border-radius:0!important;box-shadow:0 3px 4px #00000008,0 0 1px #0000001a;background-color:var(--mdc-elevated-card-container-color)}.mat-drawer.sidebarNav .mat-drawer-inner-container{overflow:hidden}.mat-drawer.sidebarNav .ng-scroll-content{display:block}.user-profile{position:relative;background-size:cover!important}.user-profile .profile-img{width:50px;margin-left:30px;padding:32px 0;border-radius:100%}.user-profile .profile-img:before{animation:2.5s blow 0s linear infinite;position:absolute;content:"";width:50px;height:50px;top:31px;margin:0 auto;border-radius:50%;z-index:0}.user-profile .profile-img img{width:100%;border-radius:100%}.user-profile .profile-text{position:relative;cursor:pointer}.user-profile .profile-text>a{padding:6px 20px;background:#00000080;white-space:nowrap}.user-profile .profile-text>a:after{position:absolute;right:20px;top:20px}.profile-dd{margin-left:26px!important}.sidebarNav-mini .mini-scroll{height:calc(100vh - 70px)!important}.sidebarNav-mini .branding{justify-content:center}.sidebarNav-mini .branding a{width:45px;overflow:hidden}.sidebarNav-mini .sidebarNav{width:72px}.sidebarNav-mini .sidebarNav .user-profile .profile-text{display:none}.sidebarNav-mini .sidebarNav .user-profile .profile-img{margin-left:9px}.sidebarNav-mini .sidebarNav .sidebar-list .mdc-list-group__subheader .caption-icon{display:inline-block}.sidebarNav-mini .sidebarNav .sidebar-list .mdc-list-group__subheader .caption-text{display:none}.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item{padding:11px;justify-content:center}.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__content{display:none}.sidebarNav-mini .sidebarNav:hover{width:260px}.sidebarNav-mini .sidebarNav:hover .mini-scroll{height:calc(100vh - 230px)!important}.sidebarNav-mini .sidebarNav:hover .hide-menu{overflow:hidden;width:260px}.sidebarNav-mini .sidebarNav:hover .user-profile .profile-text{display:block}.sidebarNav-mini .sidebarNav:hover .user-profile .profile-img{margin-left:30px}.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item{padding:8px 10px}.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__content{display:inline-block}.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__start{margin-left:0!important}.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list{padding:0 24px;width:260px}.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list .mdc-list-group__subheader{text-align:left}.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list .mdc-list-group__subheader .caption-icon{display:none}.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list .mdc-list-group__subheader .caption-text{display:inline-block}.sidebarNav-mini .hideMenu{overflow:hidden;width:72px}.sidebarNav-mini .sidebar-list.mdc-list{padding:0 12px}.sidebarNav-mini .sidebar-list.mdc-list .mdc-list-group__subheader{text-align:center}.sidebarNav-mini .contentWrapper{transition:swift-ease-out(width)}@media (min-width: 1024px){.sidebarNav-mini .contentWrapper{margin-left:72px!important}}.customizerBtn{position:fixed;right:30px;bottom:30px;z-index:9}.sidebar-list.mdc-list{padding:0 15px}.sidebar-list.mdc-list .mdc-list-group__subheader{margin:24px 0 0;font-size:13px;font-weight:600;padding:0 0 8px;line-height:19px;text-transform:uppercase}.sidebar-list.mdc-list .mdc-list-group__subheader .caption-icon{display:none}.sidebar-list.mdc-list .mdc-list-group__subheader .caption-text{display:inline-block}.sidebar-list.mdc-list .menu-list-item{height:47px;display:flex;font-size:15px;white-space:nowrap;align-items:center;line-height:25px;position:relative;padding:12px 16px;text-decoration:none;font-weight:400;border-radius:26px;gap:12px}.sidebar-list.mdc-list .menu-list-item:hover:before{background-color:transparent!important}.sidebar-list.mdc-list .menu-list-item:hover .mdc-list-item__start,.sidebar-list.mdc-list .menu-list-item:hover .mdc-list-item__primary-text{color:var(--mat-sys-secondary)}.sidebar-list.mdc-list .menu-list-item.twoline{height:60px;align-items:center}.sidebar-list.mdc-list .menu-list-item:before,.sidebar-list.mdc-list .menu-list-item:focus{z-index:-1}.sidebar-list.mdc-list .menu-list-item.disabled{opacity:.38}.sidebar-list.mdc-list .menu-list-item .item-chip{height:24px;display:flex;align-items:center;justify-content:center;font-size:12px}.sidebar-list.mdc-list .menu-list-item.activeMenu{background-color:var(--mat-sys-secondary)}.sidebar-list.mdc-list .menu-list-item.activeMenu .mdc-list-item__primary-text,.sidebar-list.mdc-list .menu-list-item.activeMenu .mat-mdc-list-item-icon{color:#fff!important}.sidebar-list.mdc-list .menu-list-item.activeMenu.ks-menu-child{background-color:#ff5b3533;color:#000!important;height:36px;display:flex;font-size:12px;white-space:nowrap;align-items:center;line-height:15px;position:relative;padding:4px 8px;text-decoration:none;font-weight:400;border-radius:26px;gap:12px;margin-top:4px}.sidebar-list.mdc-list .menu-list-item.activeMenu.ks-menu-child .mdc-list-item__primary-text{color:#000!important}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__start{margin-right:0;margin-left:0;width:22px;height:22px;fill:transparent!important}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text{display:flex;align-items:center;justify-content:space-between}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon{display:flex}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon .mat-icon{font-size:18px;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.flex-layout{display:flex;flex-direction:column;height:100%}@keyframes blow{0%{box-shadow:0 0 #0000001a;opacity:1;transform:scaleZ(.5)}50%{box-shadow:0 0 0 10px #0000001a;opacity:1;transform:scaleZ(.5)}to{box-shadow:0 0 0 20px #0000001a;opacity:0;transform:scaleZ(.5)}}html .topbar{background-color:var(--mat-sys-primary);position:sticky;top:0;z-index:9;height:60px;box-shadow:var(--mat-sys-level2)}html .topbar .mat-mdc-icon-button{color:#fff}.topbar-dd{min-width:360px!important}.apps-dd{min-width:830px!important;overflow:unset!important}.apps-dd .mat-mdc-menu-content{padding:0}.text-hover-primary:hover .hover-text{color:var(--mat-sys-primary)}.upgrade-bg{position:absolute;top:0;right:0;height:100%}.object-cover{object-fit:cover}.branding{width:260px}.sidebarNav-mini .branding{width:57px;overflow:hidden}.header-badge.mat-badge-medium .mat-badge-content{width:18px;height:18px;font-size:10px;line-height:18px;left:18px}@media (min-width: 768px){.search-dialog{width:560px}}.profile-dd{margin-left:-5px!important;margin-top:-5px}.dd-notifications .mat-mdc-menu-content{padding:0}.notify{position:relative;top:-20px;right:-8px}.notify .heartbit{position:absolute;top:-5px;right:-2px;height:18px;width:18px;z-index:10;border:2px solid var(--mat-sys-error);border-radius:70px;animation:heartbit 1s ease-out;-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;animation-iteration-count:infinite}.notify .point{width:4px;height:4px;border-radius:30px;right:5px;top:2px;background-color:var(--mat-sys-error);position:absolute}@keyframes heartbit{0%{transform:scale(0);opacity:0}25%{transform:scale(.1);opacity:.1}50%{transform:scale(.5);opacity:.3}75%{transform:scale(.8);opacity:.5}to{transform:scale(1);opacity:0}}.inbox-badge{position:absolute!important;top:0;right:0}.dark-theme .topbar .mat-mdc-icon-button{color:#ffffffab!important}.dark-theme .topbar .mdc-button{--mdc-text-button-label-text-color: $dark-text-secondary !important}.header-collpase{position:absolute;top:60px;background:var(--mat-sys-surface);width:100%;left:0;box-shadow:var(--mat-sys-level2)}html .customizer-fixed{position:fixed!important;top:60px!important;bottom:unset}.customizer-button-group.two-row{display:inline-block}.customizer-button-group.two-row.theme-colors .mat-button-toggle-appearance-standard{margin-left:16px}.customizer-button-group.two-row.theme-colors .mat-button-toggle-appearance-standard:first-child{margin-left:0}.customizer-button-group.two-row .mat-button-toggle-appearance-standard{width:80px;height:65px;float:left;display:flex;align-items:center;margin-bottom:16px}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .mat-button-toggle-button{display:flex;justify-content:center}.customizer-button-group.two-row .mat-button-toggle-appearance-standard:nth-child(4){margin-left:0}.customizer-button-group.two-row .mat-button-toggle-appearance-standard.mat-button-toggle-checked .theme-circle .theme-icon{display:flex;color:#fff}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle{width:25px;height:25px;border-radius:var(--mat-sys-corner-full);color:#fff;display:flex;align-items:center;justify-content:center}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle .theme-icon{display:none}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.orange_theme{background-color:#fa896b}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.blue_theme{background-color:#1e88e5}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.aqua_theme{background-color:#0074ba}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.purple_theme{background-color:#763ebd}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.green_theme{background-color:#0a7ea4}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.cyan_theme{background-color:#01c0c8}.customizer-button-group .mat-button-toggle-appearance-standard{padding:9px;border:1px solid var(--mat-sys-outline-variant)!important;box-shadow:none;border-radius:10px;transition:all .1s ease-in 0s}.customizer-button-group .mat-button-toggle-appearance-standard:hover{transform:scale(1.05)}.customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked{background-color:var(--mat-sys-primary-fixed-dim)}.customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked i-tabler.fill-icon{color:var(--mat-sys-primary);fill:var(--mat-sys-on-primary)}.customizer-button-group.mat-button-toggle-group{overflow:unset;border-radius:0}.customizer-button-group .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.customizer-button-group.mat-button-toggle-group-appearance-standard{border:0!important}.breadcrumb-icon{position:absolute;top:-20px;right:19px}.breadcrumb{list-style:none;margin:0;padding:0;display:flex}.breadcrumb-item:first-child:after{content:">";margin-left:8px}.breadcrumb-item.active{margin-left:8px;color:var(--mat-sys-primary)}.breadcrumb-item a{text-decoration:none;font-size:14px}.breadcrumb-item a:hover{color:var(--mat-sys-primary)}.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,.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-sm,.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-md,.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-lg,.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-xl,.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{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.offset-3{margin-left:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.offset-6{margin-left:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.offset-9{margin-left:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.offset-12{margin-left:100%}@media (min-width: 600px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-sm-1{margin-left:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-sm-2{margin-left:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.offset-sm-3{margin-left:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-sm-4{margin-left:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-sm-5{margin-left:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.offset-sm-6{margin-left:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-sm-7{margin-left:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-sm-8{margin-left:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.offset-sm-9{margin-left:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-sm-10{margin-left:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-sm-11{margin-left:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-12{margin-left:100%}}@media (min-width: 960px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-md-1{margin-left:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-md-2{margin-left:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.offset-md-3{margin-left:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-md-4{margin-left:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-md-5{margin-left:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.offset-md-6{margin-left:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-md-7{margin-left:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-md-8{margin-left:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.offset-md-9{margin-left:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-md-10{margin-left:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-md-11{margin-left:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.offset-md-12{margin-left:100%}}@media (min-width: 1280px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-lg-1{margin-left:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-lg-2{margin-left:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.offset-lg-3{margin-left:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-lg-4{margin-left:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-lg-5{margin-left:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.offset-lg-6{margin-left:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-lg-7{margin-left:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-lg-8{margin-left:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.offset-lg-9{margin-left:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-lg-10{margin-left:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-lg-11{margin-left:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-12{margin-left:100%}}@media (min-width: 2100px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-xl-1{margin-left:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-xl-2{margin-left:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.offset-xl-3{margin-left:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-xl-4{margin-left:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-xl-5{margin-left:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.offset-xl-6{margin-left:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-xl-7{margin-left:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-xl-8{margin-left:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.offset-xl-9{margin-left:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-xl-10{margin-left:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-xl-11{margin-left:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-12{margin-left:100%}}@media (min-width: 1200px){body .d-lg-flex{display:flex!important}body .d-lg-none{display:none!important}body .align-items-lg-center{align-items:center!important}}@media (min-width: 768px){body .d-sm-flex{display:flex!important}}@media (max-width: 767px){.p-xs-6{padding:0 6px!important}}.flex-shrink-0{flex-shrink:0}.flex-1-auto{flex:1 1 0%}.hstack{display:flex;flex-direction:row;gap:20px}@media (max-width: 767px){.hstack{flex-direction:column}}h1,h2,h3,h4,h5,h6{margin:0}.lh-lg{line-height:36px!important}.lh-sm{line-height:20px!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!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-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items: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}.m-0{margin:0!important}.m-2{margin:2px!important}.m-4{margin:4px!important}.m-6{margin:7px!important}.m-8{margin:8px!important}.m-10{margin:10px!important}.m-12{margin:12px!important}.m-15{margin:15px!important}.m-16{margin:16px!important}.m-20{margin:20px!important}.m-24{margin:24px!important}.m-30{margin:30px!important}.m-32{margin:32px!important}.m-48{margin:48px!important}.m-auto{margin:auto!important}.m-x-0{margin-left:0!important;margin-right:0!important}.m-x-2{margin-left:2px!important;margin-right:2px!important}.m-x-4{margin-left:4px!important;margin-right:4px!important}.m-x-6{margin-left:7px!important;margin-right:7px!important}.m-x-8{margin-left:8px!important;margin-right:8px!important}.m-x-10{margin-left:10px!important;margin-right:10px!important}.m-x-12{margin-left:12px!important;margin-right:12px!important}.m-x-15{margin-left:15px!important;margin-right:15px!important}.m-x-16{margin-left:16px!important;margin-right:16px!important}.m-x-20{margin-left:20px!important;margin-right:20px!important}.m-x-24{margin-left:24px!important;margin-right:24px!important}.m-x-30{margin-left:30px!important;margin-right:30px!important}.m-x-32{margin-left:32px!important;margin-right:32px!important}.m-x-48{margin-left:48px!important;margin-right:48px!important}.m-x-auto{margin-left:auto!important;margin-right:auto!important}.m-y-0{margin-top:0!important;margin-bottom:0!important}.m-y-2{margin-top:2px!important;margin-bottom:2px!important}.m-y-4{margin-top:4px!important;margin-bottom:4px!important}.m-y-6{margin-top:7px!important;margin-bottom:7px!important}.m-y-8{margin-top:8px!important;margin-bottom:8px!important}.m-y-10{margin-top:10px!important;margin-bottom:10px!important}.m-y-12{margin-top:12px!important;margin-bottom:12px!important}.m-y-15{margin-top:15px!important;margin-bottom:15px!important}.m-y-16{margin-top:16px!important;margin-bottom:16px!important}.m-y-20{margin-top:20px!important;margin-bottom:20px!important}.m-y-24{margin-top:24px!important;margin-bottom:24px!important}.m-y-30{margin-top:30px!important;margin-bottom:30px!important}.m-y-32{margin-top:32px!important;margin-bottom:32px!important}.m-y-48{margin-top:48px!important;margin-bottom:48px!important}.m-y-auto{margin-top:auto!important;margin-bottom:auto!important}.m-t-0{margin-top:0!important}.m-t-2{margin-top:2px!important}.m-t-4{margin-top:4px!important}.m-t-6{margin-top:7px!important}.m-t-8{margin-top:8px!important}.m-t-10{margin-top:10px!important}.m-t-12{margin-top:12px!important}.m-t-15{margin-top:15px!important}.m-t-16{margin-top:16px!important}.m-t-20{margin-top:20px!important}.m-t-24{margin-top:24px!important}.m-t-30{margin-top:30px!important}.m-t-32{margin-top:32px!important}.m-t-48{margin-top:48px!important}.m-t-auto{margin-top:auto!important}.m-b-0{margin-bottom:0!important}.m-b-2{margin-bottom:2px!important}.m-b-4{margin-bottom:4px!important}.m-b-6{margin-bottom:7px!important}.m-b-8{margin-bottom:8px!important}.m-b-10{margin-bottom:10px!important}.m-b-12{margin-bottom:12px!important}.m-b-15{margin-bottom:15px!important}.m-b-16{margin-bottom:16px!important}.m-b-20{margin-bottom:20px!important}.m-b-24{margin-bottom:24px!important}.m-b-30{margin-bottom:30px!important}.m-b-32{margin-bottom:32px!important}.m-b-48{margin-bottom:48px!important}.m-b-auto{margin-bottom:auto!important}.m--2{margin:-2px!important}.m--4{margin:-4px!important}.m--6{margin:-7px!important}.m--8{margin:-8px!important}.m--10{margin:-10px!important}.m--12{margin:-12px!important}.m--15{margin:-15px!important}.m--16{margin:-16px!important}.m--20{margin:-20px!important}.m--24{margin:-24px!important}.m--30{margin:-30px!important}.m--32{margin:-32px!important}.m--48{margin:-48px!important}.m-x--2{margin-left:-2px!important;margin-right:-2px!important}.m-x--4{margin-left:-4px!important;margin-right:-4px!important}.m-x--6{margin-left:-7px!important;margin-right:-7px!important}.m-x--8{margin-left:-8px!important;margin-right:-8px!important}.m-x--10{margin-left:-10px!important;margin-right:-10px!important}.m-x--12{margin-left:-12px!important;margin-right:-12px!important}.m-x--15{margin-left:-15px!important;margin-right:-15px!important}.m-x--16{margin-left:-16px!important;margin-right:-16px!important}.m-x--20{margin-left:-20px!important;margin-right:-20px!important}.m-x--24{margin-left:-24px!important;margin-right:-24px!important}.m-x--30{margin-left:-30px!important;margin-right:-30px!important}.m-x--32{margin-left:-32px!important;margin-right:-32px!important}.m-x--48{margin-left:-48px!important;margin-right:-48px!important}.m-y--2{margin-top:-2px!important;margin-bottom:-2px!important}.m-y--4{margin-top:-4px!important;margin-bottom:-4px!important}.m-y--6{margin-top:-7px!important;margin-bottom:-7px!important}.m-y--8{margin-top:-8px!important;margin-bottom:-8px!important}.m-y--10{margin-top:-10px!important;margin-bottom:-10px!important}.m-y--12{margin-top:-12px!important;margin-bottom:-12px!important}.m-y--15{margin-top:-15px!important;margin-bottom:-15px!important}.m-y--16{margin-top:-16px!important;margin-bottom:-16px!important}.m-y--20{margin-top:-20px!important;margin-bottom:-20px!important}.m-y--24{margin-top:-24px!important;margin-bottom:-24px!important}.m-y--30{margin-top:-30px!important;margin-bottom:-30px!important}.m-y--32{margin-top:-32px!important;margin-bottom:-32px!important}.m-y--48{margin-top:-48px!important;margin-bottom:-48px!important}.m-t--2{margin-top:-2px!important}.m-t--4{margin-top:-4px!important}.m-t--6{margin-top:-7px!important}.m-t--8{margin-top:-8px!important}.m-t--10{margin-top:-10px!important}.m-t--12{margin-top:-12px!important}.m-t--15{margin-top:-15px!important}.m-t--16{margin-top:-16px!important}.m-t--20{margin-top:-20px!important}.m-t--24{margin-top:-24px!important}.m-t--30{margin-top:-30px!important}.m-t--32{margin-top:-32px!important}.m-t--48{margin-top:-48px!important}.m-r--2{margin-right:-2px!important}.m-r--4{margin-right:-4px!important}.m-r--6{margin-right:-7px!important}.m-r--8{margin-right:-8px!important}.m-r--10{margin-right:-10px!important}.m-r--12{margin-right:-12px!important}.m-r--15{margin-right:-15px!important}.m-r--16{margin-right:-16px!important}.m-r--20{margin-right:-20px!important}.m-r--24{margin-right:-24px!important}.m-r--30{margin-right:-30px!important}.m-r--32{margin-right:-32px!important}.m-r--48{margin-right:-48px!important}.m-b--2{margin-bottom:-2px!important}.m-b--4{margin-bottom:-4px!important}.m-b--6{margin-bottom:-7px!important}.m-b--8{margin-bottom:-8px!important}.m-b--10{margin-bottom:-10px!important}.m-b--12{margin-bottom:-12px!important}.m-b--15{margin-bottom:-15px!important}.m-b--16{margin-bottom:-16px!important}.m-b--20{margin-bottom:-20px!important}.m-b--24{margin-bottom:-24px!important}.m-b--30{margin-bottom:-30px!important}.m-b--32{margin-bottom:-32px!important}.m-b--48{margin-bottom:-48px!important}.m-l--2{margin-left:-2px!important}.m-l--4{margin-left:-4px!important}.m-l--6{margin-left:-7px!important}.m-l--8{margin-left:-8px!important}.m-l--10{margin-left:-10px!important}.m-l--12{margin-left:-12px!important}.m-l--15{margin-left:-15px!important}.m-l--16{margin-left:-16px!important}.m-l--20{margin-left:-20px!important}.m-l--24{margin-left:-24px!important}.m-l--30{margin-left:-30px!important}.m-l--32{margin-left:-32px!important}.m-l--48{margin-left:-48px!important}.p-0{padding:0!important}.p-2{padding:2px!important}.p-4{padding:4px!important}.p-6{padding:7px!important}.p-8{padding:8px!important}.p-10{padding:10px!important}.p-12{padding:12px!important}.p-15{padding:15px!important}.p-16{padding:16px!important}.p-20{padding:20px!important}.p-24{padding:24px!important}.p-30{padding:30px!important}.p-32{padding:32px!important}.p-48{padding:48px!important}.p-x-0{padding-left:0!important;padding-right:0!important}.p-x-2{padding-left:2px!important;padding-right:2px!important}.p-x-4{padding-left:4px!important;padding-right:4px!important}.p-x-6{padding-left:7px!important;padding-right:7px!important}.p-x-8{padding-left:8px!important;padding-right:8px!important}.p-x-10{padding-left:10px!important;padding-right:10px!important}.p-x-12{padding-left:12px!important;padding-right:12px!important}.p-x-15{padding-left:15px!important;padding-right:15px!important}.p-x-16{padding-left:16px!important;padding-right:16px!important}.p-x-20{padding-left:20px!important;padding-right:20px!important}.p-x-24{padding-left:24px!important;padding-right:24px!important}.p-x-30{padding-left:30px!important;padding-right:30px!important}.p-x-32{padding-left:32px!important;padding-right:32px!important}.p-x-48{padding-left:48px!important;padding-right:48px!important}.p-y-0{padding-top:0!important;padding-bottom:0!important}.p-y-2{padding-top:2px!important;padding-bottom:2px!important}.p-y-4{padding-top:4px!important;padding-bottom:4px!important}.p-y-6{padding-top:7px!important;padding-bottom:7px!important}.p-y-8{padding-top:8px!important;padding-bottom:8px!important}.p-y-10{padding-top:10px!important;padding-bottom:10px!important}.p-y-12{padding-top:12px!important;padding-bottom:12px!important}.p-y-15{padding-top:15px!important;padding-bottom:15px!important}.p-y-16{padding-top:16px!important;padding-bottom:16px!important}.p-y-20{padding-top:20px!important;padding-bottom:20px!important}.p-y-24{padding-top:24px!important;padding-bottom:24px!important}.p-y-30{padding-top:30px!important;padding-bottom:30px!important}.p-y-32{padding-top:32px!important;padding-bottom:32px!important}.p-y-48{padding-top:48px!important;padding-bottom:48px!important}.p-t-0{padding-top:0!important}.p-t-2{padding-top:2px!important}.p-t-4{padding-top:4px!important}.p-t-6{padding-top:7px!important}.p-t-8{padding-top:8px!important}.p-t-10{padding-top:10px!important}.p-t-12{padding-top:12px!important}.p-t-15{padding-top:15px!important}.p-t-16{padding-top:16px!important}.p-t-20{padding-top:20px!important}.p-t-24{padding-top:24px!important}.p-t-30{padding-top:30px!important}.p-t-32{padding-top:32px!important}.p-t-48{padding-top:48px!important}.p-b-0{padding-bottom:0!important}.p-b-2{padding-bottom:2px!important}.p-b-4{padding-bottom:4px!important}.p-b-6{padding-bottom:7px!important}.p-b-8{padding-bottom:8px!important}.p-b-10{padding-bottom:10px!important}.p-b-12{padding-bottom:12px!important}.p-b-15{padding-bottom:15px!important}.p-b-16{padding-bottom:16px!important}.p-b-20{padding-bottom:20px!important}.p-b-24{padding-bottom:24px!important}.p-b-30{padding-bottom:30px!important}.p-b-32{padding-bottom:32px!important}.p-b-48{padding-bottom:48px!important}.gap-0{gap:0!important}.gap-2{gap:2px!important}.gap-4{gap:4px!important}.gap-6{gap:7px!important}.gap-8{gap:8px!important}.gap-10{gap:10px!important}.gap-12{gap:12px!important}.gap-15{gap:15px!important}.gap-16{gap:16px!important}.gap-20{gap:20px!important}.gap-24{gap:24px!important}.gap-30{gap:30px!important}.gap-32{gap:32px!important}.gap-48{gap:48px!important}.b-0{border:0!important}.b-1{border:1px solid var(--mat-sys-outline-variant)!important}.b-2{border:2px solid var(--mat-sys-outline-variant)!important}.b-4{border:4px solid var(--mat-sys-outline-variant)!important}.b-8{border:8px solid var(--mat-sys-outline-variant)!important}.b-t-0{border-top:0!important}.b-t-1{border-top:1px solid var(--mat-sys-outline-variant)!important}.b-t-2{border-top:2px solid var(--mat-sys-outline-variant)!important}.b-t-4{border-top:4px solid var(--mat-sys-outline-variant)!important}.b-t-8{border-top:8px solid var(--mat-sys-outline-variant)!important}.b-b-0{border-bottom:0!important}.b-b-1{border-bottom:1px solid var(--mat-sys-outline-variant)!important}.b-b-2{border-bottom:2px solid var(--mat-sys-outline-variant)!important}.b-b-4{border-bottom:4px solid var(--mat-sys-outline-variant)!important}.b-b-8{border-bottom:8px solid var(--mat-sys-outline-variant)!important}.b-l-0{border-left:0!important}.b-l-1{border-left:1px solid var(--mat-sys-outline-variant)!important}.b-l-2{border-left:2px solid var(--mat-sys-outline-variant)!important}.b-l-4{border-left:4px solid var(--mat-sys-outline-variant)!important}.b-l-8{border-left:8px solid var(--mat-sys-outline-variant)!important}.b-r-0{border-right:0!important}.b-r-1{border-right:1px solid var(--mat-sys-outline-variant)!important}.b-r-2{border-right:2px solid var(--mat-sys-outline-variant)!important}.b-r-4{border-right:4px solid var(--mat-sys-outline-variant)!important}.b-r-8{border-right:8px solid var(--mat-sys-outline-variant)!important}.rounded-0{border-radius:0!important}.rounded-7{border-radius:7px!important}.rounded-8{border-radius:14px!important}.rounded-12{border-radius:21px!important}.rounded-16{border-radius:28px!important}.rounded-full{border-radius:9999px!important}.r-t-l-0{border-top-left-radius:0!important}.r-t-l-7{border-top-left-radius:7px!important}.r-t-l-8{border-top-left-radius:14px!important}.r-t-l-12{border-top-left-radius:21px!important}.r-t-l-16{border-top-left-radius:28px!important}.r-t-l-full{border-top-left-radius:9999px!important}.r-t-r-0{border-top-right-radius:0!important}.r-t-r-7{border-top-right-radius:7px!important}.r-t-r-8{border-top-right-radius:14px!important}.r-t-r-12{border-top-right-radius:21px!important}.r-t-r-16{border-top-right-radius:28px!important}.r-t-r-full{border-top-right-radius:9999px!important}.r-b-r-0{border-bottom-right-radius:0!important}.r-b-r-7{border-bottom-right-radius:7px!important}.r-b-r-8{border-bottom-right-radius:14px!important}.r-b-r-12{border-bottom-right-radius:21px!important}.r-b-r-16{border-bottom-right-radius:28px!important}.r-b-r-full{border-bottom-right-radius:9999px!important}.r-b-l-0{border-bottom-left-radius:0!important}.r-b-l-7{border-bottom-left-radius:7px!important}.r-b-l-8{border-bottom-left-radius:14px!important}.r-b-l-12{border-bottom-left-radius:21px!important}.r-b-l-16{border-bottom-left-radius:28px!important}.r-b-l-full{border-bottom-left-radius:9999px!important}.r-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.r-t-7{border-top-left-radius:7px!important;border-top-right-radius:7px!important}.r-t-8{border-top-left-radius:14px!important;border-top-right-radius:14px!important}.r-t-12{border-top-left-radius:21px!important;border-top-right-radius:21px!important}.r-t-16{border-top-left-radius:28px!important;border-top-right-radius:28px!important}.r-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.r-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.r-b-7{border-bottom-left-radius:7px!important;border-bottom-right-radius:7px!important}.r-b-8{border-bottom-left-radius:14px!important;border-bottom-right-radius:14px!important}.r-b-12{border-bottom-left-radius:21px!important;border-bottom-right-radius:21px!important}.r-b-16{border-bottom-left-radius:28px!important;border-bottom-right-radius:28px!important}.r-b-full{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.r-l-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.r-l-7{border-top-left-radius:7px!important;border-bottom-left-radius:7px!important}.r-l-8{border-top-left-radius:14px!important;border-bottom-left-radius:14px!important}.r-l-12{border-top-left-radius:21px!important;border-bottom-left-radius:21px!important}.r-l-16{border-top-left-radius:28px!important;border-bottom-left-radius:28px!important}.r-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.r-r-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.r-r-7{border-top-right-radius:7px!important;border-bottom-right-radius:7px!important}.r-r-8{border-top-right-radius:14px!important;border-bottom-right-radius:14px!important}.r-r-12{border-top-right-radius:21px!important;border-bottom-right-radius:21px!important}.r-r-16{border-top-right-radius:28px!important;border-bottom-right-radius:28px!important}.r-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.f-s-0{font-size:0!important}.f-s-10{font-size:10px!important}.f-s-12{font-size:12px!important}.f-s-14{font-size:14px!important}.f-s-15{font-size:15px!important}.f-s-16{font-size:16px!important}.f-s-18{font-size:18px!important}.f-s-20{font-size:20px!important}.f-s-24{font-size:24px!important}.f-s-30{font-size:30px!important}.f-w-100{font-weight:100!important}.f-w-200{font-weight:200!important}.f-w-300{font-weight:300!important}.f-w-400{font-weight:400!important}.f-w-500{font-weight:500!important}.f-w-600{font-weight:600!important}.f-w-700{font-weight:700!important}.f-w-800{font-weight:800!important}.f-w-900{font-weight:900!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.text-none{text-decoration:none!important}.text-underline{text-decoration:underline!important}.text-line-through{text-decoration:line-through!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-ellipsis{text-overflow:ellipsis!important}.text-reset{color:inherit!important}.text-current{color:currentColor!important}[dir=ltr] .m-r-0{margin-right:0!important}[dir=ltr] .m-r-2{margin-right:2px!important}[dir=ltr] .m-r-4{margin-right:4px!important}[dir=ltr] .m-r-6{margin-right:7px!important}[dir=ltr] .m-r-8{margin-right:8px!important}[dir=ltr] .m-r-10{margin-right:10px!important}[dir=ltr] .m-r-12{margin-right:12px!important}[dir=ltr] .m-r-15{margin-right:15px!important}[dir=ltr] .m-r-16{margin-right:16px!important}[dir=ltr] .m-r-20{margin-right:20px!important}[dir=ltr] .m-r-24{margin-right:24px!important}[dir=ltr] .m-r-30{margin-right:30px!important}[dir=ltr] .m-r-32{margin-right:32px!important}[dir=ltr] .m-r-48{margin-right:48px!important}[dir=ltr] .m-r-auto{margin-right:auto!important}[dir=ltr] .m-l-0{margin-left:0!important}[dir=ltr] .m-l-2{margin-left:2px!important}[dir=ltr] .m-l-4{margin-left:4px!important}[dir=ltr] .m-l-6{margin-left:7px!important}[dir=ltr] .m-l-8{margin-left:8px!important}[dir=ltr] .m-l-10{margin-left:10px!important}[dir=ltr] .m-l-12{margin-left:12px!important}[dir=ltr] .m-l-15{margin-left:15px!important}[dir=ltr] .m-l-16{margin-left:16px!important}[dir=ltr] .m-l-20{margin-left:20px!important}[dir=ltr] .m-l-24{margin-left:24px!important}[dir=ltr] .m-l-30{margin-left:30px!important}[dir=ltr] .m-l-32{margin-left:32px!important}[dir=ltr] .m-l-48{margin-left:48px!important}[dir=ltr] .m-l-auto{margin-left:auto!important}[dir=ltr] .p-l-0{padding-left:0!important}[dir=ltr] .p-l-2{padding-left:2px!important}[dir=ltr] .p-l-4{padding-left:4px!important}[dir=ltr] .p-l-6{padding-left:7px!important}[dir=ltr] .p-l-8{padding-left:8px!important}[dir=ltr] .p-l-10{padding-left:10px!important}[dir=ltr] .p-l-12{padding-left:12px!important}[dir=ltr] .p-l-15{padding-left:15px!important}[dir=ltr] .p-l-16{padding-left:16px!important}[dir=ltr] .p-l-20{padding-left:20px!important}[dir=ltr] .p-l-24{padding-left:24px!important}[dir=ltr] .p-l-30{padding-left:30px!important}[dir=ltr] .p-l-32{padding-left:32px!important}[dir=ltr] .p-l-48{padding-left:48px!important}[dir=ltr] .p-r-0{padding-right:0!important}[dir=ltr] .p-r-2{padding-right:2px!important}[dir=ltr] .p-r-4{padding-right:4px!important}[dir=ltr] .p-r-6{padding-right:7px!important}[dir=ltr] .p-r-8{padding-right:8px!important}[dir=ltr] .p-r-10{padding-right:10px!important}[dir=ltr] .p-r-12{padding-right:12px!important}[dir=ltr] .p-r-15{padding-right:15px!important}[dir=ltr] .p-r-16{padding-right:16px!important}[dir=ltr] .p-r-20{padding-right:20px!important}[dir=ltr] .p-r-24{padding-right:24px!important}[dir=ltr] .p-r-30{padding-right:30px!important}[dir=ltr] .p-r-32{padding-right:32px!important}[dir=ltr] .p-r-48{padding-right:48px!important}[dir=rtl] .m-r-0{margin-left:0!important}[dir=rtl] .m-r-2{margin-left:2px!important}[dir=rtl] .m-r-4{margin-left:4px!important}[dir=rtl] .m-r-6{margin-left:7px!important}[dir=rtl] .m-r-8{margin-left:8px!important}[dir=rtl] .m-r-10{margin-left:10px!important}[dir=rtl] .m-r-12{margin-left:12px!important}[dir=rtl] .m-r-15{margin-left:15px!important}[dir=rtl] .m-r-16{margin-left:16px!important}[dir=rtl] .m-r-20{margin-left:20px!important}[dir=rtl] .m-r-24{margin-left:24px!important}[dir=rtl] .m-r-30{margin-left:30px!important}[dir=rtl] .m-r-32{margin-left:32px!important}[dir=rtl] .m-r-48{margin-left:48px!important}[dir=rtl] .m-r-auto{margin-left:auto!important}[dir=rtl] .m-l-0{margin-right:0!important}[dir=rtl] .m-l-2{margin-right:2px!important}[dir=rtl] .m-l-4{margin-right:4px!important}[dir=rtl] .m-l-6{margin-right:7px!important}[dir=rtl] .m-l-8{margin-right:8px!important}[dir=rtl] .m-l-10{margin-right:10px!important}[dir=rtl] .m-l-12{margin-right:12px!important}[dir=rtl] .m-l-15{margin-right:15px!important}[dir=rtl] .m-l-16{margin-right:16px!important}[dir=rtl] .m-l-20{margin-right:20px!important}[dir=rtl] .m-l-24{margin-right:24px!important}[dir=rtl] .m-l-30{margin-right:30px!important}[dir=rtl] .m-l-32{margin-right:32px!important}[dir=rtl] .m-l-48{margin-right:48px!important}[dir=rtl] .m-l-auto{margin-right:auto!important}[dir=rtl] .p-l-0{padding-right:0!important}[dir=rtl] .p-l-2{padding-right:2px!important}[dir=rtl] .p-l-4{padding-right:4px!important}[dir=rtl] .p-l-6{padding-right:7px!important}[dir=rtl] .p-l-8{padding-right:8px!important}[dir=rtl] .p-l-10{padding-right:10px!important}[dir=rtl] .p-l-12{padding-right:12px!important}[dir=rtl] .p-l-15{padding-right:15px!important}[dir=rtl] .p-l-16{padding-right:16px!important}[dir=rtl] .p-l-20{padding-right:20px!important}[dir=rtl] .p-l-24{padding-right:24px!important}[dir=rtl] .p-l-30{padding-right:30px!important}[dir=rtl] .p-l-32{padding-right:32px!important}[dir=rtl] .p-l-48{padding-right:48px!important}[dir=rtl] .p-r-0{padding-left:0!important}[dir=rtl] .p-r-2{padding-left:2px!important}[dir=rtl] .p-r-4{padding-left:4px!important}[dir=rtl] .p-r-6{padding-left:7px!important}[dir=rtl] .p-r-8{padding-left:8px!important}[dir=rtl] .p-r-10{padding-left:10px!important}[dir=rtl] .p-r-12{padding-left:12px!important}[dir=rtl] .p-r-15{padding-left:15px!important}[dir=rtl] .p-r-16{padding-left:16px!important}[dir=rtl] .p-r-20{padding-left:20px!important}[dir=rtl] .p-r-24{padding-left:24px!important}[dir=rtl] .p-r-30{padding-left:30px!important}[dir=rtl] .p-r-32{padding-left:32px!important}[dir=rtl] .p-r-48{padding-left:48px!important}.sidebarNav-horizontal .childBox{background:var(--mat-sys-surface)}.sidebarNav-horizontal .horizontal-topbar{box-shadow:var(--mat-sys-level2)}.sidebarNav-horizontal .horizontal-topbar .branding{padding-left:0;width:200px}.sidebarNav-horizontal .horizontal-topbar .container{max-width:1300px;display:flex;align-items:center;width:100%}@media (max-width: 1199px){.sidebarNav-horizontal .horizontal-topbar .container{padding-left:0;padding-right:0}}.sidebarNav-horizontal .horizontal-sidebar{background:var(--mat-sys-surface);box-shadow:var(--mat-sys-level2)}.sidebarNav-horizontal .horizontal-sidebar .container{max-width:1300px;display:flex;align-items:center;width:100%}.sidebarNav-horizontal .horizontal-navbar{position:relative;gap:3px!important}.sidebarNav-horizontal .horizontal-navbar .parentBox{position:relative;z-index:5}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu{position:static}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu:hover>.childBox>.ddmenu{display:inline-block}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu>.childBox{width:100%;left:0}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu>.childBox>.ddmenu{width:24%}.sidebarNav-horizontal .horizontal-navbar .parentBox.two-column:hover>.childBox>.ddmenu{display:inline-block}.sidebarNav-horizontal .horizontal-navbar .parentBox.two-column>.childBox{width:600px}.sidebarNav-horizontal .horizontal-navbar .parentBox.two-column>.childBox>.ddmenu{width:49%;border-radius:10px}.sidebarNav-horizontal .horizontal-navbar .parentBox .menuLink{padding:10px;border-radius:26px;display:flex;font-size:15px;align-items:center;height:40px;gap:10px}.sidebarNav-horizontal .horizontal-navbar .parentBox .menuLink:hover{color:var(--mat-sys-secondary)}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.menuLink{background-color:var(--mat-sys-surface-bright)}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.activeMenu,.sidebarNav-horizontal .horizontal-navbar .parentBox .activeMenu{color:#fff!important;background-color:var(--mat-sys-secondary)}.sidebarNav-horizontal .horizontal-navbar .parentBox .down-icon .mat-icon{width:18px;height:18px;font-size:18px}.sidebarNav-horizontal .horizontal-navbar .parentBox .childBox{border-radius:10px;box-shadow:var(--mat-sys-level1);position:absolute;width:250px}.sidebarNav-horizontal .horizontal-navbar .parentBox .childBox .ddmenu{display:none;padding:10px;margin:10px;position:relative;border-radius:10px}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover{background-color:var(--mat-sys-surface-bright)}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover:hover>.childBox>.ddmenu:hover{background-color:var(--mat-sys-surface-bright)}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox{left:230px;top:0;z-index:9}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{left:235px;top:0}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu{display:block;padding:0}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu{display:block;padding:0}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu{display:block;padding:0}.sidebarNav-horizontal .topbar,.sidebarNav-horizontal .mainWrapper{width:100%}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover{background-color:transparent!important}.sidebarNav-horizontal .horizontal-navbar .parentBox.pactive>a,.sidebarNav-horizontal .horizontal-navbar .parentBox.pactive>a:hover,.sidebarNav-horizontal .horizontal-navbar .parentBox.pactive:hover>a{border-radius:10px}.ltr .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox{right:250px;left:unset}.ltr .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{right:250px;left:unset}.rtl .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox{left:250px;right:unset}.rtl .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{left:250px;right:unset}.dark-theme{color:#ffffffab}.dark-theme .mat-mdc-menu-panel{color:var(--mat-sys-on-background)!important}.dark-theme .bg-white,.dark-theme .mdc-menu-surface{background-color:var(--mat-sys-surface)!important}.dark-theme .hljs{background:var(--mat-sys-surface)}.dark-theme .b-1{border:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-b-1{border-bottom:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-t-1{border-top:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-r-1{border-right:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-l-1{border-left:1px solid var(--mat-sys-outline-variant)}.dark-theme .customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked i-tabler.fill-icon{fill:var(--mat-sys-primary-fixed-dim)}html.dark-theme .logodark,html.light-theme .logolight{display:none}.blank-layout-container{height:100vh;display:flex;background-size:cover;align-items:center}.auth-title{font-size:36px;line-height:44px}.bg-gredient:before{content:"";position:absolute;height:100%;width:100%;opacity:.3;background:radial-gradient(#d2f1df,#d3d7fa,#bad8f4) 0% 0%/400% 400%;animation:15s ease 0s infinite normal none running gradient;z-index:-1}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:50% 0%}}.img-height{height:calc(100vh - 83px)}.custom-row.row{margin-right:-8px;margin-left:-8px}.custom-row.row .col-2,.custom-row.row .col-12{padding-right:8px;padding-left:8px}.or-border{position:relative;text-align:center}.or-border:before{content:"";position:absolute;left:0;width:100px;top:50%;height:1px;background:var(--mat-sys-outline-variant)}.or-border:after{content:"";position:absolute;right:0;width:100px;top:50%;height:1px;background:var(--mat-sys-outline-variant)}.boxed-auth{width:100%;max-width:480px;margin:0 auto}.max-width-form{max-width:450px}.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__leading,.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__notch,.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__trailing{border-color:var(--mat-sys-error)!important}.error-msg{position:absolute;top:-19px;right:3px}html .toast-success{background-color:#2cd07e}html .toast-error{background-color:var(--mat-sys-error)}html .toast-warning{background-color:#f6c000}html .toast-info{background-color:var(--mat-sys-primary)}html .toast-container .ngx-toastr{box-shadow:var(--mat-sys-level2);border-radius:10px}body{overflow-x:hidden}[dir=rtl] td.hljs-ln-line.hljs-ln-numbers{padding-left:10px;padding-right:0}[dir=rtl] .customizerBtn{left:30px;right:unset}[dir=rtl] .branding img{transform:scaleX(-1)}[dir=rtl] .user-profile .profile-img{margin-left:0;margin-right:30px}[dir=rtl] .sidebar-list.mdc-list .menu-list-item{padding:12px 16px!important}[dir=rtl] .mat-drawer.sidebarNav{border-left:1px solid var(--mat-sys-outline-variant);border-right:0}[dir=rtl].sidebarNav-mini .contentWrapper{margin-right:72px!important;margin-left:0!important;transition:swift-ease-out(width)}[dir=rtl].sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__start{margin-right:8px!important;margin-left:7px!important}[dir=rtl].sidebarNav-mini .sidebarNav .sidebar-list .user-profile .profile-img{margin-left:0;margin-right:9px}[dir=rtl].sidebarNav-mini .sidebarNav:hover .user-profile .profile-img{margin-right:30px}[dir=rtl].sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__start{margin-right:0!important;margin-left:16px!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:16px!important}.mt-4{margin-top:24px!important}.mt-5{margin-top:32px!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:16px!important}.mb-4{margin-bottom:24px!important}.mb-5{margin-bottom:32px!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:16px!important}.pt-4{padding-top:24px!important}.pt-5{padding-top:32px!important}.p-1{padding:4px!important}.p-2{padding:8px!important}.p-3{padding:16px!important}.p-4{padding:24px!important}.p-5{padding:32px!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:16px!important}.pr-4{padding-right:24px!important}.pr-5{padding-right:32px!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:16px!important}.pb-4{padding-bottom:24px!important}.pb-5{padding-bottom:32px!important}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-center{justify-content:center!important}.w-100{width:100%!important}.h-100{height:100%!important}.me-1{margin-right:4px!important}.me-2{margin-right:8px!important}.me-3{margin-right:16px!important}.ms-1{margin-left:4px!important}.ms-2{margin-left:8px!important}.ms-3{margin-left:16px!important}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.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-title{font-weight:700}.toast-message{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;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\d7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after{visibility:visible}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
