@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Poppins:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bd-color:green;--text-color:#000;--btn-primary-text:"aqua";--btn-primary:"aqua";--btn-primary-hover-text:"aqua";--btn-primary-hover:"brown";--btn-danger-text:"aqua";--btn-danger:"aqua";--btn-danger-hover-text:"aqua";--btn-danger-hover:"brown";--btn-info-text:"aqua";--btn-info:"aqua";--btn-info-hover-text:"aqua";--btn-info-hover:"brown";--nav-text-color:"aqua";--nav-hover-text-color:"brown";--pa-gray-100:#f3f4f6;--pa-text-muted:#6b7280;--pa-warning:#f59e0b}.admin-dashboard{background:#f4f6fb;background:var(--pa-light-gray);min-height:100vh;padding:24px}.admin-dashboard__header{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:24px}.admin-dashboard__breadcrumb{color:#6b7280;color:var(--pa-text-muted);font-size:13px;margin:0}.admin-dashboard__header h1{color:#041836;color:var(--pa-midnight-navy);font-size:30px;margin:4px 0 8px}.admin-dashboard__subtext{color:#6b7280;color:var(--pa-text-muted);font-size:14px;margin:0}.admin-dashboard__header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.admin-dashboard__stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.admin-stat-card{background:#fff;border-left:4px solid transparent;border-radius:16px;box-shadow:0 12px 30px rgba(4,24,54,.08);padding:20px}.admin-stat-card.green{border-left-color:#007f32;border-left-color:var(--pa-emerald-green)}.admin-stat-card.blue{border-left-color:#3b82f6;border-left-color:var(--pa-soft-blue)}.admin-stat-card.yellow{border-left-color:#f59e0b;border-left-color:var(--pa-warning)}.admin-stat-card.purple{border-left-color:#8b5cf6}.admin-stat-card .label{color:#6b7280;color:var(--pa-text-muted);font-size:12px;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.admin-stat-card .value{color:#041836;color:var(--pa-midnight-navy);font-size:30px;font-weight:700;margin:0}.admin-stat-card .meta{color:#6b7280;color:var(--pa-text-muted);font-size:13px;margin:6px 0 0}.admin-dashboard__legacy-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:2fr 1fr;margin-bottom:16px}.legacy-widget{border-radius:16px;overflow:hidden}.legacy-widget>*{height:100%}.legacy-widget--wide{grid-column:span 1}.legacy-widget--full{margin-bottom:24px}.admin-dashboard__tables{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.admin-dashboard__card{background:#fff;border-radius:18px;box-shadow:0 20px 45px rgba(4,24,54,.12);display:flex;flex-direction:column}.admin-dashboard__card-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--pa-gray-200);display:flex;gap:16px;justify-content:space-between;padding:20px 24px}.admin-dashboard__card-header h3{color:#041836;color:var(--pa-midnight-navy);font-size:18px;margin:0}.admin-dashboard__card-header p{color:#6b7280;color:var(--pa-text-muted);font-size:13px;margin:4px 0 0}.admin-dashboard__table{padding:16px 24px 24px}.admin-dashboard__table table{border-collapse:collapse;width:100%}.admin-dashboard__table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--pa-gray-200);color:#6b7280;color:var(--pa-text-muted);font-size:11px;letter-spacing:.5px;padding:10px 0;text-align:left;text-transform:uppercase}.admin-dashboard__table td{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--pa-gray-100);padding:14px 0;vertical-align:middle}.admin-dashboard__table tr:last-child td{border-bottom:none}.table-title{color:#041836;color:var(--pa-midnight-navy);font-weight:600}.table-subtitle{color:#6b7280;color:var(--pa-text-muted);font-size:12px}.table-action a{color:#007f32;color:var(--pa-emerald-green);font-size:14px}.admin-dashboard__empty{color:#6b7280;color:var(--pa-text-muted);font-size:14px;padding:30px 0;text-align:center}.status-pill{align-items:center;background:rgba(4,24,54,.08);border-radius:999px;color:#041836;color:var(--pa-midnight-navy);display:inline-flex;font-size:12px;font-weight:600;padding:4px 12px}.status-pill.success{background:rgba(0,127,50,.12);color:#007f32;color:var(--pa-emerald-green)}.status-pill.warning{background:rgba(245,158,11,.15);color:#f59e0b;color:var(--pa-warning)}.status-pill.danger{background:rgba(220,38,38,.15);color:#dc2626;color:var(--pa-danger)}.pa-btn{background:#fff;border-radius:12px;color:#041836;color:var(--pa-midnight-navy)}.pa-btn-primary{background:linear-gradient(135deg,var(--pa-emerald-green),var(--pa-light-green));box-shadow:0 10px 20px rgba(0,127,50,.25)}.pa-btn-outline{border:1px solid #e5e7eb;border:1px solid var(--pa-gray-200)}.pa-btn-link{color:var(--pa-emerald-green)}@media (max-width:1024px){.admin-dashboard__legacy-grid{grid-template-columns:1fr}}@media (max-width:768px){.admin-dashboard{padding:16px}.admin-dashboard__header{flex-direction:column}.admin-dashboard__card-header{align-items:flex-start;flex-direction:column}}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-unselectable{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-user-select:none;user-select:none}.fc{display:flex;flex-direction:column;font-size:1em}.fc,.fc *,.fc :after,.fc :before{box-sizing:border-box}.fc table{border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{padding:0;vertical-align:top}.fc a[data-navlink]{cursor:pointer}.fc a[data-navlink]:hover{text-decoration:underline}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-rtl{direction:rtl;text-align:right}.fc-theme-standard td,.fc-theme-standard th{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc-liquid-hack td,.fc-liquid-hack th{position:relative}@font-face{font-family:fcicons;font-style:normal;font-weight:400;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype")}.fc-icon{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:fcicons!important;font-style:normal;font-variant:normal;font-weight:400;height:1em;line-height:1;text-align:center;text-transform:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:1em}.fc-icon-chevron-left:before{content:"\e900"}.fc-icon-chevron-right:before{content:"\e901"}.fc-icon-chevrons-left:before{content:"\e902"}.fc-icon-chevrons-right:before{content:"\e903"}.fc-icon-minus-square:before{content:"\e904"}.fc-icon-plus-square:before{content:"\e905"}.fc-icon-x:before{content:"\e906"}.fc .fc-button{border-radius:0;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible;text-transform:none}.fc .fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc .fc-button{-webkit-appearance:button}.fc .fc-button:not(:disabled){cursor:pointer}.fc .fc-button::-moz-focus-inner{border-style:none;padding:0}.fc .fc-button{background-color:transparent;border:1px solid transparent;border-radius:.25em;display:inline-block;font-size:1em;font-weight:400;line-height:1.5;padding:.4em .65em;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fc .fc-button:hover{text-decoration:none}.fc .fc-button:focus{box-shadow:0 0 0 .2rem rgba(44,62,80,.25);outline:0}.fc .fc-button:disabled{opacity:.65}.fc .fc-button-primary{background-color:#2c3e50;background-color:var(--fc-button-bg-color,#2c3e50);border-color:#2c3e50;border-color:var(--fc-button-border-color,#2c3e50);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:hover{background-color:#1e2b37;background-color:var(--fc-button-hover-bg-color,#1e2b37);border-color:#1a252f;border-color:var(--fc-button-hover-border-color,#1a252f);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:disabled{background-color:#2c3e50;background-color:var(--fc-button-bg-color,#2c3e50);border-color:#2c3e50;border-color:var(--fc-button-border-color,#2c3e50);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background-color:#1a252f;background-color:var(--fc-button-active-bg-color,#1a252f);border-color:#151e27;border-color:var(--fc-button-active-border-color,#151e27);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button .fc-icon{font-size:1.5em;vertical-align:middle}.fc .fc-button-group{display:inline-flex;position:relative;vertical-align:middle}.fc .fc-button-group>.fc-button{flex:1 1 auto;position:relative}.fc .fc-button-group>.fc-button.fc-button-active,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:hover{z-index:1}.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}.fc .fc-toolbar{align-items:center;display:flex;justify-content:space-between}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc .fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc .fc-toolbar-title{font-size:1.75em;margin:0}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-direction-rtl .fc-toolbar>*>:not(:first-child){margin-right:.75em}.fc-direction-rtl .fc-toolbar-ltr{flex-direction:row-reverse}.fc .fc-scroller{-webkit-overflow-scrolling:touch;position:relative}.fc .fc-scroller-liquid{height:100%}.fc .fc-scroller-liquid-absolute{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-scroller-harness{direction:ltr;overflow:hidden;position:relative}.fc .fc-scroller-harness-liquid{height:100%}.fc-direction-rtl .fc-scroller-harness>.fc-scroller{direction:rtl}.fc-theme-standard .fc-scrollgrid{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc .fc-scrollgrid,.fc .fc-scrollgrid table{table-layout:fixed;width:100%}.fc .fc-scrollgrid table{border-left-style:hidden;border-right-style:hidden;border-top-style:hidden}.fc .fc-scrollgrid{border-bottom-width:0;border-collapse:separate;border-right-width:0}.fc .fc-scrollgrid-liquid{height:100%}.fc .fc-scrollgrid-section,.fc .fc-scrollgrid-section>td,.fc .fc-scrollgrid-section table{height:1px}.fc .fc-scrollgrid-section-liquid>td{height:100%}.fc .fc-scrollgrid-section>*{border-left-width:0;border-top-width:0}.fc .fc-scrollgrid-section-footer>*,.fc .fc-scrollgrid-section-header>*{border-bottom-width:0}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table{border-bottom-style:hidden}.fc .fc-scrollgrid-section-sticky>*{background:#fff;background:var(--fc-page-bg-color,#fff);position:-webkit-sticky;position:sticky;z-index:3}.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:0}.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>*{bottom:0}.fc .fc-scrollgrid-sticky-shim{height:1px;margin-bottom:-1px}.fc-sticky{position:-webkit-sticky;position:sticky}.fc .fc-view-harness{flex-grow:1;position:relative}.fc .fc-view-harness-active>.fc-view{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 4px}.fc .fc-bg-event,.fc .fc-highlight,.fc .fc-non-business{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-non-business{background:hsla(0,0%,84%,.3);background:var(--fc-non-business-color,hsla(0,0%,84%,.3))}.fc .fc-bg-event{background:#8fdf82;background:var(--fc-bg-event-color,#8fdf82);opacity:.3;opacity:var(--fc-bg-event-opacity,.3)}.fc .fc-bg-event .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em);font-style:italic;margin:.5em}.fc .fc-highlight{background:rgba(188,232,241,.3);background:var(--fc-highlight-color,rgba(188,232,241,.3))}.fc .fc-cell-shaded,.fc .fc-day-disabled{background:hsla(0,0%,82%,.3);background:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3))}a.fc-event,a.fc-event:hover{text-decoration:none}.fc-event.fc-event-draggable,.fc-event[href]{cursor:pointer}.fc-event .fc-event-main{position:relative;z-index:2}.fc-event-dragging:not(.fc-event-selected){opacity:.75}.fc-event-dragging.fc-event-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event .fc-event-resizer{display:none;position:absolute;z-index:4}.fc-event-selected .fc-event-resizer,.fc-event:hover .fc-event-resizer{display:block}.fc-event-selected .fc-event-resizer{background:#fff;background:var(--fc-page-bg-color,#fff);border-color:inherit;border-radius:4px;border-radius:calc(var(--fc-event-resizer-dot-total-width, 8px)/2);border-style:solid;border-width:1px;border-width:var(--fc-event-resizer-dot-border-width,1px);height:8px;height:var(--fc-event-resizer-dot-total-width,8px);width:8px;width:var(--fc-event-resizer-dot-total-width,8px)}.fc-event-selected .fc-event-resizer:before{bottom:-20px;content:"";left:-20px;position:absolute;right:-20px;top:-20px}.fc-event-selected,.fc-event:focus{box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event-selected:before,.fc-event:focus:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:3}.fc-event-selected:after,.fc-event:focus:after{background:rgba(0,0,0,.25);background:var(--fc-event-selected-overlay-color,rgba(0,0,0,.25));bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;z-index:1}.fc-h-event{background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8);border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);display:block}.fc-h-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff)}.fc-h-event .fc-event-main-frame{display:flex}.fc-h-event .fc-event-time{max-width:100%;overflow:hidden}.fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0}.fc-h-event .fc-event-title{display:inline-block;left:0;max-width:100%;overflow:hidden;right:0;vertical-align:top}.fc-h-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end){border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.fc-h-event:not(.fc-event-selected) .fc-event-resizer{bottom:0;top:0;width:8px;width:var(--fc-event-resizer-thickness,8px)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end{cursor:w-resize;left:-4px;left:calc(var(--fc-event-resizer-thickness, 8px)*-.5)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start{cursor:e-resize;right:-4px;right:calc(var(--fc-event-resizer-thickness, 8px)*-.5)}.fc-h-event.fc-event-selected .fc-event-resizer{margin-top:-4px;margin-top:calc(var(--fc-event-resizer-dot-total-width, 8px)*-.5);top:50%}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end{left:-4px;left:calc(var(--fc-event-resizer-dot-total-width, 8px)*-.5)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start{right:-4px;right:calc(var(--fc-event-resizer-dot-total-width, 8px)*-.5)}.fc .fc-popover{box-shadow:0 2px 6px rgba(0,0,0,.15);position:absolute;z-index:9999}.fc .fc-popover-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:3px 4px}.fc .fc-popover-title{margin:0 2px}.fc .fc-popover-close{cursor:pointer;font-size:1.1em;opacity:.65}.fc-theme-standard .fc-popover{background:#fff;background:var(--fc-page-bg-color,#fff);border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc-theme-standard .fc-popover-header{background:hsla(0,0%,82%,.3);background:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3))}:root{--fc-daygrid-event-dot-width:8px}.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before{clear:both;content:"";display:table}.fc .fc-daygrid-body{position:relative;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-daygrid-day-frame{min-height:100%;position:relative}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{padding:4px;position:relative;z-index:4}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{left:0;position:absolute;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{min-height:2em;position:relative}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{left:0;position:absolute;right:0;top:0}.fc .fc-daygrid-bg-harness{bottom:0;position:absolute;top:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{margin-top:1px;z-index:6}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;padding:2px 3px 0}.fc .fc-daygrid-day-bottom:before{clear:both;content:"";display:table}.fc .fc-daygrid-more-link{cursor:pointer;position:relative;z-index:4}.fc .fc-daygrid-week-number{background-color:hsla(0,0%,82%,.3);background-color:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3));color:grey;color:var(--fc-neutral-text-color,grey);min-width:1.5em;padding:2px;position:absolute;text-align:center;top:0;z-index:5}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-week-number{border-radius:0 0 3px 0;left:0}.fc-direction-rtl .fc-daygrid-week-number{border-radius:0 0 0 3px;right:0}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em);position:relative;white-space:nowrap}.fc-daygrid-block-event .fc-event-time{font-weight:700}.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}.fc-daygrid-dot-event{align-items:center;display:flex;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;font-weight:700;min-width:0;overflow:hidden}.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover{background:rgba(0,0,0,.1)}.fc-daygrid-dot-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-daygrid-event-dot{border:4px solid #3788d8;border:calc(var(--fc-daygrid-event-dot-width, 8px)/2) solid var(--fc-event-border-color,#3788d8);border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width, 8px)/2);box-sizing:content-box;height:0;margin:0 4px;width:0}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}.fc-v-event{background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8);border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);display:block}.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff);height:100%}.fc-v-event .fc-event-main-frame{display:flex;flex-direction:column;height:100%}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{bottom:0;max-height:100%;overflow:hidden;top:0}.fc-v-event:not(.fc-event-start){border-top-left-radius:0;border-top-right-radius:0;border-top-width:0}.fc-v-event:not(.fc-event-end){border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness,8px);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{min-height:100%;position:relative;z-index:1}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-slot{border-bottom:0;height:1.5em}.fc .fc-timegrid-slot:empty:before{content:"\00a0"}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-slot-label{vertical-align:middle}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{align-items:center;display:flex;justify-content:flex-end;overflow:hidden}.fc .fc-timegrid-axis-cushion{flex-shrink:0;max-width:60px}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols{bottom:0;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight{z-index:3}.fc .fc-timegrid-bg-harness{left:0;position:absolute;right:0}.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness{position:absolute}.fc-timegrid-event-harness>.fc-timegrid-event{bottom:0;left:0;position:absolute;right:0;top:0}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color,#fff)}.fc-timegrid-event,.fc-timegrid-more-link{border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-timegrid-event{margin-bottom:1px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{font-size:.85em;font-size:var(--fc-small-font-size,.85em);margin-bottom:1px;white-space:nowrap}.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-short .fc-event-time:after{content:"\00a0-\00a0"}.fc-timegrid-event-short .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-timegrid-more-link{background:#d0d0d0;background:var(--fc-more-link-bg-color,#d0d0d0);color:inherit;color:var(--fc-more-link-text-color,inherit);cursor:pointer;margin-bottom:1px;position:absolute;z-index:9999}.fc-timegrid-more-link-inner{padding:3px 2px;top:0}.fc-direction-ltr .fc-timegrid-more-link{right:0}.fc-direction-rtl .fc-timegrid-more-link{left:0}.fc .fc-timegrid-now-indicator-line{border:0 solid red;border-color:var(--fc-now-indicator-color,red);border-top:1px solid var(--fc-now-indicator-color,red);left:0;position:absolute;right:0;z-index:4}.fc .fc-timegrid-now-indicator-arrow{border-color:red;border-color:var(--fc-now-indicator-color,red);border-style:solid;margin-top:-5px;position:absolute;z-index:4}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 0 5px 6px;left:0}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 6px 5px 0;right:0}.fc-theme-bootstrap a:not([href]){color:inherit}.dashboard-container{background:#f5f6fa;padding:10px 20px}.kpi-box{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 6px 16px rgba(0,0,0,.05);cursor:pointer;display:flex;gap:15px;padding:18px 20px;transition:all .25s ease}.kpi-box:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.kpi-icon{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:22px;height:55px;justify-content:center;width:55px}.kpi-icon.users{background:#3b82f6}.kpi-icon.assessments{background:#10b981}.kpi-icon.revenue{background:#8b5cf6}.kpi-icon.conversion{background:#f97316}.kpi-content h3{font-size:24px;font-weight:700;margin:0}.kpi-content p{color:#6b7280;font-size:13px;margin:0}.modern-card{background:#fff;background:linear-gradient(180deg,#fff,#fafafa);border:1px solid rgba(0,0,0,.08);border-radius:14px!important;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:10px;transition:all .25s ease}.modern-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.card-header-block{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.bot-item{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.04);display:grid;grid-template-columns:50px 1fr auto 30px;margin-bottom:12px;padding:15px}.bot-item:hover{background:#f3f4f6;box-shadow:0 4px 12px rgba(0,0,0,.06)}.bot-icon{align-items:center;background:#eef2ff;border-radius:12px;color:#4f46e5;display:flex;font-size:20px;height:45px;justify-content:center;width:45px}.bot-status{color:#10b981;font-weight:600}.edit-icon{color:#6b7280;cursor:pointer;margin-left:20px;transition:.2s ease}.edit-icon:hover{color:#111827}.landing-preview-box{background:#e5e7eb;border:1px solid rgba(0,0,0,.07);border-radius:12px;box-shadow:inset 0 1px 4px rgba(0,0,0,.06);height:140px;margin-bottom:10px}.landing-link{color:#6b7280;font-size:14px;margin-bottom:12px;text-align:center}:root{--pa-gray-200:#e5e7eb;--pa-gray-300:#d1d5db;--pa-gray-400:#9ca3af;--pa-gray-500:#6b7280;--pa-gray-700:#374151;--pa-error:#dc2626;--pa-radius-md:10px;--pa-radius-xl:22px;--pa-shadow-lg:0 20px 60px rgba(0,0,42,.3)}.login-page{align-items:center;background:linear-gradient(135deg,#041836,#0c2e5b 40%,#007f32);display:flex;font-family:Poppins,Inter,sans-serif;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;background:var(--pa-white);border-radius:22px;border-radius:var(--pa-radius-xl);box-shadow:0 20px 60px rgba(0,0,42,.3);box-shadow:var(--pa-shadow-lg);max-width:470px;padding:42px 40px;width:100%}.login-logo{margin-bottom:32px;text-align:center}.login-logo img{height:52px;margin-bottom:10px}.login-logo h1{color:#041836;color:var(--pa-midnight-navy);font-size:26px;font-weight:700;margin:0}.login-logo h1 span{color:#007f32;color:var(--pa-emerald-green)}.login-logo p{color:#6b7280;color:var(--pa-gray-500);font-size:14px;margin-top:6px}.sso-button{background:#fff;background:var(--pa-white);border:1px solid #d1d5db;border:1px solid var(--pa-gray-300);border-radius:10px;margin-bottom:20px;padding:12px;transition:all .2s ease}.sso-button svg{height:20px;width:20px}.sso-button:hover{border-color:#007f32;border-color:var(--pa-emerald-green);color:#007f32;color:var(--pa-emerald-green)}.login-divider{color:#9ca3af;color:var(--pa-gray-400);font-weight:500;margin:28px 0;position:relative;text-align:center}.login-divider:before{background:#e5e7eb;background:var(--pa-gray-200);content:"";height:1px;left:0;position:absolute;top:50%;width:100%}.login-divider span{background:#fff;background:var(--pa-white);padding:0 12px;position:relative}.login-field{margin-bottom:18px}.login-label{color:#374151;color:var(--pa-gray-700);display:block;font-size:13px;font-weight:600;margin-bottom:6px}.login-input-wrapper{position:relative}.login-input{border:1px solid #d1d5db;border:1px solid var(--pa-gray-300);border-radius:10px;border-radius:var(--pa-radius-md);font-size:14px;padding:12px 14px;transition:border .2s,box-shadow .2s;width:100%}.login-input:focus{border-color:#007f32;border-color:var(--pa-emerald-green);box-shadow:0 0 0 3px rgba(0,127,50,.15);outline:none}.login-input.error{border-color:#dc2626;border-color:var(--pa-error)}.password-toggle{color:#9ca3af;font-size:18px}.login-footer{justify-content:space-between;margin:16px 0 20px}.login-footer,.remember-me{align-items:center;display:flex}.remember-me{color:var(--pa-gray-600);font-size:13px;gap:8px}.remember-me input{accent-color:#007f32;accent-color:var(--pa-emerald-green);height:16px;width:16px}.forgot-link{color:#007f32;color:var(--pa-emerald-green);font-size:13px;font-weight:600;text-decoration:none}.forgot-link:hover{text-decoration:underline}.login-button{background:linear-gradient(135deg,#007f32,#00a651);background:linear-gradient(135deg,var(--pa-emerald-green),var(--pa-light-green));border:none;border-radius:10px;border-radius:var(--pa-radius-md);color:#fff;color:var(--pa-white);cursor:pointer;font-size:15px;font-weight:600;padding:13px 16px;transition:box-shadow .2s,-webkit-transform .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s;width:100%}.login-button:disabled{cursor:not-allowed;opacity:.7}.login-button:not(:disabled):hover{box-shadow:0 10px 20px rgba(0,127,50,.25);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.login-meta{color:#6b7280;color:var(--pa-gray-500);font-size:14px;margin-top:22px;text-align:center}.login-meta a{color:#007f32;color:var(--pa-emerald-green);font-weight:600}.login-alert{align-items:center;border-radius:10px;border-radius:var(--pa-radius-md);display:flex;font-size:14px;gap:10px;margin-bottom:18px;padding:12px 16px}.login-alert.error{background:rgba(220,38,38,.1);border:1px solid #dc2626;border:1px solid var(--pa-error);color:#991b1b}.login-alert.success{background:rgba(0,127,50,.1);border:1px solid #007f32;border:1px solid var(--pa-emerald-green);color:#007f32;color:var(--pa-emerald-green)}@media (max-width:576px){.login-card{padding:32px 24px}}:root{--pa-card-shadow:0 25px 60px rgba(0,0,0,.25)}body.user-toggle-body{background:linear-gradient(135deg,#03164f,#004634);background:var(--pa-gradient-primary);font-family:Poppins,Inter,sans-serif;font-family:var(--pa-font-body);margin:0;min-height:100vh}.user-toggle-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:32px 16px}.user-toggle-card{background:#fff;background:var(--pa-white);border-radius:32px;box-shadow:0 25px 60px rgba(0,0,0,.25);box-shadow:var(--pa-card-shadow);max-width:560px;padding:40px 36px;text-align:center;width:100%}.user-toggle-brand{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.user-toggle-logo img{height:auto;width:410px}.user-toggle-card h4{color:#12233c;font-size:22px;margin:0 0 28px}.user-toggle-card p{color:#95a1b7;color:var(--pa-gray-500);font-size:14px;margin:0}.user-toggle-options{display:flex;flex-direction:column;gap:18px}.user-toggle-option{align-items:center;display:flex;flex-direction:column;gap:12px}.user-toggle-button-wrapper{display:block;width:100%}.btn-toggle{background:#007f32;background:var(--pa-emerald-green);border:none;border-radius:12px;color:#fff;color:var(--pa-white);cursor:pointer;font-size:16px;font-weight:600;padding:15px;transition:.2s ease;transition:var(--pa-transition);width:100%}.btn-toggle:hover:not(:disabled){box-shadow:0 12px 24px rgba(0,127,50,.25);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.option-divider{color:#95a1b7;color:var(--pa-gray-500);font-size:12px;letter-spacing:.2em}@media (max-width:640px){.user-toggle-card{padding:32px 24px}.user-toggle-card h4{font-size:20px}.btn-toggle{padding:14px}}th.sortable{background-position:95% 50%;background-repeat:no-repeat;background-size:16px;color:#2196f3;cursor:pointer}.as-react-table .input-group-text:empty{display:none}.asrt-page-length{display:inline-block}.asrt-page-length .input-group-addon{background:#fff;border:none;display:inline-block;margin:0;padding:0;width:auto}.asrt-pagination{margin:0}.asrt-td-loading{background-color:#fff}.asrt-loading-textwrap{padding:5px 0}
/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */.fr-license{background-color:#fff;border-radius:10px;color:#222;font-size:14px;padding:20px;z-index:1000}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-view.fr-element-scroll-visible{overflow-x:visible!important}.fr-box.fr-basic{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.fr-box.fr-basic .fr-element{box-sizing:border-box;color:#414141;font-family:sans-serif;font-size:14px;line-height:1.6;min-height:60px;overflow-x:auto;padding:20px;text-align:left}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:transparent;position:relative;-webkit-user-select:auto;z-index:2}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable=true]{outline:0 solid transparent}.fr-box a.fr-floating-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#fff;border:none;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;color:#333;display:block;height:40px;left:0;line-height:40px;outline:none;text-align:center;top:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;width:40px}.fr-box a.fr-floating-btn svg{fill:#333;-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:40px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#333}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{border:none;box-sizing:border-box;display:block;position:relative;width:100%;z-index:2}.fr-wrapper{position:relative;z-index:1}.fr-wrapper:after{clear:both;content:"";display:block;height:0}.fr-wrapper .fr-placeholder{color:#aaa;display:none;font-family:sans-serif;font-size:14px;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.fr-wrapper.show-placeholder .fr-placeholder{display:block;text-overflow:ellipsis;white-space:nowrap}.fr-wrapper ::selection{background:rgba(181,214,253,.8);color:#000}.fr-box.fr-basic .fr-wrapper{background:#fff;border:1px solid;border-color:#ccc #ccc #efefef;left:0;top:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0}.fr-box.fr-basic.fr-bottom .fr-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0}@media (min-width:992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{background:#efefef;min-width:21cm;padding:30px;text-align:left}.fr-box.fr-document .fr-wrapper .fr-element{background:#fff;margin:auto;min-height:26cm!important;overflow:visible;padding:1cm 2cm;text-align:left;width:21cm;z-index:auto}.fr-box.fr-document .fr-wrapper .fr-element hr{background:#efefef;border:none;height:1cm;margin-left:-2cm;margin-right:-2cm;outline:none}.fr-box.fr-document .fr-wrapper .fr-element img{z-index:1}}.fr-tooltip{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11px;left:0;left:-3000px;line-height:22px;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0 8px;position:absolute;top:0;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647}.fr-tooltip,.fr-tooltip.fr-visible{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1}.fr-modal .fr-btn-wrap,.fr-popup .fr-btn-wrap,.fr-toolbar .fr-btn-wrap{float:left;position:relative;white-space:nowrap}.fr-modal .fr-btn-wrap.fr-hidden,.fr-popup .fr-btn-wrap.fr-hidden,.fr-toolbar .fr-btn-wrap.fr-hidden{display:none}.fr-modal .fr-command.fr-btn,.fr-popup .fr-command.fr-btn,.fr-toolbar .fr-command.fr-btn{background:transparent;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-sizing:border-box;color:#333;cursor:pointer;float:left;height:40px;line-height:1;margin:4px 2px;-moz-outline:0;outline:none;padding:0;position:relative;text-align:left;text-decoration:none;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2}.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0}.fr-modal .fr-command.fr-btn.fr-btn-hover,.fr-popup .fr-command.fr-btn.fr-btn-hover,.fr-toolbar .fr-command.fr-btn.fr-btn-hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}.fr-modal .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-toolbar .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-modal .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-toolbar .fr-command.fr-btn.fr-btn-text{width:auto}.fr-modal .fr-command.fr-btn i,.fr-modal .fr-command.fr-btn svg,.fr-popup .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn svg,.fr-toolbar .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg{display:block;float:none;margin:8px 7px;text-align:center;width:24px}.fr-modal .fr-command.fr-btn svg.fr-svg,.fr-popup .fr-command.fr-btn svg.fr-svg,.fr-toolbar .fr-command.fr-btn svg.fr-svg{height:24px}.fr-modal .fr-command.fr-btn svg path,.fr-popup .fr-command.fr-btn svg path,.fr-toolbar .fr-command.fr-btn svg path{fill:#333;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.fr-modal .fr-command.fr-btn span.fr-sr-only,.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-toolbar .fr-command.fr-btn span.fr-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fr-modal .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span,.fr-toolbar .fr-command.fr-btn span{display:block;float:left;font-size:14px;font-weight:700;height:17px;line-height:17px;min-width:30px;overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap}.fr-modal .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img,.fr-toolbar .fr-command.fr-btn img{margin:8px 7px;width:24px}.fr-modal .fr-command.fr-btn.fr-btn-active-popup,.fr-popup .fr-command.fr-btn.fr-btn-active-popup,.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup{background:#d6d6d6}.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:400}.fr-modal .fr-command.fr-btn.fr-dropdown i,.fr-modal .fr-command.fr-btn.fr-dropdown img,.fr-modal .fr-command.fr-btn.fr-dropdown span,.fr-modal .fr-command.fr-btn.fr-dropdown svg,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown svg,.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg{margin-left:3px;margin-right:11px}.fr-modal .fr-command.fr-btn.fr-dropdown:after,.fr-popup .fr-command.fr-btn.fr-dropdown:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content:"";height:0;position:absolute;right:2px;top:18px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;width:0}.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active{fill:#333;background:#d6d6d6;-webkit-transition:.5s ease;-moz-transition:.5s ease;-ms-transition:.5s ease;-o-transition:.5s ease}.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover{fill:#333;background:#ebebeb}.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover:after{border-top-color:#333}.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after{border-bottom:4px solid #222;border-top:0}.fr-modal .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled,.fr-toolbar .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.3;-moz-opacity:.3;opacity:.3}.fr-modal .fr-command.fr-btn.fr-disabled:after,.fr-popup .fr-command.fr-btn.fr-disabled:after,.fr-toolbar .fr-command.fr-btn.fr-disabled:after{border-top-color:#bdbdbd}.fr-modal .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden,.fr-toolbar .fr-command.fr-btn.fr-hidden{display:none}.fr-modal .fr-tabs .fr-command.fr-btn,.fr-popup .fr-tabs .fr-command.fr-btn,.fr-toolbar .fr-tabs .fr-command.fr-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;height:40px;margin:0;width:46px}.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab{background:#fff}.fr-modal .fr-tabs .fr-command.fr-btn span,.fr-popup .fr-tabs .fr-command.fr-btn span,.fr-toolbar .fr-tabs .fr-command.fr-btn span{height:27px}.fr-modal .fr-tabs .fr-command.fr-btn img,.fr-modal .fr-tabs .fr-command.fr-btn svg,.fr-popup .fr-tabs .fr-command.fr-btn img,.fr-popup .fr-tabs .fr-command.fr-btn svg,.fr-toolbar .fr-tabs .fr-command.fr-btn img,.fr-toolbar .fr-tabs .fr-command.fr-btn svg{height:24px;margin:8px 11px;width:24px}.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path{fill:#0098f7}.fr-modal.fr-disabled .fr-btn,.fr-modal.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active{color:#bdbdbd;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.3;-moz-opacity:.3;opacity:.3}.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.fr-modal.fr-disabled .fr-btn.fr-dropdown:after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.fr-popup.fr-disabled .fr-btn.fr-dropdown:after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.fr-toolbar.fr-disabled .fr-btn.fr-dropdown:after{border-top-color:#bdbdbd}.fr-modal.fr-rtl .fr-btn-grp.fr-float-left,.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left{float:right}.fr-modal.fr-rtl .fr-btn-grp.fr-float-right,.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right{float:left}.fr-modal.fr-rtl .fr-btn-wrap,.fr-modal.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-toolbar.fr-rtl .fr-command.fr-btn{float:right}.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0}.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden){display:inline-flex;float:none}.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded,.fr-desktop .fr-command:focus,.fr-desktop .fr-command:hover{color:#333;outline:0}.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell),.fr-desktop .fr-command:focus:not(.fr-table-cell),.fr-desktop .fr-command:hover:not(.fr-table-cell){background:#ebebeb}.fr-desktop .fr-command.fr-btn-hover:after,.fr-desktop .fr-command.fr-expanded:after,.fr-desktop .fr-command:focus:after,.fr-desktop .fr-command:hover:after{border-top-color:#333}.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.fr-desktop .fr-command:active{background:#d6d6d6;color:#333}.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active:hover{background:#ebebeb}.fr-desktop .fr-command.fr-active:active{background:#d6d6d6}.fr-desktop .fr-command.fr-disabled.fr-selected,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop.fr-disabled .fr-command.fr-selected,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command:hover{background:transparent}.fr-popup.fr-mobile .fr-command.fr-blink,.fr-toolbar.fr-mobile .fr-command.fr-blink{background:#d6d6d6}.fr-popup.fr-mobile .fr-command:focus-visible{outline:none}.fr-command.fr-btn.fr-options{margin-left:-5px;width:16px}.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:focus,.fr-command.fr-btn.fr-options:hover{border-left:1px solid #fafafa;-webkit-transition:border-left 0s,background-color .5s;-moz-transition:border-left 0s,background-color .5s;-ms-transition:border-left 0s,background-color .5s;-o-transition:border-left 0s,background-color .5s}.fr-command.fr-btn+.fr-dropdown-menu{-webkit-overflow-scrolling:touch;zoom:1;background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;bottom:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:inline-block;height:auto;overflow:hidden;position:absolute;right:auto;z-index:4}.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{height:auto;max-height:275px;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{box-sizing:border-box;display:inline-block;float:left;height:0;margin:0 auto auto;margin-top:0!important;padding:0;position:relative;text-align:left;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{position:relative}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;min-width:72px;padding:8px 0}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{font-size:15px;margin:0;padding:0}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;color:inherit;cursor:pointer;display:flex;line-height:200%;padding:0 20px;text-decoration:none;white-space:nowrap}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg{height:24px;margin:3px 4px;width:24px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path{fill:#333}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:focus:not(.fr-table-cell),.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:hover:not(.fr-table-cell){outline:1px solid #0098f7;outline-offset:-1px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut{font-weight:700;margin-left:20px;-webkit-opacity:.75;-moz-opacity:.75;opacity:.75}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:inline-block}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.fr-popup.fr-rtl .fr-dropdown-wrapper,.fr-toolbar.fr-rtl .fr-dropdown-wrapper{text-align:right!important}body.fr-prevent-scroll{overflow:hidden}body.fr-prevent-scroll.fr-mobile{-webkit-overflow-scrolling:touch;position:fixed}.fr-modal{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;color:#222;font-family:Arial,Helvetica,sans-serif;left:0;line-height:1.2;overflow-x:auto;overflow-y:scroll;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:2147483640}.fr-modal.fr-middle .fr-modal-wrapper{left:50%;margin:0 auto;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.fr-modal .fr-modal-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#fff;border:0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);display:inline-block;margin:20px auto;min-width:300px;overflow:hidden;position:relative;width:90%}@media (min-width:768px) and (max-width:991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width:992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;border-bottom:1px solid #efefef;min-height:42px;overflow:hidden;position:absolute;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-ms-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;width:100%;z-index:3}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line{height:56px;padding:0 10px}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{margin:10px;position:absolute;right:0;top:0}.fr-modal .fr-modal-wrapper .fr-modal-head h4{display:inline-block;float:left;font-size:20px;font-weight:400;line-height:18px;margin:0;padding:19px 10px}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:auto;padding-bottom:20px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{background:none;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#0098f7;cursor:pointer;font-size:16px;height:36px;line-height:1;outline:none;padding:10px;text-decoration:none;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover{background:#ebebeb;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{background:#000;bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;position:fixed;right:0;top:0;z-index:2147483639}ol.decimal_type{counter-reset:item}ol.decimal_type>li{display:block;position:relative}ol.decimal_type>li:before{content:counters(item,".") ". ";counter-increment:item;margin-right:100%;position:absolute;right:10px}.fr-popup{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-sizing:border-box;color:#222;display:none;font-family:Arial,Helvetica,sans-serif;line-height:1.2;margin-top:10px;position:absolute;text-align:left;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483635}.fr-popup .fr-icon{box-sizing:content-box;cursor:pointer;font-size:20px;font-weight:400;line-height:1;padding:6px;text-align:center;vertical-align:middle}.fr-popup .fr-icon-container{box-sizing:border-box;max-height:200px;overflow:auto;padding:20px}@supports not (-ms-high-contrast:none){.fr-popup .fr-icon-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(36px,36px))}}@media (min-width:768px){.fr-popup .fr-icon-container{min-width:276px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.fr-popup .fr-icon-container{display:inline-flex}}@media (-ms-high-contrast:none) and (max-width:768px),screen and (-ms-high-contrast:active) and (max-width:768px){.fr-popup .fr-icon-container{width:236px}}.fr-popup .fr-input-focus{background:#f5f5f5}.fr-popup.fr-above{border-top:0;margin-top:-10px}.fr-popup.fr-active{display:block}.fr-popup.fr-empty,.fr-popup.fr-hidden{display:none!important}.fr-popup .fr-hs{display:block!important}.fr-popup .fr-hs.fr-hidden{display:none!important}.fr-popup .fr-input-line{padding:15px 0;position:relative}.fr-popup .fr-input-line input[type=number],.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#fff;border:1px solid #999;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;color:#222;font-size:14px;margin-bottom:1px;padding:4px 12px;position:relative;-webkit-transition:border .5s,padding .5s;-moz-transition:border .5s,padding .5s;-ms-transition:border .5s,padding .5s;-o-transition:border .5s,padding .5s;width:100%;z-index:2}.fr-popup .fr-input-line input[type=number]:hover,.fr-popup .fr-input-line input[type=text]:hover,.fr-popup .fr-input-line textarea:hover{border:1px solid #515151}.fr-popup .fr-input-line input[type=number]:focus,.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus{border:2px solid #0098f7;padding:3px 11px}.fr-popup .fr-input-line input[type=number],.fr-popup .fr-input-line input[type=text]{height:46px}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{background:#fff;color:grey;cursor:text;display:block;font-size:14px;left:12px;padding:0;position:absolute;top:29px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;z-index:3}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray;font-size:11px;left:4px;padding:0 4px;top:9px;width:auto}.fr-popup input,.fr-popup textarea{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;outline:none;user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{line-height:0;white-space:nowrap}.fr-popup .fr-buttons .fr-btn{display:inline-block;float:none;margin-left:4px;margin-right:4px}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-buttons.fr-tabs{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;overflow:hidden}@media (max-width:768px){.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll{overflow:scroll;overflow-y:hidden;width:276px}}.fr-popup .fr-buttons:not(.fr-tabs){padding:5px}.fr-popup .fr-layer{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;box-sizing:border-box;display:none;margin:20px;width:195px}@media (min-width:768px){.fr-popup .fr-layer{width:260px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{height:36px;text-align:right;z-index:7}.fr-popup .fr-action-buttons button.fr-command{background:none;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#0098f7;cursor:pointer;font-size:16px;height:36px;line-height:1;outline:none;padding:10px;text-decoration:none;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:focus,.fr-popup .fr-action-buttons button.fr-command:hover{background:#ebebeb;color:#0098f7}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{border-radius:100%;box-sizing:content-box;display:inline-block;height:18px;line-height:1;padding:10px;position:relative;vertical-align:middle;width:18px}.fr-popup .fr-checkbox svg{display:none;height:10px;margin-left:2px;margin-top:2px;width:10px}.fr-popup .fr-checkbox span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;display:inline-block;height:18px;position:relative;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s;width:18px;z-index:1}.fr-popup .fr-checkbox input{border:0;cursor:pointer;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:18px;left:7px;margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0;position:absolute;top:7px;width:18px;z-index:2}.fr-popup .fr-checkbox input:not(:checked)+span{border:2px solid #999}.fr-popup .fr-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-popup .fr-checkbox input:not(:checked):focus+span,.fr-popup .fr-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-popup .fr-checkbox input:checked+span{background:#0098f7;border:2px solid #0098f7}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:checked:active+span{background-color:#ecf5ff}.fr-popup .fr-checkbox input:checked:focus+span,.fr-popup .fr-checkbox input:checked:hover+span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.8;-moz-opacity:.8;opacity:.8}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-text-edit-layer{box-sizing:border-box;display:block!important;width:250px}.fr-toolbar{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;color:#222;font-family:Arial,Helvetica,sans-serif;line-height:1.2;padding-bottom:0;position:relative;text-align:left;-webkit-transition:padding-bottom .5s;-moz-transition:padding-bottom .5s;-ms-transition:padding-bottom .5s;-o-transition:padding-bottom .5s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-toolbar:after{clear:both;content:"";display:block;height:0}.fr-toolbar .fr-newline{background:#efefef;clear:both;content:"";display:block;height:1px;margin-left:9px;margin-right:9px;-webkit-transition:height .5s;-moz-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s}.fr-toolbar.fr-toolbar-open .fr-newline{height:0}.fr-toolbar .fr-float-right{float:right}.fr-toolbar .fr-float-left{float:left}.fr-toolbar .fr-more-toolbar{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-sizing:border-box;float:left;height:0;overflow:hidden;-webkit-transition:height .5s;-moz-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s;width:100%}.fr-toolbar .fr-more-toolbar.fr-expanded{height:48px}.fr-toolbar .fr-more-toolbar.fr-overflow-visible{overflow:visible}.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn{margin-left:4px;margin-right:4px}.fr-toolbar .fr-btn-grp{display:inline-block;margin:0 17px 0 12px}@media (max-width:768px){.fr-toolbar .fr-btn-grp{margin:0 7px 0 6px}}.fr-toolbar .fr-command.fr-btn.fr-open{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;margin-bottom:-1px;margin-top:10px}.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active){background:#f5f5f5}.fr-toolbar .fr-popup .fr-command:focus-visible{outline:none}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{border:0;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);display:none;margin-top:5px;position:absolute;white-space:nowrap;z-index:2147483630}.fr-toolbar.fr-inline.fr-above{border-top:0;margin-top:-10px}.fr-toolbar.fr-inline .fr-newline{height:0}.fr-toolbar.fr-inline .fr-more-toolbar{position:absolute!important}.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded{position:relative!important}.fr-toolbar.fr-top{border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;top:0}.fr-toolbar.fr-bottom,.fr-toolbar.fr-top{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom{border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;border-top:0;bottom:0;padding-bottom:0}.fr-toolbar.fr-bottom .fr-newline{padding-top:0;-webkit-transition:padding-top .5s;-moz-transition:padding-top .5s;-ms-transition:padding-top .5s;-o-transition:padding-top .5s}.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline{background:#fff;padding-top:48px}.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open{border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;margin-bottom:10px;margin-top:-1px}.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open,.fr-toolbar.fr-sticky-on{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-sticky-on{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.fr-separator{background:#ebebeb;display:block;float:left;vertical-align:top}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:32px;margin:8px 4px;width:1px}.fr-separator.fr-hs{clear:both;height:1px;margin:0 4px;width:calc(100% - 8px)}.fr-separator.fr-hidden{display:none!important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{display:inline-block}.fr-second-toolbar{background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;border-top:0;line-height:1.4}.fr-second-toolbar:after{clear:both;content:"";display:block;height:0}.fr-second-toolbar:empty{margin-top:-1px;min-height:10px;position:relative;z-index:2}#fr-logo{float:left;outline:none}#fr-logo>span{color:#b1b2b7;display:inline-block;float:left;font-family:sans-serif;font-size:12px;font-weight:500;padding:11px 5px 10px 15px;-webkit-transition:color .3s;-moz-transition:color .3s;-ms-transition:color .3s;-o-transition:color .3s}#fr-logo>svg{cursor:pointer;height:20px;margin:7px 0;width:47px}#fr-logo>svg *{-webkit-transition:fill .3s;-moz-transition:fill .3s;-ms-transition:fill .3s;-o-transition:fill .3s}#fr-logo:focus>span,#fr-logo:hover>span{color:#0098f7}#fr-logo:focus>svg .fr-logo,#fr-logo:hover>svg .fr-logo{fill:#0098f7}.fr-visibility-helper{display:none;margin-left:0!important}@media (min-width:768px){.fr-visibility-helper{margin-left:1px!important}}@media (min-width:992px){.fr-visibility-helper{margin-left:2px!important}}@media (min-width:1200px){.fr-visibility-helper{margin-left:3px!important}}.fr-opacity-0{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed;z-index:10}.fr-sticky-on.fr-sticky-ios{left:0;position:-webkit-sticky;right:0;width:auto!important}.modal .fr-sticky-on{position:-webkit-sticky;position:sticky}.fr-sticky-dummy{display:none}.fr-sticky-box>.fr-sticky-dummy,.fr-sticky-on+.fr-sticky-dummy{display:block}span.fr-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-highlight-change>.fr-video>embed,.fr-highlight-change>.fr-video>iframe,.fr-highlight-change>.fr-video>video,.fr-highlight-change>img,.fr-highlight-change>p,.fr-highlight-change>table td,.fr-highlight-change>table th,.fr-highlight-change li,.fr-view .fr-highlight-change,.fr-view .fr-highlight-change>span:not(.fr-tracking-deleted){background-color:#f3eec3;opacity:.5}.fr-view .fr-highlight-table,.fr-view .fr-highlight-table>span{opacity:1}.fr-highlight-change.fr-highlight-change>hr,.fr-highlight-change.fr-highlight-change>table td{border-color:#f3eec3}.fr-tracking-deleted.fr-tracking-deleted>hr,.fr-tracking-deleted.fr-tracking-deleted>table td{border-color:#dc3545}.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-tracking-deleted>.fr-video>iframe,.fr-tracking-deleted>.fr-video>video,.fr-tracking-deleted img{background-color:#dc3545;opacity:.5}.fr-view .fr-tracking-deleted{background-color:#dc3545;opacity:1;pointer-events:none;text-decoration:line-through;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-highlight-change>.fr-video>embed,.fr-highlight-change>.fr-video>iframe,.fr-highlight-change>.fr-video>video,.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-tracking-deleted>.fr-video>iframe,.fr-tracking-deleted>.fr-video>video{padding:10px!important}.fr-highlight-change img,.fr-tracking-deleted img{border:2px solid #f3eec3}.fr-highlight-change [data-pasted=true] :not(table):not(tbody):not(tr):not(td){background-color:#f3eec3;opacity:.5}.fr-highlight-change [data-pasted=true]>table td{border-color:#f3eec3;opacity:.5}.fr-track-visibility-hidden{visibility:hidden}.fr-track-hide{display:none}.fr-track-hide-mobile{height:0;overflow:hidden;position:absolute;width:0}.fr-ios-mobile-disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fr-bottom-extended{box-sizing:border-box;display:flex;flex-wrap:wrap}.fr-box .fr-counter{border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;color:#999;content:attr(data-chars);float:right;font-family:sans-serif;font-size:14px;padding:10px;z-index:1}.fr-box .fr-counter,.fr-box.fr-rtl .fr-counter{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-rtl .fr-counter{border-left:none;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;left:0;right:auto}.fr-box.fr-code-view .fr-counter{display:none}.fr-popup .fr-layer.fr-color-hex-layer{float:left;margin:0;padding:0 20px 20px}.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{float:left;padding:15px 0 0;width:calc(100% - 50px)}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{float:right;height:40px;margin:0;padding:17px 0 0;width:38px}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;font-size:13px;height:40px;width:38px}.fr-popup .fr-separator+.fr-colors-tabs{margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{display:none;line-height:0}.fr-popup .fr-color-set.fr-selected-set{display:block;padding:20px 20px 0}.fr-popup .fr-color-set>span{display:inline-block;height:32px;position:relative;width:32px;z-index:1}.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{bottom:0;cursor:default;font-size:13px;height:24px;left:0;line-height:32px;margin:4px;position:absolute;text-align:center;width:24px}.fr-popup .fr-color-set>span>i path,.fr-popup .fr-color-set>span>svg path{fill:#222}.fr-popup .fr-color-set>span .fr-selected-color{bottom:0;color:#fff;cursor:default;font-family:FontAwesome;font-size:13px;font-weight:400;left:0;line-height:32px;position:absolute;right:0;text-align:center;top:0}.fr-popup .fr-color-set>span:focus,.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:not(.fr-table-cell):focus,.fr-popup .fr-color-set>span:not(.fr-table-cell):hover{outline:1px solid #222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]:after{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0)}.fr-drag-helper{background:#0098f7;display:none;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;position:absolute;z-index:2147483640}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.4;-moz-opacity:.4;opacity:.4}.fr-popup .fr-emoticon{font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;height:24px;width:24px}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}.fr-popup .fr-file-upload-layer{border:2px dashed #bdbdbd;box-sizing:border-box;font-size:14px;letter-spacing:1px;line-height:140%;margin:20px;padding:25px 0;position:relative;text-align:center}.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-file-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;margin:0!important;-webkit-opacity:0;-moz-opacity:0;opacity:0;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:100%!important;z-index:2147483640}.fr-popup .fr-file-upload-layer .fr-form input{bottom:0;cursor:pointer;font-size:400px;height:100%;margin:0;position:absolute;right:0;top:0;width:500%}.fr-popup .fr-file-progress-bar-layer{box-sizing:border-box}.fr-popup .fr-file-progress-bar-layer>h3{font-size:16px;font-weight:400;margin:10px 0}.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;margin-top:20px;overflow:hidden;position:relative;width:100%}.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{background:#0098f7;display:block;height:100%;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s;width:0}.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;position:absolute;top:0;width:30%!important}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-height-auto{height:auto!important}.fr-by-url-padding{padding:11.5px 0}.fr-popup .fr-upload-progress-layer{-ms-scroll-chaining:none;border-radius:0;box-sizing:border-box;margin:auto!important;max-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-left:20px;padding-top:15px;width:100%!important}.fr-popup .fr-files-by-url-layer,.fr-popup .fr-files-embed-layer,.fr-popup .fr-files-upload-layer{width:calc(100% - 40px)!important}.fr-popup .fr-files-upload-layer{border:2px dashed #bdbdbd;font-size:10px;letter-spacing:1px;line-height:140%;margin:20px;position:relative;text-align:center}.fr-popup .fr-files-upload-layer:hover{background:#ebebeb}.fr-popup .fr-files-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-files-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;margin:0!important;-webkit-opacity:0;-moz-opacity:0;opacity:0;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:100%!important;z-index:2147483640}.fr-popup .fr-files-upload-layer .fr-form input{bottom:0;cursor:pointer;font-size:400px;height:100%;margin:0;position:absolute;right:0;top:0;width:500%}.fr-popup .fr-files-progress-bar-layer{width:calc(100% - 40px);width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch}.fr-popup .fr-files-progress-bar-layer>h3{font-size:16px;font-weight:400;margin:10px 0}.fr-popup .fr-files-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-files-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;margin-top:20px;overflow:hidden;position:relative;width:100%}.fr-popup .fr-files-progress-bar-layer>div.fr-loader span{background:#0098f7;display:block;height:100%;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s;width:0}.fr-popup .fr-files-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;position:absolute;top:0;width:30%!important}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-progress-bar-style{width:calc(100% - 40px)}.fr-progress-bar{background-color:#4caf50;height:8px;margin-bottom:8px;margin-left:20px;margin-right:20px;position:relative;width:100%;width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch}.fr-pull-left{float:left}.fr-pull-right{float:right}.fr-icons{display:inline;padding:10px 20px 0}.fr-transform-135{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.fr-icons i{color:#999588;cursor:pointer;font-size:20px;margin:4px;padding:2px}.fr-blue-decorator{background:#4a7fba;color:#fff;display:grid;padding:5px}.fr-upload-progress{padding:1px}.fr-upload-section{position:relative;width:100%;width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch}@media screen and (max-width:399px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-bottom:7px;padding-top:7px}}@media screen and (min-width:400px) and (max-width:469px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-bottom:7px;padding-top:7px}}@media screen and (min-width:470px) and (max-width:680px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-bottom:7px;padding-top:7px}}@media screen and (min-width:681px){.fr-upload-section{margin-left:35px;margin-right:35px}.fr-files-upload-layer{padding-bottom:20px;padding-top:20px}}.fr-half-circle{background-color:#fff;border-bottom:0;border-top-left-radius:110px;border-top-right-radius:110px;height:25px;left:50%;margin-left:-25px;margin-top:-1px;position:relative;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:60px;z-index:1}.fr-decorated{overflow:hidden;text-align:center}.fr-decorated>span{display:inline-block;position:relative}.fr-decorated>span:after,.fr-decorated>span:before{border-bottom:2px solid #fff;content:"";margin:0 20px;position:absolute;top:50%;width:100%}.fr-decorated>span:before{right:100%}.fr-decorated>span:after{left:100%}.fr-align-right{float:right}.fr-checkbox-container{cursor:pointer;display:inline-block;font-size:13px;margin-bottom:12px;padding-left:20px;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fr-files-checkbox-line{align-items:center;display:flex;font-size:10px}.fr-files-checkbox-line label{cursor:pointer;vertical-align:middle}.fr-autoplay-checkbox input,.fr-insert-checkbox input{height:13px!important;width:13px!important}button[data-cmd=insertFiles]{padding-left:2px!important;padding-top:2.7px!important}button[data-cmd=autoplay] svg{position:relative!important;top:3.2px!important}button[data-cmd=insertAll]{padding-left:4px!important}button[data-cmd=insertAll] svg{position:relative!important;top:3.2px!important}.fr-checkbox-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.fr-checkmark{background-color:#eee;height:15px;left:0;position:absolute;top:0;width:15px}.fr-file-list-item{align-items:center;border-bottom:1px solid #ddd;justify-content:space-between;padding-bottom:7px;padding-top:7px;position:relative;top:-20px}.fr-file-item-left,.fr-file-list-item{display:flex;flex-wrap:wrap}.fr-file-item-icon{align-items:center;display:flex;padding-left:7px}.fr-file-item-description{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-left:5px;max-width:400px}.fr-cloud-icon{background-color:#fff;border-radius:50%;display:flex;height:30px;justify-content:center;margin:-18px auto 0;position:relative;width:32px}.fr-files-checkbox{border-radius:100%;box-sizing:content-box;display:inline-block;height:13px;line-height:1;padding-right:5px;position:relative;vertical-align:middle;width:13px}.fr-files-checkbox svg{display:none;height:10px;margin-left:0;margin-top:0;width:10px}.fr-files-checkbox span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;display:inline-block;height:15px;position:relative;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s;width:15px;z-index:1}.fr-files-checkbox input{border:0;cursor:pointer;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:18px;margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0;position:absolute;width:18px;z-index:2}.fr-files-checkbox input:not(:checked)+span{border:2px solid #999}.fr-files-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-files-checkbox input:not(:checked):focus+span,.fr-files-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-files-checkbox input:checked+span{background:#0098f7;border:2px solid #0098f7}.fr-files-checkbox input:checked+span svg{display:block}.fr-files-checkbox input:checked:active+span{background-color:#ecf5ff}.fr-files-checkbox input:checked:focus+span,.fr-files-checkbox input:checked:hover+span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.8;-moz-opacity:.8;opacity:.8}.fr-checkbox-disabled{border-radius:100%;box-sizing:content-box;display:inline-block;height:13px!important;line-height:1;opacity:.4;padding-right:5px;position:relative;vertical-align:middle;width:13px!important}.fr-checkbox-disabled svg{display:none;height:10px;margin-left:2px;margin-top:2px;width:10px}.fr-checkbox-disabled span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;display:inline-block;height:15px;position:relative;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s;width:15px;z-index:1}.fr-checkbox-disabled input{border:0;cursor:default;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:13px!important;left:7px;margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0;position:absolute;top:7px;width:13px!important;z-index:2}.fr-checkbox-disabled input:not(:checked)+span{border:2px solid #999}.fr-checkbox-disabled input:not(:checked):active+span{background-color:#f5f5f5}.fr-checkbox-disabled input:checked+span{background:#0098f7;border:2px solid #0098f7}.fr-checkbox-disabled input:checked+span svg{display:block}.fr-checkbox-disabled input:checked:active+span{background-color:#ecf5ff}.fr-file-view{max-width:60%;position:absolute;right:10%;z-index:2147483642}.fr-file-item-thumbnail-hover{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.fr-file-item-thumbnail-hover:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.fr-file-name{font-size:12px;font-weight:700;padding-top:5px}.fr-margin-16{margin-bottom:16px}.fr-none{display:none}.fr-display-block{display:block}.fr-files-manager-tooltip{position:relative}.padding-top-15{padding-bottom:0!important;padding-top:15px!important}.fr-files-manager-tooltip .tooltiptext{word-wrap:break-word;background-color:#000;border-radius:2px;color:#fff;font-size:10px;font-weight:100;left:50%;max-width:250px;padding:4px;position:absolute;text-align:left;top:80%;visibility:hidden;width:-webkit-max-content;width:max-content;word-break:break-word;z-index:2147483647}.fr-files-manager-tooltip:hover .tooltiptext{visibility:visible}.fr-file-details{display:flex;flex-wrap:wrap;font-size:10px}.fr-file-date{word-wrap:break-word;max-width:110px;word-break:break-word}.fr-file-date,.fr-file-size{color:#444;padding-bottom:2px;padding-top:2px}.dot{background-image:radial-gradient(circle,grey 1px,transparent 2px);background-size:100% 33.33%;height:20px;margin-left:2px;margin-right:2px;width:20px}.fr-file-action-icons{color:#999;height:25px!important;margin-left:5px!important;margin-right:5px;padding:5px!important}@media screen and (max-width:700px){.fr-files-manager-tooltip .tooltiptext{word-wrap:break-word;font-size:8px;left:0;max-width:250px;top:90%;visibility:hidden;word-break:break-word}}@media screen and (max-width:500px){.fr-files-manager-tooltip .tooltiptext{word-wrap:break-word;left:0;max-width:100px;top:90%;visibility:hidden;word-break:break-word}.fr-file-item-description{width:130px}.fr-file-item-right{width:100%}.progress-circle{font-size:6px}}@media screen and (max-width:320px){.fr-files-manager-tooltip .tooltiptext{word-wrap:break-word;font-size:8px;left:-50%;max-width:100px;top:90%;visibility:hidden;word-break:break-word}.dot{margin-left:0;margin-right:3px;width:20px}.fr-file-item-description{width:80px}.fr-file-details{display:flex;flex-wrap:wrap;font-size:9px}.fr-file-name{font-size:10px}.fr-file-action-icons{padding:0!important}}@media screen and (min-width:501px){.progress-circle{font-size:9px}}.fr-file-view-modal{background-color:#000;background-color:rgba(0,0,0,.7);display:block;height:100%;left:0;overflow:auto;position:fixed;position:-ms-page;top:0;width:100%;z-index:2147483641}.fr-file-view-modal-content{display:inline-block;text-align:center}.fr-file-view-image{bottom:0;left:0;margin:auto;max-height:70%;max-width:80%;position:absolute;right:0;top:0}.fr-file-view-close{color:#f1f1f1;font-size:40px;font-weight:700;position:absolute;right:35px;top:15px;transition:.3s}.fr-file-view-close:focus,.fr-file-view-close:hover{color:#bbb;cursor:pointer;text-decoration:none}.fr-file-error{color:red;font-size:12px;font-weight:200;padding-bottom:5px}.fr-file-error-h5{margin:0}.fr-file-item-right{align-items:center;display:flex;justify-content:flex-end;margin-right:20px}.fr-file-item-action-buttons{align-items:center;display:flex;justify-content:space-around}.fr-file-item-autoplay-checkbox{align-items:center;margin:0 5px 0 0;padding:0}.fr-autoplay-checkbox-label{cursor:default!important;margin:0}.fr-checkbox-container:hover input~.fr-checkmark{background-color:#ccc}.fr-checkbox-container input:checked~.fr-checkmark{background-color:#2196f3}.fr-checkmark:after{content:"";display:none;position:absolute}.fr-checkbox-container input:checked~.fr-checkmark:after{display:block}.fr-container .fr-checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:7px;left:5px;top:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:3px}.fr-file-item-details .file-name{display:inline;font-weight:700}.fr-file-item-details .file-description{display:inline;font-size:11px;font-weight:300}.fr-width-10{display:inline-block;width:10%}.fr-width-20{display:inline-block;width:20%}.fr-width-30{display:inline-block;width:30%}.fr-width-40{display:inline-block;width:40%}.fr-width-50{display:inline-block;width:50%}.fr-width-60{display:inline-block;width:60%}.fr-width-100{display:inline-block;width:100%}.fr-width-80{display:inline-block;width:80%}.fr-width-90{display:inline-block;width:90%}.fr-width-85{display:inline-block;width:85%}.fr-width-5{display:inline-block;width:5%}.fr-width-7{display:inline-block;width:7%}.fr-img-icon{color:#aaa;font-size:16px;padding:0 4px}.fr-position-content{position:relative;top:10px}.file-error{color:red}#myprogressBar{background-color:#4caf50;height:5px;position:relative;top:-30px;width:10%}.fr-files-manager{z-index:2147483641!important}.progress-circle{background-color:#f2e9e1;border-radius:50%;height:5.1em;line-height:5em;margin:0 0 0 10px;padding:0;position:relative;width:5em}.progress-circle:after{background-color:#fff;border:none;border-radius:50%;content:" ";height:4.3em;left:.35em;top:.35em;width:4.3em}.progress-circle:after,.progress-circle span{display:block;position:absolute;text-align:center}.progress-circle span{color:#53777a;line-height:5em;width:5em;z-index:2}.progress-circle.over50 .left-half-clipper{clip:rect(auto,auto,auto,auto)}.progress-circle.over50 .first50-bar{clip:rect(0,5em,5em,2.5em);background-color:#53777a;border-radius:50%;height:5em;position:absolute;width:5em}.progress-circle.p0 .value-bar,.progress-circle:not(.over50) .first50-bar{display:none}.progress-circle.p1 .value-bar{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.progress-circle.p2 .value-bar{-webkit-transform:rotate(7deg);transform:rotate(7deg)}.progress-circle.p3 .value-bar{-webkit-transform:rotate(11deg);transform:rotate(11deg)}.progress-circle.p4 .value-bar{-webkit-transform:rotate(14deg);transform:rotate(14deg)}.progress-circle.p5 .value-bar{-webkit-transform:rotate(18deg);transform:rotate(18deg)}.progress-circle.p6 .value-bar{-webkit-transform:rotate(22deg);transform:rotate(22deg)}.progress-circle.p7 .value-bar{-webkit-transform:rotate(25deg);transform:rotate(25deg)}.progress-circle.p8 .value-bar{-webkit-transform:rotate(29deg);transform:rotate(29deg)}.progress-circle.p9 .value-bar{-webkit-transform:rotate(32deg);transform:rotate(32deg)}.progress-circle.p10 .value-bar{-webkit-transform:rotate(36deg);transform:rotate(36deg)}.progress-circle.p11 .value-bar{-webkit-transform:rotate(40deg);transform:rotate(40deg)}.progress-circle.p12 .value-bar{-webkit-transform:rotate(43deg);transform:rotate(43deg)}.progress-circle.p13 .value-bar{-webkit-transform:rotate(47deg);transform:rotate(47deg)}.progress-circle.p14 .value-bar{-webkit-transform:rotate(50deg);transform:rotate(50deg)}.progress-circle.p15 .value-bar{-webkit-transform:rotate(54deg);transform:rotate(54deg)}.progress-circle.p16 .value-bar{-webkit-transform:rotate(58deg);transform:rotate(58deg)}.progress-circle.p17 .value-bar{-webkit-transform:rotate(61deg);transform:rotate(61deg)}.progress-circle.p18 .value-bar{-webkit-transform:rotate(65deg);transform:rotate(65deg)}.progress-circle.p19 .value-bar{-webkit-transform:rotate(68deg);transform:rotate(68deg)}.progress-circle.p20 .value-bar{-webkit-transform:rotate(72deg);transform:rotate(72deg)}.progress-circle.p21 .value-bar{-webkit-transform:rotate(76deg);transform:rotate(76deg)}.progress-circle.p22 .value-bar{-webkit-transform:rotate(79deg);transform:rotate(79deg)}.progress-circle.p23 .value-bar{-webkit-transform:rotate(83deg);transform:rotate(83deg)}.progress-circle.p24 .value-bar{-webkit-transform:rotate(86deg);transform:rotate(86deg)}.progress-circle.p25 .value-bar{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.progress-circle.p26 .value-bar{-webkit-transform:rotate(94deg);transform:rotate(94deg)}.progress-circle.p27 .value-bar{-webkit-transform:rotate(97deg);transform:rotate(97deg)}.progress-circle.p28 .value-bar{-webkit-transform:rotate(101deg);transform:rotate(101deg)}.progress-circle.p29 .value-bar{-webkit-transform:rotate(104deg);transform:rotate(104deg)}.progress-circle.p30 .value-bar{-webkit-transform:rotate(108deg);transform:rotate(108deg)}.progress-circle.p31 .value-bar{-webkit-transform:rotate(112deg);transform:rotate(112deg)}.progress-circle.p32 .value-bar{-webkit-transform:rotate(115deg);transform:rotate(115deg)}.progress-circle.p33 .value-bar{-webkit-transform:rotate(119deg);transform:rotate(119deg)}.progress-circle.p34 .value-bar{-webkit-transform:rotate(122deg);transform:rotate(122deg)}.progress-circle.p35 .value-bar{-webkit-transform:rotate(126deg);transform:rotate(126deg)}.progress-circle.p36 .value-bar{-webkit-transform:rotate(130deg);transform:rotate(130deg)}.progress-circle.p37 .value-bar{-webkit-transform:rotate(133deg);transform:rotate(133deg)}.progress-circle.p38 .value-bar{-webkit-transform:rotate(137deg);transform:rotate(137deg)}.progress-circle.p39 .value-bar{-webkit-transform:rotate(140deg);transform:rotate(140deg)}.progress-circle.p40 .value-bar{-webkit-transform:rotate(144deg);transform:rotate(144deg)}.progress-circle.p41 .value-bar{-webkit-transform:rotate(148deg);transform:rotate(148deg)}.progress-circle.p42 .value-bar{-webkit-transform:rotate(151deg);transform:rotate(151deg)}.progress-circle.p43 .value-bar{-webkit-transform:rotate(155deg);transform:rotate(155deg)}.progress-circle.p44 .value-bar{-webkit-transform:rotate(158deg);transform:rotate(158deg)}.progress-circle.p45 .value-bar{-webkit-transform:rotate(162deg);transform:rotate(162deg)}.progress-circle.p46 .value-bar{-webkit-transform:rotate(166deg);transform:rotate(166deg)}.progress-circle.p47 .value-bar{-webkit-transform:rotate(169deg);transform:rotate(169deg)}.progress-circle.p48 .value-bar{-webkit-transform:rotate(173deg);transform:rotate(173deg)}.progress-circle.p49 .value-bar{-webkit-transform:rotate(176deg);transform:rotate(176deg)}.progress-circle.p50 .value-bar{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.progress-circle.p51 .value-bar{-webkit-transform:rotate(184deg);transform:rotate(184deg)}.progress-circle.p52 .value-bar{-webkit-transform:rotate(187deg);transform:rotate(187deg)}.progress-circle.p53 .value-bar{-webkit-transform:rotate(191deg);transform:rotate(191deg)}.progress-circle.p54 .value-bar{-webkit-transform:rotate(194deg);transform:rotate(194deg)}.progress-circle.p55 .value-bar{-webkit-transform:rotate(198deg);transform:rotate(198deg)}.progress-circle.p56 .value-bar{-webkit-transform:rotate(202deg);transform:rotate(202deg)}.progress-circle.p57 .value-bar{-webkit-transform:rotate(205deg);transform:rotate(205deg)}.progress-circle.p58 .value-bar{-webkit-transform:rotate(209deg);transform:rotate(209deg)}.progress-circle.p59 .value-bar{-webkit-transform:rotate(212deg);transform:rotate(212deg)}.progress-circle.p60 .value-bar{-webkit-transform:rotate(216deg);transform:rotate(216deg)}.progress-circle.p61 .value-bar{-webkit-transform:rotate(220deg);transform:rotate(220deg)}.progress-circle.p62 .value-bar{-webkit-transform:rotate(223deg);transform:rotate(223deg)}.progress-circle.p63 .value-bar{-webkit-transform:rotate(227deg);transform:rotate(227deg)}.progress-circle.p64 .value-bar{-webkit-transform:rotate(230deg);transform:rotate(230deg)}.progress-circle.p65 .value-bar{-webkit-transform:rotate(234deg);transform:rotate(234deg)}.progress-circle.p66 .value-bar{-webkit-transform:rotate(238deg);transform:rotate(238deg)}.progress-circle.p67 .value-bar{-webkit-transform:rotate(241deg);transform:rotate(241deg)}.progress-circle.p68 .value-bar{-webkit-transform:rotate(245deg);transform:rotate(245deg)}.progress-circle.p69 .value-bar{-webkit-transform:rotate(248deg);transform:rotate(248deg)}.progress-circle.p70 .value-bar{-webkit-transform:rotate(252deg);transform:rotate(252deg)}.progress-circle.p71 .value-bar{-webkit-transform:rotate(256deg);transform:rotate(256deg)}.progress-circle.p72 .value-bar{-webkit-transform:rotate(259deg);transform:rotate(259deg)}.progress-circle.p73 .value-bar{-webkit-transform:rotate(263deg);transform:rotate(263deg)}.progress-circle.p74 .value-bar{-webkit-transform:rotate(266deg);transform:rotate(266deg)}.progress-circle.p75 .value-bar{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.progress-circle.p76 .value-bar{-webkit-transform:rotate(274deg);transform:rotate(274deg)}.progress-circle.p77 .value-bar{-webkit-transform:rotate(277deg);transform:rotate(277deg)}.progress-circle.p78 .value-bar{-webkit-transform:rotate(281deg);transform:rotate(281deg)}.progress-circle.p79 .value-bar{-webkit-transform:rotate(284deg);transform:rotate(284deg)}.progress-circle.p80 .value-bar{-webkit-transform:rotate(288deg);transform:rotate(288deg)}.progress-circle.p81 .value-bar{-webkit-transform:rotate(292deg);transform:rotate(292deg)}.progress-circle.p82 .value-bar{-webkit-transform:rotate(295deg);transform:rotate(295deg)}.progress-circle.p83 .value-bar{-webkit-transform:rotate(299deg);transform:rotate(299deg)}.progress-circle.p84 .value-bar{-webkit-transform:rotate(302deg);transform:rotate(302deg)}.progress-circle.p85 .value-bar{-webkit-transform:rotate(306deg);transform:rotate(306deg)}.progress-circle.p86 .value-bar{-webkit-transform:rotate(310deg);transform:rotate(310deg)}.progress-circle.p87 .value-bar{-webkit-transform:rotate(313deg);transform:rotate(313deg)}.progress-circle.p88 .value-bar{-webkit-transform:rotate(317deg);transform:rotate(317deg)}.progress-circle.p89 .value-bar{-webkit-transform:rotate(320deg);transform:rotate(320deg)}.progress-circle.p90 .value-bar{-webkit-transform:rotate(324deg);transform:rotate(324deg)}.progress-circle.p91 .value-bar{-webkit-transform:rotate(328deg);transform:rotate(328deg)}.progress-circle.p92 .value-bar{-webkit-transform:rotate(331deg);transform:rotate(331deg)}.progress-circle.p93 .value-bar{-webkit-transform:rotate(335deg);transform:rotate(335deg)}.progress-circle.p94 .value-bar{-webkit-transform:rotate(338deg);transform:rotate(338deg)}.progress-circle.p95 .value-bar{-webkit-transform:rotate(342deg);transform:rotate(342deg)}.progress-circle.p96 .value-bar{-webkit-transform:rotate(346deg);transform:rotate(346deg)}.progress-circle.p97 .value-bar{-webkit-transform:rotate(349deg);transform:rotate(349deg)}.progress-circle.p98 .value-bar{-webkit-transform:rotate(353deg);transform:rotate(353deg)}.progress-circle.p99 .value-bar{-webkit-transform:rotate(356deg);transform:rotate(356deg)}.progress-circle.p100 .value-bar{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.left-half-clipper{clip:rect(0,5em,5em,2.5em)}.left-half-clipper,.value-bar{border-radius:50%;height:5em;position:absolute;width:5em}.value-bar{clip:rect(0,2.5em,5em,0);border:.45em solid #53777a;box-sizing:border-box}.align-autoplay{align-items:flex-end;margin-right:7px}.fr-hovered-over-file{background-color:#f0f0f0}.fr-thumbnail-padding{padding-right:4px}.fr-command.fr-btn[data-cmd=openFilePickerReplaceImageOnly] svg path,.fr-command.fr-btn[data-cmd=openFilePickerReplaceVideoOnly] svg path,.fr-popup .fr-command.fr-btn[data-cmd=filestackIcon] svg path,.fr-popup .fr-command.fr-btn[data-cmd=openFilePickerFile] svg path,.fr-popup .fr-command.fr-btn[data-cmd=openFilePickerImage] svg path,.fr-popup .fr-command.fr-btn[data-cmd=openFilePickerVideo] svg path,.fr-popup .fr-tabs .fr-command.fr-btn[data-cmd=openFilePicker] svg path,.fr-popup .fr-tabs .fr-command.fr-btn[data-cmd=openFilePickerImage] svg path,.fr-popup .fr-tabs .fr-command.fr-btn[data-cmd=openFilePickerVideo] svg path,.fr-toolbar .fr-command.fr-btn[data-cmd=openFilePicker] svg path,.fr-toolbar .fr-command.fr-btn[data-cmd=openFilePickerImage] svg path,.fr-toolbar .fr-command.fr-btn[data-cmd=openFilePickerImageOnly] svg path:last-child,.fr-toolbar .fr-command.fr-btn[data-cmd=openFilePickerVideo] svg path,.fr-toolbar .fr-command.fr-btn[data-cmd=openFilePickerVideoOnly] svg path:last-child{fill:#ef4a25}.fr-command.fr-filestack-active.fr-btn.fr-filestack-active svg path{fill:#0098f7}.fsp-picker-appear-active{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9}body.fr-fullscreen .fs-transforms-container{position:absolute;z-index:2247483660}.fsp-notifications__container{position:fixed!important}.fr-find-replace-layer .fr-header{padding:15px}.fr-find-replace-layer .fr-body{padding:0 15px 15px}.fr-find-replace-layer .fr-drag-handle{cursor:move}.fr-find-replace-layer h3{font-size:16px;font-weight:700;margin:0;text-align:left}.fr-find-replace-layer .fr-body .fr-input-line input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9;cursor:not-allowed}.fr-find-replace-layer .fr-body .fr-input-line input#fr-findText::-webkit-input-placeholder,.fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::-webkit-input-placeholder{color:#a9a9a9}.fr-find-replace-layer .fr-body .fr-input-line input#fr-findText:-ms-input-placeholder,.fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText:-ms-input-placeholder{color:#a9a9a9}.fr-find-replace-layer .fr-body .fr-input-line input#fr-findText::placeholder,.fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::placeholder{color:#a9a9a9}.fr-find-replace-layer .fr-body .fr-input-line.fr-find-field{padding-bottom:5px;width:227px}.fr-find-replace-layer .fr-body .fr-input-line.fr-replace-field{padding-bottom:0;top:-8px}.fr-find-replace-layer .fr-body .fr-label-disabled{background-color:#f5f5f5}.fr-find-replace-layer .fr-body .fr-close-btn{background:none;border:none;color:#333;cursor:pointer;font-size:25px;position:absolute;right:10px;top:2px}.fr-find-replace-layer .fr-body .fr-close-btn:hover{color:#ccc}.fr-find-replace-layer .fr-body .fr-toggle-advanced-options{align-items:center;background-color:#f5f5f5;background:none;border-radius:4px;color:#333;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:10px 0;transition:background-color .3s ease;width:auto}.fr-find-replace-layer .fr-body input{border:1px solid #ccc;border-radius:4px;font-size:14px;margin-left:0;padding:8px}.fr-find-replace-layer .fr-body .fr-input-container{width:100%}.fr-find-replace-layer .fr-body .fr-arrow-buttons{display:flex;flex-direction:row;gap:5px;margin-left:10px;margin-top:10px}.fr-find-replace-layer .fr-body .fr-arrow-buttons button{background:none;border:none;cursor:pointer;font-size:12px;margin-bottom:12px;padding:2px 4px}.fr-find-replace-layer .fr-body .fr-arrow-buttons .fr-disabled{color:#a9a9a9;cursor:not-allowed;pointer-events:none}.fr-find-replace-layer .fr-body .fr-button-group{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.fr-find-replace-layer .fr-body .fr-button-group button.fr-find-btn{background-color:#fff;border:1px solid #0098f7;color:#0098f7;margin-top:10px}.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn{background-color:#fff;color:#0098f7;font-size:14px;margin-top:10px}.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn.fr-disabled{color:#a9a9a9;cursor:not-allowed;pointer-events:none}.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn{background-color:#fff;color:#0098f7;font-size:14px;margin-top:10px}.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn.fr-disabled{color:#a9a9a9;cursor:not-allowed;pointer-events:none}.fr-find-replace-layer .fr-body button{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 12px}.fr-find-replace-layer .fr-body .fr-input-container{align-items:center;display:flex;position:relative}.fr-find-replace-layer .fr-body #fr-replaceText{width:77%}.fr-find-replace-layer .fr-body #fr-findText{border:1px solid #ccc;border-radius:4px;font-size:14px;padding-right:40px;position:relative}.fr-find-replace-layer .fr-body #fr-findText:focus{border:2px solid #0098f7}.fr-find-replace-layer .fr-body .fr-find-error{color:#f70000;display:none;font-size:12px;max-width:300px;overflow-wrap:break-word}.fr-find-replace-layer .fr-body #fr-findText.error{border-color:#f70000}.fr-find-replace-layer .fr-body .fr-count-indicator{color:#ccc;font-size:12px;pointer-events:none;position:absolute;right:80px;top:57%;-webkit-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden;z-index:10}.fr-find-replace-layer .fr-body .fr-toggle-advanced-options .arrow{font-size:15px;font-size:14px;font-weight:100;margin-right:4px;margin-top:2px;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.fr-find-replace-layer .fr-body .fr-advanced-options-panel{border-radius:4px}.fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group{display:flex;flex-direction:column;gap:8px}.fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-row{align-items:center;display:flex;font-size:14px;gap:6px}.fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-row input[type=checkbox]:focus-visible{outline:2px solid #0098f7;outline-offset:2px}.fr-find-replace-layer .fr-body .fr-toggle-btn{background-color:#ccc;border-radius:10px;cursor:pointer;display:inline-block;height:20px;margin-right:10px;position:relative;vertical-align:middle;width:40px}.fr-find-replace-layer .fr-body .fr-arrow{font-size:12px;margin-right:5px;margin-top:1px;position:absolute;right:15px}.fr-find-replace-layer .fr-body .fr-disabled svg.fr-arrow-button{fill:#a9a9a9}.fr-find-replace-layer .fr-body .fr-arrow-button{height:12px;width:12px}.fr-find-replace-layer .fr-body .fr-btn-active-popup{background:#d6d6d6}.fr-find-replace-highlight{background-color:#ff0}.fr-find-replace-current-highlight{background-color:orange}body.fr-fullscreen{height:100%;overflow:hidden;position:fixed;width:100%}.fr-box.fr-fullscreen{bottom:0;left:0;margin:0!important;position:fixed;right:0;top:0;width:auto!important;z-index:2147483630!important}.fr-box.fr-fullscreen .fr-wrapper{background-color:#fff}.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper,.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper,.fr-box.fr-fullscreen .fr-toolbar{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.fr-box.fr-fullscreen .fr-toolbar.fr-top{top:0!important}.fr-box.fr-fullscreen .fr-toolbar.fr-bottom{bottom:0!important}.fr-box.fr-fullscreen .fr-second-toolbar{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin-top:0}.fr-fullscreen-wrapper{margin:0!important;overflow:visible!important;padding:0!important;width:100%!important;z-index:2147483640!important}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal{padding:20px 20px 10px;text-align:left}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table{border-collapse:collapse;font-size:14px;line-height:1.5;width:100%}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table{margin-top:20px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th{text-align:left}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td,.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th{padding:6px 0 4px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:1px solid #ebebeb}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{color:#646464;width:60%}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2){letter-spacing:.5px}.fr-line-breaker{border-top:1px solid #0098f7;cursor:text;display:none;position:fixed;z-index:2}.fr-line-breaker.fr-visible{display:block}.fr-line-breaker a.fr-floating-btn{left:calc(50% - 20px);position:absolute;top:-20px}.fr-line-breaker a.fr-floating-btn svg{height:24px;margin:8px;width:24px}.fr-wrapper-markdown{display:flex}.fr-markdown-view{box-sizing:inherit;width:calc(52% - 1px)}.fr-markdown-editor{background-color:#eee;box-sizing:inherit;width:calc(48% - 1px)}.fr-markdown-editor>p{margin:0}.fr-markdown-view>p{margin-top:0}.gutter-horizontal{background-color:#dadada;cursor:col-resize;display:flex;width:2px;z-index:9}.e-resize-handler{align-items:center;align-self:center;color:#c5c5c5;display:flex;font-size:10px;justify-content:center;position:relative;width:1px;z-index:9}.fr-markdown-view>dl{margin-bottom:1rem;margin-top:0}.fr-markdown-view>dt{font-weight:700}.fr-markdown-view>dd{margin-bottom:.5rem;margin-left:0}.fr-markdown-view>pre{word-wrap:break-word;margin-bottom:1.5em;margin-top:1.5em;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap}.fr-markdown-view>code,.fr-markdown-view>pre{background-color:#f8f8f8;border:1px solid #dfdfdf;padding:.125rem .3125rem .0625rem}.fr-markdown-view>code{color:#333;font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400}.fr-markdown-view>pre code{background-color:transparent;border:0;padding:0}.fr-markdown-view>sup{top:-.5em}.footnote-a{background-color:transparent;color:#007bff;text-decoration:none}.fr-markdown-view>hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.blockquote{border-left:5px solid #eee;font-size:1.25rem;margin:0 0 1rem}.fr-markdown-view>table{background-color:transparent;border-collapse:collapse;border-spacing:0;margin-bottom:20px;max-width:100%;width:100%}.fr-markdown-view>table>tbody>tr>td,.fr-markdown-view>table>tbody>tr>th,.fr-markdown-view>table>thead>tr>td,.fr-markdown-view>table>thead>tr>th{border:1px solid #ddd;line-height:1.42857143;padding:8px;vertical-align:top}.fr-markdown-view>table>thead>tr>td,.fr-markdown-view>table>thead>tr>th{border-bottom-width:2px}.fr-markdown-view>table>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.fr-markdown-view>a{color:#337ab7;text-decoration:none}.fr-markdown-view>h1{font-size:2em!important}.fr-markdown-view>h2{font-size:1.5em!important}.fr-quick-insert{box-sizing:content-box;padding-right:10px;position:absolute;white-space:nowrap;z-index:2147483639}.fr-quick-insert a.fr-floating-btn svg{height:24px;margin:8px;width:24px}.fr-quick-insert.fr-on a.fr-floating-btn svg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}.fr-quick-insert.fr-hidden{display:none}.fr-qi-helper{padding-left:20px;position:absolute;white-space:nowrap;z-index:3}.fr-qi-helper a.fr-btn.fr-floating-btn{background:#fff;color:#222;display:inline-block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:6px 10px 10px;text-align:center;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.fr-qi-helper a.fr-btn.fr-floating-btn svg{fill:#222}.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:1;-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category{padding:10px 15px}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span{font-size:16px;font-weight:400}.fr-popup .fr-special-character{height:24px;width:24px}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.fr-popup .fr-icon-container.fr-sc-container{width:368px}}#fr-form-container{background-color:#f5f5f5;background-color:#fefefe;border-radius:5px;margin:auto;overflow:auto;position:relative;top:10%;width:60%;z-index:9002}.fr-trim-video-name{font-family:Arial,Helvetica,sans-serif;padding-top:15px}.fr-file-loader{align-items:center;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#53777a;display:inline-block!important;display:block!important;height:20px;width:20px}.fr-trim-button{background:none;background-color:#eff5fa;border:none;border-radius:5px;color:#0098f7;cursor:pointer;font-size:16px;height:36px;line-height:1;margin-top:5px;outline:none;padding:10px;text-decoration:none}.fr-trim-button:hover{background:#ebebeb}.fr-slidecontainer{width:100%}.fr-slider{-webkit-appearance:none;background:#d3d3d3;height:15px;width:100%}.fr-video-trim-buttons{margin-top:10px;padding-bottom:5px;padding-right:15px;text-align:right}.fr-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;border-radius:50%;cursor:pointer;height:15px;width:15px}.fr-slider::-moz-range-thumb{background:#3498db;border-radius:50%;cursor:pointer;height:15px;width:15px}.fr-range-value-start{position:absolute}.fr-range-value-start>span{background:#03a9f4;border-radius:6px;color:#fff;display:block;font-size:12px;height:24px;left:50%;line-height:24px;position:absolute;text-align:center;-webkit-transform:translate(-85%);transform:translate(-85%);width:60px}.fr-range-value-start>span:before{border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:86%;margin-left:-5px;margin-top:-1px;position:absolute;width:0}.fr-range-value-end{position:absolute}.fr-range-value-end>span{background:#03a9f4;border-radius:6px;color:#fff;display:block;font-size:12px;height:24px;left:14%;line-height:24px;position:absolute;text-align:center;-webkit-transform:translate(-8%);transform:translate(-8%);width:60px}.fr-range-value-end>span:before{border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:14%;margin-left:-5px;margin-top:-1px;position:absolute;width:0}#startTimeValue{top:-153%!important}#startTimeValue span:before{border-top:10px solid #03a9f4;top:100%}#endTimeValue{top:-153%!important}#endTimeValue span:before{border-top:10px solid #03a9f4;top:100%}.fr-range-slider{height:15px;position:relative;width:80%}.fr-range-slider>input{border-radius:10px;height:6px;left:0;outline:none;pointer-events:none;position:absolute;top:10px;width:100%}.fr-range-slider>input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3498db;border-radius:7px;cursor:pointer;height:15px;margin-top:-3.6px;pointer-events:all;position:relative;width:15px;z-index:1}.fr-range-slider>input::-moz-range-thumb{-moz-appearance:none;border-radius:7px;height:15px;margin-top:-3.6px;pointer-events:all;position:relative;width:9px;z-index:10}.fr-range-slider>input::-moz-range-track{background-color:#000;border:0;border-radius:50%;height:15px;margin-top:-3.6px;position:relative;z-index:-1}.fr-range-slider>input:last-of-type::-moz-range-track{-moz-appearance:none;background:none transparent;border:0}.fr-range-slider>input[type=range]::-moz-focus-outer{border:0}@media screen and (max-width:430px){.range-value span{font-size:10px;width:40px}#fr-form-container{top:20%}}#fr-video-edit{height:50%;margin-bottom:20px;padding-bottom:8px;padding-top:8px;text-align:center;width:80%}.fr-view .fr-img-caption.fr-rounded img,.fr-view img.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.fr-view .fr-img-caption.fr-shadow img,.fr-view img.fr-shadow{box-shadow:10px 10px 5px 0 #ccc}.fr-view .fr-img-caption.fr-bordered img,.fr-view img.fr-bordered{border:5px solid #ccc}.fr-view img.fr-bordered{box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{box-sizing:border-box}.fr-view li img.fr-dii.fr-fil{margin-right:20px}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table[border="0"] td:not([class]),.fr-view table[border="0"] td[class=""],.fr-view table[border="0"] th:not([class]),.fr-view table[border="0"] th[class=""]{border-width:0}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;margin:0;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table tfoot td,.fr-view table th{background:#ececec}.fr-view .fr-mso-hidden{display:none}.fr-view hr{-webkit-column-break-after:always;break-after:always;clear:both;page-break-after:always;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-view .fr-file{position:relative}.fr-view .fr-file:after{content:"\1F4CE";font-weight:400;position:relative}.fr-view pre{word-wrap:break-word;overflow:visible;white-space:pre-wrap}.fr-view[dir=rtl] blockquote{border-left:none;border-right:2px solid #5e35b1;margin-right:0;padding-left:0;padding-right:5px}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:2px solid #5e35b1;color:#5e35b1;margin-left:0;padding-left:5px}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{display:inline;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-weight:400;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;display:inline-block;font-size:inherit;height:1em;line-height:1;margin:-.1em .1em .1em;min-height:20px;min-width:20px;vertical-align:middle;width:1em}.fr-view .fr-text-gray{color:#aaa!important}.fr-view .fr-text-bordered{border-bottom:1px solid #222;border-top:1px solid #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;font-family:Courier New,Courier,monospace;padding:10px}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{max-width:100%;position:relative}.fr-view img.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px;vertical-align:bottom}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.fr-view span.fr-img-caption{max-width:100%;position:relative}.fr-view span.fr-img-caption.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px;vertical-align:bottom}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.fr-view .fr-video{position:relative;text-align:center}.fr-view .fr-video.fr-rv{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:30px}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv embed,.fr-view .fr-video.fr-rv object{height:100%;left:0;position:absolute!important;top:0;width:100%}.fr-view .fr-video>*{border:none;box-sizing:content-box;max-width:100%}.fr-view .fr-video.fr-dvb{clear:both;display:block}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{margin:auto;padding:0;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{box-sizing:border-box;display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";font-size:14px;font-weight:400;margin:auto;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;padding:5px 5px 10px;text-align:center;width:100%}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}.fr-view p img.fr-dii.fr-fil,.fr-view span.fr-img-caption.fr-dii.fr-fil{margin-right:15px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{max-width:100%;position:relative}img.fr-view.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px;vertical-align:bottom}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}span.fr-img-caption.fr-view{max-width:100%;position:relative}span.fr-img-caption.fr-view.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px;vertical-align:bottom}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */textarea.fr-code{background:#fff;border:none;box-sizing:border-box;color:#000;display:none;font-family:Courier New,monospace;font-size:14px;margin:0;outline:none;padding:10px;resize:none;-moz-resize:none;-webkit-resize:none;width:100%}.fr-box.fr-rtl textarea.fr-code{direction:rtl}.fr-box .CodeMirror{display:none}.fr-box.fr-code-view textarea.fr-code{display:block}.fr-box.fr-code-view .fr-element,.fr-box.fr-code-view .fr-iframe,.fr-box.fr-code-view .fr-placeholder{display:none}.fr-box.fr-code-view .CodeMirror,.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch{display:block}.fr-box.fr-inline .fr-command.fr-btn.html-switch{background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-sizing:border-box;color:#333;cursor:pointer;display:none;line-height:1;-moz-outline:0;outline:0;padding:8px 7px;position:absolute;right:0;text-align:left;text-decoration:none;top:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2}.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:24px;text-align:center;width:24px}.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */.fr-modal .fr-modal-head .fr-modal-head-line:after{clear:both;content:"";display:block;height:0}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more{margin-top:10px}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available{opacity:0;padding:12px 0;width:0}.fr-modal .fr-modal-head .fr-modal-tags{display:none;padding:0 20px;text-align:left}.fr-modal .fr-modal-head .fr-modal-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;opacity:0;padding:6px 12px;text-decoration:none;-webkit-transition:opacity .2s ease 0s,background .2s ease 0s;-moz-transition:opacity .2s ease 0s,background .2s ease 0s;-ms-transition:opacity .2s ease 0s,background .2s ease 0s;-o-transition:opacity .2s ease 0s,background .2s ease 0s}.fr-modal .fr-modal-head .fr-modal-tags a:focus{background-color:#ebebeb;outline:none}.fr-modal .fr-modal-head .fr-modal-tags a:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:active{background-color:#d6d6d6}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag{background-color:#ecf5ff;color:#0098f7}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus{background-color:#ebebeb;outline:none}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active{background-color:#d6d6d6}.fr-show-tags .fr-modal-more svg path{fill:#0098f7}div.fr-modal-body{-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}div.fr-modal-body .fr-preloader{display:block;margin:50px auto}div.fr-modal-body div.fr-image-list{margin:0 20px;padding:0;text-align:center}div.fr-modal-body div.fr-image-list .fr-list-column{float:left;width:calc(50% - 10px)}@media (min-width:768px) and (max-width:1199px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc(33.33333% - 13.33333px)}}@media (min-width:1200px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc(25% - 15px)}}div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column{margin-left:20px}div.fr-modal-body div.fr-image-list div.fr-image-container{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;overflow:hidden;position:relative;width:100%}div.fr-modal-body div.fr-image-list div.fr-image-container+div,div.fr-modal-body div.fr-image-list div.fr-image-container:first-child{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:after{background:#000;bottom:0;content:"";-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;position:absolute;right:0;top:0;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;z-index:2}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:before{bottom:0;color:#fff;content:attr(data-deleting);font-size:15px;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;z-index:3}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{background:#ccc;height:95px;z-index:1}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty:after{bottom:0;content:attr(data-loading);display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0}div.fr-modal-body div.fr-image-list div.fr-image-container img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:1;-moz-opacity:1;opacity:1;position:relative;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);-webkit-transition:opacity .2s ease 0s,filter .2s ease 0s;-moz-transition:opacity .2s ease 0s,filter .2s ease 0s;-ms-transition:opacity .2s ease 0s,filter .2s ease 0s;-o-transition:opacity .2s ease 0s,filter .2s ease 0s;vertical-align:middle;width:100%;z-index:2}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.75;-moz-opacity:.75;opacity:.75}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img{display:inline-block}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-sizing:border-box;cursor:pointer;display:none;line-height:40px;margin:0;position:absolute;text-decoration:none;top:50%;-webkit-transition:background .2s ease 0s,color .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s;z-index:3}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{fill:#fff;background:#b8312f;left:50%;padding:8px;-webkit-transform:translateY(-50%) translateX(25%);-moz-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);-o-transform:translateY(-50%) translateX(25%)}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{fill:#0098f7;background:#fff;left:50%;padding:8px;-webkit-transform:translateY(-50%) translateX(-125%);-moz-transform:translateY(-50%) translateX(-125%);-ms-transform:translateY(-50%) translateX(-125%);-o-transform:translateY(-50%) translateX(-125%)}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.75;-moz-opacity:.75;opacity:.75}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img{display:inline-block;height:40px;width:40px}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#fff}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#ebebeb}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */.fr-element img{cursor:pointer;padding:0 1px}.fr-image-resizer{border:1px solid #0098f7;box-sizing:content-box;display:none;position:absolute;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{background:#0098f7;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;display:block;position:absolute;z-index:4}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{height:12px;width:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{bottom:-6px;left:-6px}.fr-image-resizer .fr-handler.fr-hse{bottom:-6px;right:-6px}@media (min-width:1200px){.fr-image-resizer .fr-handler{height:10px;width:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{bottom:-5px;left:-5px}.fr-image-resizer .fr-handler.fr-hse{bottom:-5px;right:-5px}}.fr-image-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:2147483640}.fr-popup .fr-image-upload-layer{border:2px dashed #bdbdbd;font-size:14px;letter-spacing:1px;line-height:140%;margin:20px;padding:25px 0;position:relative;text-align:center}.fr-popup .fr-image-upload-layer:has(.fr-not-empty),.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-image-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;margin:0!important;-webkit-opacity:0;-moz-opacity:0;opacity:0;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:100%!important;z-index:2147483640}.fr-popup .fr-image-upload-layer .fr-form input{bottom:0;cursor:pointer;font-size:400px;height:100%;margin:0;position:absolute;right:0;top:0;width:100%}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;font-weight:400;margin:10px 0}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;margin-top:20px;overflow:hidden;position:relative;width:100%}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{background:#0098f7;display:block;height:100%;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s;width:0}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;position:absolute;top:0;width:30%!important}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{display:inline-block;width:calc(50% - 5px)}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.4;-moz-opacity:.4;opacity:.4}@-webkit-keyframes loading{0%{left:-25%}to{left:100%}}@keyframes loading{0%{left:-25%}to{left:100%}}img.fr-draggable{-webkit-user-select:none;-ms-user-select:none;user-select:none}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{background-color:rgba(0,100,255,.15);border:1px double #0098f7;position:relative}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{display:none;position:absolute;z-index:3}.fr-table-resizer.fr-table-col-resizer{cursor:col-resize}.fr-table-resizer.fr-table-col-resizer div{border-right:1px solid #0098f7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.fr-table-resizer.fr-table-row-resizer{cursor:row-resize}.fr-table-resizer.fr-table-row-resizer div{border-bottom:1px solid #0098f7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.fr-table-resizer.fr-moving{z-index:2}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-selector{border:2px solid transparent;border-radius:4px 4px 0 0;padding:3px;position:absolute;z-index:3}.fr-table-selector,.fr-table-selector a{display:block;height:16px;width:16px}.fr-table-selector a>svg{height:16px;width:16px}.fr-table-selector-active{background-color:#f6d146;border:2px solid #f6d146;opacity:1;visibility:visible}.fr-table-selector-active a>svg{color:#f6d146}.fr-table-selector-active-selected{background-color:#0098f7;border:2px solid #0098f7}.fr-table-selector-active-selected a>svg{color:#0098f7}.fr-table-selector-inactive{opacity:0;visibility:hidden}.fr-view .fr-table-selection-hover{outline:2px solid #f6d146}.fr-view .fr-table-selected{caret-color:transparent;outline:2px solid #0098f7}.fr-popup .fr-table-size{margin:20px}.fr-popup .fr-table-size .fr-table-size-info{font-size:14px;text-align:center}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{background:transparent;display:inline-block;padding:0 4px 4px 0}.fr-popup .fr-table-size .fr-select-table-size>span>span{border:1px solid #ddd;display:inline-block;height:18px;width:18px}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(0,152,247,.3);border:1px solid #0098f7}.fr-popup .fr-table-size .fr-select-table-size .new-line:after{clear:both;content:"";display:block;height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block!important}.fr-popup .fr-table-colors{display:block;padding:20px 20px 0}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{height:12px;width:12px}.fr-insert-helper{position:absolute;white-space:nowrap;z-index:9999}.fr-view .fr-table-selected ::selection{background:transparent}.fr-view .fr-table-selected ::-moz-selection{background:transparent}.fr-cell-properties-form,.fr-table-properties-form{background-color:#fff;border-radius:10px;max-width:100%;padding:15px;width:360px}.fr-cell-properties-form .fr-cell-properties-section,.fr-cell-properties-form .fr-table-properties-section,.fr-table-properties-form .fr-cell-properties-section,.fr-table-properties-form .fr-table-properties-section{margin-bottom:12px}.fr-cell-properties-form .fr-cell-properties-section label,.fr-cell-properties-form .fr-table-properties-section label,.fr-table-properties-form .fr-cell-properties-section label,.fr-table-properties-form .fr-table-properties-section label{display:block;font-size:14px;font-weight:700;margin-bottom:6px}.fr-cell-properties-form .fr-cell-bg-container,.fr-cell-properties-form .fr-table-bg-container,.fr-table-properties-form .fr-cell-bg-container,.fr-table-properties-form .fr-table-bg-container{align-items:center;display:flex;position:relative;width:100%}.fr-cell-properties-form .fr-cell-bg-container .fr-input,.fr-cell-properties-form .fr-table-bg-container .fr-input,.fr-table-properties-form .fr-cell-bg-container .fr-input,.fr-table-properties-form .fr-table-bg-container .fr-input{border:1px solid #ccc;border-radius:2px 0 0 2px;box-sizing:border-box;flex:1 1;font-size:14px;height:36px;padding:4px 12px}.fr-cell-properties-form .fr-cell-bg-container .fr-input:focus,.fr-cell-properties-form .fr-table-bg-container .fr-input:focus,.fr-table-properties-form .fr-cell-bg-container .fr-input:focus,.fr-table-properties-form .fr-table-bg-container .fr-input:focus{border-color:#0098f7;outline:none}.fr-cell-properties-form .fr-cell-bg-container .fr-input.fr-disabled,.fr-cell-properties-form .fr-table-bg-container .fr-input.fr-disabled,.fr-table-properties-form .fr-cell-bg-container .fr-input.fr-disabled,.fr-table-properties-form .fr-table-bg-container .fr-input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9;cursor:not-allowed}.fr-cell-properties-form .fr-cell-bg-container .fr-input::-webkit-input-placeholder,.fr-cell-properties-form .fr-table-bg-container .fr-input::-webkit-input-placeholder,.fr-table-properties-form .fr-cell-bg-container .fr-input::-webkit-input-placeholder,.fr-table-properties-form .fr-table-bg-container .fr-input::-webkit-input-placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-bg-container .fr-input:-ms-input-placeholder,.fr-cell-properties-form .fr-table-bg-container .fr-input:-ms-input-placeholder,.fr-table-properties-form .fr-cell-bg-container .fr-input:-ms-input-placeholder,.fr-table-properties-form .fr-table-bg-container .fr-input:-ms-input-placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-bg-container .fr-input::placeholder,.fr-cell-properties-form .fr-table-bg-container .fr-input::placeholder,.fr-table-properties-form .fr-cell-bg-container .fr-input::placeholder,.fr-table-properties-form .fr-table-bg-container .fr-input::placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color{align-items:center;background:transparent;border:1px solid #ccc;border-left:none;border-radius:0 2px 2px 0;cursor:pointer;display:flex;height:36px;justify-content:center;margin:-1px 0 0 -1px;padding:0;position:relative;width:36px}.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover{background-color:#ebebeb}.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview{border:1px solid #999;border-radius:2px;height:20px;overflow:hidden;position:relative;width:20px}.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator{background:red;height:1px;left:-4px;position:absolute;top:9px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:28px}.fr-cell-properties-form .fr-cell-dimensions-container,.fr-table-properties-form .fr-cell-dimensions-container{display:flex;gap:10px;margin-bottom:12px}.fr-cell-properties-form .fr-cell-dimensions-container label,.fr-table-properties-form .fr-cell-dimensions-container label{font-size:14px;font-weight:700}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section{flex:1 1}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs{align-items:center;display:flex;gap:6px}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input{border:1px solid #ccc;border-radius:2px;font-size:14px;padding:8px;width:90px}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus{border-color:#0098f7;outline:none}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9;cursor:not-allowed}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::-webkit-input-placeholder,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::-webkit-input-placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:-ms-input-placeholder,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:-ms-input-placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs .fr-dimension-separator,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs .fr-dimension-separator{font-size:16px;line-height:1}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section{flex:1 1}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label{font-size:14px;font-weight:700}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input{border:1px solid #ccc;border-radius:2px;font-size:14px;padding:8px;width:90px}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus{border-color:#0098f7;outline:none}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9;cursor:not-allowed}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::-webkit-input-placeholder,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::-webkit-input-placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:-ms-input-placeholder,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:-ms-input-placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder,.fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder{color:#aaa}.fr-cell-properties-form .fr-cell-properties-buttons,.fr-cell-properties-form .fr-table-properties-buttons,.fr-table-properties-form .fr-cell-properties-buttons,.fr-table-properties-form .fr-table-properties-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button,.fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button,.fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button,.fr-cell-properties-form .fr-table-properties-buttons .fr-save-button,.fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button,.fr-table-properties-form .fr-cell-properties-buttons .fr-save-button,.fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button,.fr-table-properties-form .fr-table-properties-buttons .fr-save-button{box-sizing:border-box;cursor:pointer;font-size:14px;font-weight:500;height:36px;line-height:20px;padding:8px 12px}.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled,.fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled,.fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled,.fr-cell-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled,.fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled,.fr-table-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled,.fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled,.fr-table-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled{color:#a9a9a9;cursor:not-allowed;pointer-events:none}.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button,.fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button,.fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button,.fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button{background:none;border:none;border-radius:2px;color:#0098f7}.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button:hover,.fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button:hover,.fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button:hover,.fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button:hover{text-decoration:underline}.fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button,.fr-cell-properties-form .fr-table-properties-buttons .fr-save-button,.fr-table-properties-form .fr-cell-properties-buttons .fr-save-button,.fr-table-properties-form .fr-table-properties-buttons .fr-save-button{background-color:#fff;border:1px solid #0098f7;border-radius:2px;color:#0098f7}.fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button:hover,.fr-cell-properties-form .fr-table-properties-buttons .fr-save-button:hover,.fr-table-properties-form .fr-cell-properties-buttons .fr-save-button:hover,.fr-table-properties-form .fr-table-properties-buttons .fr-save-button:hover{background-color:#ebebeb}.fr-cell-properties-form .fr-error,.fr-table-properties-form .fr-error{color:red;display:none;font-size:12px;padding-bottom:5px}.fr-cell-properties-form input.fr-error,.fr-table-properties-form input.fr-error{border-color:red;display:block}.fr-table-properties-section label:not(:first-child){margin-top:15px}.fr-table-properties-section .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{line-height:170%}.fr-table-bg-container .fr-input-line,.fr-table-border-container .fr-input-line,.fr-table-dimentions-container .fr-input-line,.fr-table-style-container .fr-input-line{padding:0;width:100%}.fr-table-bg-container .fr-input-line input[type=text],.fr-table-border-container .fr-input-line input[type=text],.fr-table-dimentions-container .fr-input-line input[type=text],.fr-table-style-container .fr-input-line input[type=text]{border-color:#ccc;height:36px}.fr-table-bg-container .fr-input-line input+label,.fr-table-border-container .fr-input-line input+label,.fr-table-dimentions-container .fr-input-line input+label,.fr-table-style-container .fr-input-line input+label{font-weight:100;top:-5px}.fr-table-bg-container .fr-input-line input.fr-not-empty+label,.fr-table-border-container .fr-input-line input.fr-not-empty+label,.fr-table-dimentions-container .fr-input-line input.fr-not-empty+label,.fr-table-style-container .fr-input-line input.fr-not-empty+label{font-weight:100;top:-20px}.fr-table-bg-container .fr-input-line #fr-table-border-style,.fr-table-border-container .fr-input-line #fr-table-border-style,.fr-table-dimentions-container .fr-input-line #fr-table-border-style,.fr-table-style-container .fr-input-line #fr-table-border-style{border-color:#ccc;border-radius:2px;height:36px;width:90%}.fr-table-bg-container .fr-input-line .fr-field-lable,.fr-table-border-container .fr-input-line .fr-field-lable,.fr-table-dimentions-container .fr-input-line .fr-field-lable,.fr-table-style-container .fr-input-line .fr-field-lable{background:#fff;color:dimgray;font-size:11px;font-weight:100;margin:-6px 5px;padding:0 3px;position:absolute;z-index:3}.fr-table-bg-container .fr-input-line .fr-buttons,.fr-table-border-container .fr-input-line .fr-buttons,.fr-table-dimentions-container .fr-input-line .fr-buttons,.fr-table-style-container .fr-input-line .fr-buttons{padding:0}.fr-table-bg-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after,.fr-table-border-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after,.fr-table-dimentions-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after,.fr-table-style-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after{right:10px}.fr-table-bg-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active,.fr-table-border-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active,.fr-table-dimentions-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active,.fr-table-style-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active{background:transparent}.fr-table-bg-container .fr-input-line .fr-dropdown,.fr-table-border-container .fr-input-line .fr-dropdown,.fr-table-dimentions-container .fr-input-line .fr-dropdown,.fr-table-style-container .fr-input-line .fr-dropdown{background:transparent;border:1px solid #ccc;border-radius:2px;height:36px;margin:0 10px 0 0}.fr-table-border-container .fr-dropdown-wrapper{width:120px}.fr-table-alignment-section{margin-left:10px}.fr-table-border-container,.fr-table-dimentions-container,.fr-table-dimentions-section{display:flex;margin-top:10px}.fr-table-border-container .fr-dimension-separator,.fr-table-dimentions-container .fr-dimension-separator,.fr-table-dimentions-section .fr-dimension-separator{margin:10px 5px}.fr-table-border-container .fr-btn-table-border-bg-color,.fr-table-dimentions-container .fr-btn-table-border-bg-color,.fr-table-dimentions-section .fr-btn-table-border-bg-color{background:transparent;border:1px solid #ccc;border-left:0;border-radius:2px;height:36px;margin-left:-1px;margin-right:10px}.fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview,.fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview,.fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview{border:1px solid #999;border-radius:2px;height:20px;overflow:hidden;position:relative;width:20px}.fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator,.fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator,.fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator{background:red;height:1px;left:-4px;position:absolute;top:9px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:28px}.fr-table-style>button{width:100%}.fr-table-style .fr-dropdown-wrapper{width:200px}.fr-table-alignment-container{border:1px solid #ccc;border-radius:2px;height:33px;margin-top:10px;min-width:130px}.fr-table-alignment-container button{background:transparent;border:none;cursor:pointer;height:30px;margin:2px;padding:2px 2px 2px 5px;width:36px}.fr-table-drop-indicator{display:block;height:0;left:0;margin-top:-1px;pointer-events:none;position:absolute;width:100%;z-index:1000}.fr-table-drop-indicator .fr-table-drop-indicator-line{border:1px solid #0098f7}.fr-table-drop-indicator .fr-table-drop-indicator-line:after,.fr-table-drop-indicator .fr-table-drop-indicator-line:before{border-style:solid;border-width:4px;content:"";height:2px;position:absolute;top:-4px;width:8px}.fr-table-drop-indicator .fr-table-drop-indicator-line:before{border-color:transparent transparent transparent #0098f7;left:0}.fr-table-drop-indicator .fr-table-drop-indicator-line:after{border-color:transparent #0098f7 transparent transparent;right:0}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */.fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element .fr-video:after{background:transparent;bottom:0;content:"";cursor:pointer;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.fr-element .fr-video.fr-active>*{position:relative;z-index:2}.fr-element .fr-video>*{border:none;box-sizing:content-box;max-width:100%}.fr-box .fr-video-resizer{border:1px solid #0098f7;display:none;position:absolute;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-video-resizer.fr-active{display:block}.fr-box .fr-video-resizer .fr-handler{background:#0098f7;border:1px solid #fff;box-sizing:border-box;display:block;position:absolute;z-index:4}.fr-box .fr-video-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-box .fr-video-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-box .fr-video-resizer .fr-handler{height:12px;width:12px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{bottom:-6px;left:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hse{bottom:-6px;right:-6px}@media (min-width:1200px){.fr-box .fr-video-resizer .fr-handler{height:10px;width:10px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{bottom:-5px;left:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hse{bottom:-5px;right:-5px}}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line{display:inline-block;width:calc(50% - 5px)}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-popup .fr-video-upload-layer{border:2px dashed #bdbdbd;font-size:14px;letter-spacing:1px;line-height:140%;margin:20px;padding:25px 0;position:relative;text-align:center}.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-video-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;margin:0!important;-webkit-opacity:0;-moz-opacity:0;opacity:0;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:100%!important;z-index:2147483640}.fr-popup .fr-video-upload-layer .fr-form input{bottom:0;cursor:pointer;font-size:400px;height:100%;margin:0;position:absolute;right:0;top:0;width:500%}.fr-popup .fr-video-progress-bar-layer>h3{font-size:16px;font-weight:400;margin:10px 0}.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;margin-top:20px;overflow:hidden;position:relative;width:100%}.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{background:#0098f7;display:block;height:100%;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s;width:0}.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;position:absolute;top:0;width:30%!important}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-video-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:2147483640}.fr-autoplay-margin{margin-top:0!important}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */.dark-theme .fr-license{background-color:#fff;border-radius:10px;color:#fff;font-size:14px;padding:20px;z-index:1000}.dark-theme.fr-box.fr-basic{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.dark-theme.fr-box.fr-basic .fr-element{box-sizing:border-box;color:#414141;font-family:sans-serif;font-size:14px;line-height:1.6;min-height:60px;overflow-x:auto;padding:20px;text-align:left}.dark-theme .fr-element{-webkit-user-select:auto}.dark-theme .fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.dark-theme .fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme.fr-box a.fr-floating-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#353535;border:none;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;color:#0098f7;height:40px;left:0;line-height:40px;top:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;width:40px}.dark-theme.fr-box a.fr-floating-btn svg{fill:#0098f7;-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}.dark-theme.fr-box a.fr-floating-btn i,.dark-theme.fr-box a.fr-floating-btn svg{font-size:14px;line-height:40px}.dark-theme.fr-box a.fr-floating-btn:hover{background:#424242}.dark-theme.fr-box a.fr-floating-btn:hover svg{fill:#0098f7}.dark-theme.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.dark-theme iframe.fr-iframe{box-sizing:border-box}.dark-theme .fr-wrapper:after{clear:both;content:"";display:block;height:0}.dark-theme .fr-wrapper .fr-placeholder{color:#aaa;font-family:sans-serif;font-size:14px;left:0;right:0;top:0}.dark-theme .fr-wrapper ::selection{background:rgba(181,214,253,.8);color:#000}.dark-theme.fr-box.fr-basic .fr-wrapper{background:#fff;border:1px solid;border-color:#ccc #ccc #efefef;left:0;top:0}.dark-theme.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0}.dark-theme.fr-box.fr-basic.fr-bottom .fr-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0}@media (min-width:992px){.dark-theme .fr-box.fr-document .fr-wrapper{background:#efefef;padding:30px}.dark-theme .fr-box.fr-document .fr-wrapper .fr-element{background:#fff;margin:auto;z-index:auto}.dark-theme .fr-box.fr-document .fr-wrapper .fr-element hr{background:#efefef}}.dark-theme .fr-sticky-on{z-index:10}.dark-theme .fr-sticky-on.fr-sticky-ios{left:0;right:0}.dark-theme span.fr-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.dark-theme .fr-track-hide-mobile{height:0;width:0}.dark-theme .fr-opacity-0{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.dark-theme.fr-box .fr-counter{border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;color:#999;font-family:sans-serif;font-size:14px;padding:10px}.dark-theme.fr-box .fr-counter,.dark-theme.fr-box.fr-rtl .fr-counter{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.dark-theme.fr-box.fr-rtl .fr-counter{border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;left:0;right:auto}.dark-theme textarea.fr-code{background:#fff;box-sizing:border-box;color:#000;margin:0;resize:none;-moz-resize:none;-webkit-resize:none}.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch{background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-sizing:border-box;color:#fff;-moz-outline:0;outline:0;padding:8px 7px;right:0;top:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:24px;width:24px}.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#424242}.dark-theme.fr-popup .fr-layer.fr-color-hex-layer{margin:0;padding:0 20px 20px}.dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{padding:15px 0 0}.dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{height:40px;margin:0;padding:17px 0 0;width:38px}.dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;font-size:13px;height:40px;width:38px}.dark-theme.fr-popup .fr-color-set{line-height:0}.dark-theme.fr-popup .fr-color-set.fr-selected-set{padding:20px 20px 0}.dark-theme.fr-popup .fr-color-set>span{height:32px;width:32px}.dark-theme.fr-popup .fr-color-set>span>i,.dark-theme.fr-popup .fr-color-set>span>svg{bottom:0;font-size:13px;height:24px;left:0;line-height:32px;margin:4px;width:24px}.dark-theme.fr-popup .fr-color-set>span>i path,.dark-theme.fr-popup .fr-color-set>span>svg path{fill:#fff}.dark-theme.fr-popup .fr-color-set>span .fr-selected-color{bottom:0;color:#fff;font-size:13px;font-weight:400;left:0;line-height:32px;right:0;top:0}.dark-theme.fr-popup .fr-color-set>span:not(.fr-table-cell):focus{outline:1px solid #fff}.dark-theme.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]:after{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0)}.dark-theme .fr-drag-helper{background:#0098f7;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;z-index:2147483640}.dark-theme .fr-drag-helper,.dark-theme .fr-dragging{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.dark-theme .fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4}.dark-theme.fr-popup .fr-emoticon,.dark-theme.fr-popup .fr-emoticon img{height:24px;width:24px}.dark-theme.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.dark-theme.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}.dark-theme.fr-popup .fr-file-upload-layer{border:2px dashed gray;box-sizing:border-box;margin:20px;padding:25px 0}.dark-theme.fr-popup .fr-file-upload-layer:hover{background:#424242}.dark-theme.fr-popup .fr-file-upload-layer.fr-drop{background:#424242;border-color:#0098f7}.dark-theme.fr-popup .fr-file-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.dark-theme.fr-popup .fr-file-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.dark-theme.fr-popup .fr-file-progress-bar-layer{box-sizing:border-box}.dark-theme.fr-popup .fr-file-progress-bar-layer>h3{margin:10px 0}.dark-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0fd}.dark-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{background:#0098f7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.dark-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.dark-theme .fr-by-url-padding{padding:11.5px 0}.dark-theme.fr-popup .fr-upload-progress-layer{border-radius:0;overflow-y:auto}.dark-theme.fr-popup .fr-files-upload-layer{border:2px dashed gray;margin:20px}.dark-theme.fr-popup .fr-files-upload-layer:hover{background:#424242}.dark-theme.fr-popup .fr-files-upload-layer.fr-drop{background:#424242;border-color:#0098f7}.dark-theme.fr-popup .fr-files-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.dark-theme.fr-popup .fr-files-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.dark-theme.fr-popup .fr-files-progress-bar-layer>h3{margin:10px 0}.dark-theme.fr-popup .fr-files-progress-bar-layer>div.fr-loader{background:#b3e0fd}.dark-theme.fr-popup .fr-files-progress-bar-layer>div.fr-loader span{background:#0098f7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.dark-theme.fr-popup .fr-files-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.dark-theme .fr-progress-bar{background-color:#4caf50}.dark-theme .fr-icons{padding:10px 20px 0}.dark-theme .fr-half-circle{border-bottom:0}.dark-theme .fr-checkbox-container input{height:0;opacity:0;width:0}.dark-theme .fr-checkmark{left:0;top:0}.dark-theme .fr-cloud-icon{margin:0 auto}.dark-theme .fr-files-checkbox{box-sizing:content-box}.dark-theme .fr-files-checkbox svg{height:10px;width:10px}.dark-theme .fr-files-checkbox span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.dark-theme .fr-files-checkbox input{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:18px;margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0;width:18px}.dark-theme .fr-files-checkbox input:not(:checked)+span{border:2px solid #999}.dark-theme .fr-files-checkbox input:not(:checked):active+span{background-color:#353535}.dark-theme .fr-files-checkbox input:not(:checked):focus+span,.dark-theme .fr-files-checkbox input:not(:checked):hover+span{border-color:#515151}.dark-theme .fr-files-checkbox input:checked+span{background:#0098f7;border:2px solid #0098f7}.dark-theme .fr-files-checkbox input:checked:active+span{background-color:#ecf5ff}.dark-theme .fr-files-checkbox input:checked:focus+span,.dark-theme .fr-files-checkbox input:checked:hover+span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.8;-moz-opacity:.8;opacity:.8}.dark-theme .fr-checkbox-disabled{box-sizing:content-box}.dark-theme .fr-checkbox-disabled span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.dark-theme .fr-checkbox-disabled input{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0}.dark-theme .fr-checkbox-disabled input:not(:checked)+span{border:2px solid #999}.dark-theme .fr-checkbox-disabled input:not(:checked):active+span{background-color:#353535}.dark-theme .fr-checkbox-disabled input:checked+span{background:#0098f7;border:2px solid #0098f7}.dark-theme .fr-checkbox-disabled input:checked:active+span{background-color:#ecf5ff}.dark-theme .fr-files-manager-tooltip .tooltiptext{font-weight:100}.dark-theme .fr-file-view-modal{left:0;overflow:auto;top:0}.dark-theme .fr-file-view-image{bottom:0;left:0;margin:auto;right:0;top:0}.dark-theme .fr-file-error{font-weight:200}.dark-theme .fr-autoplay-checkbox-label{margin:0}.dark-theme .fr-container .fr-checkmark:after{border-width:0 3px 3px 0}.dark-theme .fr-file-item-details .file-description{font-weight:300}.dark-theme #myprogressBar{background-color:#4caf50}.dark-theme .progress-circle{padding:0}.dark-theme .fr-hovered-over-file{background-color:#f0f0f0}.dark-theme body.fr-fullscreen .fs-transforms-container{z-index:2247483660}.dark-theme .fr-find-replace-layer h3{margin:0}.dark-theme .fr-find-replace-layer .fr-body .fr-input-line input.fr-disabled{background-color:#353535;border:1px solid #d1d1d1;color:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::-webkit-input-placeholder{color:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText:-ms-input-placeholder{color:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::placeholder{color:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body .fr-label-disabled{background-color:#353535}.dark-theme .fr-find-replace-layer .fr-body .fr-close-btn{color:#333}.dark-theme .fr-find-replace-layer .fr-body .fr-close-btn:hover{color:#aaa}.dark-theme .fr-find-replace-layer .fr-body .fr-toggle-advanced-options{background-color:#353535;color:#333;width:auto}.dark-theme .fr-find-replace-layer .fr-body input{border:1px solid #aaa}.dark-theme .fr-find-replace-layer .fr-body .fr-arrow-buttons .fr-disabled{color:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-find-btn{background-color:#fff;border:1px solid #0098f7;color:#0098f7}.dark-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn{background-color:#fff;color:#0098f7}.dark-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn.fr-disabled{color:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn{background-color:#fff;color:#0098f7}.dark-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn.fr-disabled{color:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body #fr-findText{border:1px solid #aaa}.dark-theme .fr-find-replace-layer .fr-body #fr-findText:focus{border:2px solid #0098f7}.dark-theme .fr-find-replace-layer .fr-body .fr-find-error{color:#f70000}.dark-theme .fr-find-replace-layer .fr-body #fr-findText.error{border-color:#f70000}.dark-theme .fr-find-replace-layer .fr-body .fr-count-indicator{color:#aaa;z-index:10}.dark-theme .fr-find-replace-layer .fr-body .fr-toggle-advanced-options .arrow{font-weight:100}.dark-theme .fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-row input[type=checkbox]:focus-visible{outline:2px solid #0098f7}.dark-theme .fr-find-replace-layer .fr-body .fr-toggle-btn{background-color:#aaa}.dark-theme .fr-find-replace-layer .fr-body .fr-disabled svg.fr-arrow-button{fill:#a9a9a9}.dark-theme .fr-find-replace-layer .fr-body .fr-btn-active-popup{background:#4f4f4f}.dark-theme .fr-find-replace-highlight{background-color:#ff0}.dark-theme .fr-find-replace-current-highlight{background-color:orange}.dark-theme.fr-box.fr-fullscreen{bottom:0;left:0;right:0;top:0}.dark-theme.fr-box.fr-fullscreen .fr-wrapper{background-color:#fff}.dark-theme.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper,.dark-theme.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper,.dark-theme.fr-box.fr-fullscreen .fr-second-toolbar,.dark-theme.fr-box.fr-fullscreen .fr-toolbar{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.dark-theme.fr-box.fr-fullscreen .fr-second-toolbar{margin-top:0}.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:1px solid #595959}.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{color:#fff}.dark-theme .fr-element img{padding:0 1px}.dark-theme .fr-image-resizer{border:1px solid #0098f7;box-sizing:content-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme .fr-image-resizer .fr-handler{background:#0098f7;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;height:12px;width:12px}.dark-theme .fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.dark-theme .fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.dark-theme .fr-image-resizer .fr-handler.fr-hsw{bottom:-6px;left:-6px}.dark-theme .fr-image-resizer .fr-handler.fr-hse{bottom:-6px;right:-6px}@media (min-width:1200px){.dark-theme .fr-image-resizer .fr-handler{height:10px;width:10px}.dark-theme .fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.dark-theme .fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.dark-theme .fr-image-resizer .fr-handler.fr-hsw{bottom:-5px;left:-5px}.dark-theme .fr-image-resizer .fr-handler.fr-hse{bottom:-5px;right:-5px}}.dark-theme.fr-image-overlay{bottom:0;left:0;right:0;top:0;z-index:2147483640}.dark-theme.fr-popup .fr-image-upload-layer{border:2px dashed gray;margin:20px;padding:25px 0}.dark-theme.fr-popup .fr-image-upload-layer:has(.fr-not-empty),.dark-theme.fr-popup .fr-image-upload-layer:hover{background:#424242}.dark-theme.fr-popup .fr-image-upload-layer.fr-drop{background:#424242;border-color:#0098f7}.dark-theme.fr-popup .fr-image-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.dark-theme.fr-popup .fr-image-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.dark-theme.fr-popup .fr-image-progress-bar-layer>h3{margin:10px 0}.dark-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#b3e0fd}.dark-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{background:#0098f7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.dark-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.dark-theme .fr-uploading{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.4;-moz-opacity:.4;opacity:.4}.dark-theme.fr-modal .fr-modal-head .fr-modal-head-line:after{clear:both;content:"";display:block;height:0}.dark-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more{margin-top:10px}.dark-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available{opacity:0;padding:12px 0;width:0}.dark-theme.fr-modal .fr-modal-head .fr-modal-tags{padding:0 20px}.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#353535;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;margin:8px 0 8px 8px;opacity:0;padding:6px 12px;-webkit-transition:opacity .2s ease 0s,background .2s ease 0s;-moz-transition:opacity .2s ease 0s,background .2s ease 0s;-ms-transition:opacity .2s ease 0s,background .2s ease 0s;-o-transition:opacity .2s ease 0s,background .2s ease 0s}.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:focus,.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:hover{background-color:#424242}.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:active{background-color:#4f4f4f}.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag{background-color:#4f4f4f;color:#0098f7}.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus,.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover{background-color:#424242}.dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active{background-color:#4f4f4f}.dark-theme.fr-show-tags .fr-modal-more svg path{fill:#0098f7}.dark-themediv.fr-modal-body{-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.dark-themediv.fr-modal-body .fr-preloader{margin:50px auto}.dark-themediv.fr-modal-body div.fr-image-list{margin:0 20px;padding:0}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:after{background:#000;bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;right:0;top:0;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:before{bottom:0;color:#fff;left:0;margin:auto;right:0;top:0}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{background:#aaa}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty:after{bottom:0;left:0;margin:auto;right:0;top:0}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:1;-moz-opacity:1;opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);-webkit-transition:opacity .2s ease 0s,filter .2s ease 0s;-moz-transition:opacity .2s ease 0s,filter .2s ease 0s;-ms-transition:opacity .2s ease 0s,filter .2s ease 0s;-o-transition:opacity .2s ease 0s,filter .2s ease 0s}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.75;-moz-opacity:.75;opacity:.75}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-sizing:border-box;line-height:40px;margin:0;-webkit-transition:background .2s ease 0s,color .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{fill:#fff;background:#b8312f;padding:8px;-webkit-transform:translateY(-50%) translateX(25%);-moz-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);-o-transform:translateY(-50%) translateX(25%)}.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{fill:#0098f7;background:#353535;padding:8px;-webkit-transform:translateY(-50%) translateX(-125%);-moz-transform:translateY(-50%) translateX(-125%);-ms-transform:translateY(-50%) translateX(-125%);-o-transform:translateY(-50%) translateX(-125%)}.dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.75;-moz-opacity:.75;opacity:.75}.dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,.dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img{height:40px;width:40px}.dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#fff}.dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#424242}.dark-theme .fr-line-breaker{border-top:1px solid #0098f7}.dark-theme .fr-line-breaker a.fr-floating-btn{left:calc(50% - 20px);top:-20px}.dark-theme .fr-line-breaker a.fr-floating-btn svg{height:24px;margin:8px;width:24px}.dark-theme .fr-markdown-editor,.dark-theme .fr-markdown-view{box-sizing:inherit}.dark-theme .fr-markdown-editor>p{margin:0}.dark-theme .fr-markdown-view>dl,.dark-theme .fr-markdown-view>p{margin-top:0}.dark-theme .fr-markdown-view>dt{font-weight:700}.dark-theme .fr-markdown-view>dd{margin-left:0}.dark-theme .fr-markdown-view>pre code{border:0;padding:0}.dark-theme .fr-markdown-view>hr{border:0}.dark-theme .fr-markdown-view>table{border-spacing:0}.dark-theme .fr-quick-insert{box-sizing:content-box;padding-right:10px}.dark-theme .fr-quick-insert a.fr-floating-btn svg{height:24px;margin:8px;width:24px}.dark-theme .fr-quick-insert.fr-on a.fr-floating-btn svg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}.dark-theme .fr-qi-helper{padding-left:20px}.dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn{background:#353535;color:#fff;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:6px 10px 10px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn svg{fill:#fff}.dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:1;-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.dark-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category{padding:10px 15px}.dark-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span{font-size:16px}.dark-theme.fr-popup .fr-special-character{height:24px;width:24px}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.dark-theme.fr-popup .fr-icon-container.fr-sc-container{width:368px}}.dark-theme .fr-element table td.fr-selected-cell,.dark-theme .fr-element table th.fr-selected-cell{border:1px double #0098f7}.dark-theme .fr-element table td,.dark-theme .fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.dark-theme .fr-element .fr-no-selection table td,.dark-theme .fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme .fr-table-resizer.fr-table-col-resizer div{border-right:1px solid #0098f7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.dark-theme .fr-table-resizer.fr-table-row-resizer div{border-bottom:1px solid #0098f7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.dark-theme .fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme .fr-table-selector{border:2px solid transparent;border-radius:4px 4px 0 0;height:16px;padding:3px;width:16px}.dark-theme .fr-table-selector a,.dark-theme .fr-table-selector a>svg{height:16px;width:16px}.dark-theme .fr-table-selector-active{background-color:#f6d146;border:2px solid #f6d146}.dark-theme .fr-table-selector-active a>svg{color:#f6d146}.dark-theme .fr-table-selector-active-selected{background-color:#0098f7;border:2px solid #0098f7}.dark-theme .fr-table-selector-active-selected a>svg{color:#0098f7}.dark-theme .fr-table-selector-inactive{opacity:0}.dark-theme .fr-view .fr-table-selection-hover{outline:2px solid #f6d146}.dark-theme .fr-view .fr-table-selected{outline:2px solid #0098f7}.dark-theme.fr-popup .fr-table-size{margin:20px}.dark-theme.fr-popup .fr-table-size .fr-select-table-size{line-height:0}.dark-theme.fr-popup .fr-table-size .fr-select-table-size>span{padding:0 4px 4px 0}.dark-theme.fr-popup .fr-table-size .fr-select-table-size>span>span{border:1px solid #ddd}.dark-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(0,152,247,.3);border:1px solid #0098f7}.dark-theme.fr-popup .fr-table-size .fr-select-table-size .new-line:after{clear:both;content:"";display:block;height:0}.dark-theme.fr-popup .fr-table-colors{padding:20px 20px 0}.dark-theme .fr-cell-properties-form,.dark-theme .fr-table-properties-form{background-color:#fff;border-radius:10px;padding:15px;width:360px}.dark-theme .fr-cell-properties-form .fr-cell-properties-section,.dark-theme .fr-cell-properties-form .fr-table-properties-section,.dark-theme .fr-table-properties-form .fr-cell-properties-section,.dark-theme .fr-table-properties-form .fr-table-properties-section{margin-bottom:12px}.dark-theme .fr-cell-properties-form .fr-cell-properties-section label,.dark-theme .fr-cell-properties-form .fr-table-properties-section label,.dark-theme .fr-table-properties-form .fr-cell-properties-section label,.dark-theme .fr-table-properties-form .fr-table-properties-section label{font-size:14px;margin-bottom:6px}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-input,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-input,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-input{border:1px solid #ccc;border-radius:2px 0 0 2px;font-size:14px;height:36px;padding:4px 12px}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input:focus,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-input:focus,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-input:focus,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-input:focus{border-color:#0098f7}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input.fr-disabled,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-input.fr-disabled,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-input.fr-disabled,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input::-webkit-input-placeholder,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-input::-webkit-input-placeholder,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-input::-webkit-input-placeholder,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-input::-webkit-input-placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input:-ms-input-placeholder,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-input:-ms-input-placeholder,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-input:-ms-input-placeholder,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-input:-ms-input-placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input::placeholder,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-input::placeholder,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-input::placeholder,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-input::placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color{border:1px solid #ccc;border-radius:0 2px 2px 0;height:36px;padding:0;width:36px}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover{background-color:#424242}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview{border:1px solid #999;border-radius:2px;height:20px;width:20px}.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.dark-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator{background:red}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container{margin-bottom:12px}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container label,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container label{font-size:14px}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input{border:1px solid #ccc;border-radius:2px;font-size:14px;padding:8px;width:90px}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus{border-color:#0098f7}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::-webkit-input-placeholder,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::-webkit-input-placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:-ms-input-placeholder,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:-ms-input-placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label{font-size:14px}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input{border:1px solid #ccc;border-radius:2px;font-size:14px;padding:8px;width:90px}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus{border-color:#0098f7}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::-webkit-input-placeholder,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::-webkit-input-placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:-ms-input-placeholder,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:-ms-input-placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder,.dark-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder{color:#aaa}.dark-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button,.dark-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button,.dark-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button,.dark-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button,.dark-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button,.dark-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button,.dark-theme .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button,.dark-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button{font-size:14px;font-weight:500;padding:8px 12px}.dark-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled,.dark-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled,.dark-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled,.dark-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled,.dark-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled,.dark-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled,.dark-theme .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled,.dark-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled{color:#a9a9a9}.dark-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button,.dark-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button,.dark-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button,.dark-theme .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button{border-radius:2px;color:#0098f7}.dark-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button,.dark-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button,.dark-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button,.dark-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button{background-color:#fff;border:1px solid #0098f7;border-radius:2px;color:#0098f7}.dark-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button:hover,.dark-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button:hover,.dark-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button:hover,.dark-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button:hover{background-color:#424242}.dark-theme .fr-cell-properties-form .fr-error,.dark-theme .fr-table-properties-form .fr-error{color:red}.dark-theme .fr-cell-properties-form input.fr-error,.dark-theme .fr-table-properties-form input.fr-error{border-color:red}.dark-theme .fr-table-bg-container .fr-input-line input[type=text],.dark-theme .fr-table-border-container .fr-input-line input[type=text],.dark-theme .fr-table-dimentions-container .fr-input-line input[type=text],.dark-theme .fr-table-style-container .fr-input-line input[type=text]{border-color:#ccc}.dark-theme .fr-table-bg-container .fr-input-line input+label,.dark-theme .fr-table-bg-container .fr-input-line input.fr-not-empty+label,.dark-theme .fr-table-border-container .fr-input-line input+label,.dark-theme .fr-table-border-container .fr-input-line input.fr-not-empty+label,.dark-theme .fr-table-dimentions-container .fr-input-line input+label,.dark-theme .fr-table-dimentions-container .fr-input-line input.fr-not-empty+label,.dark-theme .fr-table-style-container .fr-input-line input+label,.dark-theme .fr-table-style-container .fr-input-line input.fr-not-empty+label{font-weight:100}.dark-theme .fr-table-bg-container .fr-input-line #fr-table-border-style,.dark-theme .fr-table-border-container .fr-input-line #fr-table-border-style,.dark-theme .fr-table-dimentions-container .fr-input-line #fr-table-border-style,.dark-theme .fr-table-style-container .fr-input-line #fr-table-border-style{border-color:#ccc}.dark-theme .fr-table-bg-container .fr-input-line .fr-field-lable,.dark-theme .fr-table-border-container .fr-input-line .fr-field-lable,.dark-theme .fr-table-dimentions-container .fr-input-line .fr-field-lable,.dark-theme .fr-table-style-container .fr-input-line .fr-field-lable{background:#fff;color:dimgray;font-weight:100}.dark-theme .fr-table-bg-container .fr-input-line .fr-dropdown,.dark-theme .fr-table-border-container .fr-btn-table-border-bg-color,.dark-theme .fr-table-border-container .fr-input-line .fr-dropdown,.dark-theme .fr-table-dimentions-container .fr-btn-table-border-bg-color,.dark-theme .fr-table-dimentions-container .fr-input-line .fr-dropdown,.dark-theme .fr-table-dimentions-section .fr-btn-table-border-bg-color,.dark-theme .fr-table-style-container .fr-input-line .fr-dropdown{border:1px solid #ccc}.dark-theme .fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview,.dark-theme .fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview,.dark-theme .fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview{border:1px solid #999;border-radius:2px;height:20px;width:20px}.dark-theme .fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator,.dark-theme .fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator,.dark-theme .fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator{background:red}.dark-theme .fr-table-alignment-container{border:1px solid #ccc}.dark-theme .fr-table-drop-indicator{height:0;left:0;z-index:1000}.dark-theme .fr-table-drop-indicator .fr-table-drop-indicator-line{border:1px solid #0098f7}.dark-theme .fr-table-drop-indicator .fr-table-drop-indicator-line:before{border-color:transparent transparent transparent #0098f7;left:0}.dark-theme .fr-table-drop-indicator .fr-table-drop-indicator-line:after{border-color:transparent #0098f7 transparent transparent;right:0}.dark-theme #fr-form-container{margin:auto;overflow:auto}.dark-theme .fr-range-value-end>span:before,.dark-theme .fr-range-value-start>span:before{height:0;width:0}.dark-theme .fr-range-slider>input{left:0}.dark-theme .fr-range-slider>input::-moz-range-thumb{z-index:10}.dark-theme .fr-range-slider>input::-moz-range-track,.dark-theme .fr-range-slider>input:last-of-type::-moz-range-track{border:0}.dark-theme .fr-range-slider>input[type=range]::-moz-focus-outer{border:0}.dark-theme .fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme .fr-element .fr-video:after{bottom:0;left:0;right:0;top:0}.dark-theme .fr-element .fr-video>*{box-sizing:content-box}.dark-theme.fr-box .fr-video-resizer{border:1px solid #0098f7;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme.fr-box .fr-video-resizer .fr-handler{background:#0098f7;border:1px solid #fff;box-sizing:border-box;height:12px;width:12px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{bottom:-6px;left:-6px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{bottom:-6px;right:-6px}@media (min-width:1200px){.dark-theme.fr-box .fr-video-resizer .fr-handler{height:10px;width:10px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{bottom:-5px;left:-5px}.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{bottom:-5px;right:-5px}}.dark-theme.fr-popup .fr-video-upload-layer{border:2px dashed gray;margin:20px;padding:25px 0}.dark-theme.fr-popup .fr-video-upload-layer:hover{background:#424242}.dark-theme.fr-popup .fr-video-upload-layer.fr-drop{background:#424242;border-color:#0098f7}.dark-theme.fr-popup .fr-video-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.dark-theme.fr-popup .fr-video-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.dark-theme.fr-popup .fr-video-progress-bar-layer>h3{margin:10px 0}.dark-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0fd}.dark-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{background:#0098f7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.dark-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.dark-theme.fr-video-overlay{bottom:0;left:0;right:0;top:0;z-index:2147483640}.dark-theme .fr-view .fr-img-caption.fr-rounded img,.dark-theme .fr-view img.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.dark-theme .fr-view .fr-img-caption.fr-shadow img,.dark-theme .fr-view img.fr-shadow{box-shadow:10px 10px 5px 0 #ccc}.dark-theme .fr-view img.fr-bordered{box-sizing:content-box}.dark-theme .fr-view .fr-img-caption.fr-bordered img{box-sizing:border-box}.dark-theme .fr-view span[style~="color:"] a{color:inherit}.dark-theme .fr-view strong{font-weight:700}.dark-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#d3d3d3}.dark-theme .fr-view table td,.dark-theme .fr-view table th{border:1px solid #ddd}.dark-theme .fr-view table tfoot td,.dark-theme .fr-view table th{background:#ececec}.dark-theme .fr-view hr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme .fr-view[dir=rtl] blockquote{border-right:2px solid #5e35b1;margin-right:0;padding-left:0}.dark-theme .fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.dark-theme .fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.dark-theme .fr-view blockquote{border-left:2px solid #5e35b1;color:#5e35b1;margin-left:0}.dark-theme .fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.dark-theme .fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.dark-theme .fr-view span.fr-emoticon{line-height:0}.dark-theme .fr-view span.fr-emoticon.fr-emoticon-img{font-size:inherit}.dark-theme .fr-view .fr-text-bordered{padding:10px 0}.dark-theme .fr-view .fr-class-highlighted{background-color:#ff0}.dark-theme .fr-view .fr-class-code{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#353535;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.dark-theme .fr-view img.fr-dib{margin:5px auto}.dark-theme .fr-view img.fr-dib.fr-fil{margin-left:0}.dark-theme .fr-view img.fr-dib.fr-fir{margin-right:0}.dark-theme .fr-view img.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.dark-theme .fr-view img.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.dark-theme .fr-view img.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.dark-theme .fr-view span.fr-img-caption.fr-dib{margin:5px auto}.dark-theme .fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0}.dark-theme .fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0}.dark-theme .fr-view span.fr-img-caption.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.dark-theme .fr-view span.fr-img-caption.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.dark-theme .fr-view span.fr-img-caption.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.dark-theme .fr-view .fr-video.fr-rv{height:0}.dark-theme .fr-view .fr-video.fr-rv>iframe,.dark-theme .fr-view .fr-video.fr-rv embed,.dark-theme .fr-view .fr-video.fr-rv object{left:0;top:0}.dark-theme .fr-view .fr-video>*{box-sizing:content-box}.dark-theme .fr-view a.fr-strong{font-weight:700}.dark-theme .fr-view .fr-img-caption .fr-img-wrap{margin:auto;padding:0}.dark-theme .fr-view .fr-img-caption .fr-img-wrap img{margin:auto}.dark-theme .fr-view .fr-img-caption .fr-img-wrap>span{box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";margin:auto;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9}.dark-theme .fr-view button.fr-rounded,.dark-theme .fr-view input.fr-rounded,.dark-theme .fr-view textarea.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.dark-theme a.fr-view.fr-strong{font-weight:700}.dark-theme img.fr-view.fr-dib{margin:5px auto}.dark-theme img.fr-view.fr-dib.fr-fil{margin-left:0}.dark-theme img.fr-view.fr-dib.fr-fir{margin-right:0}.dark-theme img.fr-view.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.dark-theme img.fr-view.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.dark-theme img.fr-view.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.dark-theme span.fr-img-caption.fr-view.fr-dib{margin:5px auto}.dark-theme span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0}.dark-theme span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0}.dark-theme span.fr-img-caption.fr-view.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.dark-theme span.fr-img-caption.fr-view.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.dark-theme span.fr-img-caption.fr-view.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.dark-theme .fr-element .fr-embedly{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme .fr-element .fr-embedly:after{bottom:0;left:0;right:0;top:0}.dark-theme .fr-element .fr-embedly>*{box-sizing:content-box}.dark-theme.fr-box .fr-embedly-resizer{border:1px solid #0098f7;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme.fr-popup .fr-icon.fr-fa-icon{font-size:16px;margin:6px;padding:8px;width:18px}@supports not (-ms-high-contrast:none){.dark-theme.fr-popup .fr-icon-container.fr-fa-container{grid-template-columns:repeat(auto-fill,minmax(45px,45px))}}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.dark-theme.fr-popup .fr-icon-container.fr-fa-container{width:506px}}.dark-theme .tui-image-editor-container{bottom:0;left:0;right:0;top:0;z-index:10}.dark-theme .tui-editor-cancel-btn{background-color:#fff;border:1px solid #aaa}.dark-theme .tui-editor-save-btn{color:#fff}.dark-theme .examples-variante>a{font-family:Arial,Helvetica,sans-serif;font-size:14px}.dark-theme .sc-cm-holder>.sc-cm{border-top:5px solid #222!important}.dark-theme .sc-cm-holder>.sc-cm:before,.dark-theme .sc-cm__item_active>a,.dark-theme .sc-cm__item_active>a:hover,.dark-theme .sc-cm__item_dropdown:hover>a,.dark-theme .sc-cm a:active,.dark-theme .sc-cm a:focus,.dark-theme .sc-cm a:hover{background-color:#424242!important}.dark-theme .fr-tooltip{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11px;left:0;line-height:22px;-webkit-opacity:0;-moz-opacity:0;opacity:0;top:0;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme .fr-tooltip,.dark-theme .fr-tooltip.fr-visible{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.dark-theme .fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1}.dark-theme.fr-modal .fr-command.fr-btn,.dark-theme.fr-popup .fr-command.fr-btn,.dark-theme.fr-toolbar .fr-command.fr-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-sizing:border-box;color:#fff;height:40px;margin:4px 2px;-moz-outline:0;padding:0;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0}.dark-theme.fr-modal .fr-command.fr-btn.fr-btn-hover,.dark-theme.fr-popup .fr-command.fr-btn.fr-btn-hover,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}.dark-theme.fr-modal .fr-command.fr-btn::-moz-focus-inner,.dark-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner,.dark-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner{border:0}.dark-theme.fr-modal .fr-command.fr-btn.fr-btn-text,.dark-theme.fr-popup .fr-command.fr-btn.fr-btn-text,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text{width:auto}.dark-theme.fr-modal .fr-command.fr-btn i,.dark-theme.fr-modal .fr-command.fr-btn svg,.dark-theme.fr-popup .fr-command.fr-btn i,.dark-theme.fr-popup .fr-command.fr-btn svg,.dark-theme.fr-toolbar .fr-command.fr-btn i,.dark-theme.fr-toolbar .fr-command.fr-btn svg{margin:8px 7px;width:24px}.dark-theme.fr-modal .fr-command.fr-btn svg.fr-svg,.dark-theme.fr-popup .fr-command.fr-btn svg.fr-svg,.dark-theme.fr-toolbar .fr-command.fr-btn svg.fr-svg{height:24px}.dark-theme.fr-modal .fr-command.fr-btn svg path,.dark-theme.fr-popup .fr-command.fr-btn svg path,.dark-theme.fr-toolbar .fr-command.fr-btn svg path{fill:#fff;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.dark-theme.fr-modal .fr-command.fr-btn span.fr-sr-only,.dark-theme.fr-popup .fr-command.fr-btn span.fr-sr-only,.dark-theme.fr-toolbar .fr-command.fr-btn span.fr-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.dark-theme.fr-modal .fr-command.fr-btn span,.dark-theme.fr-popup .fr-command.fr-btn span,.dark-theme.fr-toolbar .fr-command.fr-btn span{font-size:14px;height:17px;line-height:17px;min-width:30px;padding:0 4px}.dark-theme.fr-modal .fr-command.fr-btn img,.dark-theme.fr-popup .fr-command.fr-btn img,.dark-theme.fr-toolbar .fr-command.fr-btn img{margin:8px 7px;width:24px}.dark-theme.fr-modal .fr-command.fr-btn.fr-btn-active-popup,.dark-theme.fr-popup .fr-command.fr-btn.fr-btn-active-popup,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup{background:#4f4f4f}.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown i,.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown img,.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown span,.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown svg,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown img,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg{margin-left:3px;margin-right:11px}.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown:after,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown:after,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff;height:0;right:2px;top:18px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;width:0}.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active{fill:#fff;background:#4f4f4f;-webkit-transition:.5s ease;-moz-transition:.5s ease;-ms-transition:.5s ease;-o-transition:.5s ease}.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover{fill:#fff;background:#424242}.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover:after{border-top-color:#fff}.dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after,.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after{border-bottom:4px solid #fff;border-top:0}.dark-theme.fr-modal .fr-command.fr-btn.fr-disabled,.dark-theme.fr-popup .fr-command.fr-btn.fr-disabled,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled{color:gray;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.3;-moz-opacity:.3;opacity:.3}.dark-theme.fr-modal .fr-command.fr-btn.fr-disabled:after,.dark-theme.fr-popup .fr-command.fr-btn.fr-disabled:after,.dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled:after{border-top-color:gray}.dark-theme.fr-modal .fr-tabs .fr-command.fr-btn,.dark-theme.fr-popup .fr-tabs .fr-command.fr-btn,.dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;height:40px;margin:0;width:46px}.dark-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.dark-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.dark-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.dark-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab{background:#353535}.dark-theme.fr-modal .fr-tabs .fr-command.fr-btn span,.dark-theme.fr-popup .fr-tabs .fr-command.fr-btn span,.dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn span{height:27px}.dark-theme.fr-modal .fr-tabs .fr-command.fr-btn img,.dark-theme.fr-modal .fr-tabs .fr-command.fr-btn svg,.dark-theme.fr-popup .fr-tabs .fr-command.fr-btn img,.dark-theme.fr-popup .fr-tabs .fr-command.fr-btn svg,.dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn img,.dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn svg{height:24px;margin:8px 11px;width:24px}.dark-theme.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.dark-theme.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path{fill:#0098f7}.dark-theme.fr-modal.fr-disabled .fr-btn,.dark-theme.fr-modal.fr-disabled .fr-btn.fr-active,.dark-theme.fr-popup.fr-disabled .fr-btn,.dark-theme.fr-popup.fr-disabled .fr-btn.fr-active,.dark-theme.fr-toolbar.fr-disabled .fr-btn,.dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active{color:gray;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.3;-moz-opacity:.3;opacity:.3}.dark-theme.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.dark-theme.fr-modal.fr-disabled .fr-btn.fr-dropdown:after,.dark-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.dark-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown:after,.dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown:after{border-top-color:gray}.dark-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.dark-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.dark-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.dark-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.dark-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.dark-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}.dark-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover,.dark-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,.dark-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,.dark-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,.dark-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,.dark-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0}.dark-theme.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden),.dark-theme.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden){display:inline-flex}.dark-theme.fr-desktop .fr-command.fr-btn-hover,.dark-theme.fr-desktop .fr-command.fr-expanded,.dark-theme.fr-desktop .fr-command:focus,.dark-theme.fr-desktop .fr-command:hover{color:#fff;outline:0}.dark-theme.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.dark-theme.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell),.dark-theme.fr-desktop .fr-command:focus:not(.fr-table-cell),.dark-theme.fr-desktop .fr-command:hover:not(.fr-table-cell){background:#424242}.dark-theme.fr-desktop .fr-command.fr-btn-hover:after,.dark-theme.fr-desktop .fr-command.fr-expanded:after,.dark-theme.fr-desktop .fr-command:focus:after,.dark-theme.fr-desktop .fr-command:hover:after{border-top-color:#fff}.dark-theme.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.dark-theme.fr-desktop .fr-command:active{background:#4f4f4f;color:#fff}.dark-theme.fr-desktop .fr-command.fr-active.fr-btn-hover,.dark-theme.fr-desktop .fr-command.fr-active.fr-expanded,.dark-theme.fr-desktop .fr-command.fr-active:focus,.dark-theme.fr-desktop .fr-command.fr-active:hover{background:#424242}.dark-theme.fr-desktop .fr-command.fr-active:active,.dark-theme.fr-popup.fr-mobile .fr-command.fr-blink,.dark-theme.fr-toolbar.fr-mobile .fr-command.fr-blink{background:#4f4f4f}.dark-theme .fr-command.fr-btn.fr-options{margin-left:-5px;width:16px}.dark-theme .fr-command.fr-btn.fr-options.fr-btn-hover,.dark-theme .fr-command.fr-btn.fr-options:focus,.dark-theme .fr-command.fr-btn.fr-options:hover{border-left:1px solid #fafafa;-webkit-transition:border-left 0s,background-color .5s;-moz-transition:border-left 0s,background-color .5s;-ms-transition:border-left 0s,background-color .5s;-o-transition:border-left 0s,background-color .5s}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu{background:#353535;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;bottom:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);height:auto;right:auto}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{height:auto;max-height:275px;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{box-sizing:border-box;height:0;margin:0 auto auto;padding:0;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{margin:0;min-width:72px;padding:8px 0}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{font-size:15px;margin:0;padding:0}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;color:inherit;padding:0 20px}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg{height:24px;margin:3px 4px;width:24px}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path{fill:#fff}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#4f4f4f}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:focus:not(.fr-table-cell),.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:hover:not(.fr-table-cell){outline:1px solid #0098f7}.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:gray}.dark-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.dark-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.dark-theme.fr-modal{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;color:#fff;font-family:Arial,Helvetica,sans-serif;left:0;overflow-x:auto;right:0;top:0;z-index:2147483640}.dark-theme.fr-modal.fr-middle .fr-modal-wrapper{margin:0 auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.dark-theme.fr-modal .fr-modal-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#353535;border:0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);margin:20px auto;min-width:300px}@media (min-width:768px) and (max-width:991px){.dark-theme.fr-modal .fr-modal-wrapper{margin:30px auto}}@media (min-width:992px){.dark-theme.fr-modal .fr-modal-wrapper{margin:50px auto}}.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head{background:#353535;border-bottom:1px solid #efefef;min-height:42px;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-ms-transition:all .2s ease 0s;-o-transition:all .2s ease 0s}.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line{height:56px;padding:0 10px}.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{margin:10px;right:0;top:0}.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:20px;font-weight:400;line-height:18px;margin:0;padding:19px 10px}.dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body{min-height:150px;overflow-y:auto;padding-bottom:20px}.dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#0098f7;height:36px;padding:10px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus,.dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover{background:#424242;color:#0098f7}.dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#4f4f4f;color:#0098f7}.dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.dark-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#424242}.dark-theme.fr-overlay{background:#000;bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;right:0;top:0}.dark-theme.fr-popup{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#353535;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-sizing:border-box;color:#fff;font-family:Arial,Helvetica,sans-serif;margin-top:10px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme.fr-popup .fr-icon{font-size:20px;font-weight:400;padding:6px}.dark-theme.fr-popup .fr-icon-container{box-sizing:border-box;max-height:200px;overflow:auto;padding:20px}@supports not (-ms-high-contrast:none){.dark-theme.fr-popup .fr-icon-container{grid-template-columns:repeat(auto-fill,minmax(36px,36px))}}@media (min-width:768px){.dark-theme.fr-popup .fr-icon-container{min-width:276px}}@media (-ms-high-contrast:none) and (max-width:768px),screen and (-ms-high-contrast:active) and (max-width:768px){.dark-theme.fr-popup .fr-icon-container{width:236px}}.dark-theme.fr-popup .fr-input-focus{background:#363636}.dark-theme.fr-popup.fr-above{border-top:0}.dark-theme.fr-popup .fr-input-line{padding:15px 0}.dark-theme.fr-popup .fr-input-line input[type=number],.dark-theme.fr-popup .fr-input-line input[type=text],.dark-theme.fr-popup .fr-input-line textarea{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#353535;border:1px solid #999;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;color:#fff;font-size:14px;margin-bottom:1px;padding:4px 12px;-webkit-transition:border .5s,padding .5s;-moz-transition:border .5s,padding .5s;-ms-transition:border .5s,padding .5s;-o-transition:border .5s,padding .5s}.dark-theme.fr-popup .fr-input-line input[type=number]:hover,.dark-theme.fr-popup .fr-input-line input[type=text]:hover,.dark-theme.fr-popup .fr-input-line textarea:hover{border:1px solid #515151}.dark-theme.fr-popup .fr-input-line input[type=number]:focus,.dark-theme.fr-popup .fr-input-line input[type=text]:focus,.dark-theme.fr-popup .fr-input-line textarea:focus{border:2px solid #0098f7;padding:3px 11px}.dark-theme.fr-popup .fr-input-line input[type=number],.dark-theme.fr-popup .fr-input-line input[type=text]{height:46px}.dark-theme.fr-popup .fr-input-line input+label,.dark-theme.fr-popup .fr-input-line textarea+label{background:#353535;font-size:14px;left:12px;padding:0;top:29px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.dark-theme.fr-popup .fr-input-line input.fr-not-empty+label,.dark-theme.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray;font-size:11px;left:4px;padding:0 4px;top:9px;width:auto}.dark-theme.fr-popup input,.dark-theme.fr-popup textarea{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.dark-theme.fr-popup .fr-buttons{line-height:0}.dark-theme.fr-popup .fr-buttons .fr-btn{margin-left:4px;margin-right:4px}.dark-theme.fr-popup .fr-buttons.fr-tabs{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#686868;border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0}@media (max-width:768px){.dark-theme.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll{width:276px}}.dark-theme.fr-popup .fr-buttons:not(.fr-tabs){padding:5px}.dark-theme.fr-popup .fr-layer{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;box-sizing:border-box;margin:20px;width:195px}@media (min-width:768px){.dark-theme.fr-popup .fr-layer{width:260px}}.dark-theme.fr-popup .fr-action-buttons{height:36px}.dark-theme.fr-popup .fr-action-buttons button.fr-command{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#0098f7;font-size:16px;height:36px;padding:10px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.dark-theme.fr-popup .fr-action-buttons button.fr-command:focus,.dark-theme.fr-popup .fr-action-buttons button.fr-command:hover{background:#424242;color:#0098f7}.dark-theme.fr-popup .fr-action-buttons button.fr-command:active{background:#4f4f4f;color:#0098f7}.dark-theme.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.dark-theme.fr-popup .fr-checkbox{box-sizing:content-box;height:18px;padding:10px;width:18px}.dark-theme.fr-popup .fr-checkbox svg{height:10px;margin-left:2px;margin-top:2px;width:10px}.dark-theme.fr-popup .fr-checkbox span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;height:18px;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s;width:18px}.dark-theme.fr-popup .fr-checkbox input{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:18px;margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0;width:18px}.dark-theme.fr-popup .fr-checkbox input:not(:checked)+span{border:2px solid #999}.dark-theme.fr-popup .fr-checkbox input:not(:checked):active+span{background-color:#353535}.dark-theme.fr-popup .fr-checkbox input:not(:checked):focus+span,.dark-theme.fr-popup .fr-checkbox input:not(:checked):hover+span{border-color:#515151}.dark-theme.fr-popup .fr-checkbox input:checked+span{background:#0098f7;border:2px solid #0098f7}.dark-theme.fr-popup .fr-checkbox input:checked:active+span{background-color:#ecf5ff}.dark-theme.fr-popup .fr-checkbox input:checked:focus+span,.dark-theme.fr-popup .fr-checkbox input:checked:hover+span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.8;-moz-opacity:.8;opacity:.8}.dark-theme.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.dark-theme.fr-popup .fr-checkbox-line label{margin:0 5px}.dark-theme.fr-popup.fr-rtl .fr-input-line input+label,.dark-theme.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.dark-theme .fr-text-edit-layer{box-sizing:border-box}.dark-theme.fr-toolbar{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#353535;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;color:#fff;font-family:Arial,Helvetica,sans-serif;padding-bottom:0;-webkit-transition:padding-bottom .5s;-moz-transition:padding-bottom .5s;-ms-transition:padding-bottom .5s;-o-transition:padding-bottom .5s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dark-theme.fr-toolbar:after{clear:both;content:"";display:block;height:0}.dark-theme.fr-toolbar .fr-newline{background:#353535;height:1px;margin-left:9px;margin-right:9px;-webkit-transition:height .5s;-moz-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s}.dark-theme.fr-toolbar.fr-toolbar-open .fr-newline{height:0}.dark-theme.fr-toolbar .fr-more-toolbar{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#686868;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-sizing:border-box;height:0;-webkit-transition:height .5s;-moz-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s}.dark-theme.fr-toolbar .fr-more-toolbar.fr-expanded{height:48px}.dark-theme.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn{margin-left:4px;margin-right:4px}.dark-theme.fr-toolbar .fr-btn-grp{margin:0 17px 0 12px}@media (max-width:768px){.dark-theme.fr-toolbar .fr-btn-grp{margin:0 7px 0 6px}}.dark-theme.fr-toolbar .fr-command.fr-btn.fr-open{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;margin-bottom:-1px;margin-top:10px}.dark-theme.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active){background:#686868}.dark-theme.fr-toolbar.fr-inline{border:0;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);z-index:2147483630}.dark-theme.fr-toolbar.fr-inline.fr-above{border-top:0}.dark-theme.fr-toolbar.fr-inline .fr-newline{height:0}.dark-theme.fr-toolbar.fr-top{border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;top:0}.dark-theme.fr-toolbar.fr-bottom,.dark-theme.fr-toolbar.fr-top{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.dark-theme.fr-toolbar.fr-bottom{border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;border-top:0;bottom:0;padding-bottom:0}.dark-theme.fr-toolbar.fr-bottom .fr-newline{padding-top:0;-webkit-transition:padding-top .5s;-moz-transition:padding-top .5s;-ms-transition:padding-top .5s;-o-transition:padding-top .5s}.dark-theme.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline{background:#fff;padding-top:48px}.dark-theme.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;margin-bottom:10px;margin-top:-1px}.dark-theme.fr-toolbar.fr-sticky-on{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.dark-theme .fr-separator{background:#595959}.dark-theme .fr-separator.fr-vs{height:32px;margin:8px 4px;width:1px}.dark-theme .fr-separator.fr-hs{height:1px;margin:0 4px;width:calc(100% - 8px)}.dark-theme .fr-second-toolbar{background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;border-top:0}.dark-theme .fr-second-toolbar:after{clear:both;content:"";display:block;height:0}.dark-theme #fr-logo>span{color:#b1b2b7;font-size:12px;font-weight:500;padding:11px 5px 10px 15px;-webkit-transition:color .3s;-moz-transition:color .3s;-ms-transition:color .3s;-o-transition:color .3s}.dark-theme #fr-logo>svg{height:20px;margin:7px 0;width:47px}.dark-theme #fr-logo>svg *{-webkit-transition:fill .3s;-moz-transition:fill .3s;-ms-transition:fill .3s;-o-transition:fill .3s}.dark-theme #fr-logo:focus>span,.dark-theme #fr-logo:hover>span{color:#0098f7}.dark-theme #fr-logo:focus>svg .fr-logo,.dark-theme #fr-logo:hover>svg .fr-logo{fill:#0098f7}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */.fr-clearfix:after{clear:both;content:"";display:block;height:0}.fr-hide-by-clipping{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gray-theme .fr-license{background-color:#fff;border-radius:10px;color:#37474f;font-size:14px;padding:20px;z-index:1000}.gray-theme.fr-box.fr-basic{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.gray-theme.fr-box.fr-basic .fr-element{box-sizing:border-box;color:#414141;font-family:sans-serif;font-size:14px;line-height:1.6;min-height:60px;overflow-x:auto;padding:20px;text-align:left}.gray-theme .fr-element{-webkit-user-select:auto}.gray-theme .fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.gray-theme .fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme.fr-box a.fr-floating-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#fff;border:none;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;color:#0097a7;height:40px;left:0;line-height:40px;top:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;width:40px}.gray-theme.fr-box a.fr-floating-btn svg{fill:#0097a7;-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}.gray-theme.fr-box a.fr-floating-btn i,.gray-theme.fr-box a.fr-floating-btn svg{font-size:14px;line-height:40px}.gray-theme.fr-box a.fr-floating-btn:hover{background:#e8e8e8}.gray-theme.fr-box a.fr-floating-btn:hover svg{fill:#0097a7}.gray-theme.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.gray-theme iframe.fr-iframe{box-sizing:border-box}.gray-theme .fr-wrapper:after{clear:both;content:"";display:block;height:0}.gray-theme .fr-wrapper .fr-placeholder{color:#aaa;font-family:sans-serif;font-size:14px;left:0;right:0;top:0}.gray-theme .fr-wrapper ::selection{background:rgba(181,214,253,.8);color:#000}.gray-theme.fr-box.fr-basic .fr-wrapper{background:#fff;border:1px solid;border-color:#ccc #ccc #efefef;left:0;top:0}.gray-theme.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0}.gray-theme.fr-box.fr-basic.fr-bottom .fr-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0}@media (min-width:992px){.gray-theme .fr-box.fr-document .fr-wrapper{background:#efefef;padding:30px}.gray-theme .fr-box.fr-document .fr-wrapper .fr-element{background:#fff;margin:auto;z-index:auto}.gray-theme .fr-box.fr-document .fr-wrapper .fr-element hr{background:#efefef}}.gray-theme .fr-sticky-on{z-index:10}.gray-theme .fr-sticky-on.fr-sticky-ios{left:0;right:0}.gray-theme span.fr-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gray-theme .fr-track-hide-mobile{height:0;width:0}.gray-theme .fr-opacity-0{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.gray-theme.fr-box .fr-counter{border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;color:#999;font-family:sans-serif;font-size:14px;padding:10px}.gray-theme.fr-box .fr-counter,.gray-theme.fr-box.fr-rtl .fr-counter{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.gray-theme.fr-box.fr-rtl .fr-counter{border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;left:0;right:auto}.gray-theme textarea.fr-code{background:#fff;box-sizing:border-box;color:#000;margin:0;resize:none;-moz-resize:none;-webkit-resize:none}.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch{background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-sizing:border-box;color:#37474f;-moz-outline:0;outline:0;padding:8px 7px;right:0;top:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:24px;width:24px}.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#e8e8e8}.gray-theme.fr-popup .fr-layer.fr-color-hex-layer{margin:0;padding:0 20px 20px}.gray-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{padding:15px 0 0}.gray-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{height:40px;margin:0;padding:17px 0 0;width:38px}.gray-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;font-size:13px;height:40px;width:38px}.gray-theme.fr-popup .fr-color-set{line-height:0}.gray-theme.fr-popup .fr-color-set.fr-selected-set{padding:20px 20px 0}.gray-theme.fr-popup .fr-color-set>span{height:32px;width:32px}.gray-theme.fr-popup .fr-color-set>span>i,.gray-theme.fr-popup .fr-color-set>span>svg{bottom:0;font-size:13px;height:24px;left:0;line-height:32px;margin:4px;width:24px}.gray-theme.fr-popup .fr-color-set>span>i path,.gray-theme.fr-popup .fr-color-set>span>svg path{fill:#37474f}.gray-theme.fr-popup .fr-color-set>span .fr-selected-color{bottom:0;color:#fff;font-size:13px;font-weight:400;left:0;line-height:32px;right:0;top:0}.gray-theme.fr-popup .fr-color-set>span:not(.fr-table-cell):focus{outline:1px solid #37474f}.gray-theme.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]:after{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0)}.gray-theme .fr-drag-helper{background:#0097a7;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;z-index:2147483640}.gray-theme .fr-drag-helper,.gray-theme .fr-dragging{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.gray-theme .fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4}.gray-theme.fr-popup .fr-emoticon,.gray-theme.fr-popup .fr-emoticon img{height:24px;width:24px}.gray-theme.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.gray-theme.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}.gray-theme.fr-popup .fr-file-upload-layer{border:2px dashed #b7bdc0;box-sizing:border-box;margin:20px;padding:25px 0}.gray-theme.fr-popup .fr-file-upload-layer:hover{background:#e8e8e8}.gray-theme.fr-popup .fr-file-upload-layer.fr-drop{background:#e8e8e8;border-color:#0097a7}.gray-theme.fr-popup .fr-file-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.gray-theme.fr-popup .fr-file-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.gray-theme.fr-popup .fr-file-progress-bar-layer{box-sizing:border-box}.gray-theme.fr-popup .fr-file-progress-bar-layer>h3{margin:10px 0}.gray-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0e5}.gray-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{background:#0097a7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.gray-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.gray-theme .fr-by-url-padding{padding:11.5px 0}.gray-theme.fr-popup .fr-upload-progress-layer{border-radius:0;overflow-y:auto}.gray-theme.fr-popup .fr-files-upload-layer{border:2px dashed #b7bdc0;margin:20px}.gray-theme.fr-popup .fr-files-upload-layer:hover{background:#e8e8e8}.gray-theme.fr-popup .fr-files-upload-layer.fr-drop{background:#e8e8e8;border-color:#0097a7}.gray-theme.fr-popup .fr-files-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.gray-theme.fr-popup .fr-files-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.gray-theme.fr-popup .fr-files-progress-bar-layer>h3{margin:10px 0}.gray-theme.fr-popup .fr-files-progress-bar-layer>div.fr-loader{background:#b3e0e5}.gray-theme.fr-popup .fr-files-progress-bar-layer>div.fr-loader span{background:#0097a7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.gray-theme.fr-popup .fr-files-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.gray-theme .fr-progress-bar{background-color:#4caf50}.gray-theme .fr-icons{padding:10px 20px 0}.gray-theme .fr-half-circle{border-bottom:0}.gray-theme .fr-checkbox-container input{height:0;opacity:0;width:0}.gray-theme .fr-checkmark{left:0;top:0}.gray-theme .fr-cloud-icon{margin:0 auto}.gray-theme .fr-files-checkbox{box-sizing:content-box}.gray-theme .fr-files-checkbox svg{height:10px;width:10px}.gray-theme .fr-files-checkbox span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.gray-theme .fr-files-checkbox input{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:18px;margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0;width:18px}.gray-theme .fr-files-checkbox input:not(:checked)+span{border:2px solid #999}.gray-theme .fr-files-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.gray-theme .fr-files-checkbox input:not(:checked):focus+span,.gray-theme .fr-files-checkbox input:not(:checked):hover+span{border-color:#515151}.gray-theme .fr-files-checkbox input:checked+span{background:#0097a7;border:2px solid #0097a7}.gray-theme .fr-files-checkbox input:checked:active+span{background-color:#ecf5ff}.gray-theme .fr-files-checkbox input:checked:focus+span,.gray-theme .fr-files-checkbox input:checked:hover+span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.8;-moz-opacity:.8;opacity:.8}.gray-theme .fr-checkbox-disabled{box-sizing:content-box}.gray-theme .fr-checkbox-disabled span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.gray-theme .fr-checkbox-disabled input{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0}.gray-theme .fr-checkbox-disabled input:not(:checked)+span{border:2px solid #999}.gray-theme .fr-checkbox-disabled input:not(:checked):active+span{background-color:#f5f5f5}.gray-theme .fr-checkbox-disabled input:checked+span{background:#0097a7;border:2px solid #0097a7}.gray-theme .fr-checkbox-disabled input:checked:active+span{background-color:#ecf5ff}.gray-theme .fr-files-manager-tooltip .tooltiptext{font-weight:100}.gray-theme .fr-file-view-modal{left:0;overflow:auto;top:0}.gray-theme .fr-file-view-image{bottom:0;left:0;margin:auto;right:0;top:0}.gray-theme .fr-file-error{font-weight:200}.gray-theme .fr-autoplay-checkbox-label{margin:0}.gray-theme .fr-container .fr-checkmark:after{border-width:0 3px 3px 0}.gray-theme .fr-file-item-details .file-description{font-weight:300}.gray-theme #myprogressBar{background-color:#4caf50}.gray-theme .progress-circle{padding:0}.gray-theme .fr-hovered-over-file{background-color:#f0f0f0}.gray-theme body.fr-fullscreen .fs-transforms-container{z-index:2247483660}.gray-theme .fr-find-replace-layer h3{margin:0}.gray-theme .fr-find-replace-layer .fr-body .fr-input-line input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::-webkit-input-placeholder{color:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText:-ms-input-placeholder{color:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::placeholder{color:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body .fr-label-disabled{background-color:#f5f5f5}.gray-theme .fr-find-replace-layer .fr-body .fr-close-btn{color:#333}.gray-theme .fr-find-replace-layer .fr-body .fr-close-btn:hover{color:#ccc}.gray-theme .fr-find-replace-layer .fr-body .fr-toggle-advanced-options{background-color:#f5f5f5;color:#333;width:auto}.gray-theme .fr-find-replace-layer .fr-body input{border:1px solid #ccc}.gray-theme .fr-find-replace-layer .fr-body .fr-arrow-buttons .fr-disabled{color:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-find-btn{background-color:#fff;border:1px solid #0097a7;color:#0097a7}.gray-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn{background-color:#fff;color:#0097a7}.gray-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn.fr-disabled{color:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn{background-color:#fff;color:#0097a7}.gray-theme .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn.fr-disabled{color:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body #fr-findText{border:1px solid #ccc}.gray-theme .fr-find-replace-layer .fr-body #fr-findText:focus{border:2px solid #0097a7}.gray-theme .fr-find-replace-layer .fr-body .fr-find-error{color:#f70000}.gray-theme .fr-find-replace-layer .fr-body #fr-findText.error{border-color:#f70000}.gray-theme .fr-find-replace-layer .fr-body .fr-count-indicator{color:#ccc;z-index:10}.gray-theme .fr-find-replace-layer .fr-body .fr-toggle-advanced-options .arrow{font-weight:100}.gray-theme .fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-row input[type=checkbox]:focus-visible{outline:2px solid #0097a7}.gray-theme .fr-find-replace-layer .fr-body .fr-toggle-btn{background-color:#ccc}.gray-theme .fr-find-replace-layer .fr-body .fr-disabled svg.fr-arrow-button{fill:#a9a9a9}.gray-theme .fr-find-replace-layer .fr-body .fr-btn-active-popup{background:#dcdcdc}.gray-theme .fr-find-replace-highlight{background-color:#ff0}.gray-theme .fr-find-replace-current-highlight{background-color:orange}.gray-theme.fr-box.fr-fullscreen{bottom:0;left:0;right:0;top:0}.gray-theme.fr-box.fr-fullscreen .fr-wrapper{background-color:#fff}.gray-theme.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper,.gray-theme.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper,.gray-theme.fr-box.fr-fullscreen .fr-second-toolbar,.gray-theme.fr-box.fr-fullscreen .fr-toolbar{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.gray-theme.fr-box.fr-fullscreen .fr-second-toolbar{margin-top:0}.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:1px solid #ebebeb}.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{color:#737e84}.gray-theme .fr-element img{padding:0 1px}.gray-theme .fr-image-resizer{border:1px solid #0097a7;box-sizing:content-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme .fr-image-resizer .fr-handler{background:#0097a7;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;height:12px;width:12px}.gray-theme .fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.gray-theme .fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.gray-theme .fr-image-resizer .fr-handler.fr-hsw{bottom:-6px;left:-6px}.gray-theme .fr-image-resizer .fr-handler.fr-hse{bottom:-6px;right:-6px}@media (min-width:1200px){.gray-theme .fr-image-resizer .fr-handler{height:10px;width:10px}.gray-theme .fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.gray-theme .fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.gray-theme .fr-image-resizer .fr-handler.fr-hsw{bottom:-5px;left:-5px}.gray-theme .fr-image-resizer .fr-handler.fr-hse{bottom:-5px;right:-5px}}.gray-theme.fr-image-overlay{bottom:0;left:0;right:0;top:0;z-index:2147483640}.gray-theme.fr-popup .fr-image-upload-layer{border:2px dashed #b7bdc0;margin:20px;padding:25px 0}.gray-theme.fr-popup .fr-image-upload-layer:has(.fr-not-empty),.gray-theme.fr-popup .fr-image-upload-layer:hover{background:#e8e8e8}.gray-theme.fr-popup .fr-image-upload-layer.fr-drop{background:#e8e8e8;border-color:#0097a7}.gray-theme.fr-popup .fr-image-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.gray-theme.fr-popup .fr-image-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.gray-theme.fr-popup .fr-image-progress-bar-layer>h3{margin:10px 0}.gray-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#b3e0e5}.gray-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{background:#0097a7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.gray-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.gray-theme .fr-uploading{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.4;-moz-opacity:.4;opacity:.4}.gray-theme.fr-modal .fr-modal-head .fr-modal-head-line:after{clear:both;content:"";display:block;height:0}.gray-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more{margin-top:10px}.gray-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available{opacity:0;padding:12px 0;width:0}.gray-theme.fr-modal .fr-modal-head .fr-modal-tags{padding:0 20px}.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;margin:8px 0 8px 8px;opacity:0;padding:6px 12px;-webkit-transition:opacity .2s ease 0s,background .2s ease 0s;-moz-transition:opacity .2s ease 0s,background .2s ease 0s;-ms-transition:opacity .2s ease 0s,background .2s ease 0s;-o-transition:opacity .2s ease 0s,background .2s ease 0s}.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a:focus,.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a:hover{background-color:#e8e8e8}.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a:active{background-color:#dcdcdc}.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag{background-color:#ecf5ff;color:#0097a7}.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus,.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover{background-color:#e8e8e8}.gray-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active{background-color:#dcdcdc}.gray-theme.fr-show-tags .fr-modal-more svg path{fill:#0097a7}.gray-themediv.fr-modal-body{-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.gray-themediv.fr-modal-body .fr-preloader{margin:50px auto}.gray-themediv.fr-modal-body div.fr-image-list{margin:0 20px;padding:0}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:after{background:#000;bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;right:0;top:0;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:before{bottom:0;color:#fff;left:0;margin:auto;right:0;top:0}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{background:#ccc}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty:after{bottom:0;left:0;margin:auto;right:0;top:0}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:1;-moz-opacity:1;opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);-webkit-transition:opacity .2s ease 0s,filter .2s ease 0s;-moz-transition:opacity .2s ease 0s,filter .2s ease 0s;-ms-transition:opacity .2s ease 0s,filter .2s ease 0s;-o-transition:opacity .2s ease 0s,filter .2s ease 0s}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.75;-moz-opacity:.75;opacity:.75}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-sizing:border-box;line-height:40px;margin:0;-webkit-transition:background .2s ease 0s,color .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{fill:#fff;background:#b8312f;padding:8px;-webkit-transform:translateY(-50%) translateX(25%);-moz-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);-o-transform:translateY(-50%) translateX(25%)}.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{fill:#0097a7;background:#f5f5f5;padding:8px;-webkit-transform:translateY(-50%) translateX(-125%);-moz-transform:translateY(-50%) translateX(-125%);-ms-transform:translateY(-50%) translateX(-125%);-o-transform:translateY(-50%) translateX(-125%)}.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.75;-moz-opacity:.75;opacity:.75}.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img{height:40px;width:40px}.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#fff}.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#e8e8e8}.gray-theme .fr-line-breaker{border-top:1px solid #0097a7}.gray-theme .fr-line-breaker a.fr-floating-btn{left:calc(50% - 20px);top:-20px}.gray-theme .fr-line-breaker a.fr-floating-btn svg{height:24px;margin:8px;width:24px}.gray-theme .fr-markdown-editor,.gray-theme .fr-markdown-view{box-sizing:inherit}.gray-theme .fr-markdown-editor>p{margin:0}.gray-theme .fr-markdown-view>dl,.gray-theme .fr-markdown-view>p{margin-top:0}.gray-theme .fr-markdown-view>dt{font-weight:700}.gray-theme .fr-markdown-view>dd{margin-left:0}.gray-theme .fr-markdown-view>pre code{border:0;padding:0}.gray-theme .fr-markdown-view>hr{border:0}.gray-theme .fr-markdown-view>table{border-spacing:0}.gray-theme .fr-quick-insert{box-sizing:content-box;padding-right:10px}.gray-theme .fr-quick-insert a.fr-floating-btn svg{height:24px;margin:8px;width:24px}.gray-theme .fr-quick-insert.fr-on a.fr-floating-btn svg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}.gray-theme .fr-qi-helper{padding-left:20px}.gray-theme .fr-qi-helper a.fr-btn.fr-floating-btn{background:#f5f5f5;color:#37474f;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:6px 10px 10px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.gray-theme .fr-qi-helper a.fr-btn.fr-floating-btn svg{fill:#37474f}.gray-theme .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:1;-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.gray-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category{padding:10px 15px}.gray-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span{font-size:16px}.gray-theme.fr-popup .fr-special-character{height:24px;width:24px}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.gray-theme.fr-popup .fr-icon-container.fr-sc-container{width:368px}}.gray-theme .fr-element table td.fr-selected-cell,.gray-theme .fr-element table th.fr-selected-cell{border:1px double #0097a7}.gray-theme .fr-element table td,.gray-theme .fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.gray-theme .fr-element .fr-no-selection table td,.gray-theme .fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme .fr-table-resizer.fr-table-col-resizer div{border-right:1px solid #0097a7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.gray-theme .fr-table-resizer.fr-table-row-resizer div{border-bottom:1px solid #0097a7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;opacity:0}.gray-theme .fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme .fr-table-selector{border:2px solid transparent;border-radius:4px 4px 0 0;height:16px;padding:3px;width:16px}.gray-theme .fr-table-selector a,.gray-theme .fr-table-selector a>svg{height:16px;width:16px}.gray-theme .fr-table-selector-active{background-color:#f6d146;border:2px solid #f6d146}.gray-theme .fr-table-selector-active a>svg{color:#f6d146}.gray-theme .fr-table-selector-active-selected{background-color:#0098f7;border:2px solid #0098f7}.gray-theme .fr-table-selector-active-selected a>svg{color:#0098f7}.gray-theme .fr-table-selector-inactive{opacity:0}.gray-theme .fr-view .fr-table-selection-hover{outline:2px solid #f6d146}.gray-theme .fr-view .fr-table-selected{outline:2px solid #0098f7}.gray-theme.fr-popup .fr-table-size{margin:20px}.gray-theme.fr-popup .fr-table-size .fr-select-table-size{line-height:0}.gray-theme.fr-popup .fr-table-size .fr-select-table-size>span{padding:0 4px 4px 0}.gray-theme.fr-popup .fr-table-size .fr-select-table-size>span>span{border:1px solid #ddd}.gray-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(0,151,167,.3);border:1px solid #0097a7}.gray-theme.fr-popup .fr-table-size .fr-select-table-size .new-line:after{clear:both;content:"";display:block;height:0}.gray-theme.fr-popup .fr-table-colors{padding:20px 20px 0}.gray-theme .fr-cell-properties-form,.gray-theme .fr-table-properties-form{background-color:#fff;border-radius:10px;padding:15px;width:360px}.gray-theme .fr-cell-properties-form .fr-cell-properties-section,.gray-theme .fr-cell-properties-form .fr-table-properties-section,.gray-theme .fr-table-properties-form .fr-cell-properties-section,.gray-theme .fr-table-properties-form .fr-table-properties-section{margin-bottom:12px}.gray-theme .fr-cell-properties-form .fr-cell-properties-section label,.gray-theme .fr-cell-properties-form .fr-table-properties-section label,.gray-theme .fr-table-properties-form .fr-cell-properties-section label,.gray-theme .fr-table-properties-form .fr-table-properties-section label{font-size:14px;margin-bottom:6px}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-input,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-input,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-input{border:1px solid #ccc;border-radius:2px 0 0 2px;font-size:14px;height:36px;padding:4px 12px}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input:focus,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-input:focus,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-input:focus,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-input:focus{border-color:#0098f7}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input.fr-disabled,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-input.fr-disabled,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-input.fr-disabled,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input::-webkit-input-placeholder,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-input::-webkit-input-placeholder,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-input::-webkit-input-placeholder,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-input::-webkit-input-placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input:-ms-input-placeholder,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-input:-ms-input-placeholder,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-input:-ms-input-placeholder,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-input:-ms-input-placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-input::placeholder,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-input::placeholder,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-input::placeholder,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-input::placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color{border:1px solid #ccc;border-radius:0 2px 2px 0;height:36px;padding:0;width:36px}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover{background-color:#e8e8e8}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview{border:1px solid #999;border-radius:2px;height:20px;width:20px}.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator,.gray-theme .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator{background:red}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container{margin-bottom:12px}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container label,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container label{font-size:14px}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input{border:1px solid #ccc;border-radius:2px;font-size:14px;padding:8px;width:90px}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus{border-color:#0098f7}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::-webkit-input-placeholder,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::-webkit-input-placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:-ms-input-placeholder,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:-ms-input-placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label{font-size:14px}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input{border:1px solid #ccc;border-radius:2px;font-size:14px;padding:8px;width:90px}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus{border-color:#0098f7}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled{background-color:#f5f5f5;border:1px solid #d1d1d1;color:#a9a9a9}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::-webkit-input-placeholder,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::-webkit-input-placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:-ms-input-placeholder,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:-ms-input-placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder,.gray-theme .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder{color:#aaa}.gray-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button,.gray-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button,.gray-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button,.gray-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button,.gray-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button,.gray-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button,.gray-theme .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button,.gray-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button{font-size:14px;font-weight:500;padding:8px 12px}.gray-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled,.gray-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled,.gray-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled,.gray-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled,.gray-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled,.gray-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled,.gray-theme .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled,.gray-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled{color:#a9a9a9}.gray-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button,.gray-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button,.gray-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button,.gray-theme .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button{border-radius:2px;color:#0098f7}.gray-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button,.gray-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button,.gray-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button,.gray-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button{background-color:#fff;border:1px solid #0098f7;border-radius:2px;color:#0098f7}.gray-theme .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button:hover,.gray-theme .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button:hover,.gray-theme .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button:hover,.gray-theme .fr-table-properties-form .fr-table-properties-buttons .fr-save-button:hover{background-color:#e8e8e8}.gray-theme .fr-cell-properties-form .fr-error,.gray-theme .fr-table-properties-form .fr-error{color:red}.gray-theme .fr-cell-properties-form input.fr-error,.gray-theme .fr-table-properties-form input.fr-error{border-color:red}.gray-theme .fr-table-bg-container .fr-input-line input[type=text],.gray-theme .fr-table-border-container .fr-input-line input[type=text],.gray-theme .fr-table-dimentions-container .fr-input-line input[type=text],.gray-theme .fr-table-style-container .fr-input-line input[type=text]{border-color:#ccc}.gray-theme .fr-table-bg-container .fr-input-line input+label,.gray-theme .fr-table-bg-container .fr-input-line input.fr-not-empty+label,.gray-theme .fr-table-border-container .fr-input-line input+label,.gray-theme .fr-table-border-container .fr-input-line input.fr-not-empty+label,.gray-theme .fr-table-dimentions-container .fr-input-line input+label,.gray-theme .fr-table-dimentions-container .fr-input-line input.fr-not-empty+label,.gray-theme .fr-table-style-container .fr-input-line input+label,.gray-theme .fr-table-style-container .fr-input-line input.fr-not-empty+label{font-weight:100}.gray-theme .fr-table-bg-container .fr-input-line #fr-table-border-style,.gray-theme .fr-table-border-container .fr-input-line #fr-table-border-style,.gray-theme .fr-table-dimentions-container .fr-input-line #fr-table-border-style,.gray-theme .fr-table-style-container .fr-input-line #fr-table-border-style{border-color:#ccc}.gray-theme .fr-table-bg-container .fr-input-line .fr-field-lable,.gray-theme .fr-table-border-container .fr-input-line .fr-field-lable,.gray-theme .fr-table-dimentions-container .fr-input-line .fr-field-lable,.gray-theme .fr-table-style-container .fr-input-line .fr-field-lable{background:#fff;color:dimgray;font-weight:100}.gray-theme .fr-table-bg-container .fr-input-line .fr-dropdown,.gray-theme .fr-table-border-container .fr-btn-table-border-bg-color,.gray-theme .fr-table-border-container .fr-input-line .fr-dropdown,.gray-theme .fr-table-dimentions-container .fr-btn-table-border-bg-color,.gray-theme .fr-table-dimentions-container .fr-input-line .fr-dropdown,.gray-theme .fr-table-dimentions-section .fr-btn-table-border-bg-color,.gray-theme .fr-table-style-container .fr-input-line .fr-dropdown{border:1px solid #ccc}.gray-theme .fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview,.gray-theme .fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview,.gray-theme .fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview{border:1px solid #999;border-radius:2px;height:20px;width:20px}.gray-theme .fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator,.gray-theme .fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator,.gray-theme .fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator{background:red}.gray-theme .fr-table-alignment-container{border:1px solid #ccc}.gray-theme .fr-table-drop-indicator{height:0;left:0;z-index:1000}.gray-theme .fr-table-drop-indicator .fr-table-drop-indicator-line{border:1px solid #0098f7}.gray-theme .fr-table-drop-indicator .fr-table-drop-indicator-line:before{border-color:transparent transparent transparent #0098f7;left:0}.gray-theme .fr-table-drop-indicator .fr-table-drop-indicator-line:after{border-color:transparent #0098f7 transparent transparent;right:0}.gray-theme #fr-form-container{margin:auto;overflow:auto}.gray-theme .fr-range-value-end>span:before,.gray-theme .fr-range-value-start>span:before{height:0;width:0}.gray-theme .fr-range-slider>input{left:0}.gray-theme .fr-range-slider>input::-moz-range-thumb{z-index:10}.gray-theme .fr-range-slider>input::-moz-range-track,.gray-theme .fr-range-slider>input:last-of-type::-moz-range-track{border:0}.gray-theme .fr-range-slider>input[type=range]::-moz-focus-outer{border:0}.gray-theme .fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme .fr-element .fr-video:after{bottom:0;left:0;right:0;top:0}.gray-theme .fr-element .fr-video>*{box-sizing:content-box}.gray-theme.fr-box .fr-video-resizer{border:1px solid #0097a7;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme.fr-box .fr-video-resizer .fr-handler{background:#0097a7;border:1px solid #fff;box-sizing:border-box;height:12px;width:12px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{bottom:-6px;left:-6px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{bottom:-6px;right:-6px}@media (min-width:1200px){.gray-theme.fr-box .fr-video-resizer .fr-handler{height:10px;width:10px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{bottom:-5px;left:-5px}.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{bottom:-5px;right:-5px}}.gray-theme.fr-popup .fr-video-upload-layer{border:2px dashed #b7bdc0;margin:20px;padding:25px 0}.gray-theme.fr-popup .fr-video-upload-layer:hover{background:#e8e8e8}.gray-theme.fr-popup .fr-video-upload-layer.fr-drop{background:#e8e8e8;border-color:#0097a7}.gray-theme.fr-popup .fr-video-upload-layer .fr-form{bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;right:0;top:0;z-index:2147483640}.gray-theme.fr-popup .fr-video-upload-layer .fr-form input{bottom:0;margin:0;right:0;top:0}.gray-theme.fr-popup .fr-video-progress-bar-layer>h3{margin:10px 0}.gray-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0e5}.gray-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{background:#0097a7;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.gray-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite;top:0}.gray-theme.fr-video-overlay{bottom:0;left:0;right:0;top:0;z-index:2147483640}.gray-theme .fr-view .fr-img-caption.fr-rounded img,.gray-theme .fr-view img.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.gray-theme .fr-view .fr-img-caption.fr-shadow img,.gray-theme .fr-view img.fr-shadow{box-shadow:10px 10px 5px 0 #ccc}.gray-theme .fr-view img.fr-bordered{box-sizing:content-box}.gray-theme .fr-view .fr-img-caption.fr-bordered img{box-sizing:border-box}.gray-theme .fr-view span[style~="color:"] a{color:inherit}.gray-theme .fr-view strong{font-weight:700}.gray-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.gray-theme .fr-view table td,.gray-theme .fr-view table th{border:1px solid #ddd}.gray-theme .fr-view table tfoot td,.gray-theme .fr-view table th{background:#ececec}.gray-theme .fr-view hr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme .fr-view[dir=rtl] blockquote{border-right:2px solid #5e35b1;margin-right:0;padding-left:0}.gray-theme .fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.gray-theme .fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.gray-theme .fr-view blockquote{border-left:2px solid #5e35b1;color:#5e35b1;margin-left:0}.gray-theme .fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.gray-theme .fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.gray-theme .fr-view span.fr-emoticon{line-height:0}.gray-theme .fr-view span.fr-emoticon.fr-emoticon-img{font-size:inherit}.gray-theme .fr-view .fr-text-bordered{padding:10px 0}.gray-theme .fr-view .fr-class-highlighted{background-color:#ff0}.gray-theme .fr-view .fr-class-code{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.gray-theme .fr-view img.fr-dib{margin:5px auto}.gray-theme .fr-view img.fr-dib.fr-fil{margin-left:0}.gray-theme .fr-view img.fr-dib.fr-fir{margin-right:0}.gray-theme .fr-view img.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.gray-theme .fr-view img.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.gray-theme .fr-view img.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.gray-theme .fr-view span.fr-img-caption.fr-dib{margin:5px auto}.gray-theme .fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0}.gray-theme .fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0}.gray-theme .fr-view span.fr-img-caption.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.gray-theme .fr-view span.fr-img-caption.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.gray-theme .fr-view span.fr-img-caption.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.gray-theme .fr-view .fr-video.fr-rv{height:0}.gray-theme .fr-view .fr-video.fr-rv>iframe,.gray-theme .fr-view .fr-video.fr-rv embed,.gray-theme .fr-view .fr-video.fr-rv object{left:0;top:0}.gray-theme .fr-view .fr-video>*{box-sizing:content-box}.gray-theme .fr-view a.fr-strong{font-weight:700}.gray-theme .fr-view .fr-img-caption .fr-img-wrap{margin:auto;padding:0}.gray-theme .fr-view .fr-img-caption .fr-img-wrap img{margin:auto}.gray-theme .fr-view .fr-img-caption .fr-img-wrap>span{box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";margin:auto;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9}.gray-theme .fr-view button.fr-rounded,.gray-theme .fr-view input.fr-rounded,.gray-theme .fr-view textarea.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.gray-theme a.fr-view.fr-strong{font-weight:700}.gray-theme img.fr-view.fr-dib{margin:5px auto}.gray-theme img.fr-view.fr-dib.fr-fil{margin-left:0}.gray-theme img.fr-view.fr-dib.fr-fir{margin-right:0}.gray-theme img.fr-view.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.gray-theme img.fr-view.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.gray-theme img.fr-view.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.gray-theme span.fr-img-caption.fr-view.fr-dib{margin:5px auto}.gray-theme span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0}.gray-theme span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0}.gray-theme span.fr-img-caption.fr-view.fr-dii{margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);min-width:10px}.gray-theme span.fr-img-caption.fr-view.fr-dii.fr-fil{margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.gray-theme span.fr-img-caption.fr-view.fr-dii.fr-fir{margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.gray-theme .fr-element .fr-embedly{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme .fr-element .fr-embedly:after{bottom:0;left:0;right:0;top:0}.gray-theme .fr-element .fr-embedly>*{box-sizing:content-box}.gray-theme.fr-box .fr-embedly-resizer{border:1px solid #0097a7;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme.fr-popup .fr-icon.fr-fa-icon{font-size:16px;margin:6px;padding:8px;width:18px}@supports not (-ms-high-contrast:none){.gray-theme.fr-popup .fr-icon-container.fr-fa-container{grid-template-columns:repeat(auto-fill,minmax(45px,45px))}}@media (-ms-high-contrast:none) and (min-width:768px),screen and (-ms-high-contrast:active) and (min-width:768px){.gray-theme.fr-popup .fr-icon-container.fr-fa-container{width:506px}}.gray-theme .tui-image-editor-container{bottom:0;left:0;right:0;top:0;z-index:10}.gray-theme .tui-editor-cancel-btn{background-color:#fff;border:1px solid #ccc}.gray-theme .tui-editor-save-btn{color:#fff}.gray-theme .examples-variante>a{font-family:Arial,Helvetica,sans-serif;font-size:14px}.gray-theme .sc-cm-holder>.sc-cm{border-top:5px solid #222!important}.gray-theme .sc-cm-holder>.sc-cm:before,.gray-theme .sc-cm__item_active>a,.gray-theme .sc-cm__item_active>a:hover,.gray-theme .sc-cm__item_dropdown:hover>a,.gray-theme .sc-cm a:active,.gray-theme .sc-cm a:focus,.gray-theme .sc-cm a:hover{background-color:#e8e8e8!important}.gray-theme .fr-tooltip{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11px;left:0;line-height:22px;-webkit-opacity:0;-moz-opacity:0;opacity:0;top:0;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme .fr-tooltip,.gray-theme .fr-tooltip.fr-visible{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.gray-theme .fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1}.gray-theme.fr-modal .fr-command.fr-btn,.gray-theme.fr-popup .fr-command.fr-btn,.gray-theme.fr-toolbar .fr-command.fr-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-sizing:border-box;color:#37474f;height:40px;margin:4px 2px;-moz-outline:0;padding:0;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0}.gray-theme.fr-modal .fr-command.fr-btn.fr-btn-hover,.gray-theme.fr-popup .fr-command.fr-btn.fr-btn-hover,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-btn-hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}.gray-theme.fr-modal .fr-command.fr-btn::-moz-focus-inner,.gray-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner,.gray-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner{border:0}.gray-theme.fr-modal .fr-command.fr-btn.fr-btn-text,.gray-theme.fr-popup .fr-command.fr-btn.fr-btn-text,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text{width:auto}.gray-theme.fr-modal .fr-command.fr-btn i,.gray-theme.fr-modal .fr-command.fr-btn svg,.gray-theme.fr-popup .fr-command.fr-btn i,.gray-theme.fr-popup .fr-command.fr-btn svg,.gray-theme.fr-toolbar .fr-command.fr-btn i,.gray-theme.fr-toolbar .fr-command.fr-btn svg{margin:8px 7px;width:24px}.gray-theme.fr-modal .fr-command.fr-btn svg.fr-svg,.gray-theme.fr-popup .fr-command.fr-btn svg.fr-svg,.gray-theme.fr-toolbar .fr-command.fr-btn svg.fr-svg{height:24px}.gray-theme.fr-modal .fr-command.fr-btn svg path,.gray-theme.fr-popup .fr-command.fr-btn svg path,.gray-theme.fr-toolbar .fr-command.fr-btn svg path{fill:#37474f;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.gray-theme.fr-modal .fr-command.fr-btn span.fr-sr-only,.gray-theme.fr-popup .fr-command.fr-btn span.fr-sr-only,.gray-theme.fr-toolbar .fr-command.fr-btn span.fr-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gray-theme.fr-modal .fr-command.fr-btn span,.gray-theme.fr-popup .fr-command.fr-btn span,.gray-theme.fr-toolbar .fr-command.fr-btn span{font-size:14px;height:17px;line-height:17px;min-width:30px;padding:0 4px}.gray-theme.fr-modal .fr-command.fr-btn img,.gray-theme.fr-popup .fr-command.fr-btn img,.gray-theme.fr-toolbar .fr-command.fr-btn img{margin:8px 7px;width:24px}.gray-theme.fr-modal .fr-command.fr-btn.fr-btn-active-popup,.gray-theme.fr-popup .fr-command.fr-btn.fr-btn-active-popup,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup{background:#dcdcdc}.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown i,.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown img,.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown span,.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown svg,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown img,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg{margin-left:3px;margin-right:11px}.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown:after,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown:after,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #37474f;height:0;right:2px;top:18px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;width:0}.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active{fill:#37474f;background:#dcdcdc;-webkit-transition:.5s ease;-moz-transition:.5s ease;-ms-transition:.5s ease;-o-transition:.5s ease}.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover{fill:#37474f;background:#e8e8e8}.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover:after{border-top-color:#37474f}.gray-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after,.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after{border-bottom:4px solid #37474f;border-top:0}.gray-theme.fr-modal .fr-command.fr-btn.fr-disabled,.gray-theme.fr-popup .fr-command.fr-btn.fr-disabled,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-disabled{color:#b7bdc0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.3;-moz-opacity:.3;opacity:.3}.gray-theme.fr-modal .fr-command.fr-btn.fr-disabled:after,.gray-theme.fr-popup .fr-command.fr-btn.fr-disabled:after,.gray-theme.fr-toolbar .fr-command.fr-btn.fr-disabled:after{border-top-color:#b7bdc0}.gray-theme.fr-modal .fr-tabs .fr-command.fr-btn,.gray-theme.fr-popup .fr-tabs .fr-command.fr-btn,.gray-theme.fr-toolbar .fr-tabs .fr-command.fr-btn{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;height:40px;margin:0;width:46px}.gray-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.gray-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.gray-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.gray-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.gray-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.gray-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab{background:#f5f5f5}.gray-theme.fr-modal .fr-tabs .fr-command.fr-btn span,.gray-theme.fr-popup .fr-tabs .fr-command.fr-btn span,.gray-theme.fr-toolbar .fr-tabs .fr-command.fr-btn span{height:27px}.gray-theme.fr-modal .fr-tabs .fr-command.fr-btn img,.gray-theme.fr-modal .fr-tabs .fr-command.fr-btn svg,.gray-theme.fr-popup .fr-tabs .fr-command.fr-btn img,.gray-theme.fr-popup .fr-tabs .fr-command.fr-btn svg,.gray-theme.fr-toolbar .fr-tabs .fr-command.fr-btn img,.gray-theme.fr-toolbar .fr-tabs .fr-command.fr-btn svg{height:24px;margin:8px 11px;width:24px}.gray-theme.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.gray-theme.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path{fill:#0097a7}.gray-theme.fr-modal.fr-disabled .fr-btn,.gray-theme.fr-modal.fr-disabled .fr-btn.fr-active,.gray-theme.fr-popup.fr-disabled .fr-btn,.gray-theme.fr-popup.fr-disabled .fr-btn.fr-active,.gray-theme.fr-toolbar.fr-disabled .fr-btn,.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-active{color:#b7bdc0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.3;-moz-opacity:.3;opacity:.3}.gray-theme.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.gray-theme.fr-modal.fr-disabled .fr-btn.fr-dropdown:after,.gray-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.gray-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown:after,.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown:after{border-top-color:#b7bdc0}.gray-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.gray-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.gray-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.gray-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.gray-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.gray-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px}.gray-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover,.gray-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,.gray-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,.gray-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,.gray-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,.gray-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0}.gray-theme.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden),.gray-theme.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden){display:inline-flex}.gray-theme.fr-desktop .fr-command.fr-btn-hover,.gray-theme.fr-desktop .fr-command.fr-expanded,.gray-theme.fr-desktop .fr-command:focus,.gray-theme.fr-desktop .fr-command:hover{color:#37474f;outline:0}.gray-theme.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.gray-theme.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell),.gray-theme.fr-desktop .fr-command:focus:not(.fr-table-cell),.gray-theme.fr-desktop .fr-command:hover:not(.fr-table-cell){background:#e8e8e8}.gray-theme.fr-desktop .fr-command.fr-btn-hover:after,.gray-theme.fr-desktop .fr-command.fr-expanded:after,.gray-theme.fr-desktop .fr-command:focus:after,.gray-theme.fr-desktop .fr-command:hover:after{border-top-color:#37474f}.gray-theme.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.gray-theme.fr-desktop .fr-command:active{background:#dcdcdc;color:#37474f}.gray-theme.fr-desktop .fr-command.fr-active.fr-btn-hover,.gray-theme.fr-desktop .fr-command.fr-active.fr-expanded,.gray-theme.fr-desktop .fr-command.fr-active:focus,.gray-theme.fr-desktop .fr-command.fr-active:hover{background:#e8e8e8}.gray-theme.fr-desktop .fr-command.fr-active:active,.gray-theme.fr-popup.fr-mobile .fr-command.fr-blink,.gray-theme.fr-toolbar.fr-mobile .fr-command.fr-blink{background:#dcdcdc}.gray-theme .fr-command.fr-btn.fr-options{margin-left:-5px;width:16px}.gray-theme .fr-command.fr-btn.fr-options.fr-btn-hover,.gray-theme .fr-command.fr-btn.fr-options:focus,.gray-theme .fr-command.fr-btn.fr-options:hover{border-left:1px solid #fafafa;-webkit-transition:border-left 0s,background-color .5s;-moz-transition:border-left 0s,background-color .5s;-ms-transition:border-left 0s,background-color .5s;-o-transition:border-left 0s,background-color .5s}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu{background:#f5f5f5;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;bottom:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);height:auto;right:auto}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{height:auto;max-height:275px;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{box-sizing:border-box;height:0;margin:0 auto auto;padding:0;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{margin:0;min-width:72px;padding:8px 0}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{font-size:15px;margin:0;padding:0}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;color:inherit;padding:0 20px}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg{height:24px;margin:3px 4px;width:24px}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path{fill:#37474f}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#dcdcdc}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:focus:not(.fr-table-cell),.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:hover:not(.fr-table-cell){outline:1px solid #0097a7}.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#b7bdc0}.gray-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.gray-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.gray-theme.fr-modal{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;color:#37474f;font-family:Arial,Helvetica,sans-serif;left:0;overflow-x:auto;right:0;top:0;z-index:2147483640}.gray-theme.fr-modal.fr-middle .fr-modal-wrapper{margin:0 auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.gray-theme.fr-modal .fr-modal-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#fff;border:0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);margin:20px auto;min-width:300px}@media (min-width:768px) and (max-width:991px){.gray-theme.fr-modal .fr-modal-wrapper{margin:30px auto}}@media (min-width:992px){.gray-theme.fr-modal .fr-modal-wrapper{margin:50px auto}}.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;border-bottom:1px solid #efefef;min-height:42px;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-ms-transition:all .2s ease 0s;-o-transition:all .2s ease 0s}.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line{height:56px;padding:0 10px}.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{margin:10px;right:0;top:0}.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:20px;font-weight:400;line-height:18px;margin:0;padding:19px 10px}.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body{min-height:150px;overflow-y:auto;padding-bottom:20px}.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#0097a7;height:36px;padding:10px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus,.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover{background:#e8e8e8;color:#0097a7}.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#dcdcdc;color:#0097a7}.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.gray-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#e8e8e8}.gray-theme.fr-overlay{background:#000;bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:0;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;right:0;top:0}.gray-theme.fr-popup{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-sizing:border-box;color:#37474f;font-family:Arial,Helvetica,sans-serif;margin-top:10px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme.fr-popup .fr-icon{font-size:20px;font-weight:400;padding:6px}.gray-theme.fr-popup .fr-icon-container{box-sizing:border-box;max-height:200px;overflow:auto;padding:20px}@supports not (-ms-high-contrast:none){.gray-theme.fr-popup .fr-icon-container{grid-template-columns:repeat(auto-fill,minmax(36px,36px))}}@media (min-width:768px){.gray-theme.fr-popup .fr-icon-container{min-width:276px}}@media (-ms-high-contrast:none) and (max-width:768px),screen and (-ms-high-contrast:active) and (max-width:768px){.gray-theme.fr-popup .fr-icon-container{width:236px}}.gray-theme.fr-popup .fr-input-focus{background:#ebebeb}.gray-theme.fr-popup.fr-above{border-top:0}.gray-theme.fr-popup .fr-input-line{padding:15px 0}.gray-theme.fr-popup .fr-input-line input[type=number],.gray-theme.fr-popup .fr-input-line input[type=text],.gray-theme.fr-popup .fr-input-line textarea{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;border:1px solid #999;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;color:#37474f;font-size:14px;margin-bottom:1px;padding:4px 12px;-webkit-transition:border .5s,padding .5s;-moz-transition:border .5s,padding .5s;-ms-transition:border .5s,padding .5s;-o-transition:border .5s,padding .5s}.gray-theme.fr-popup .fr-input-line input[type=number]:hover,.gray-theme.fr-popup .fr-input-line input[type=text]:hover,.gray-theme.fr-popup .fr-input-line textarea:hover{border:1px solid #515151}.gray-theme.fr-popup .fr-input-line input[type=number]:focus,.gray-theme.fr-popup .fr-input-line input[type=text]:focus,.gray-theme.fr-popup .fr-input-line textarea:focus{border:2px solid #0097a7;padding:3px 11px}.gray-theme.fr-popup .fr-input-line input[type=number],.gray-theme.fr-popup .fr-input-line input[type=text]{height:46px}.gray-theme.fr-popup .fr-input-line input+label,.gray-theme.fr-popup .fr-input-line textarea+label{background:#f5f5f5;font-size:14px;left:12px;padding:0;top:29px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.gray-theme.fr-popup .fr-input-line input.fr-not-empty+label,.gray-theme.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray;font-size:11px;left:4px;padding:0 4px;top:9px;width:auto}.gray-theme.fr-popup input,.gray-theme.fr-popup textarea{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.gray-theme.fr-popup .fr-buttons{line-height:0}.gray-theme.fr-popup .fr-buttons .fr-btn{margin-left:4px;margin-right:4px}.gray-theme.fr-popup .fr-buttons.fr-tabs{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#cfcfcf;border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0}@media (max-width:768px){.gray-theme.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll{width:276px}}.gray-theme.fr-popup .fr-buttons:not(.fr-tabs){padding:5px}.gray-theme.fr-popup .fr-layer{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;box-sizing:border-box;margin:20px;width:195px}@media (min-width:768px){.gray-theme.fr-popup .fr-layer{width:260px}}.gray-theme.fr-popup .fr-action-buttons{height:36px}.gray-theme.fr-popup .fr-action-buttons button.fr-command{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#0097a7;font-size:16px;height:36px;padding:10px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.gray-theme.fr-popup .fr-action-buttons button.fr-command:focus,.gray-theme.fr-popup .fr-action-buttons button.fr-command:hover{background:#e8e8e8;color:#0097a7}.gray-theme.fr-popup .fr-action-buttons button.fr-command:active{background:#dcdcdc;color:#0097a7}.gray-theme.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.gray-theme.fr-popup .fr-checkbox{box-sizing:content-box;height:18px;padding:10px;width:18px}.gray-theme.fr-popup .fr-checkbox svg{height:10px;margin-left:2px;margin-top:2px;width:10px}.gray-theme.fr-popup .fr-checkbox span{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;height:18px;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s;width:18px}.gray-theme.fr-popup .fr-checkbox input{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";height:18px;margin:0;-webkit-opacity:0;-moz-opacity:0;opacity:0;padding:0;width:18px}.gray-theme.fr-popup .fr-checkbox input:not(:checked)+span{border:2px solid #999}.gray-theme.fr-popup .fr-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.gray-theme.fr-popup .fr-checkbox input:not(:checked):focus+span,.gray-theme.fr-popup .fr-checkbox input:not(:checked):hover+span{border-color:#515151}.gray-theme.fr-popup .fr-checkbox input:checked+span{background:#0097a7;border:2px solid #0097a7}.gray-theme.fr-popup .fr-checkbox input:checked:active+span{background-color:#ecf5ff}.gray-theme.fr-popup .fr-checkbox input:checked:focus+span,.gray-theme.fr-popup .fr-checkbox input:checked:hover+span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:.8;-moz-opacity:.8;opacity:.8}.gray-theme.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.gray-theme.fr-popup .fr-checkbox-line label{margin:0 5px}.gray-theme.fr-popup.fr-rtl .fr-input-line input+label,.gray-theme.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.gray-theme .fr-text-edit-layer{box-sizing:border-box}.gray-theme.fr-toolbar{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-sizing:border-box;color:#37474f;font-family:Arial,Helvetica,sans-serif;padding-bottom:0;-webkit-transition:padding-bottom .5s;-moz-transition:padding-bottom .5s;-ms-transition:padding-bottom .5s;-o-transition:padding-bottom .5s;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.gray-theme.fr-toolbar:after{clear:both;content:"";display:block;height:0}.gray-theme.fr-toolbar .fr-newline{background:#efefef;height:1px;margin-left:9px;margin-right:9px;-webkit-transition:height .5s;-moz-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s}.gray-theme.fr-toolbar.fr-toolbar-open .fr-newline{height:0}.gray-theme.fr-toolbar .fr-more-toolbar{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#cfcfcf;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-sizing:border-box;height:0;-webkit-transition:height .5s;-moz-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s}.gray-theme.fr-toolbar .fr-more-toolbar.fr-expanded{height:48px}.gray-theme.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn{margin-left:4px;margin-right:4px}.gray-theme.fr-toolbar .fr-btn-grp{margin:0 17px 0 12px}@media (max-width:768px){.gray-theme.fr-toolbar .fr-btn-grp{margin:0 7px 0 6px}}.gray-theme.fr-toolbar .fr-command.fr-btn.fr-open{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;margin-bottom:-1px;margin-top:10px}.gray-theme.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active){background:#cfcfcf}.gray-theme.fr-toolbar.fr-inline{border:0;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);z-index:2147483630}.gray-theme.fr-toolbar.fr-inline.fr-above{border-top:0}.gray-theme.fr-toolbar.fr-inline .fr-newline{height:0}.gray-theme.fr-toolbar.fr-top{border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;top:0}.gray-theme.fr-toolbar.fr-bottom,.gray-theme.fr-toolbar.fr-top{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.gray-theme.fr-toolbar.fr-bottom{border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;border-top:0;bottom:0;padding-bottom:0}.gray-theme.fr-toolbar.fr-bottom .fr-newline{padding-top:0;-webkit-transition:padding-top .5s;-moz-transition:padding-top .5s;-ms-transition:padding-top .5s;-o-transition:padding-top .5s}.gray-theme.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline{background:#fff;padding-top:48px}.gray-theme.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;margin-bottom:10px;margin-top:-1px}.gray-theme.fr-toolbar.fr-sticky-on{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.gray-theme .fr-separator{background:#ebebeb}.gray-theme .fr-separator.fr-vs{height:32px;margin:8px 4px;width:1px}.gray-theme .fr-separator.fr-hs{height:1px;margin:0 4px;width:calc(100% - 8px)}.gray-theme .fr-second-toolbar{background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;border-top:0}.gray-theme .fr-second-toolbar:after{clear:both;content:"";display:block;height:0}.gray-theme #fr-logo>span{color:#b1b2b7;font-size:12px;font-weight:500;padding:11px 5px 10px 15px;-webkit-transition:color .3s;-moz-transition:color .3s;-ms-transition:color .3s;-o-transition:color .3s}.gray-theme #fr-logo>svg{height:20px;margin:7px 0;width:47px}.gray-theme #fr-logo>svg *{-webkit-transition:fill .3s;-moz-transition:fill .3s;-ms-transition:fill .3s;-o-transition:fill .3s}.gray-theme #fr-logo:focus>span,.gray-theme #fr-logo:hover>span{color:#0097a7}.gray-theme #fr-logo:focus>svg .fr-logo,.gray-theme #fr-logo:hover>svg .fr-logo{fill:#0097a7}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--clients-midnight:#041836;--clients-emerald:#007f32;--clients-emerald-light:#00a651;--clients-light-gray:#f4f6fb;--clients-border:#e0e0e0;--clients-text-muted:#6b7280;--clients-soft-blue:#3b82f6}.clients-page{background:#f4f6fb;background:var(--clients-light-gray);min-height:calc(100vh - 120px);padding:15px}.clients-page__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.clients-page__breadcrumb{color:#6b7280;color:var(--clients-text-muted);font-size:13px;margin:0}.clients-page__header h1{color:#041836;color:var(--clients-midnight);font-size:28px;margin:6px 0 0}.clients-page__actions{align-items:center;display:flex;gap:10px}.clients-stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.clients-stat-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(4,24,54,.08);padding:20px}.clients-stat-card .stat-icon{align-items:center;border-radius:12px;color:#041836;color:var(--clients-midnight);display:flex;font-size:18px;height:48px;justify-content:center;margin-bottom:16px;width:48px}.clients-stat-card .stat-icon.green{background:rgba(0,127,50,.1);color:#007f32;color:var(--clients-emerald)}.clients-stat-card .stat-icon.blue{background:rgba(59,130,246,.12);color:#3b82f6;color:var(--clients-soft-blue)}.clients-stat-card .stat-icon.yellow{background:rgba(245,158,11,.12);color:#f59e0b}.clients-stat-card .stat-icon.purple{background:rgba(139,92,246,.12);color:#8b5cf6}.clients-stat-card .stat-value{color:#041836;color:var(--clients-midnight);font-size:30px;font-weight:700;margin-bottom:4px}.clients-stat-card .stat-label{color:#6b7280;color:var(--clients-text-muted);font-size:14px}.stat-change{font-size:12px;margin-top:10px}.stat-change.positive{color:#007f32;color:var(--clients-emerald)}.stat-change.negative{color:#dc2626}.clients-filters-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(4,24,54,.05);margin-bottom:24px;padding:20px}.filters-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.filter-group{flex:1 1;min-width:200px}.filter-group label{color:#6b7280;color:var(--clients-text-muted);display:block;font-size:12px;font-weight:600;margin-bottom:6px;text-transform:uppercase}.filter-group input,.filter-group select{background:#fff;border:1px solid #e0e0e0;border:1px solid var(--clients-border);border-radius:10px;font-size:14px;padding:10px 14px;transition:border .2s,box-shadow .2s;width:100%}.filter-group input:focus,.filter-group select:focus{border-color:#007f32;border-color:var(--clients-emerald);box-shadow:0 0 0 3px rgba(0,127,50,.15);outline:none}.filter-actions{display:flex;flex-wrap:wrap;gap:12px}.clients-table-card{background:#fff;border-radius:16px;box-shadow:0 15px 40px rgba(4,24,54,.08)}.clients-table-header{align-items:center;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--clients-border);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:20px}.clients-table-header h3{color:#041836;color:var(--clients-midnight);font-size:18px;margin:0}.clients-table-header p{color:#6b7280;color:var(--clients-text-muted);font-size:14px;margin:4px 0 0}.clients-table-wrapper{padding:0 20px 20px}.client-cell{gap:12px}.client-avatar,.client-cell{align-items:center;display:flex}.client-avatar{background:linear-gradient(135deg,#007f32,#00a651);background:linear-gradient(135deg,var(--clients-emerald),var(--clients-emerald-light));border-radius:50%;color:#fff;font-size:14px;font-weight:600;height:40px;justify-content:center;width:40px}.client-name{color:#041836;color:var(--clients-midnight);font-weight:600}.client-email{color:#6b7280;color:var(--clients-text-muted);font-size:13px}.client-advisor{display:flex;flex-direction:column;gap:4px}.advisor-name{color:#041836;color:var(--clients-midnight);font-weight:600}.advisor-email{color:#6b7280;color:var(--clients-text-muted);font-size:12px}.advisor-unassigned{color:#dc2626;font-size:13px}.pa-btn{gap:8px;padding:10px 18px;transition:box-shadow .15s ease,-webkit-transform .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease}.pa-btn-sm{padding:8px 14px}.pa-btn-primary{background:linear-gradient(135deg,var(--clients-emerald),var(--clients-emerald-light));box-shadow:0 8px 20px rgba(0,127,50,.25)}.pa-btn-outline{background:#fff;border:1px solid #e0e0e0;border:1px solid var(--clients-border);color:var(--clients-midnight)}.pa-btn-link{background:transparent;box-shadow:none;color:#007f32;color:var(--clients-emerald);padding:0}.pa-badge-success{background:rgba(0,127,50,.12);color:var(--clients-emerald)}.pa-badge-danger{background:rgba(220,38,38,.12);color:#dc2626}.pa-badge-warning{background:rgba(245,158,11,.12);color:#f59e0b}.pa-badge-secondary{background:rgba(4,24,54,.08);color:#041836;color:var(--clients-midnight)}.muted-placeholder{color:#6b7280;color:var(--clients-text-muted);font-size:13px;text-align:center}@media (max-width:768px){.clients-page{padding:12px}.clients-page__header{align-items:flex-start;flex-direction:column}.filters-row{flex-direction:column}.filter-group{width:100%}.filter-actions{justify-content:flex-start;width:100%}}._3ybTi{border:2px solid #000;font-size:2em;margin:2em;padding:.5em;text-align:center}.sun-editor{background-color:#fff;border:1px solid #dadada;box-sizing:border-box;color:#000;font-family:Helvetica Neue;height:auto;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:auto}.sun-editor *{-webkit-user-drag:none;box-sizing:border-box;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{border:0;padding:0;resize:none}.sun-editor button{background-color:transparent;border:0;cursor:pointer;outline:none;touch-action:manipulation}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sun-editor button *{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;pointer-events:none}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;display:block;float:none;height:16px;margin:auto;text-align:center;width:16px}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{height:10px;width:10px}.sun-editor .se-btn-select>svg{float:right;height:10px;width:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;height:16px;margin:-1px 10px 0 0;vertical-align:middle;width:16px}.sun-editor .se-line-breaker>button>svg{height:24px;width:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-font-feature-settings:normal;font-feature-settings:normal;text-rendering:auto;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid transparent;display:block;height:0;position:absolute;width:0}.sun-editor .se-arrow.se-arrow-up{border-bottom-color:#dadada;border-top-width:0;left:20px;margin-left:-11px;top:-11px}.sun-editor .se-arrow.se-arrow-up:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-bottom-width:0;border-top-color:#dadada;left:0;margin-left:-11px;top:0}.sun-editor .se-arrow.se-arrow-down:after{border-bottom-width:0;border-top-color:#fff;content:" ";margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{height:100%;position:relative;width:100%}.sun-editor button{color:#000}.sun-editor .se-btn{border:0;border-radius:4px;float:left;font-size:12px;height:34px;line-height:27px;margin:1px!important;padding:0;width:34px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{background-color:#c7deff;border:1px solid #80bdff;border-radius:4px;color:#000}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{background-color:#80bdff;border-color:#3f9dff;color:#000;outline:0 none}.sun-editor .se-btn-primary:active{background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff;color:#fff}.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{background-color:inherit;color:#bdbdbd;cursor:not-allowed}.sun-editor .se-loading-box{background-color:#fff;display:none;filter:alpha(opacity=70);height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid transparent;border-top:2px solid #07d;display:block;height:25px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:25px}.sun-editor .se-line-breaker{border-top:1px solid #3288ff;cursor:text;display:none;height:1px;position:absolute;width:100%;z-index:7}.sun-editor .se-line-breaker>button.se-btn{background-color:#fff;border:1px solid #0c2240;cursor:pointer;display:inline-block;float:none;height:30px;left:-50%;opacity:.6;position:relative;top:-15px;width:30px}.sun-editor .se-line-breaker>button.se-btn:hover{background-color:#fff;border-color:#041b39;opacity:.9}.sun-editor .se-line-breaker-component{background-color:#fff;border:1px solid #0c2240;border-radius:4px;cursor:pointer;display:none;height:24px;opacity:.6;position:absolute;width:24px;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{background-color:#fafafa;display:block;height:auto;margin:0;outline:1px solid #dadada;overflow:visible;padding:0;position:relative;width:100%;z-index:5}.sun-editor .se-toolbar-shadow{background-color:transparent!important;border:none!important;display:block!important;height:0!important;margin:0!important;outline:none!important;padding:0!important;z-index:0!important}.sun-editor .se-toolbar-cover{background-color:#fefefe;cursor:not-allowed;display:none;filter:alpha(opacity=50);font-size:36px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;margin:0;vertical-align:top;width:0}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;position:absolute}.sun-editor .se-toolbar.se-toolbar-balloon{width:auto;z-index:2147483647}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:transparent;display:block;height:0;margin:0;padding:0;width:100%}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;height:auto;padding:4px 3px 0;width:100%}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{padding:0 4px;width:auto}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{background-color:#d1d1d1;border-color:#c1c1c1;color:#000;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{background-color:#d1d1d1;border-color:#c1c1c1;color:#333;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{background-color:#c1c1c1;border-color:#b1b1b1;color:#000;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{display:flex;padding:4px 6px;width:auto}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{height:auto;margin:0;padding:4px 3px 0;position:relative;width:100%}.sun-editor .se-menu-tray{height:0;left:0;position:absolute;top:0;width:100%}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;height:auto;left:0;outline:0 none;padding:6px 0;position:absolute;top:0;z-index:5}.sun-editor .se-list-layer .se-list-inner{margin:0;overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial;overflow:visible;padding:0}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{padding:0;width:100%}.sun-editor .se-list-inner li>button{min-width:100%;width:-webkit-max-content;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;font-size:12px;height:auto;line-height:normal;min-height:32px;padding:0 14px;text-align:left;text-decoration:none;text-indent:0;width:100%}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-bottom:1px dotted #b1b1b1;border-top:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{max-height:300px;min-width:140px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px;width:125px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{background-color:transparent;border-color:#b1b1b1;border-left:5px #b1b1b1;border-style:solid;color:#999;font-size:13px;height:22px;line-height:1.5;margin:0;padding:0 0 0 7px}.sun-editor .se-list-layer.se-list-format ul pre{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;color:#666;font-size:13px;margin:0;padding:4px 11px}.sun-editor .se-selector-table{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:1px;list-style:none;margin:2px 0 0;padding:5px 0;position:absolute;text-align:left;top:34px;z-index:5}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{cursor:pointer;font-size:18px;height:10em;position:absolute!important;width:10em;z-index:3}.sun-editor .se-selector-table .se-table-size-highlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat;font-size:18px;height:1em;position:absolute!important;width:1em;z-index:2}.sun-editor .se-selector-table .se-table-size-unhighlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;font-size:18px;height:10em;position:relative!important;width:10em;z-index:1}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;height:auto;margin:auto;max-width:270px;padding:0;width:-webkit-max-content;width:max-content}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{height:100%;padding:0;width:100%}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;margin:0;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;display:block;height:30px;text-indent:-9999px;width:30px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;height:auto;min-height:40px;padding:4px;width:100%}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;display:inline-block;flex:auto;font-size:12px;height:33px;margin:1px 0;padding:0;width:auto}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;height:34px;margin:0 2px!important;width:34px}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-form-group-label{height:auto;padding:0 4px;width:100%}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;height:33px;width:auto}.sun-editor .se-submenu .se-form-group .se-color-input{border:none;border-bottom:2px solid #b1b1b1;outline:none;text-transform:uppercase;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{height:auto;overflow:hidden;position:relative!important;width:100%;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;height:100%;min-height:65px;overflow-x:auto;overflow-y:auto;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;margin:0;padding:4px;resize:none!important;word-break:break-all}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#b1b1b1;display:none;font-size:13px;left:0;line-height:1.5;margin-left:0;margin-right:0;margin-top:0;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:16px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.sun-editor .se-resizing-bar{background-color:#fafafa;border-top:1px solid #dadada;cursor:ns-resize;display:flex;height:auto;min-height:16px;padding:0 4px;width:auto}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{background:transparent;color:#666;flex:auto;font-size:10px;height:auto;line-height:1.5;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper{background:transparent;color:#999;display:block;flex:none;font-size:13px;height:auto;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{-webkit-animation:blinker .2s linear infinite;animation:blinker .2s linear infinite;color:#b94a48}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:1.75rem auto;max-width:500px;outline:0;position:relative;width:auto}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0 0 10px!important;padding:6px 12px;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;line-height:2.5;margin:0;padding:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-bottom:0;margin-top:10px}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;text-align:center;width:25px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0;text-align:right}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{border:1px solid #ccc;flex:auto;opacity:.8}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{height:8px;width:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;font-size:14px;height:34px;line-height:1.42857143;padding:0 4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:4px;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;height:25px;width:100%}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{border:1px solid #ccc;direction:ltr;font-size:13px;height:14em;padding:4px;resize:vertical}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{height:28px;margin-left:1em;width:6em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{box-shadow:0 0 0 .1rem #c7deff;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{background-color:transparent;color:#666;display:block;font-family:inherit;font-size:13px;font-weight:400;height:auto;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre;word-break:break-all}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{display:flex;margin-top:4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{color:#4592ff;display:none;flex:unset;line-height:1.5}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:rgba(0,0,0,.25)}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.25);border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);display:none;letter-spacing:normal;line-break:auto;overflow:visible;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:6}.sun-editor .se-controller .se-btn-group{display:flex;left:0;padding:2px;position:relative;top:0;vertical-align:middle}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{display:none;left:50%;min-width:auto;width:-webkit-max-content;width:max-content}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{border:none;border-radius:4px;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;margin:1px;min-height:34px;padding:5px 10px;position:relative;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;margin:0;padding:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;margin-top:-50px!important;padding:0}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:transparent;display:none;outline:1px solid #3f9dff;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{background-color:#3f9dff;display:inline-block;opacity:.3;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;height:7px;position:absolute;width:7px}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;left:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;right:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;cursor:sw-resize;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{bottom:-5px;cursor:se-resize;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{bottom:50%;cursor:w-resize;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;left:50%;top:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.rw{bottom:50%;cursor:e-resize;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{bottom:-7px;cursor:s-resize;right:50%}.sun-editor .se-resizing-container .se-resize-display{background-color:#333;border-radius:4px;bottom:0;color:#fff;font-size:12px;margin:5px;padding:5px;position:absolute;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;padding:0}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;display:inline-block;margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;left:0;margin:0;max-width:100%;outline:0 none;padding:0;position:absolute;top:0;width:auto}.sun-editor .se-select-list .se-select-item{cursor:pointer;font-size:13px;line-height:28px;margin:2px 0;min-height:28px;padding:0 5px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:20px auto;max-width:100%;outline:0;position:relative;width:960px}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{height:12px;width:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;line-height:2.2;margin:0;padding:0}.sun-editor .se-file-browser .se-file-browser-tags{display:block;margin:0 -15px;padding:0;text-align:left;width:100%}.sun-editor .se-file-browser .se-file-browser-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;color:#333;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;overflow-y:auto;padding:20px;position:relative}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{display:block;float:left;height:auto;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{margin:0 10px;width:calc(25% - 20px)}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{border-radius:4px;cursor:pointer;display:block;height:auto;margin:10px 0;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{box-shadow:0 0 0 .2rem #3288ff;opacity:.8}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;display:block;height:auto;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{background-color:transparent;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;color:#fff;font-size:13px;height:30px;left:0;padding:5px 10px;position:absolute;width:100%;z-index:1}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;display:none;font-size:13px;height:auto;margin:0;padding:15px;position:absolute;top:0;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%;word-break:break-all;z-index:7}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{overflow:visible;position:relative}.sun-editor .se-tooltip .se-tooltip-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:transparent;bottom:auto;display:block;float:none;left:50%;line-height:1.5;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:120%;transition:opacity .5s;visibility:hidden;width:auto;z-index:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{background-color:#333;border-radius:2px;color:#fff;cursor:auto;display:inline-block;font-size:.9em;left:-50%;line-height:unset;margin:0;padding:4px 6px;position:relative;text-align:center;white-space:nowrap;width:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{border:5px solid transparent;border-bottom-color:#333;bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.sun-editor .se-tooltip:hover .se-tooltip-inner{opacity:1;visibility:visible}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{direction:rtl;flex:auto;text-align:right}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}@keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}.sun-editor-editable{word-wrap:break-word;background-color:#fff;color:#333;font-family:Helvetica Neue;font-size:13px;line-height:1.5;margin:0;padding:16px;word-break:normal}.sun-editor-editable *{box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable .__se__float-left{float:left}.sun-editor-editable .__se__float-right{float:right}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable span{display:inline;margin:0;padding:0;vertical-align:baseline}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{color:#0093ff;cursor:pointer;text-decoration:underline}.sun-editor-editable a.on{background-color:#e8f7ff;color:#0093ff}.sun-editor-editable pre{word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;color:#666;display:block;font-family:monospace;line-height:1.45;margin:0 0 10px;overflow:visible;padding:8px;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;list-style-position:outside;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;margin-bottom:5px;text-align:-webkit-match-parent}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;border:solid #b1b1b1;border-width:0 0 0 5px;color:#999;display:block;font-family:inherit;font-size:inherit;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding:0 5px 0 20px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{-webkit-margin-before:.83em;-webkit-margin-after:.83em;font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{-webkit-margin-before:1em;-webkit-margin-after:1em;font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{-webkit-margin-before:1.33em;-webkit-margin-after:1.33em;font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{-webkit-margin-before:1.67em;-webkit-margin-after:1.67em;font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{-webkit-margin-before:2.33em;-webkit-margin-after:2.33em;font-size:.67em;margin-block-end:2.33em;margin-block-start:2.33em}.sun-editor-editable hr{border-color:#000;border-image:none;border-image:initial;border-width:1px 0 0;display:flex;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{background-color:transparent;border:1px solid #ccc;border-collapse:collapse;border-spacing:0;display:table;margin:0 0 10px;max-width:100%;table-layout:auto!important;width:100%}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;margin:0 0 10px;padding:1px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;height:auto;margin:0;max-width:100%;padding:0;width:auto}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{background:transparent;bottom:0;content:"";cursor:default;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{height:auto;max-width:100%;width:auto}.sun-editor-editable figure{display:block;margin:0;outline:none;padding:0}.sun-editor-editable figure figcaption{background-color:#f9f9f9;margin:0;outline:none;padding:1em .5em}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{margin:1px;outline:1px solid #4592ff;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;height:100%;left:0;outline:1px solid #9e9e9e;position:absolute;top:0;width:100%}.sun-editor-editable .se-video-container figure{left:0;max-width:100%;width:100%}.sun-editor-editable audio{height:54px;width:300px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-bottom:1px solid #b1b1b1;border-top:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{-webkit-animation:neonFlicker 1.5s infinite alternate;animation:neonFlicker 1.5s infinite alternate;background:#000;border:2px solid #fff;border-radius:6px;color:#fff;font-style:italic;font-weight:200;padding:6px 4px;text-transform:uppercase}@-webkit-keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{background-color:rgba(27,31,35,.05);border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}:root{--pa-emerald-green-dark:#006428;--pa-deep-purple:#8b5cf6}.packages-page{color:#041836;color:var(--pa-midnight-navy);font-family:Poppins,Inter,sans-serif}.packages-page .page-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.packages-page .page-header h1{font-size:28px;font-weight:700;margin-bottom:6px}.packages-page .page-header p{color:#6b7280;color:var(--pa-text-gray);margin:0}.packages-page .page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.packages-page .search-field{min-width:220px;position:relative}.packages-page .search-field input{border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:10px 14px 10px 38px;width:100%}.packages-page .search-field:before{content:"🔍";font-size:13px;left:12px;opacity:.6;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.packages-page .stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.packages-page .stat-card{background:#fff;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.08);padding:18px 20px}.packages-page .stat-card .label{color:#6b7280;color:var(--pa-text-gray);font-size:13px;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.packages-page .stat-card .value{font-size:30px;font-weight:700}.packages-page .stats-accent-green{color:#007f32;color:var(--pa-emerald-green)}.packages-page .stats-accent-blue{color:#3b82f6;color:var(--pa-soft-blue)}.packages-page .stats-accent-yellow{color:#f59e0b;color:var(--pa-warning-yellow)}.packages-page .filters-panel{background:#fff;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.05);margin-bottom:24px;padding:16px 20px}.packages-page .filters-row{display:flex;flex-wrap:wrap;gap:14px}.packages-page .filter-field{flex:1 1;min-width:180px}.packages-page .filter-field label{color:#6b7280;color:var(--pa-text-gray);display:block;font-size:12px;font-weight:600;margin-bottom:6px;text-transform:uppercase}.packages-page .filter-field input,.packages-page .filter-field select{border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:10px 12px;width:100%}.packages-page .plans-container{background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(4,24,54,.08)}.packages-page .plans-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:18px 24px}.packages-page .plans-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:24px}.packages-page .plan-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;display:flex;flex-direction:column;min-height:100%;overflow:hidden;transition:border-color .2s,box-shadow .2s}.packages-page .plan-card:hover{border-color:#007f32;border-color:var(--pa-emerald-green);box-shadow:0 12px 30px rgba(0,127,50,.15)}.packages-page .plan-card.featured{border-color:#007f32;border-color:var(--pa-emerald-green);position:relative}.packages-page .plan-card.featured:after{background:#007f32;background:var(--pa-emerald-green);color:#fff;content:"Default Plan";font-size:11px;font-weight:600;padding:4px 48px;position:absolute;right:-38px;top:18px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.packages-page .plan-card.inactive{opacity:.75}.packages-page .plan-card .plan-header{background:linear-gradient(135deg,rgba(0,127,50,.04),rgba(0,166,81,.1));border-bottom:1px solid #e5e7eb;padding:24px 20px 20px;text-align:center}.packages-page .plan-type-badge{align-items:center;background:#007f32;background:var(--pa-emerald-green);border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:600;justify-content:center;letter-spacing:.05em;margin-bottom:12px;padding:4px 14px}.packages-page .plan-type-badge.custom{background:#8b5cf6;background:var(--pa-deep-purple)}.packages-page .plan-body{display:flex;flex-direction:column;gap:16px;padding:20px 22px 24px}.packages-page .plan-description{color:#6b7280;color:var(--pa-text-gray);font-size:13px;min-height:48px}.packages-page .plan-stats{background:#f8fafc;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.packages-page .plan-stat .value{font-size:18px;font-weight:700}.packages-page .plan-stat .label{color:#6b7280;color:var(--pa-text-gray);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.packages-page .plan-status{align-items:center;display:flex;justify-content:space-between}.packages-page .status-toggle{align-items:center;display:flex;gap:10px}.packages-page .toggle-switch{height:24px;position:relative;width:46px}.packages-page .toggle-switch input{height:0;opacity:0;width:0}.packages-page .toggle-slider{background-color:#d1d5db;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.packages-page .toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 6px rgba(0,0,0,.2);content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.packages-page .toggle-switch input:checked+.toggle-slider{background-color:#007f32;background-color:var(--pa-emerald-green)}.packages-page .toggle-switch input:checked+.toggle-slider:before{-webkit-transform:translateX(20px);transform:translateX(20px)}.packages-page .plan-actions{display:flex;flex-wrap:wrap;gap:10px}.packages-page .plan-actions .pa-btn{flex-basis:calc(50% - 10px);flex-grow:1;flex-shrink:1}.pa-btn{justify-content:center;transition:box-shadow .1s,-webkit-transform .1s;transition:transform .1s,box-shadow .1s;transition:transform .1s,box-shadow .1s,-webkit-transform .1s}.pa-btn-primary{background:linear-gradient(135deg,#007f32,#006428);background:linear-gradient(135deg,var(--pa-emerald-green) 0,var(--pa-emerald-green-dark) 100%)}.pa-btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.packages-page .plan-builder-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(0,2.2fr) minmax(280px,1fr)}.packages-page .plan-form-panel,.packages-page .plan-preview-panel{background:#fff;border-radius:16px;box-shadow:0 12px 32px rgba(4,24,54,.08);padding:24px}.packages-page .section-heading{margin-bottom:18px}.packages-page .section-heading h4{font-size:18px;margin-bottom:4px}.packages-page .section-heading p{color:#6b7280;color:var(--pa-text-gray);margin:0}.packages-page .form-split{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.packages-page .feature-input-row{align-items:center;display:flex;gap:10px}.packages-page .feature-input-row input{flex:1 1}.packages-page .feature-actions{margin-top:12px}.packages-page .plan-preview-card{display:flex;flex-direction:column;gap:20px;position:-webkit-sticky;position:sticky;top:80px}.packages-page .plan-preview-card .plan-card{box-shadow:none}.packages-page .builder-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.packages-page .empty-state{color:#6b7280;color:var(--pa-text-gray);padding:48px 20px;text-align:center}.packages-page .toggle-inline{align-items:center;display:flex;gap:10px}@media (max-width:992px){.packages-page .plan-builder-grid{grid-template-columns:1fr}}@media (max-width:768px){.packages-page .plans-grid{grid-template-columns:1fr}.packages-page .filters-row{flex-direction:column}}:root{--pa-midnight-navy:#041836;--pa-light-green:#00a651;--pa-light-gray:#f4f6fb;--pa-text-gray:#6b7280;--pa-soft-blue:#3b82f6;--pa-warning-yellow:#f59e0b;--pa-danger:#dc2626}.billing-page{color:#041836;color:var(--pa-midnight-navy);font-family:Poppins,Inter,sans-serif}.billing-page .page-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.billing-page .page-header h1{font-size:28px;font-weight:700;margin-bottom:4px}.billing-page .page-header p{color:#6b7280;color:var(--pa-text-gray);margin:0}.billing-page .header-actions{align-items:center;display:flex;gap:12px}.billing-page .cards-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-bottom:24px}.billing-page .metric-card{background:#fff;border-radius:14px;box-shadow:0 8px 20px rgba(4,24,54,.08);padding:18px 20px}.billing-page .metric-card.highlight{background:linear-gradient(135deg,#007f32,#00a651);background:linear-gradient(135deg,var(--pa-emerald-green) 0,var(--pa-light-green) 100%);box-shadow:0 12px 30px rgba(0,127,50,.3);color:#fff}.billing-page .metric-card .label{color:#6b7280;color:var(--pa-text-gray);font-size:12px;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.billing-page .metric-card.highlight .label{color:hsla(0,0%,100%,.8)}.billing-page .metric-card .value{font-size:30px;font-weight:700;margin-bottom:6px}.billing-page .metric-card.highlight .value{color:#fff}.billing-page .metric-card .change{align-items:center;display:flex;font-size:13px;gap:6px}.billing-page .metric-card .sub-values{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:14px;padding-top:12px}.billing-page .metric-card.highlight .sub-values{border-top-color:hsla(0,0%,100%,.25)}.billing-page .filters-panel{background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(4,24,54,.08);margin-bottom:24px;overflow:hidden}.billing-page .filters-row{border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;padding:20px 24px}.billing-page .filter-group{flex:1 1;min-width:180px}.billing-page .filter-group label{color:#6b7280;color:var(--pa-text-gray);display:block;font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.billing-page .filter-group input,.billing-page .filter-group select{border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:10px 14px;width:100%}.billing-page .filters-actions{align-items:center;display:flex;gap:10px}.billing-page .table-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(4,24,54,.08);overflow:hidden}.billing-page .table-header{padding:18px 24px 0}.billing-page .table-wrapper{overflow-x:auto}.billing-page table{border-collapse:collapse;min-width:800px;width:100%}.billing-page thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;color:var(--pa-text-gray);font-size:12px;letter-spacing:.05em;padding:12px 20px;text-align:left;text-transform:uppercase}.billing-page tbody td{border-bottom:1px solid #f3f4f6;font-size:14px;padding:14px 20px}.billing-page tbody tr:hover{background:rgba(0,127,50,.03)}.billing-page .advisor-cell{align-items:center;display:flex;gap:12px}.billing-page .avatar{align-items:center;background:linear-gradient(135deg,#007f32,#00a651);background:linear-gradient(135deg,var(--pa-emerald-green) 0,var(--pa-light-green) 100%);border-radius:50%;color:#fff;display:inline-flex;font-size:13px;font-weight:600;height:36px;justify-content:center;width:36px}.billing-page .advisor-info .name{color:#041836;color:var(--pa-midnight-navy);font-weight:600}.billing-page .advisor-info .sub{color:#6b7280;color:var(--pa-text-gray);font-size:12px}.billing-page .method-badge{align-items:center;background:#f3f4f6;border-radius:999px;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:4px 10px}.billing-page .method-badge.stripe{background:#e0e7ff;color:#4338ca}.billing-page .method-badge.manual{background:#fef3c7;color:#d97706}.billing-page .badge{border-radius:999px;font-size:12px;font-weight:600;padding:4px 12px}.billing-page .badge.success{background:rgba(0,127,50,.15);color:#007f32;color:var(--pa-emerald-green)}.billing-page .badge.warning{background:rgba(245,158,11,.15);color:#d97706}.billing-page .badge.danger{background:rgba(220,38,38,.15);color:#dc2626}.billing-page .badge.info{background:rgba(59,130,246,.15);color:#2563eb}.billing-page .table-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:16px 24px}.billing-page .pagination{display:flex;gap:6px}.billing-page .page-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;padding:6px 12px}.billing-page .page-btn.active{background:#007f32;background:var(--pa-emerald-green);border-color:#007f32;border-color:var(--pa-emerald-green);color:#fff}.pa-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:10px 16px;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.pa-btn:active{-webkit-transform:translateY(1px);transform:translateY(1px)}.pa-btn-primary{background:linear-gradient(135deg,#007f32,#00a651);background:linear-gradient(135deg,var(--pa-emerald-green) 0,var(--pa-light-green) 100%);box-shadow:0 8px 20px rgba(0,127,50,.35);color:#fff}.pa-btn-outline{background:transparent;border:1px solid #d1d5db;color:#041836;color:var(--pa-midnight-navy)}.pa-btn-sm{font-size:13px;padding:8px 12px}@media (max-width:1024px){.billing-page .filters-row{flex-direction:column}}.subscription-history-page{background:#f4f6fb;background:var(--pa-light-gray);min-height:100vh;padding-bottom:32px}.subscription-history-page .breadcrumb{color:#6b7280;color:var(--pa-text-gray);font-size:13px;margin:0}.subscription-history-page .breadcrumb-link{background:none;border:none;color:#007f32;color:var(--pa-emerald-green);cursor:pointer;padding:0}.subscription-history-page .subscription-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr 1fr}.subscription-history-page .content-card{background:#fff;border-radius:16px;box-shadow:0 12px 30px rgba(4,24,54,.08);margin-bottom:24px;padding:24px 28px}.subscription-history-page .advisor-profile{align-items:center;display:flex;gap:18px;margin-bottom:30px}.subscription-history-page .advisor-avatar{align-items:center;background:linear-gradient(135deg,#007f32,#00a651);background:linear-gradient(135deg,var(--pa-emerald-green) 0,var(--pa-light-green) 100%);border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:70px;justify-content:center;width:70px}.subscription-history-page .advisor-info h2{font-size:22px;font-weight:700;margin:0}.subscription-history-page .advisor-info p{color:#6b7280;color:var(--pa-text-gray);margin:4px 0}.subscription-history-page .advisor-link{color:#007f32;color:var(--pa-emerald-green);font-weight:600;text-decoration:none}.subscription-highlight{background:rgba(0,127,50,.03);border:2px solid rgba(0,127,50,.15);border-radius:14px;margin-bottom:24px;padding:22px}.subscription-highlight h3{font-size:22px;font-weight:700;margin:0}.subscription-price{align-items:baseline;display:flex;gap:6px}.subscription-price .amount{color:#007f32;color:var(--pa-emerald-green);font-size:32px;font-weight:700}.subscription-price .interval{color:#6b7280;color:var(--pa-text-gray)}.subscription-details{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:16px}.subscription-details .detail-item label{color:#6b7280;color:var(--pa-text-gray);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.subscription-details .detail-item .value{font-size:14px;font-weight:600}.payment-card{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:14px;padding:16px}.payment-card .card-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#041836;color:var(--pa-midnight-navy);display:flex;font-weight:700;height:40px;justify-content:center;width:60px}.transactions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.transactions-table{border-collapse:collapse;width:100%}.transactions-table th{background:#f9fafb;color:#6b7280;color:var(--pa-text-gray);font-size:11px;letter-spacing:.05em;padding:12px 10px;text-align:left;text-transform:uppercase}.transactions-table td{border-bottom:1px solid #f1f5f9;padding:14px 10px}.transactions-table .amount{color:#007f32;color:var(--pa-emerald-green);font-weight:600}.table-controls{align-items:center;color:#6b7280;color:var(--pa-text-gray);display:flex;font-size:13px;gap:12px}.sidebar-column .content-card{margin-bottom:20px}.stats-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.stat-box{background:#f9fafb;border-radius:12px;padding:16px}.stat-box .value{font-size:24px;font-weight:700}.stat-box .label{color:#6b7280;color:var(--pa-text-gray);font-size:12px;text-transform:uppercase}.action-grid{grid-gap:12px;display:grid;gap:12px}.timeline{padding-left:24px;position:relative}.timeline:before{background:#e5e7eb;bottom:0;content:"";left:8px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:20px;position:relative}.timeline-dot{background:#007f32;background:var(--pa-emerald-green);border-radius:50%;height:12px;left:-2px;position:absolute;top:4px;width:12px}.timeline-content{background:#f9fafb;border-radius:10px;padding:14px 16px}.timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.timeline-content .amount{color:#007f32;color:var(--pa-emerald-green);font-weight:600}.pa-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;padding:4px 10px}.pa-badge-success{background:rgba(0,127,50,.15);color:#007f32;color:var(--pa-emerald-green)}.pa-badge-warning{background:rgba(245,158,11,.15);color:#d97706}.pa-badge-light{background:rgba(59,130,246,.15);color:#2563eb}@media (max-width:1100px){.subscription-history-page .subscription-grid{grid-template-columns:1fr}}@media (max-width:600px){.stats-row,.subscription-details{grid-template-columns:1fr}.transactions-header{align-items:flex-start;flex-direction:column;gap:12px}}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{image-orientation:0deg;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}:root{--pa-midnight-navy:#12233c;--pa-shadow-md:0 25px 60px rgba(3,22,79,.25)}body{font-family:Poppins,Inter,sans-serif;font-family:var(--pa-font-body)}.invoice-page{align-items:center;background:linear-gradient(135deg,#03164f,#004634);background:var(--pa-gradient-primary);display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.invoice-card{background:#fff;background:var(--pa-white);border-radius:32px;box-shadow:0 25px 60px rgba(3,22,79,.25);box-shadow:var(--pa-shadow-md);padding:40px;width:min(960px,100%)}.invoice-card-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:32px}.invoice-card-header,.invoice-title-block{align-items:center;display:flex;gap:20px}.invoice-logo img{height:auto;width:264px}.invoice-title-block h1{color:#12233c;color:var(--pa-midnight-navy);font-size:32px;margin:0}.subtitle{color:#95a1b7;color:var(--pa-gray-500);font-size:14px;margin:0}.date{color:#007f32;color:var(--pa-emerald-green);font-weight:600;margin:0}.invoice-actions{align-items:center;display:flex;gap:8px}.invoice-status-pill{align-items:center;display:inline-flex;justify-content:center}.pill{background:#e0f3e7;border-radius:999px;color:#0e2d12;font-size:12px;font-weight:700;letter-spacing:.12em;padding:6px 14px;text-transform:uppercase}.pill.failed{background:#fee2e2;color:#991b1b}.pill.pending{background:#fef3c7;color:#92400e}.pill.paid{background:#d1fae5;color:#047857}.btn-outline{background:transparent;border:1px solid #b5b5b5}.invoice-meta-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:32px}.invoice-meta-item{background:#f8f8fa;border-radius:16px;padding:20px}.meta-label{color:#7a7d8c;font-size:12px;letter-spacing:.2em;margin:0 0 4px;text-transform:uppercase}.meta-value{color:#12233c;color:var(--pa-midnight-navy);font-size:14px;margin:0}.meta-value.status{font-weight:600}.info-icon{color:#95a1b7;color:var(--pa-gray-500);margin-left:8px}.invoice-table{background:#fff;border:1px solid #e5e8ee;border:1px solid var(--pa-gray-200);border-radius:16px;overflow:hidden}.invoice-table table{border-collapse:collapse;width:100%}.invoice-table td,.invoice-table th{padding:14px 18px;text-align:left}.invoice-table thead{background:#f4f4f6;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.invoice-table tbody tr:not(:last-child){border-bottom:1px solid #e5e8ee;border-bottom:1px solid var(--pa-gray-200)}.invoice-table td.text-end{text-align:right}.invoice-summary{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:32px}.summary-item{background:#f8f8fa;border-radius:16px;padding:20px}.summary-item .amount{color:#007f32;color:var(--pa-emerald-green);font-size:20px;font-weight:700}@media (max-width:768px){.invoice-card{padding:30px 24px}.invoice-card-header{align-items:flex-start;flex-direction:column}.invoice-actions{justify-content:flex-start}}@media print{@page{margin:18mm}body{background:#fff;margin:0}.invoice-page{background:#fff;padding:0}.invoice-card{border:none;border-radius:0;box-shadow:none;padding:0;width:100%}.invoice-card-header{align-items:flex-start;flex-direction:column;gap:6px;margin-bottom:24px}.invoice-actions,.invoice-status-pill{display:none!important}.invoice-meta-grid{gap:14px}.invoice-meta-item{padding:12px}.invoice-table td,.invoice-table th{padding:10px 12px}.invoice-summary{gap:12px}.summary-item{padding:12px}}:root{--pa-gradient-primary:linear-gradient(135deg,#03164f,#004634);--pa-white:#fff;--pa-gray-200:#e5e8ee;--pa-gray-500:#95a1b7;--pa-gray-700:#4a5568;--pa-error:#d93025;--pa-warning:#f6b400;--pa-emerald-green:#007f32;--pa-light-green:#00994a;--pa-success-light:#e6f8ee;--pa-radius-xl:32px;--pa-radius-md:12px;--pa-font-body:"Poppins","Inter",sans-serif;--pa-shadow-md:0 20px 50px rgba(2,18,44,.35);--pa-transition:0.2s ease}body.signup-account-body{background:linear-gradient(135deg,#03164f,#004634);background:var(--pa-gradient-primary);font-family:Poppins,Inter,sans-serif;font-family:var(--pa-font-body);margin:0;min-height:100vh}.signup-page-wrapper{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.signup-card{background:#fff;background:var(--pa-white);border-radius:32px;border-radius:var(--pa-radius-xl);box-shadow:0 20px 50px rgba(2,18,44,.35);box-shadow:var(--pa-shadow-md);max-width:520px;padding:42px 40px;width:100%}.logo{margin-bottom:30px;text-align:center}.logo-icon{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:8px}.logo-icon img{height:auto;width:410px}.logo-icon h1{color:#0d2138;font-family:Montserrat,Poppins,sans-serif;font-size:28px;letter-spacing:.5px;margin:0}.logo p{color:#95a1b7;color:var(--pa-gray-500);font-size:14px;margin:0}.success-message{background:#e6f8ee;background:var(--pa-success-light);border:1px solid #007f32;border:1px solid var(--pa-emerald-green);border-radius:12px;border-radius:var(--pa-radius-md);color:#007f32;color:var(--pa-emerald-green);display:none;font-size:14px;margin-bottom:20px;padding:14px;text-align:center}.success-message.show{display:block}.sso-button{align-items:center;background:#007f32;background:var(--pa-emerald-green);border:none;border-radius:12px;border-radius:var(--pa-radius-md);color:#fff;color:var(--pa-white);cursor:pointer;display:flex;font-family:Poppins,Inter,sans-serif;font-family:var(--pa-font-body);font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:14px;transition:.2s ease;transition:var(--pa-transition);width:100%}.sso-button:disabled{cursor:not-allowed;opacity:.8}.sso-icon-wrapper{display:inline-flex}.sso-spinner{-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite;border:2px solid #fff;border:2px solid var(--pa-white);border-left:2px solid transparent;border-radius:50%;height:18px;width:18px}.divider{margin:26px 0;position:relative;text-align:center}.divider:before{background:#e5e8ee;background:var(--pa-gray-200);content:"";height:1px;left:0;position:absolute;top:50%;width:100%}.divider span{background:#fff;background:var(--pa-white);color:#95a1b7;color:var(--pa-gray-500);font-size:14px;padding:0 16px;position:relative}.signup-form{display:flex;flex-direction:column;gap:18px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-group label{color:#4a5568;color:var(--pa-gray-700);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.required{color:#d93025;color:var(--pa-error)}.form-group input{border:1px solid #e5e8ee;border:1px solid var(--pa-gray-200);border-radius:12px;border-radius:var(--pa-radius-md);font-family:Poppins,Inter,sans-serif;font-family:var(--pa-font-body);font-size:14px;padding:12px 15px;transition:.2s ease;transition:var(--pa-transition);width:100%}.form-group input:focus{border-color:#007f32;border-color:var(--pa-emerald-green);box-shadow:0 0 0 3px rgba(0,127,50,.12);outline:none}.form-group input.error{border-color:#d93025;border-color:var(--pa-error)}.form-group input.success{border-color:#007f32;border-color:var(--pa-emerald-green)}.error-text{color:#d93025;color:var(--pa-error);display:none;font-size:12px;margin-top:6px}.error-text.show{display:block}.password-wrapper{position:relative}.password-toggle{background:none;border:none;color:var(--pa-gray-400);cursor:pointer;padding:0;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.2s ease;transition:var(--pa-transition)}.password-toggle svg{display:block}.password-toggle:hover{color:#007f32;color:var(--pa-emerald-green)}.password-strength{color:#95a1b7;color:var(--pa-gray-500);font-size:12px;margin-top:12px}.password-strength .strength-label{display:block;margin-bottom:4px}.password-strength .bar{background:#e5e8ee;background:var(--pa-gray-200);border-radius:2px;height:4px;overflow:hidden}.password-strength .bar-fill{border-radius:2px;height:100%;transition:.2s ease;transition:var(--pa-transition);width:0}.password-strength.weak .bar-fill{background:#d93025;background:var(--pa-error);width:33%}.password-strength.medium .bar-fill{background:#f6b400;background:var(--pa-warning);width:66%}.password-strength.strong .bar-fill{background:#007f32;background:var(--pa-emerald-green);width:100%}.password-strength.weak .strength-label{color:#d93025;color:var(--pa-error)}.password-strength.medium .strength-label{color:#f6b400;color:var(--pa-warning)}.password-strength.strong .strength-label{color:#007f32;color:var(--pa-emerald-green)}.password-requirements{grid-gap:6px;color:#95a1b7;color:var(--pa-gray-500);display:grid;font-size:12px;gap:6px;margin-top:14px}.requirement{align-items:center;display:flex;gap:8px;transition:.2s ease;transition:var(--pa-transition)}.requirement.met{color:#007f32;color:var(--pa-emerald-green)}.requirement .icon{height:14px;width:14px}.checkbox-group{align-items:flex-start;display:flex;gap:10px}.checkbox-group input[type=checkbox]{accent-color:#007f32;accent-color:var(--pa-emerald-green);cursor:pointer;height:18px;margin-top:3px;width:18px}.checkbox-group label{font-size:13px;font-weight:500;line-height:1.5;margin:0}.checkbox-group a{color:#007f32;color:var(--pa-emerald-green);text-decoration:none}.checkbox-group a:hover{text-decoration:underline}.btn-submit{background:#007f32;background:var(--pa-emerald-green);border:none;border-radius:12px;border-radius:var(--pa-radius-md);color:#fff;color:var(--pa-white);cursor:pointer;font-family:Poppins,Inter,sans-serif;font-family:var(--pa-font-body);font-size:16px;font-weight:600;padding:14px;transition:.2s ease;transition:var(--pa-transition);width:100%}.btn-submit.loading{color:transparent;position:relative}.btn-submit.loading:after{-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite;border:2px solid #fff;border:2px solid var(--pa-white);border-radius:50%;border-top:2px solid transparent;content:"";height:20px;left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%;width:20px}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.footer-text{color:#95a1b7;color:var(--pa-gray-500);font-size:14px;margin-top:24px;text-align:center}.footer-text a{color:#007f32;color:var(--pa-emerald-green);font-weight:600;text-decoration:none}.footer-text a:hover{text-decoration:underline}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (max-width:640px){.signup-card{padding:30px 24px}.form-row{grid-template-columns:1fr}}@font-face{font-family:Material Design Icons;font-style:normal;font-weight:400;src:url(/static/media/materialdesignicons-webfont.52adde0de9840940801f.eot);src:url(/static/media/materialdesignicons-webfont.52adde0de9840940801f.eot?#iefix&v=5.8.55) format("embedded-opentype"),url(/static/media/materialdesignicons-webfont.6147fc3741c622c5de2c.woff2) format("woff2"),url(/static/media/materialdesignicons-webfont.d06df622bc47f0db9812.woff) format("woff"),url(/static/media/materialdesignicons-webfont.506bc8215df8660d8f04.ttf) format("truetype")}.mdi-set,.mdi:before{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 24px/1 Material Design Icons;font-size:inherit;line-height:inherit}.mdi-ab-testing:before{content:"󰇉"}.mdi-abjad-arabic:before{content:"󱌨"}.mdi-abjad-hebrew:before{content:"󱌩"}.mdi-abugida-devanagari:before{content:"󱌪"}.mdi-abugida-thai:before{content:"󱌫"}.mdi-access-point:before{content:"󰀃"}.mdi-access-point-check:before{content:"󱔸"}.mdi-access-point-minus:before{content:"󱔹"}.mdi-access-point-network:before{content:"󰀂"}.mdi-access-point-network-off:before{content:"󰯡"}.mdi-access-point-off:before{content:"󱔑"}.mdi-access-point-plus:before{content:"󱔺"}.mdi-access-point-remove:before{content:"󱔻"}.mdi-account:before{content:"󰀄"}.mdi-account-alert:before{content:"󰀅"}.mdi-account-alert-outline:before{content:"󰭐"}.mdi-account-arrow-left:before{content:"󰭑"}.mdi-account-arrow-left-outline:before{content:"󰭒"}.mdi-account-arrow-right:before{content:"󰭓"}.mdi-account-arrow-right-outline:before{content:"󰭔"}.mdi-account-box:before{content:"󰀆"}.mdi-account-box-multiple:before{content:"󰤴"}.mdi-account-box-multiple-outline:before{content:"󱀊"}.mdi-account-box-outline:before{content:"󰀇"}.mdi-account-cancel:before{content:"󱋟"}.mdi-account-cancel-outline:before{content:"󱋠"}.mdi-account-cash:before{content:"󱂗"}.mdi-account-cash-outline:before{content:"󱂘"}.mdi-account-check:before{content:"󰀈"}.mdi-account-check-outline:before{content:"󰯢"}.mdi-account-child:before{content:"󰪉"}.mdi-account-child-circle:before{content:"󰪊"}.mdi-account-child-outline:before{content:"󱃈"}.mdi-account-circle:before{content:"󰀉"}.mdi-account-circle-outline:before{content:"󰭕"}.mdi-account-clock:before{content:"󰭖"}.mdi-account-clock-outline:before{content:"󰭗"}.mdi-account-cog:before{content:"󱍰"}.mdi-account-cog-outline:before{content:"󱍱"}.mdi-account-convert:before{content:"󰀊"}.mdi-account-convert-outline:before{content:"󱌁"}.mdi-account-cowboy-hat:before{content:"󰺛"}.mdi-account-details:before{content:"󰘱"}.mdi-account-details-outline:before{content:"󱍲"}.mdi-account-edit:before{content:"󰚼"}.mdi-account-edit-outline:before{content:"󰿻"}.mdi-account-group:before{content:"󰡉"}.mdi-account-group-outline:before{content:"󰭘"}.mdi-account-hard-hat:before{content:"󰖵"}.mdi-account-heart:before{content:"󰢙"}.mdi-account-heart-outline:before{content:"󰯣"}.mdi-account-key:before{content:"󰀋"}.mdi-account-key-outline:before{content:"󰯤"}.mdi-account-lock:before{content:"󱅞"}.mdi-account-lock-outline:before{content:"󱅟"}.mdi-account-minus:before{content:"󰀍"}.mdi-account-minus-outline:before{content:"󰫬"}.mdi-account-multiple:before{content:"󰀎"}.mdi-account-multiple-check:before{content:"󰣅"}.mdi-account-multiple-check-outline:before{content:"󱇾"}.mdi-account-multiple-minus:before{content:"󰗓"}.mdi-account-multiple-minus-outline:before{content:"󰯥"}.mdi-account-multiple-outline:before{content:"󰀏"}.mdi-account-multiple-plus:before{content:"󰀐"}.mdi-account-multiple-plus-outline:before{content:"󰠀"}.mdi-account-multiple-remove:before{content:"󱈊"}.mdi-account-multiple-remove-outline:before{content:"󱈋"}.mdi-account-music:before{content:"󰠃"}.mdi-account-music-outline:before{content:"󰳩"}.mdi-account-network:before{content:"󰀑"}.mdi-account-network-outline:before{content:"󰯦"}.mdi-account-off:before{content:"󰀒"}.mdi-account-off-outline:before{content:"󰯧"}.mdi-account-outline:before{content:"󰀓"}.mdi-account-plus:before{content:"󰀔"}.mdi-account-plus-outline:before{content:"󰠁"}.mdi-account-question:before{content:"󰭙"}.mdi-account-question-outline:before{content:"󰭚"}.mdi-account-reactivate:before{content:"󱔫"}.mdi-account-reactivate-outline:before{content:"󱔬"}.mdi-account-remove:before{content:"󰀕"}.mdi-account-remove-outline:before{content:"󰫭"}.mdi-account-search:before{content:"󰀖"}.mdi-account-search-outline:before{content:"󰤵"}.mdi-account-settings:before{content:"󰘰"}.mdi-account-settings-outline:before{content:"󱃉"}.mdi-account-star:before{content:"󰀗"}.mdi-account-star-outline:before{content:"󰯨"}.mdi-account-supervisor:before{content:"󰪋"}.mdi-account-supervisor-circle:before{content:"󰪌"}.mdi-account-supervisor-circle-outline:before{content:"󱓬"}.mdi-account-supervisor-outline:before{content:"󱄭"}.mdi-account-switch:before{content:"󰀙"}.mdi-account-switch-outline:before{content:"󰓋"}.mdi-account-tie:before{content:"󰳣"}.mdi-account-tie-outline:before{content:"󱃊"}.mdi-account-tie-voice:before{content:"󱌈"}.mdi-account-tie-voice-off:before{content:"󱌊"}.mdi-account-tie-voice-off-outline:before{content:"󱌋"}.mdi-account-tie-voice-outline:before{content:"󱌉"}.mdi-account-voice:before{content:"󰗋"}.mdi-adjust:before{content:"󰀚"}.mdi-adobe:before{content:"󰤶"}.mdi-adobe-acrobat:before{content:"󰾝"}.mdi-air-conditioner:before{content:"󰀛"}.mdi-air-filter:before{content:"󰵃"}.mdi-air-horn:before{content:"󰶬"}.mdi-air-humidifier:before{content:"󱂙"}.mdi-air-humidifier-off:before{content:"󱑦"}.mdi-air-purifier:before{content:"󰵄"}.mdi-airbag:before{content:"󰯩"}.mdi-airballoon:before{content:"󰀜"}.mdi-airballoon-outline:before{content:"󱀋"}.mdi-airplane:before{content:"󰀝"}.mdi-airplane-landing:before{content:"󰗔"}.mdi-airplane-off:before{content:"󰀞"}.mdi-airplane-takeoff:before{content:"󰗕"}.mdi-airport:before{content:"󰡋"}.mdi-alarm:before{content:"󰀠"}.mdi-alarm-bell:before{content:"󰞎"}.mdi-alarm-check:before{content:"󰀡"}.mdi-alarm-light:before{content:"󰞏"}.mdi-alarm-light-outline:before{content:"󰯪"}.mdi-alarm-multiple:before{content:"󰀢"}.mdi-alarm-note:before{content:"󰹱"}.mdi-alarm-note-off:before{content:"󰹲"}.mdi-alarm-off:before{content:"󰀣"}.mdi-alarm-panel:before{content:"󱗄"}.mdi-alarm-panel-outline:before{content:"󱗅"}.mdi-alarm-plus:before{content:"󰀤"}.mdi-alarm-snooze:before{content:"󰚎"}.mdi-album:before{content:"󰀥"}.mdi-alert:before{content:"󰀦"}.mdi-alert-box:before{content:"󰀧"}.mdi-alert-box-outline:before{content:"󰳤"}.mdi-alert-circle:before{content:"󰀨"}.mdi-alert-circle-check:before{content:"󱇭"}.mdi-alert-circle-check-outline:before{content:"󱇮"}.mdi-alert-circle-outline:before{content:"󰗖"}.mdi-alert-decagram:before{content:"󰚽"}.mdi-alert-decagram-outline:before{content:"󰳥"}.mdi-alert-minus:before{content:"󱒻"}.mdi-alert-minus-outline:before{content:"󱒾"}.mdi-alert-octagon:before{content:"󰀩"}.mdi-alert-octagon-outline:before{content:"󰳦"}.mdi-alert-octagram:before{content:"󰝧"}.mdi-alert-octagram-outline:before{content:"󰳧"}.mdi-alert-outline:before{content:"󰀪"}.mdi-alert-plus:before{content:"󱒺"}.mdi-alert-plus-outline:before{content:"󱒽"}.mdi-alert-remove:before{content:"󱒼"}.mdi-alert-remove-outline:before{content:"󱒿"}.mdi-alert-rhombus:before{content:"󱇎"}.mdi-alert-rhombus-outline:before{content:"󱇏"}.mdi-alien:before{content:"󰢚"}.mdi-alien-outline:before{content:"󱃋"}.mdi-align-horizontal-center:before{content:"󱇃"}.mdi-align-horizontal-left:before{content:"󱇂"}.mdi-align-horizontal-right:before{content:"󱇄"}.mdi-align-vertical-bottom:before{content:"󱇅"}.mdi-align-vertical-center:before{content:"󱇆"}.mdi-align-vertical-top:before{content:"󱇇"}.mdi-all-inclusive:before{content:"󰚾"}.mdi-allergy:before{content:"󱉘"}.mdi-alpha:before{content:"󰀫"}.mdi-alpha-a:before{content:"󰫮"}.mdi-alpha-a-box:before{content:"󰬈"}.mdi-alpha-a-box-outline:before{content:"󰯫"}.mdi-alpha-a-circle:before{content:"󰯬"}.mdi-alpha-a-circle-outline:before{content:"󰯭"}.mdi-alpha-b:before{content:"󰫯"}.mdi-alpha-b-box:before{content:"󰬉"}.mdi-alpha-b-box-outline:before{content:"󰯮"}.mdi-alpha-b-circle:before{content:"󰯯"}.mdi-alpha-b-circle-outline:before{content:"󰯰"}.mdi-alpha-c:before{content:"󰫰"}.mdi-alpha-c-box:before{content:"󰬊"}.mdi-alpha-c-box-outline:before{content:"󰯱"}.mdi-alpha-c-circle:before{content:"󰯲"}.mdi-alpha-c-circle-outline:before{content:"󰯳"}.mdi-alpha-d:before{content:"󰫱"}.mdi-alpha-d-box:before{content:"󰬋"}.mdi-alpha-d-box-outline:before{content:"󰯴"}.mdi-alpha-d-circle:before{content:"󰯵"}.mdi-alpha-d-circle-outline:before{content:"󰯶"}.mdi-alpha-e:before{content:"󰫲"}.mdi-alpha-e-box:before{content:"󰬌"}.mdi-alpha-e-box-outline:before{content:"󰯷"}.mdi-alpha-e-circle:before{content:"󰯸"}.mdi-alpha-e-circle-outline:before{content:"󰯹"}.mdi-alpha-f:before{content:"󰫳"}.mdi-alpha-f-box:before{content:"󰬍"}.mdi-alpha-f-box-outline:before{content:"󰯺"}.mdi-alpha-f-circle:before{content:"󰯻"}.mdi-alpha-f-circle-outline:before{content:"󰯼"}.mdi-alpha-g:before{content:"󰫴"}.mdi-alpha-g-box:before{content:"󰬎"}.mdi-alpha-g-box-outline:before{content:"󰯽"}.mdi-alpha-g-circle:before{content:"󰯾"}.mdi-alpha-g-circle-outline:before{content:"󰯿"}.mdi-alpha-h:before{content:"󰫵"}.mdi-alpha-h-box:before{content:"󰬏"}.mdi-alpha-h-box-outline:before{content:"󰰀"}.mdi-alpha-h-circle:before{content:"󰰁"}.mdi-alpha-h-circle-outline:before{content:"󰰂"}.mdi-alpha-i:before{content:"󰫶"}.mdi-alpha-i-box:before{content:"󰬐"}.mdi-alpha-i-box-outline:before{content:"󰰃"}.mdi-alpha-i-circle:before{content:"󰰄"}.mdi-alpha-i-circle-outline:before{content:"󰰅"}.mdi-alpha-j:before{content:"󰫷"}.mdi-alpha-j-box:before{content:"󰬑"}.mdi-alpha-j-box-outline:before{content:"󰰆"}.mdi-alpha-j-circle:before{content:"󰰇"}.mdi-alpha-j-circle-outline:before{content:"󰰈"}.mdi-alpha-k:before{content:"󰫸"}.mdi-alpha-k-box:before{content:"󰬒"}.mdi-alpha-k-box-outline:before{content:"󰰉"}.mdi-alpha-k-circle:before{content:"󰰊"}.mdi-alpha-k-circle-outline:before{content:"󰰋"}.mdi-alpha-l:before{content:"󰫹"}.mdi-alpha-l-box:before{content:"󰬓"}.mdi-alpha-l-box-outline:before{content:"󰰌"}.mdi-alpha-l-circle:before{content:"󰰍"}.mdi-alpha-l-circle-outline:before{content:"󰰎"}.mdi-alpha-m:before{content:"󰫺"}.mdi-alpha-m-box:before{content:"󰬔"}.mdi-alpha-m-box-outline:before{content:"󰰏"}.mdi-alpha-m-circle:before{content:"󰰐"}.mdi-alpha-m-circle-outline:before{content:"󰰑"}.mdi-alpha-n:before{content:"󰫻"}.mdi-alpha-n-box:before{content:"󰬕"}.mdi-alpha-n-box-outline:before{content:"󰰒"}.mdi-alpha-n-circle:before{content:"󰰓"}.mdi-alpha-n-circle-outline:before{content:"󰰔"}.mdi-alpha-o:before{content:"󰫼"}.mdi-alpha-o-box:before{content:"󰬖"}.mdi-alpha-o-box-outline:before{content:"󰰕"}.mdi-alpha-o-circle:before{content:"󰰖"}.mdi-alpha-o-circle-outline:before{content:"󰰗"}.mdi-alpha-p:before{content:"󰫽"}.mdi-alpha-p-box:before{content:"󰬗"}.mdi-alpha-p-box-outline:before{content:"󰰘"}.mdi-alpha-p-circle:before{content:"󰰙"}.mdi-alpha-p-circle-outline:before{content:"󰰚"}.mdi-alpha-q:before{content:"󰫾"}.mdi-alpha-q-box:before{content:"󰬘"}.mdi-alpha-q-box-outline:before{content:"󰰛"}.mdi-alpha-q-circle:before{content:"󰰜"}.mdi-alpha-q-circle-outline:before{content:"󰰝"}.mdi-alpha-r:before{content:"󰫿"}.mdi-alpha-r-box:before{content:"󰬙"}.mdi-alpha-r-box-outline:before{content:"󰰞"}.mdi-alpha-r-circle:before{content:"󰰟"}.mdi-alpha-r-circle-outline:before{content:"󰰠"}.mdi-alpha-s:before{content:"󰬀"}.mdi-alpha-s-box:before{content:"󰬚"}.mdi-alpha-s-box-outline:before{content:"󰰡"}.mdi-alpha-s-circle:before{content:"󰰢"}.mdi-alpha-s-circle-outline:before{content:"󰰣"}.mdi-alpha-t:before{content:"󰬁"}.mdi-alpha-t-box:before{content:"󰬛"}.mdi-alpha-t-box-outline:before{content:"󰰤"}.mdi-alpha-t-circle:before{content:"󰰥"}.mdi-alpha-t-circle-outline:before{content:"󰰦"}.mdi-alpha-u:before{content:"󰬂"}.mdi-alpha-u-box:before{content:"󰬜"}.mdi-alpha-u-box-outline:before{content:"󰰧"}.mdi-alpha-u-circle:before{content:"󰰨"}.mdi-alpha-u-circle-outline:before{content:"󰰩"}.mdi-alpha-v:before{content:"󰬃"}.mdi-alpha-v-box:before{content:"󰬝"}.mdi-alpha-v-box-outline:before{content:"󰰪"}.mdi-alpha-v-circle:before{content:"󰰫"}.mdi-alpha-v-circle-outline:before{content:"󰰬"}.mdi-alpha-w:before{content:"󰬄"}.mdi-alpha-w-box:before{content:"󰬞"}.mdi-alpha-w-box-outline:before{content:"󰰭"}.mdi-alpha-w-circle:before{content:"󰰮"}.mdi-alpha-w-circle-outline:before{content:"󰰯"}.mdi-alpha-x:before{content:"󰬅"}.mdi-alpha-x-box:before{content:"󰬟"}.mdi-alpha-x-box-outline:before{content:"󰰰"}.mdi-alpha-x-circle:before{content:"󰰱"}.mdi-alpha-x-circle-outline:before{content:"󰰲"}.mdi-alpha-y:before{content:"󰬆"}.mdi-alpha-y-box:before{content:"󰬠"}.mdi-alpha-y-box-outline:before{content:"󰰳"}.mdi-alpha-y-circle:before{content:"󰰴"}.mdi-alpha-y-circle-outline:before{content:"󰰵"}.mdi-alpha-z:before{content:"󰬇"}.mdi-alpha-z-box:before{content:"󰬡"}.mdi-alpha-z-box-outline:before{content:"󰰶"}.mdi-alpha-z-circle:before{content:"󰰷"}.mdi-alpha-z-circle-outline:before{content:"󰰸"}.mdi-alphabet-aurebesh:before{content:"󱌬"}.mdi-alphabet-cyrillic:before{content:"󱌭"}.mdi-alphabet-greek:before{content:"󱌮"}.mdi-alphabet-latin:before{content:"󱌯"}.mdi-alphabet-piqad:before{content:"󱌰"}.mdi-alphabet-tengwar:before{content:"󱌷"}.mdi-alphabetical:before{content:"󰀬"}.mdi-alphabetical-off:before{content:"󱀌"}.mdi-alphabetical-variant:before{content:"󱀍"}.mdi-alphabetical-variant-off:before{content:"󱀎"}.mdi-altimeter:before{content:"󰗗"}.mdi-amazon:before{content:"󰀭"}.mdi-amazon-alexa:before{content:"󰣆"}.mdi-ambulance:before{content:"󰀯"}.mdi-ammunition:before{content:"󰳨"}.mdi-ampersand:before{content:"󰪍"}.mdi-amplifier:before{content:"󰀰"}.mdi-amplifier-off:before{content:"󱆵"}.mdi-anchor:before{content:"󰀱"}.mdi-android:before{content:"󰀲"}.mdi-android-auto:before{content:"󰪎"}.mdi-android-debug-bridge:before{content:"󰀳"}.mdi-android-messages:before{content:"󰵅"}.mdi-android-studio:before{content:"󰀴"}.mdi-angle-acute:before{content:"󰤷"}.mdi-angle-obtuse:before{content:"󰤸"}.mdi-angle-right:before{content:"󰤹"}.mdi-angular:before{content:"󰚲"}.mdi-angularjs:before{content:"󰚿"}.mdi-animation:before{content:"󰗘"}.mdi-animation-outline:before{content:"󰪏"}.mdi-animation-play:before{content:"󰤺"}.mdi-animation-play-outline:before{content:"󰪐"}.mdi-ansible:before{content:"󱂚"}.mdi-antenna:before{content:"󱄙"}.mdi-anvil:before{content:"󰢛"}.mdi-apache-kafka:before{content:"󱀏"}.mdi-api:before{content:"󱂛"}.mdi-api-off:before{content:"󱉗"}.mdi-apple:before{content:"󰀵"}.mdi-apple-airplay:before{content:"󰀟"}.mdi-apple-finder:before{content:"󰀶"}.mdi-apple-icloud:before{content:"󰀸"}.mdi-apple-ios:before{content:"󰀷"}.mdi-apple-keyboard-caps:before{content:"󰘲"}.mdi-apple-keyboard-command:before{content:"󰘳"}.mdi-apple-keyboard-control:before{content:"󰘴"}.mdi-apple-keyboard-option:before{content:"󰘵"}.mdi-apple-keyboard-shift:before{content:"󰘶"}.mdi-apple-safari:before{content:"󰀹"}.mdi-application:before{content:"󰘔"}.mdi-application-cog:before{content:"󱕷"}.mdi-application-export:before{content:"󰶭"}.mdi-application-import:before{content:"󰶮"}.mdi-application-settings:before{content:"󱕕"}.mdi-approximately-equal:before{content:"󰾞"}.mdi-approximately-equal-box:before{content:"󰾟"}.mdi-apps:before{content:"󰀻"}.mdi-apps-box:before{content:"󰵆"}.mdi-arch:before{content:"󰣇"}.mdi-archive:before{content:"󰀼"}.mdi-archive-alert:before{content:"󱓽"}.mdi-archive-alert-outline:before{content:"󱓾"}.mdi-archive-arrow-down:before{content:"󱉙"}.mdi-archive-arrow-down-outline:before{content:"󱉚"}.mdi-archive-arrow-up:before{content:"󱉛"}.mdi-archive-arrow-up-outline:before{content:"󱉜"}.mdi-archive-outline:before{content:"󱈎"}.mdi-arm-flex:before{content:"󰿗"}.mdi-arm-flex-outline:before{content:"󰿖"}.mdi-arrange-bring-forward:before{content:"󰀽"}.mdi-arrange-bring-to-front:before{content:"󰀾"}.mdi-arrange-send-backward:before{content:"󰀿"}.mdi-arrange-send-to-back:before{content:"󰁀"}.mdi-arrow-all:before{content:"󰁁"}.mdi-arrow-bottom-left:before{content:"󰁂"}.mdi-arrow-bottom-left-bold-outline:before{content:"󰦷"}.mdi-arrow-bottom-left-thick:before{content:"󰦸"}.mdi-arrow-bottom-left-thin-circle-outline:before{content:"󱖖"}.mdi-arrow-bottom-right:before{content:"󰁃"}.mdi-arrow-bottom-right-bold-outline:before{content:"󰦹"}.mdi-arrow-bottom-right-thick:before{content:"󰦺"}.mdi-arrow-bottom-right-thin-circle-outline:before{content:"󱖕"}.mdi-arrow-collapse:before{content:"󰘕"}.mdi-arrow-collapse-all:before{content:"󰁄"}.mdi-arrow-collapse-down:before{content:"󰞒"}.mdi-arrow-collapse-horizontal:before{content:"󰡌"}.mdi-arrow-collapse-left:before{content:"󰞓"}.mdi-arrow-collapse-right:before{content:"󰞔"}.mdi-arrow-collapse-up:before{content:"󰞕"}.mdi-arrow-collapse-vertical:before{content:"󰡍"}.mdi-arrow-decision:before{content:"󰦻"}.mdi-arrow-decision-auto:before{content:"󰦼"}.mdi-arrow-decision-auto-outline:before{content:"󰦽"}.mdi-arrow-decision-outline:before{content:"󰦾"}.mdi-arrow-down:before{content:"󰁅"}.mdi-arrow-down-bold:before{content:"󰜮"}.mdi-arrow-down-bold-box:before{content:"󰜯"}.mdi-arrow-down-bold-box-outline:before{content:"󰜰"}.mdi-arrow-down-bold-circle:before{content:"󰁇"}.mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.mdi-arrow-down-bold-hexagon-outline:before{content:"󰁉"}.mdi-arrow-down-bold-outline:before{content:"󰦿"}.mdi-arrow-down-box:before{content:"󰛀"}.mdi-arrow-down-circle:before{content:"󰳛"}.mdi-arrow-down-circle-outline:before{content:"󰳜"}.mdi-arrow-down-drop-circle:before{content:"󰁊"}.mdi-arrow-down-drop-circle-outline:before{content:"󰁋"}.mdi-arrow-down-thick:before{content:"󰁆"}.mdi-arrow-down-thin-circle-outline:before{content:"󱖙"}.mdi-arrow-expand:before{content:"󰘖"}.mdi-arrow-expand-all:before{content:"󰁌"}.mdi-arrow-expand-down:before{content:"󰞖"}.mdi-arrow-expand-horizontal:before{content:"󰡎"}.mdi-arrow-expand-left:before{content:"󰞗"}.mdi-arrow-expand-right:before{content:"󰞘"}.mdi-arrow-expand-up:before{content:"󰞙"}.mdi-arrow-expand-vertical:before{content:"󰡏"}.mdi-arrow-horizontal-lock:before{content:"󱅛"}.mdi-arrow-left:before{content:"󰁍"}.mdi-arrow-left-bold:before{content:"󰜱"}.mdi-arrow-left-bold-box:before{content:"󰜲"}.mdi-arrow-left-bold-box-outline:before{content:"󰜳"}.mdi-arrow-left-bold-circle:before{content:"󰁏"}.mdi-arrow-left-bold-circle-outline:before{content:"󰁐"}.mdi-arrow-left-bold-hexagon-outline:before{content:"󰁑"}.mdi-arrow-left-bold-outline:before{content:"󰧀"}.mdi-arrow-left-box:before{content:"󰛁"}.mdi-arrow-left-circle:before{content:"󰳝"}.mdi-arrow-left-circle-outline:before{content:"󰳞"}.mdi-arrow-left-drop-circle:before{content:"󰁒"}.mdi-arrow-left-drop-circle-outline:before{content:"󰁓"}.mdi-arrow-left-right:before{content:"󰹳"}.mdi-arrow-left-right-bold:before{content:"󰹴"}.mdi-arrow-left-right-bold-outline:before{content:"󰧁"}.mdi-arrow-left-thick:before{content:"󰁎"}.mdi-arrow-left-thin-circle-outline:before{content:"󱖚"}.mdi-arrow-right:before{content:"󰁔"}.mdi-arrow-right-bold:before{content:"󰜴"}.mdi-arrow-right-bold-box:before{content:"󰜵"}.mdi-arrow-right-bold-box-outline:before{content:"󰜶"}.mdi-arrow-right-bold-circle:before{content:"󰁖"}.mdi-arrow-right-bold-circle-outline:before{content:"󰁗"}.mdi-arrow-right-bold-hexagon-outline:before{content:"󰁘"}.mdi-arrow-right-bold-outline:before{content:"󰧂"}.mdi-arrow-right-box:before{content:"󰛂"}.mdi-arrow-right-circle:before{content:"󰳟"}.mdi-arrow-right-circle-outline:before{content:"󰳠"}.mdi-arrow-right-drop-circle:before{content:"󰁙"}.mdi-arrow-right-drop-circle-outline:before{content:"󰁚"}.mdi-arrow-right-thick:before{content:"󰁕"}.mdi-arrow-right-thin-circle-outline:before{content:"󱖘"}.mdi-arrow-split-horizontal:before{content:"󰤻"}.mdi-arrow-split-vertical:before{content:"󰤼"}.mdi-arrow-top-left:before{content:"󰁛"}.mdi-arrow-top-left-bold-outline:before{content:"󰧃"}.mdi-arrow-top-left-bottom-right:before{content:"󰹵"}.mdi-arrow-top-left-bottom-right-bold:before{content:"󰹶"}.mdi-arrow-top-left-thick:before{content:"󰧄"}.mdi-arrow-top-left-thin-circle-outline:before{content:"󱖓"}.mdi-arrow-top-right:before{content:"󰁜"}.mdi-arrow-top-right-bold-outline:before{content:"󰧅"}.mdi-arrow-top-right-bottom-left:before{content:"󰹷"}.mdi-arrow-top-right-bottom-left-bold:before{content:"󰹸"}.mdi-arrow-top-right-thick:before{content:"󰧆"}.mdi-arrow-top-right-thin-circle-outline:before{content:"󱖔"}.mdi-arrow-up:before{content:"󰁝"}.mdi-arrow-up-bold:before{content:"󰜷"}.mdi-arrow-up-bold-box:before{content:"󰜸"}.mdi-arrow-up-bold-box-outline:before{content:"󰜹"}.mdi-arrow-up-bold-circle:before{content:"󰁟"}.mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.mdi-arrow-up-bold-hexagon-outline:before{content:"󰁡"}.mdi-arrow-up-bold-outline:before{content:"󰧇"}.mdi-arrow-up-box:before{content:"󰛃"}.mdi-arrow-up-circle:before{content:"󰳡"}.mdi-arrow-up-circle-outline:before{content:"󰳢"}.mdi-arrow-up-down:before{content:"󰹹"}.mdi-arrow-up-down-bold:before{content:"󰹺"}.mdi-arrow-up-down-bold-outline:before{content:"󰧈"}.mdi-arrow-up-drop-circle:before{content:"󰁢"}.mdi-arrow-up-drop-circle-outline:before{content:"󰁣"}.mdi-arrow-up-thick:before{content:"󰁞"}.mdi-arrow-up-thin-circle-outline:before{content:"󱖗"}.mdi-arrow-vertical-lock:before{content:"󱅜"}.mdi-artstation:before{content:"󰭛"}.mdi-aspect-ratio:before{content:"󰨤"}.mdi-assistant:before{content:"󰁤"}.mdi-asterisk:before{content:"󰛄"}.mdi-at:before{content:"󰁥"}.mdi-atlassian:before{content:"󰠄"}.mdi-atm:before{content:"󰵇"}.mdi-atom:before{content:"󰝨"}.mdi-atom-variant:before{content:"󰹻"}.mdi-attachment:before{content:"󰁦"}.mdi-audio-video:before{content:"󰤽"}.mdi-audio-video-off:before{content:"󱆶"}.mdi-augmented-reality:before{content:"󰡐"}.mdi-auto-download:before{content:"󱍾"}.mdi-auto-fix:before{content:"󰁨"}.mdi-auto-upload:before{content:"󰁩"}.mdi-autorenew:before{content:"󰁪"}.mdi-av-timer:before{content:"󰁫"}.mdi-aws:before{content:"󰸏"}.mdi-axe:before{content:"󰣈"}.mdi-axis:before{content:"󰵈"}.mdi-axis-arrow:before{content:"󰵉"}.mdi-axis-arrow-info:before{content:"󱐎"}.mdi-axis-arrow-lock:before{content:"󰵊"}.mdi-axis-lock:before{content:"󰵋"}.mdi-axis-x-arrow:before{content:"󰵌"}.mdi-axis-x-arrow-lock:before{content:"󰵍"}.mdi-axis-x-rotate-clockwise:before{content:"󰵎"}.mdi-axis-x-rotate-counterclockwise:before{content:"󰵏"}.mdi-axis-x-y-arrow-lock:before{content:"󰵐"}.mdi-axis-y-arrow:before{content:"󰵑"}.mdi-axis-y-arrow-lock:before{content:"󰵒"}.mdi-axis-y-rotate-clockwise:before{content:"󰵓"}.mdi-axis-y-rotate-counterclockwise:before{content:"󰵔"}.mdi-axis-z-arrow:before{content:"󰵕"}.mdi-axis-z-arrow-lock:before{content:"󰵖"}.mdi-axis-z-rotate-clockwise:before{content:"󰵗"}.mdi-axis-z-rotate-counterclockwise:before{content:"󰵘"}.mdi-babel:before{content:"󰨥"}.mdi-baby:before{content:"󰁬"}.mdi-baby-bottle:before{content:"󰼹"}.mdi-baby-bottle-outline:before{content:"󰼺"}.mdi-baby-buggy:before{content:"󱏠"}.mdi-baby-carriage:before{content:"󰚏"}.mdi-baby-carriage-off:before{content:"󰾠"}.mdi-baby-face:before{content:"󰹼"}.mdi-baby-face-outline:before{content:"󰹽"}.mdi-backburger:before{content:"󰁭"}.mdi-backspace:before{content:"󰁮"}.mdi-backspace-outline:before{content:"󰭜"}.mdi-backspace-reverse:before{content:"󰹾"}.mdi-backspace-reverse-outline:before{content:"󰹿"}.mdi-backup-restore:before{content:"󰁯"}.mdi-bacteria:before{content:"󰻕"}.mdi-bacteria-outline:before{content:"󰻖"}.mdi-badge-account:before{content:"󰶧"}.mdi-badge-account-alert:before{content:"󰶨"}.mdi-badge-account-alert-outline:before{content:"󰶩"}.mdi-badge-account-horizontal:before{content:"󰸍"}.mdi-badge-account-horizontal-outline:before{content:"󰸎"}.mdi-badge-account-outline:before{content:"󰶪"}.mdi-badminton:before{content:"󰡑"}.mdi-bag-carry-on:before{content:"󰼻"}.mdi-bag-carry-on-check:before{content:"󰵥"}.mdi-bag-carry-on-off:before{content:"󰼼"}.mdi-bag-checked:before{content:"󰼽"}.mdi-bag-personal:before{content:"󰸐"}.mdi-bag-personal-off:before{content:"󰸑"}.mdi-bag-personal-off-outline:before{content:"󰸒"}.mdi-bag-personal-outline:before{content:"󰸓"}.mdi-bag-suitcase:before{content:"󱖋"}.mdi-bag-suitcase-off:before{content:"󱖍"}.mdi-bag-suitcase-off-outline:before{content:"󱖎"}.mdi-bag-suitcase-outline:before{content:"󱖌"}.mdi-baguette:before{content:"󰼾"}.mdi-balloon:before{content:"󰨦"}.mdi-ballot:before{content:"󰧉"}.mdi-ballot-outline:before{content:"󰧊"}.mdi-ballot-recount:before{content:"󰰹"}.mdi-ballot-recount-outline:before{content:"󰰺"}.mdi-bandage:before{content:"󰶯"}.mdi-bandcamp:before{content:"󰙵"}.mdi-bank:before{content:"󰁰"}.mdi-bank-check:before{content:"󱙕"}.mdi-bank-minus:before{content:"󰶰"}.mdi-bank-off:before{content:"󱙖"}.mdi-bank-off-outline:before{content:"󱙗"}.mdi-bank-outline:before{content:"󰺀"}.mdi-bank-plus:before{content:"󰶱"}.mdi-bank-remove:before{content:"󰶲"}.mdi-bank-transfer:before{content:"󰨧"}.mdi-bank-transfer-in:before{content:"󰨨"}.mdi-bank-transfer-out:before{content:"󰨩"}.mdi-barcode:before{content:"󰁱"}.mdi-barcode-off:before{content:"󱈶"}.mdi-barcode-scan:before{content:"󰁲"}.mdi-barley:before{content:"󰁳"}.mdi-barley-off:before{content:"󰭝"}.mdi-barn:before{content:"󰭞"}.mdi-barrel:before{content:"󰁴"}.mdi-baseball:before{content:"󰡒"}.mdi-baseball-bat:before{content:"󰡓"}.mdi-baseball-diamond:before{content:"󱗬"}.mdi-baseball-diamond-outline:before{content:"󱗭"}.mdi-bash:before{content:"󱆃"}.mdi-basket:before{content:"󰁶"}.mdi-basket-fill:before{content:"󰁷"}.mdi-basket-minus:before{content:"󱔣"}.mdi-basket-minus-outline:before{content:"󱔤"}.mdi-basket-off:before{content:"󱔥"}.mdi-basket-off-outline:before{content:"󱔦"}.mdi-basket-outline:before{content:"󱆁"}.mdi-basket-plus:before{content:"󱔧"}.mdi-basket-plus-outline:before{content:"󱔨"}.mdi-basket-remove:before{content:"󱔩"}.mdi-basket-remove-outline:before{content:"󱔪"}.mdi-basket-unfill:before{content:"󰁸"}.mdi-basketball:before{content:"󰠆"}.mdi-basketball-hoop:before{content:"󰰻"}.mdi-basketball-hoop-outline:before{content:"󰰼"}.mdi-bat:before{content:"󰭟"}.mdi-battery:before{content:"󰁹"}.mdi-battery-10:before{content:"󰁺"}.mdi-battery-10-bluetooth:before{content:"󰤾"}.mdi-battery-20:before{content:"󰁻"}.mdi-battery-20-bluetooth:before{content:"󰤿"}.mdi-battery-30:before{content:"󰁼"}.mdi-battery-30-bluetooth:before{content:"󰥀"}.mdi-battery-40:before{content:"󰁽"}.mdi-battery-40-bluetooth:before{content:"󰥁"}.mdi-battery-50:before{content:"󰁾"}.mdi-battery-50-bluetooth:before{content:"󰥂"}.mdi-battery-60:before{content:"󰁿"}.mdi-battery-60-bluetooth:before{content:"󰥃"}.mdi-battery-70:before{content:"󰂀"}.mdi-battery-70-bluetooth:before{content:"󰥄"}.mdi-battery-80:before{content:"󰂁"}.mdi-battery-80-bluetooth:before{content:"󰥅"}.mdi-battery-90:before{content:"󰂂"}.mdi-battery-90-bluetooth:before{content:"󰥆"}.mdi-battery-alert:before{content:"󰂃"}.mdi-battery-alert-bluetooth:before{content:"󰥇"}.mdi-battery-alert-variant:before{content:"󱃌"}.mdi-battery-alert-variant-outline:before{content:"󱃍"}.mdi-battery-bluetooth:before{content:"󰥈"}.mdi-battery-bluetooth-variant:before{content:"󰥉"}.mdi-battery-charging:before{content:"󰂄"}.mdi-battery-charging-10:before{content:"󰢜"}.mdi-battery-charging-100:before{content:"󰂅"}.mdi-battery-charging-20:before{content:"󰂆"}.mdi-battery-charging-30:before{content:"󰂇"}.mdi-battery-charging-40:before{content:"󰂈"}.mdi-battery-charging-50:before{content:"󰢝"}.mdi-battery-charging-60:before{content:"󰂉"}.mdi-battery-charging-70:before{content:"󰢞"}.mdi-battery-charging-80:before{content:"󰂊"}.mdi-battery-charging-90:before{content:"󰂋"}.mdi-battery-charging-high:before{content:"󱊦"}.mdi-battery-charging-low:before{content:"󱊤"}.mdi-battery-charging-medium:before{content:"󱊥"}.mdi-battery-charging-outline:before{content:"󰢟"}.mdi-battery-charging-wireless:before{content:"󰠇"}.mdi-battery-charging-wireless-10:before{content:"󰠈"}.mdi-battery-charging-wireless-20:before{content:"󰠉"}.mdi-battery-charging-wireless-30:before{content:"󰠊"}.mdi-battery-charging-wireless-40:before{content:"󰠋"}.mdi-battery-charging-wireless-50:before{content:"󰠌"}.mdi-battery-charging-wireless-60:before{content:"󰠍"}.mdi-battery-charging-wireless-70:before{content:"󰠎"}.mdi-battery-charging-wireless-80:before{content:"󰠏"}.mdi-battery-charging-wireless-90:before{content:"󰠐"}.mdi-battery-charging-wireless-alert:before{content:"󰠑"}.mdi-battery-charging-wireless-outline:before{content:"󰠒"}.mdi-battery-heart:before{content:"󱈏"}.mdi-battery-heart-outline:before{content:"󱈐"}.mdi-battery-heart-variant:before{content:"󱈑"}.mdi-battery-high:before{content:"󱊣"}.mdi-battery-low:before{content:"󱊡"}.mdi-battery-medium:before{content:"󱊢"}.mdi-battery-minus:before{content:"󰂌"}.mdi-battery-negative:before{content:"󰂍"}.mdi-battery-off:before{content:"󱉝"}.mdi-battery-off-outline:before{content:"󱉞"}.mdi-battery-outline:before{content:"󰂎"}.mdi-battery-plus:before{content:"󰂏"}.mdi-battery-positive:before{content:"󰂐"}.mdi-battery-unknown:before{content:"󰂑"}.mdi-battery-unknown-bluetooth:before{content:"󰥊"}.mdi-battlenet:before{content:"󰭠"}.mdi-beach:before{content:"󰂒"}.mdi-beaker:before{content:"󰳪"}.mdi-beaker-alert:before{content:"󱈩"}.mdi-beaker-alert-outline:before{content:"󱈪"}.mdi-beaker-check:before{content:"󱈫"}.mdi-beaker-check-outline:before{content:"󱈬"}.mdi-beaker-minus:before{content:"󱈭"}.mdi-beaker-minus-outline:before{content:"󱈮"}.mdi-beaker-outline:before{content:"󰚐"}.mdi-beaker-plus:before{content:"󱈯"}.mdi-beaker-plus-outline:before{content:"󱈰"}.mdi-beaker-question:before{content:"󱈱"}.mdi-beaker-question-outline:before{content:"󱈲"}.mdi-beaker-remove:before{content:"󱈳"}.mdi-beaker-remove-outline:before{content:"󱈴"}.mdi-bed:before{content:"󰋣"}.mdi-bed-double:before{content:"󰿔"}.mdi-bed-double-outline:before{content:"󰿓"}.mdi-bed-empty:before{content:"󰢠"}.mdi-bed-king:before{content:"󰿒"}.mdi-bed-king-outline:before{content:"󰿑"}.mdi-bed-outline:before{content:"󰂙"}.mdi-bed-queen:before{content:"󰿐"}.mdi-bed-queen-outline:before{content:"󰿛"}.mdi-bed-single:before{content:"󱁭"}.mdi-bed-single-outline:before{content:"󱁮"}.mdi-bee:before{content:"󰾡"}.mdi-bee-flower:before{content:"󰾢"}.mdi-beehive-off-outline:before{content:"󱏭"}.mdi-beehive-outline:before{content:"󱃎"}.mdi-beekeeper:before{content:"󱓢"}.mdi-beer:before{content:"󰂘"}.mdi-beer-outline:before{content:"󱌌"}.mdi-bell:before{content:"󰂚"}.mdi-bell-alert:before{content:"󰵙"}.mdi-bell-alert-outline:before{content:"󰺁"}.mdi-bell-cancel:before{content:"󱏧"}.mdi-bell-cancel-outline:before{content:"󱏨"}.mdi-bell-check:before{content:"󱇥"}.mdi-bell-check-outline:before{content:"󱇦"}.mdi-bell-circle:before{content:"󰵚"}.mdi-bell-circle-outline:before{content:"󰵛"}.mdi-bell-minus:before{content:"󱏩"}.mdi-bell-minus-outline:before{content:"󱏪"}.mdi-bell-off:before{content:"󰂛"}.mdi-bell-off-outline:before{content:"󰪑"}.mdi-bell-outline:before{content:"󰂜"}.mdi-bell-plus:before{content:"󰂝"}.mdi-bell-plus-outline:before{content:"󰪒"}.mdi-bell-remove:before{content:"󱏫"}.mdi-bell-remove-outline:before{content:"󱏬"}.mdi-bell-ring:before{content:"󰂞"}.mdi-bell-ring-outline:before{content:"󰂟"}.mdi-bell-sleep:before{content:"󰂠"}.mdi-bell-sleep-outline:before{content:"󰪓"}.mdi-beta:before{content:"󰂡"}.mdi-betamax:before{content:"󰧋"}.mdi-biathlon:before{content:"󰸔"}.mdi-bicycle:before{content:"󱂜"}.mdi-bicycle-basket:before{content:"󱈵"}.mdi-bicycle-electric:before{content:"󱖴"}.mdi-bicycle-penny-farthing:before{content:"󱗩"}.mdi-bike:before{content:"󰂣"}.mdi-bike-fast:before{content:"󱄟"}.mdi-billboard:before{content:"󱀐"}.mdi-billiards:before{content:"󰭡"}.mdi-billiards-rack:before{content:"󰭢"}.mdi-binoculars:before{content:"󰂥"}.mdi-bio:before{content:"󰂦"}.mdi-biohazard:before{content:"󰂧"}.mdi-bird:before{content:"󱗆"}.mdi-bitbucket:before{content:"󰂨"}.mdi-bitcoin:before{content:"󰠓"}.mdi-black-mesa:before{content:"󰂩"}.mdi-blender:before{content:"󰳫"}.mdi-blender-software:before{content:"󰂫"}.mdi-blinds:before{content:"󰂬"}.mdi-blinds-open:before{content:"󱀑"}.mdi-block-helper:before{content:"󰂭"}.mdi-blogger:before{content:"󰂮"}.mdi-blood-bag:before{content:"󰳬"}.mdi-bluetooth:before{content:"󰂯"}.mdi-bluetooth-audio:before{content:"󰂰"}.mdi-bluetooth-connect:before{content:"󰂱"}.mdi-bluetooth-off:before{content:"󰂲"}.mdi-bluetooth-settings:before{content:"󰂳"}.mdi-bluetooth-transfer:before{content:"󰂴"}.mdi-blur:before{content:"󰂵"}.mdi-blur-linear:before{content:"󰂶"}.mdi-blur-off:before{content:"󰂷"}.mdi-blur-radial:before{content:"󰂸"}.mdi-bolnisi-cross:before{content:"󰳭"}.mdi-bolt:before{content:"󰶳"}.mdi-bomb:before{content:"󰚑"}.mdi-bomb-off:before{content:"󰛅"}.mdi-bone:before{content:"󰂹"}.mdi-book:before{content:"󰂺"}.mdi-book-account:before{content:"󱎭"}.mdi-book-account-outline:before{content:"󱎮"}.mdi-book-alert:before{content:"󱙼"}.mdi-book-alert-outline:before{content:"󱙽"}.mdi-book-alphabet:before{content:"󰘝"}.mdi-book-arrow-down:before{content:"󱙾"}.mdi-book-arrow-down-outline:before{content:"󱙿"}.mdi-book-arrow-left:before{content:"󱚀"}.mdi-book-arrow-left-outline:before{content:"󱚁"}.mdi-book-arrow-right:before{content:"󱚂"}.mdi-book-arrow-right-outline:before{content:"󱚃"}.mdi-book-arrow-up:before{content:"󱚄"}.mdi-book-arrow-up-outline:before{content:"󱚅"}.mdi-book-cancel:before{content:"󱚆"}.mdi-book-cancel-outline:before{content:"󱚇"}.mdi-book-check:before{content:"󱓳"}.mdi-book-check-outline:before{content:"󱓴"}.mdi-book-clock:before{content:"󱚈"}.mdi-book-clock-outline:before{content:"󱚉"}.mdi-book-cog:before{content:"󱚊"}.mdi-book-cog-outline:before{content:"󱚋"}.mdi-book-cross:before{content:"󰂢"}.mdi-book-edit:before{content:"󱚌"}.mdi-book-edit-outline:before{content:"󱚍"}.mdi-book-education:before{content:"󱛉"}.mdi-book-education-outline:before{content:"󱛊"}.mdi-book-information-variant:before{content:"󱁯"}.mdi-book-lock:before{content:"󰞚"}.mdi-book-lock-open:before{content:"󰞛"}.mdi-book-lock-open-outline:before{content:"󱚎"}.mdi-book-lock-outline:before{content:"󱚏"}.mdi-book-marker:before{content:"󱚐"}.mdi-book-marker-outline:before{content:"󱚑"}.mdi-book-minus:before{content:"󰗙"}.mdi-book-minus-multiple:before{content:"󰪔"}.mdi-book-minus-multiple-outline:before{content:"󰤋"}.mdi-book-minus-outline:before{content:"󱚒"}.mdi-book-multiple:before{content:"󰂻"}.mdi-book-multiple-outline:before{content:"󰐶"}.mdi-book-music:before{content:"󰁧"}.mdi-book-music-outline:before{content:"󱚓"}.mdi-book-off:before{content:"󱚔"}.mdi-book-off-outline:before{content:"󱚕"}.mdi-book-open:before{content:"󰂽"}.mdi-book-open-blank-variant:before{content:"󰂾"}.mdi-book-open-outline:before{content:"󰭣"}.mdi-book-open-page-variant:before{content:"󰗚"}.mdi-book-open-page-variant-outline:before{content:"󱗖"}.mdi-book-open-variant:before{content:"󱓷"}.mdi-book-outline:before{content:"󰭤"}.mdi-book-play:before{content:"󰺂"}.mdi-book-play-outline:before{content:"󰺃"}.mdi-book-plus:before{content:"󰗛"}.mdi-book-plus-multiple:before{content:"󰪕"}.mdi-book-plus-multiple-outline:before{content:"󰫞"}.mdi-book-plus-outline:before{content:"󱚖"}.mdi-book-refresh:before{content:"󱚗"}.mdi-book-refresh-outline:before{content:"󱚘"}.mdi-book-remove:before{content:"󰪗"}.mdi-book-remove-multiple:before{content:"󰪖"}.mdi-book-remove-multiple-outline:before{content:"󰓊"}.mdi-book-remove-outline:before{content:"󱚙"}.mdi-book-search:before{content:"󰺄"}.mdi-book-search-outline:before{content:"󰺅"}.mdi-book-settings:before{content:"󱚚"}.mdi-book-settings-outline:before{content:"󱚛"}.mdi-book-sync:before{content:"󱚜"}.mdi-book-sync-outline:before{content:"󱛈"}.mdi-book-variant:before{content:"󰂿"}.mdi-book-variant-multiple:before{content:"󰂼"}.mdi-bookmark:before{content:"󰃀"}.mdi-bookmark-check:before{content:"󰃁"}.mdi-bookmark-check-outline:before{content:"󱍻"}.mdi-bookmark-minus:before{content:"󰧌"}.mdi-bookmark-minus-outline:before{content:"󰧍"}.mdi-bookmark-multiple:before{content:"󰸕"}.mdi-bookmark-multiple-outline:before{content:"󰸖"}.mdi-bookmark-music:before{content:"󰃂"}.mdi-bookmark-music-outline:before{content:"󱍹"}.mdi-bookmark-off:before{content:"󰧎"}.mdi-bookmark-off-outline:before{content:"󰧏"}.mdi-bookmark-outline:before{content:"󰃃"}.mdi-bookmark-plus:before{content:"󰃅"}.mdi-bookmark-plus-outline:before{content:"󰃄"}.mdi-bookmark-remove:before{content:"󰃆"}.mdi-bookmark-remove-outline:before{content:"󱍺"}.mdi-bookshelf:before{content:"󱉟"}.mdi-boom-gate:before{content:"󰺆"}.mdi-boom-gate-alert:before{content:"󰺇"}.mdi-boom-gate-alert-outline:before{content:"󰺈"}.mdi-boom-gate-down:before{content:"󰺉"}.mdi-boom-gate-down-outline:before{content:"󰺊"}.mdi-boom-gate-outline:before{content:"󰺋"}.mdi-boom-gate-up:before{content:"󰺌"}.mdi-boom-gate-up-outline:before{content:"󰺍"}.mdi-boombox:before{content:"󰗜"}.mdi-boomerang:before{content:"󱃏"}.mdi-bootstrap:before{content:"󰛆"}.mdi-border-all:before{content:"󰃇"}.mdi-border-all-variant:before{content:"󰢡"}.mdi-border-bottom:before{content:"󰃈"}.mdi-border-bottom-variant:before{content:"󰢢"}.mdi-border-color:before{content:"󰃉"}.mdi-border-horizontal:before{content:"󰃊"}.mdi-border-inside:before{content:"󰃋"}.mdi-border-left:before{content:"󰃌"}.mdi-border-left-variant:before{content:"󰢣"}.mdi-border-none:before{content:"󰃍"}.mdi-border-none-variant:before{content:"󰢤"}.mdi-border-outside:before{content:"󰃎"}.mdi-border-right:before{content:"󰃏"}.mdi-border-right-variant:before{content:"󰢥"}.mdi-border-style:before{content:"󰃐"}.mdi-border-top:before{content:"󰃑"}.mdi-border-top-variant:before{content:"󰢦"}.mdi-border-vertical:before{content:"󰃒"}.mdi-bottle-soda:before{content:"󱁰"}.mdi-bottle-soda-classic:before{content:"󱁱"}.mdi-bottle-soda-classic-outline:before{content:"󱍣"}.mdi-bottle-soda-outline:before{content:"󱁲"}.mdi-bottle-tonic:before{content:"󱄮"}.mdi-bottle-tonic-outline:before{content:"󱄯"}.mdi-bottle-tonic-plus:before{content:"󱄰"}.mdi-bottle-tonic-plus-outline:before{content:"󱄱"}.mdi-bottle-tonic-skull:before{content:"󱄲"}.mdi-bottle-tonic-skull-outline:before{content:"󱄳"}.mdi-bottle-wine:before{content:"󰡔"}.mdi-bottle-wine-outline:before{content:"󱌐"}.mdi-bow-tie:before{content:"󰙸"}.mdi-bowl:before{content:"󰊎"}.mdi-bowl-mix:before{content:"󰘗"}.mdi-bowl-mix-outline:before{content:"󰋤"}.mdi-bowl-outline:before{content:"󰊩"}.mdi-bowling:before{content:"󰃓"}.mdi-box:before{content:"󰃔"}.mdi-box-cutter:before{content:"󰃕"}.mdi-box-cutter-off:before{content:"󰭊"}.mdi-box-shadow:before{content:"󰘷"}.mdi-boxing-glove:before{content:"󰭥"}.mdi-braille:before{content:"󰧐"}.mdi-brain:before{content:"󰧑"}.mdi-bread-slice:before{content:"󰳮"}.mdi-bread-slice-outline:before{content:"󰳯"}.mdi-bridge:before{content:"󰘘"}.mdi-briefcase:before{content:"󰃖"}.mdi-briefcase-account:before{content:"󰳰"}.mdi-briefcase-account-outline:before{content:"󰳱"}.mdi-briefcase-check:before{content:"󰃗"}.mdi-briefcase-check-outline:before{content:"󱌞"}.mdi-briefcase-clock:before{content:"󱃐"}.mdi-briefcase-clock-outline:before{content:"󱃑"}.mdi-briefcase-download:before{content:"󰃘"}.mdi-briefcase-download-outline:before{content:"󰰽"}.mdi-briefcase-edit:before{content:"󰪘"}.mdi-briefcase-edit-outline:before{content:"󰰾"}.mdi-briefcase-minus:before{content:"󰨪"}.mdi-briefcase-minus-outline:before{content:"󰰿"}.mdi-briefcase-off:before{content:"󱙘"}.mdi-briefcase-off-outline:before{content:"󱙙"}.mdi-briefcase-outline:before{content:"󰠔"}.mdi-briefcase-plus:before{content:"󰨫"}.mdi-briefcase-plus-outline:before{content:"󰱀"}.mdi-briefcase-remove:before{content:"󰨬"}.mdi-briefcase-remove-outline:before{content:"󰱁"}.mdi-briefcase-search:before{content:"󰨭"}.mdi-briefcase-search-outline:before{content:"󰱂"}.mdi-briefcase-upload:before{content:"󰃙"}.mdi-briefcase-upload-outline:before{content:"󰱃"}.mdi-briefcase-variant:before{content:"󱒔"}.mdi-briefcase-variant-off:before{content:"󱙚"}.mdi-briefcase-variant-off-outline:before{content:"󱙛"}.mdi-briefcase-variant-outline:before{content:"󱒕"}.mdi-brightness-1:before{content:"󰃚"}.mdi-brightness-2:before{content:"󰃛"}.mdi-brightness-3:before{content:"󰃜"}.mdi-brightness-4:before{content:"󰃝"}.mdi-brightness-5:before{content:"󰃞"}.mdi-brightness-6:before{content:"󰃟"}.mdi-brightness-7:before{content:"󰃠"}.mdi-brightness-auto:before{content:"󰃡"}.mdi-brightness-percent:before{content:"󰳲"}.mdi-broom:before{content:"󰃢"}.mdi-brush:before{content:"󰃣"}.mdi-bucket:before{content:"󱐕"}.mdi-bucket-outline:before{content:"󱐖"}.mdi-buddhism:before{content:"󰥋"}.mdi-buffer:before{content:"󰘙"}.mdi-buffet:before{content:"󰕸"}.mdi-bug:before{content:"󰃤"}.mdi-bug-check:before{content:"󰨮"}.mdi-bug-check-outline:before{content:"󰨯"}.mdi-bug-outline:before{content:"󰨰"}.mdi-bugle:before{content:"󰶴"}.mdi-bulldozer:before{content:"󰬢"}.mdi-bullet:before{content:"󰳳"}.mdi-bulletin-board:before{content:"󰃥"}.mdi-bullhorn:before{content:"󰃦"}.mdi-bullhorn-outline:before{content:"󰬣"}.mdi-bullseye:before{content:"󰗝"}.mdi-bullseye-arrow:before{content:"󰣉"}.mdi-bulma:before{content:"󱋧"}.mdi-bunk-bed:before{content:"󱌂"}.mdi-bunk-bed-outline:before{content:"󰂗"}.mdi-bus:before{content:"󰃧"}.mdi-bus-alert:before{content:"󰪙"}.mdi-bus-articulated-end:before{content:"󰞜"}.mdi-bus-articulated-front:before{content:"󰞝"}.mdi-bus-clock:before{content:"󰣊"}.mdi-bus-double-decker:before{content:"󰞞"}.mdi-bus-marker:before{content:"󱈒"}.mdi-bus-multiple:before{content:"󰼿"}.mdi-bus-school:before{content:"󰞟"}.mdi-bus-side:before{content:"󰞠"}.mdi-bus-stop:before{content:"󱀒"}.mdi-bus-stop-covered:before{content:"󱀓"}.mdi-bus-stop-uncovered:before{content:"󱀔"}.mdi-butterfly:before{content:"󱖉"}.mdi-butterfly-outline:before{content:"󱖊"}.mdi-cable-data:before{content:"󱎔"}.mdi-cached:before{content:"󰃨"}.mdi-cactus:before{content:"󰶵"}.mdi-cake:before{content:"󰃩"}.mdi-cake-layered:before{content:"󰃪"}.mdi-cake-variant:before{content:"󰃫"}.mdi-calculator:before{content:"󰃬"}.mdi-calculator-variant:before{content:"󰪚"}.mdi-calculator-variant-outline:before{content:"󱖦"}.mdi-calendar:before{content:"󰃭"}.mdi-calendar-account:before{content:"󰻗"}.mdi-calendar-account-outline:before{content:"󰻘"}.mdi-calendar-alert:before{content:"󰨱"}.mdi-calendar-arrow-left:before{content:"󱄴"}.mdi-calendar-arrow-right:before{content:"󱄵"}.mdi-calendar-blank:before{content:"󰃮"}.mdi-calendar-blank-multiple:before{content:"󱁳"}.mdi-calendar-blank-outline:before{content:"󰭦"}.mdi-calendar-check:before{content:"󰃯"}.mdi-calendar-check-outline:before{content:"󰱄"}.mdi-calendar-clock:before{content:"󰃰"}.mdi-calendar-cursor:before{content:"󱕻"}.mdi-calendar-edit:before{content:"󰢧"}.mdi-calendar-end:before{content:"󱙬"}.mdi-calendar-export:before{content:"󰬤"}.mdi-calendar-heart:before{content:"󰧒"}.mdi-calendar-import:before{content:"󰬥"}.mdi-calendar-lock:before{content:"󱙁"}.mdi-calendar-lock-outline:before{content:"󱙂"}.mdi-calendar-minus:before{content:"󰵜"}.mdi-calendar-month:before{content:"󰸗"}.mdi-calendar-month-outline:before{content:"󰸘"}.mdi-calendar-multiple:before{content:"󰃱"}.mdi-calendar-multiple-check:before{content:"󰃲"}.mdi-calendar-multiselect:before{content:"󰨲"}.mdi-calendar-outline:before{content:"󰭧"}.mdi-calendar-plus:before{content:"󰃳"}.mdi-calendar-question:before{content:"󰚒"}.mdi-calendar-range:before{content:"󰙹"}.mdi-calendar-range-outline:before{content:"󰭨"}.mdi-calendar-refresh:before{content:"󰇡"}.mdi-calendar-refresh-outline:before{content:"󰈃"}.mdi-calendar-remove:before{content:"󰃴"}.mdi-calendar-remove-outline:before{content:"󰱅"}.mdi-calendar-search:before{content:"󰥌"}.mdi-calendar-star:before{content:"󰧓"}.mdi-calendar-start:before{content:"󱙭"}.mdi-calendar-sync:before{content:"󰺎"}.mdi-calendar-sync-outline:before{content:"󰺏"}.mdi-calendar-text:before{content:"󰃵"}.mdi-calendar-text-outline:before{content:"󰱆"}.mdi-calendar-today:before{content:"󰃶"}.mdi-calendar-week:before{content:"󰨳"}.mdi-calendar-week-begin:before{content:"󰨴"}.mdi-calendar-weekend:before{content:"󰻙"}.mdi-calendar-weekend-outline:before{content:"󰻚"}.mdi-call-made:before{content:"󰃷"}.mdi-call-merge:before{content:"󰃸"}.mdi-call-missed:before{content:"󰃹"}.mdi-call-received:before{content:"󰃺"}.mdi-call-split:before{content:"󰃻"}.mdi-camcorder:before{content:"󰃼"}.mdi-camcorder-off:before{content:"󰃿"}.mdi-camera:before{content:"󰄀"}.mdi-camera-account:before{content:"󰣋"}.mdi-camera-burst:before{content:"󰚓"}.mdi-camera-control:before{content:"󰭩"}.mdi-camera-enhance:before{content:"󰄁"}.mdi-camera-enhance-outline:before{content:"󰭪"}.mdi-camera-flip:before{content:"󱗙"}.mdi-camera-flip-outline:before{content:"󱗚"}.mdi-camera-front:before{content:"󰄂"}.mdi-camera-front-variant:before{content:"󰄃"}.mdi-camera-gopro:before{content:"󰞡"}.mdi-camera-image:before{content:"󰣌"}.mdi-camera-iris:before{content:"󰄄"}.mdi-camera-metering-center:before{content:"󰞢"}.mdi-camera-metering-matrix:before{content:"󰞣"}.mdi-camera-metering-partial:before{content:"󰞤"}.mdi-camera-metering-spot:before{content:"󰞥"}.mdi-camera-off:before{content:"󰗟"}.mdi-camera-outline:before{content:"󰵝"}.mdi-camera-party-mode:before{content:"󰄅"}.mdi-camera-plus:before{content:"󰻛"}.mdi-camera-plus-outline:before{content:"󰻜"}.mdi-camera-rear:before{content:"󰄆"}.mdi-camera-rear-variant:before{content:"󰄇"}.mdi-camera-retake:before{content:"󰸙"}.mdi-camera-retake-outline:before{content:"󰸚"}.mdi-camera-switch:before{content:"󰄈"}.mdi-camera-switch-outline:before{content:"󰡊"}.mdi-camera-timer:before{content:"󰄉"}.mdi-camera-wireless:before{content:"󰶶"}.mdi-camera-wireless-outline:before{content:"󰶷"}.mdi-campfire:before{content:"󰻝"}.mdi-cancel:before{content:"󰜺"}.mdi-candle:before{content:"󰗢"}.mdi-candycane:before{content:"󰄊"}.mdi-cannabis:before{content:"󰞦"}.mdi-cannabis-off:before{content:"󱙮"}.mdi-caps-lock:before{content:"󰪛"}.mdi-car:before{content:"󰄋"}.mdi-car-2-plus:before{content:"󱀕"}.mdi-car-3-plus:before{content:"󱀖"}.mdi-car-arrow-left:before{content:"󱎲"}.mdi-car-arrow-right:before{content:"󱎳"}.mdi-car-back:before{content:"󰸛"}.mdi-car-battery:before{content:"󰄌"}.mdi-car-brake-abs:before{content:"󰱇"}.mdi-car-brake-alert:before{content:"󰱈"}.mdi-car-brake-hold:before{content:"󰵞"}.mdi-car-brake-parking:before{content:"󰵟"}.mdi-car-brake-retarder:before{content:"󱀗"}.mdi-car-child-seat:before{content:"󰾣"}.mdi-car-clutch:before{content:"󱀘"}.mdi-car-cog:before{content:"󱏌"}.mdi-car-connected:before{content:"󰄍"}.mdi-car-convertible:before{content:"󰞧"}.mdi-car-coolant-level:before{content:"󱀙"}.mdi-car-cruise-control:before{content:"󰵠"}.mdi-car-defrost-front:before{content:"󰵡"}.mdi-car-defrost-rear:before{content:"󰵢"}.mdi-car-door:before{content:"󰭫"}.mdi-car-door-lock:before{content:"󱂝"}.mdi-car-electric:before{content:"󰭬"}.mdi-car-electric-outline:before{content:"󱖵"}.mdi-car-emergency:before{content:"󱘏"}.mdi-car-esp:before{content:"󰱉"}.mdi-car-estate:before{content:"󰞨"}.mdi-car-hatchback:before{content:"󰞩"}.mdi-car-info:before{content:"󱆾"}.mdi-car-key:before{content:"󰭭"}.mdi-car-lifted-pickup:before{content:"󱔭"}.mdi-car-light-dimmed:before{content:"󰱊"}.mdi-car-light-fog:before{content:"󰱋"}.mdi-car-light-high:before{content:"󰱌"}.mdi-car-limousine:before{content:"󰣍"}.mdi-car-multiple:before{content:"󰭮"}.mdi-car-off:before{content:"󰸜"}.mdi-car-outline:before{content:"󱓭"}.mdi-car-parking-lights:before{content:"󰵣"}.mdi-car-pickup:before{content:"󰞪"}.mdi-car-seat:before{content:"󰾤"}.mdi-car-seat-cooler:before{content:"󰾥"}.mdi-car-seat-heater:before{content:"󰾦"}.mdi-car-settings:before{content:"󱏍"}.mdi-car-shift-pattern:before{content:"󰽀"}.mdi-car-side:before{content:"󰞫"}.mdi-car-sports:before{content:"󰞬"}.mdi-car-tire-alert:before{content:"󰱍"}.mdi-car-traction-control:before{content:"󰵤"}.mdi-car-turbocharger:before{content:"󱀚"}.mdi-car-wash:before{content:"󰄎"}.mdi-car-windshield:before{content:"󱀛"}.mdi-car-windshield-outline:before{content:"󱀜"}.mdi-carabiner:before{content:"󱓀"}.mdi-caravan:before{content:"󰞭"}.mdi-card:before{content:"󰭯"}.mdi-card-account-details:before{content:"󰗒"}.mdi-card-account-details-outline:before{content:"󰶫"}.mdi-card-account-details-star:before{content:"󰊣"}.mdi-card-account-details-star-outline:before{content:"󰛛"}.mdi-card-account-mail:before{content:"󰆎"}.mdi-card-account-mail-outline:before{content:"󰺘"}.mdi-card-account-phone:before{content:"󰺙"}.mdi-card-account-phone-outline:before{content:"󰺚"}.mdi-card-bulleted:before{content:"󰭰"}.mdi-card-bulleted-off:before{content:"󰭱"}.mdi-card-bulleted-off-outline:before{content:"󰭲"}.mdi-card-bulleted-outline:before{content:"󰭳"}.mdi-card-bulleted-settings:before{content:"󰭴"}.mdi-card-bulleted-settings-outline:before{content:"󰭵"}.mdi-card-minus:before{content:"󱘀"}.mdi-card-minus-outline:before{content:"󱘁"}.mdi-card-off:before{content:"󱘂"}.mdi-card-off-outline:before{content:"󱘃"}.mdi-card-outline:before{content:"󰭶"}.mdi-card-plus:before{content:"󱇿"}.mdi-card-plus-outline:before{content:"󱈀"}.mdi-card-remove:before{content:"󱘄"}.mdi-card-remove-outline:before{content:"󱘅"}.mdi-card-search:before{content:"󱁴"}.mdi-card-search-outline:before{content:"󱁵"}.mdi-card-text:before{content:"󰭷"}.mdi-card-text-outline:before{content:"󰭸"}.mdi-cards:before{content:"󰘸"}.mdi-cards-club:before{content:"󰣎"}.mdi-cards-diamond:before{content:"󰣏"}.mdi-cards-diamond-outline:before{content:"󱀝"}.mdi-cards-heart:before{content:"󰣐"}.mdi-cards-outline:before{content:"󰘹"}.mdi-cards-playing-outline:before{content:"󰘺"}.mdi-cards-spade:before{content:"󰣑"}.mdi-cards-variant:before{content:"󰛇"}.mdi-carrot:before{content:"󰄏"}.mdi-cart:before{content:"󰄐"}.mdi-cart-arrow-down:before{content:"󰵦"}.mdi-cart-arrow-right:before{content:"󰱎"}.mdi-cart-arrow-up:before{content:"󰵧"}.mdi-cart-check:before{content:"󱗪"}.mdi-cart-minus:before{content:"󰵨"}.mdi-cart-off:before{content:"󰙫"}.mdi-cart-outline:before{content:"󰄑"}.mdi-cart-plus:before{content:"󰄒"}.mdi-cart-remove:before{content:"󰵩"}.mdi-cart-variant:before{content:"󱗫"}.mdi-case-sensitive-alt:before{content:"󰄓"}.mdi-cash:before{content:"󰄔"}.mdi-cash-100:before{content:"󰄕"}.mdi-cash-check:before{content:"󱓮"}.mdi-cash-lock:before{content:"󱓪"}.mdi-cash-lock-open:before{content:"󱓫"}.mdi-cash-marker:before{content:"󰶸"}.mdi-cash-minus:before{content:"󱉠"}.mdi-cash-multiple:before{content:"󰄖"}.mdi-cash-plus:before{content:"󱉡"}.mdi-cash-refund:before{content:"󰪜"}.mdi-cash-register:before{content:"󰳴"}.mdi-cash-remove:before{content:"󱉢"}.mdi-cash-usd:before{content:"󱅶"}.mdi-cash-usd-outline:before{content:"󰄗"}.mdi-cassette:before{content:"󰧔"}.mdi-cast:before{content:"󰄘"}.mdi-cast-audio:before{content:"󱀞"}.mdi-cast-connected:before{content:"󰄙"}.mdi-cast-education:before{content:"󰸝"}.mdi-cast-off:before{content:"󰞊"}.mdi-castle:before{content:"󰄚"}.mdi-cat:before{content:"󰄛"}.mdi-cctv:before{content:"󰞮"}.mdi-ceiling-light:before{content:"󰝩"}.mdi-cellphone:before{content:"󰄜"}.mdi-cellphone-android:before{content:"󰄝"}.mdi-cellphone-arrow-down:before{content:"󰧕"}.mdi-cellphone-basic:before{content:"󰄞"}.mdi-cellphone-charging:before{content:"󱎗"}.mdi-cellphone-cog:before{content:"󰥑"}.mdi-cellphone-dock:before{content:"󰄟"}.mdi-cellphone-erase:before{content:"󰥍"}.mdi-cellphone-information:before{content:"󰽁"}.mdi-cellphone-iphone:before{content:"󰄠"}.mdi-cellphone-key:before{content:"󰥎"}.mdi-cellphone-link:before{content:"󰄡"}.mdi-cellphone-link-off:before{content:"󰄢"}.mdi-cellphone-lock:before{content:"󰥏"}.mdi-cellphone-message:before{content:"󰣓"}.mdi-cellphone-message-off:before{content:"󱃒"}.mdi-cellphone-nfc:before{content:"󰺐"}.mdi-cellphone-nfc-off:before{content:"󱋘"}.mdi-cellphone-off:before{content:"󰥐"}.mdi-cellphone-play:before{content:"󱀟"}.mdi-cellphone-screenshot:before{content:"󰨵"}.mdi-cellphone-settings:before{content:"󰄣"}.mdi-cellphone-sound:before{content:"󰥒"}.mdi-cellphone-text:before{content:"󰣒"}.mdi-cellphone-wireless:before{content:"󰠕"}.mdi-celtic-cross:before{content:"󰳵"}.mdi-centos:before{content:"󱄚"}.mdi-certificate:before{content:"󰄤"}.mdi-certificate-outline:before{content:"󱆈"}.mdi-chair-rolling:before{content:"󰽈"}.mdi-chair-school:before{content:"󰄥"}.mdi-charity:before{content:"󰱏"}.mdi-chart-arc:before{content:"󰄦"}.mdi-chart-areaspline:before{content:"󰄧"}.mdi-chart-areaspline-variant:before{content:"󰺑"}.mdi-chart-bar:before{content:"󰄨"}.mdi-chart-bar-stacked:before{content:"󰝪"}.mdi-chart-bell-curve:before{content:"󰱐"}.mdi-chart-bell-curve-cumulative:before{content:"󰾧"}.mdi-chart-box:before{content:"󱕍"}.mdi-chart-box-outline:before{content:"󱕎"}.mdi-chart-box-plus-outline:before{content:"󱕏"}.mdi-chart-bubble:before{content:"󰗣"}.mdi-chart-donut:before{content:"󰞯"}.mdi-chart-donut-variant:before{content:"󰞰"}.mdi-chart-gantt:before{content:"󰙬"}.mdi-chart-histogram:before{content:"󰄩"}.mdi-chart-line:before{content:"󰄪"}.mdi-chart-line-stacked:before{content:"󰝫"}.mdi-chart-line-variant:before{content:"󰞱"}.mdi-chart-multiline:before{content:"󰣔"}.mdi-chart-multiple:before{content:"󱈓"}.mdi-chart-pie:before{content:"󰄫"}.mdi-chart-ppf:before{content:"󱎀"}.mdi-chart-sankey:before{content:"󱇟"}.mdi-chart-sankey-variant:before{content:"󱇠"}.mdi-chart-scatter-plot:before{content:"󰺒"}.mdi-chart-scatter-plot-hexbin:before{content:"󰙭"}.mdi-chart-timeline:before{content:"󰙮"}.mdi-chart-timeline-variant:before{content:"󰺓"}.mdi-chart-timeline-variant-shimmer:before{content:"󱖶"}.mdi-chart-tree:before{content:"󰺔"}.mdi-chat:before{content:"󰭹"}.mdi-chat-alert:before{content:"󰭺"}.mdi-chat-alert-outline:before{content:"󱋉"}.mdi-chat-minus:before{content:"󱐐"}.mdi-chat-minus-outline:before{content:"󱐓"}.mdi-chat-outline:before{content:"󰻞"}.mdi-chat-plus:before{content:"󱐏"}.mdi-chat-plus-outline:before{content:"󱐒"}.mdi-chat-processing:before{content:"󰭻"}.mdi-chat-processing-outline:before{content:"󱋊"}.mdi-chat-remove:before{content:"󱐑"}.mdi-chat-remove-outline:before{content:"󱐔"}.mdi-chat-sleep:before{content:"󱋑"}.mdi-chat-sleep-outline:before{content:"󱋒"}.mdi-check:before{content:"󰄬"}.mdi-check-all:before{content:"󰄭"}.mdi-check-bold:before{content:"󰸞"}.mdi-check-box-multiple-outline:before{content:"󰱑"}.mdi-check-box-outline:before{content:"󰱒"}.mdi-check-circle:before{content:"󰗠"}.mdi-check-circle-outline:before{content:"󰗡"}.mdi-check-decagram:before{content:"󰞑"}.mdi-check-network:before{content:"󰱓"}.mdi-check-network-outline:before{content:"󰱔"}.mdi-check-outline:before{content:"󰡕"}.mdi-check-underline:before{content:"󰸟"}.mdi-check-underline-circle:before{content:"󰸠"}.mdi-check-underline-circle-outline:before{content:"󰸡"}.mdi-checkbook:before{content:"󰪝"}.mdi-checkbox-blank:before{content:"󰄮"}.mdi-checkbox-blank-circle:before{content:"󰄯"}.mdi-checkbox-blank-circle-outline:before{content:"󰄰"}.mdi-checkbox-blank-off:before{content:"󱋬"}.mdi-checkbox-blank-off-outline:before{content:"󱋭"}.mdi-checkbox-blank-outline:before{content:"󰄱"}.mdi-checkbox-intermediate:before{content:"󰡖"}.mdi-checkbox-marked:before{content:"󰄲"}.mdi-checkbox-marked-circle:before{content:"󰄳"}.mdi-checkbox-marked-circle-outline:before{content:"󰄴"}.mdi-checkbox-marked-outline:before{content:"󰄵"}.mdi-checkbox-multiple-blank:before{content:"󰄶"}.mdi-checkbox-multiple-blank-circle:before{content:"󰘻"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"󰘼"}.mdi-checkbox-multiple-blank-outline:before{content:"󰄷"}.mdi-checkbox-multiple-marked:before{content:"󰄸"}.mdi-checkbox-multiple-marked-circle:before{content:"󰘽"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"󰘾"}.mdi-checkbox-multiple-marked-outline:before{content:"󰄹"}.mdi-checkerboard:before{content:"󰄺"}.mdi-checkerboard-minus:before{content:"󱈂"}.mdi-checkerboard-plus:before{content:"󱈁"}.mdi-checkerboard-remove:before{content:"󱈃"}.mdi-cheese:before{content:"󱊹"}.mdi-cheese-off:before{content:"󱏮"}.mdi-chef-hat:before{content:"󰭼"}.mdi-chemical-weapon:before{content:"󰄻"}.mdi-chess-bishop:before{content:"󰡜"}.mdi-chess-king:before{content:"󰡗"}.mdi-chess-knight:before{content:"󰡘"}.mdi-chess-pawn:before{content:"󰡙"}.mdi-chess-queen:before{content:"󰡚"}.mdi-chess-rook:before{content:"󰡛"}.mdi-chevron-double-down:before{content:"󰄼"}.mdi-chevron-double-left:before{content:"󰄽"}.mdi-chevron-double-right:before{content:"󰄾"}.mdi-chevron-double-up:before{content:"󰄿"}.mdi-chevron-down:before{content:"󰅀"}.mdi-chevron-down-box:before{content:"󰧖"}.mdi-chevron-down-box-outline:before{content:"󰧗"}.mdi-chevron-down-circle:before{content:"󰬦"}.mdi-chevron-down-circle-outline:before{content:"󰬧"}.mdi-chevron-left:before{content:"󰅁"}.mdi-chevron-left-box:before{content:"󰧘"}.mdi-chevron-left-box-outline:before{content:"󰧙"}.mdi-chevron-left-circle:before{content:"󰬨"}.mdi-chevron-left-circle-outline:before{content:"󰬩"}.mdi-chevron-right:before{content:"󰅂"}.mdi-chevron-right-box:before{content:"󰧚"}.mdi-chevron-right-box-outline:before{content:"󰧛"}.mdi-chevron-right-circle:before{content:"󰬪"}.mdi-chevron-right-circle-outline:before{content:"󰬫"}.mdi-chevron-triple-down:before{content:"󰶹"}.mdi-chevron-triple-left:before{content:"󰶺"}.mdi-chevron-triple-right:before{content:"󰶻"}.mdi-chevron-triple-up:before{content:"󰶼"}.mdi-chevron-up:before{content:"󰅃"}.mdi-chevron-up-box:before{content:"󰧜"}.mdi-chevron-up-box-outline:before{content:"󰧝"}.mdi-chevron-up-circle:before{content:"󰬬"}.mdi-chevron-up-circle-outline:before{content:"󰬭"}.mdi-chili-hot:before{content:"󰞲"}.mdi-chili-medium:before{content:"󰞳"}.mdi-chili-mild:before{content:"󰞴"}.mdi-chili-off:before{content:"󱑧"}.mdi-chip:before{content:"󰘚"}.mdi-christianity:before{content:"󰥓"}.mdi-christianity-outline:before{content:"󰳶"}.mdi-church:before{content:"󰅄"}.mdi-cigar:before{content:"󱆉"}.mdi-cigar-off:before{content:"󱐛"}.mdi-circle:before{content:"󰝥"}.mdi-circle-box:before{content:"󱗜"}.mdi-circle-box-outline:before{content:"󱗝"}.mdi-circle-double:before{content:"󰺕"}.mdi-circle-edit-outline:before{content:"󰣕"}.mdi-circle-expand:before{content:"󰺖"}.mdi-circle-half:before{content:"󱎕"}.mdi-circle-half-full:before{content:"󱎖"}.mdi-circle-medium:before{content:"󰧞"}.mdi-circle-multiple:before{content:"󰬸"}.mdi-circle-multiple-outline:before{content:"󰚕"}.mdi-circle-off-outline:before{content:"󱃓"}.mdi-circle-outline:before{content:"󰝦"}.mdi-circle-slice-1:before{content:"󰪞"}.mdi-circle-slice-2:before{content:"󰪟"}.mdi-circle-slice-3:before{content:"󰪠"}.mdi-circle-slice-4:before{content:"󰪡"}.mdi-circle-slice-5:before{content:"󰪢"}.mdi-circle-slice-6:before{content:"󰪣"}.mdi-circle-slice-7:before{content:"󰪤"}.mdi-circle-slice-8:before{content:"󰪥"}.mdi-circle-small:before{content:"󰧟"}.mdi-circular-saw:before{content:"󰸢"}.mdi-city:before{content:"󰅆"}.mdi-city-variant:before{content:"󰨶"}.mdi-city-variant-outline:before{content:"󰨷"}.mdi-clipboard:before{content:"󰅇"}.mdi-clipboard-account:before{content:"󰅈"}.mdi-clipboard-account-outline:before{content:"󰱕"}.mdi-clipboard-alert:before{content:"󰅉"}.mdi-clipboard-alert-outline:before{content:"󰳷"}.mdi-clipboard-arrow-down:before{content:"󰅊"}.mdi-clipboard-arrow-down-outline:before{content:"󰱖"}.mdi-clipboard-arrow-left:before{content:"󰅋"}.mdi-clipboard-arrow-left-outline:before{content:"󰳸"}.mdi-clipboard-arrow-right:before{content:"󰳹"}.mdi-clipboard-arrow-right-outline:before{content:"󰳺"}.mdi-clipboard-arrow-up:before{content:"󰱗"}.mdi-clipboard-arrow-up-outline:before{content:"󰱘"}.mdi-clipboard-check:before{content:"󰅎"}.mdi-clipboard-check-multiple:before{content:"󱉣"}.mdi-clipboard-check-multiple-outline:before{content:"󱉤"}.mdi-clipboard-check-outline:before{content:"󰢨"}.mdi-clipboard-edit:before{content:"󱓥"}.mdi-clipboard-edit-outline:before{content:"󱓦"}.mdi-clipboard-file:before{content:"󱉥"}.mdi-clipboard-file-outline:before{content:"󱉦"}.mdi-clipboard-flow:before{content:"󰛈"}.mdi-clipboard-flow-outline:before{content:"󱄗"}.mdi-clipboard-list:before{content:"󱃔"}.mdi-clipboard-list-outline:before{content:"󱃕"}.mdi-clipboard-minus:before{content:"󱘘"}.mdi-clipboard-minus-outline:before{content:"󱘙"}.mdi-clipboard-multiple:before{content:"󱉧"}.mdi-clipboard-multiple-outline:before{content:"󱉨"}.mdi-clipboard-off:before{content:"󱘚"}.mdi-clipboard-off-outline:before{content:"󱘛"}.mdi-clipboard-outline:before{content:"󰅌"}.mdi-clipboard-play:before{content:"󰱙"}.mdi-clipboard-play-multiple:before{content:"󱉩"}.mdi-clipboard-play-multiple-outline:before{content:"󱉪"}.mdi-clipboard-play-outline:before{content:"󰱚"}.mdi-clipboard-plus:before{content:"󰝑"}.mdi-clipboard-plus-outline:before{content:"󱌟"}.mdi-clipboard-pulse:before{content:"󰡝"}.mdi-clipboard-pulse-outline:before{content:"󰡞"}.mdi-clipboard-remove:before{content:"󱘜"}.mdi-clipboard-remove-outline:before{content:"󱘝"}.mdi-clipboard-search:before{content:"󱘞"}.mdi-clipboard-search-outline:before{content:"󱘟"}.mdi-clipboard-text:before{content:"󰅍"}.mdi-clipboard-text-multiple:before{content:"󱉫"}.mdi-clipboard-text-multiple-outline:before{content:"󱉬"}.mdi-clipboard-text-off:before{content:"󱘠"}.mdi-clipboard-text-off-outline:before{content:"󱘡"}.mdi-clipboard-text-outline:before{content:"󰨸"}.mdi-clipboard-text-play:before{content:"󰱛"}.mdi-clipboard-text-play-outline:before{content:"󰱜"}.mdi-clipboard-text-search:before{content:"󱘢"}.mdi-clipboard-text-search-outline:before{content:"󱘣"}.mdi-clippy:before{content:"󰅏"}.mdi-clock:before{content:"󰥔"}.mdi-clock-alert:before{content:"󰥕"}.mdi-clock-alert-outline:before{content:"󰗎"}.mdi-clock-check:before{content:"󰾨"}.mdi-clock-check-outline:before{content:"󰾩"}.mdi-clock-digital:before{content:"󰺗"}.mdi-clock-end:before{content:"󰅑"}.mdi-clock-fast:before{content:"󰅒"}.mdi-clock-in:before{content:"󰅓"}.mdi-clock-out:before{content:"󰅔"}.mdi-clock-outline:before{content:"󰅐"}.mdi-clock-start:before{content:"󰅕"}.mdi-clock-time-eight:before{content:"󱑆"}.mdi-clock-time-eight-outline:before{content:"󱑒"}.mdi-clock-time-eleven:before{content:"󱑉"}.mdi-clock-time-eleven-outline:before{content:"󱑕"}.mdi-clock-time-five:before{content:"󱑃"}.mdi-clock-time-five-outline:before{content:"󱑏"}.mdi-clock-time-four:before{content:"󱑂"}.mdi-clock-time-four-outline:before{content:"󱑎"}.mdi-clock-time-nine:before{content:"󱑇"}.mdi-clock-time-nine-outline:before{content:"󱑓"}.mdi-clock-time-one:before{content:"󱐿"}.mdi-clock-time-one-outline:before{content:"󱑋"}.mdi-clock-time-seven:before{content:"󱑅"}.mdi-clock-time-seven-outline:before{content:"󱑑"}.mdi-clock-time-six:before{content:"󱑄"}.mdi-clock-time-six-outline:before{content:"󱑐"}.mdi-clock-time-ten:before{content:"󱑈"}.mdi-clock-time-ten-outline:before{content:"󱑔"}.mdi-clock-time-three:before{content:"󱑁"}.mdi-clock-time-three-outline:before{content:"󱑍"}.mdi-clock-time-twelve:before{content:"󱑊"}.mdi-clock-time-twelve-outline:before{content:"󱑖"}.mdi-clock-time-two:before{content:"󱑀"}.mdi-clock-time-two-outline:before{content:"󱑌"}.mdi-close:before{content:"󰅖"}.mdi-close-box:before{content:"󰅗"}.mdi-close-box-multiple:before{content:"󰱝"}.mdi-close-box-multiple-outline:before{content:"󰱞"}.mdi-close-box-outline:before{content:"󰅘"}.mdi-close-circle:before{content:"󰅙"}.mdi-close-circle-multiple:before{content:"󰘪"}.mdi-close-circle-multiple-outline:before{content:"󰢃"}.mdi-close-circle-outline:before{content:"󰅚"}.mdi-close-network:before{content:"󰅛"}.mdi-close-network-outline:before{content:"󰱟"}.mdi-close-octagon:before{content:"󰅜"}.mdi-close-octagon-outline:before{content:"󰅝"}.mdi-close-outline:before{content:"󰛉"}.mdi-close-thick:before{content:"󱎘"}.mdi-closed-caption:before{content:"󰅞"}.mdi-closed-caption-outline:before{content:"󰶽"}.mdi-cloud:before{content:"󰅟"}.mdi-cloud-alert:before{content:"󰧠"}.mdi-cloud-braces:before{content:"󰞵"}.mdi-cloud-check:before{content:"󰅠"}.mdi-cloud-check-outline:before{content:"󱋌"}.mdi-cloud-circle:before{content:"󰅡"}.mdi-cloud-download:before{content:"󰅢"}.mdi-cloud-download-outline:before{content:"󰭽"}.mdi-cloud-lock:before{content:"󱇱"}.mdi-cloud-lock-outline:before{content:"󱇲"}.mdi-cloud-off-outline:before{content:"󰅤"}.mdi-cloud-outline:before{content:"󰅣"}.mdi-cloud-print:before{content:"󰅥"}.mdi-cloud-print-outline:before{content:"󰅦"}.mdi-cloud-question:before{content:"󰨹"}.mdi-cloud-refresh:before{content:"󰔪"}.mdi-cloud-search:before{content:"󰥖"}.mdi-cloud-search-outline:before{content:"󰥗"}.mdi-cloud-sync:before{content:"󰘿"}.mdi-cloud-sync-outline:before{content:"󱋖"}.mdi-cloud-tags:before{content:"󰞶"}.mdi-cloud-upload:before{content:"󰅧"}.mdi-cloud-upload-outline:before{content:"󰭾"}.mdi-clover:before{content:"󰠖"}.mdi-coach-lamp:before{content:"󱀠"}.mdi-coat-rack:before{content:"󱂞"}.mdi-code-array:before{content:"󰅨"}.mdi-code-braces:before{content:"󰅩"}.mdi-code-braces-box:before{content:"󱃖"}.mdi-code-brackets:before{content:"󰅪"}.mdi-code-equal:before{content:"󰅫"}.mdi-code-greater-than:before{content:"󰅬"}.mdi-code-greater-than-or-equal:before{content:"󰅭"}.mdi-code-json:before{content:"󰘦"}.mdi-code-less-than:before{content:"󰅮"}.mdi-code-less-than-or-equal:before{content:"󰅯"}.mdi-code-not-equal:before{content:"󰅰"}.mdi-code-not-equal-variant:before{content:"󰅱"}.mdi-code-parentheses:before{content:"󰅲"}.mdi-code-parentheses-box:before{content:"󱃗"}.mdi-code-string:before{content:"󰅳"}.mdi-code-tags:before{content:"󰅴"}.mdi-code-tags-check:before{content:"󰚔"}.mdi-codepen:before{content:"󰅵"}.mdi-coffee:before{content:"󰅶"}.mdi-coffee-maker:before{content:"󱂟"}.mdi-coffee-off:before{content:"󰾪"}.mdi-coffee-off-outline:before{content:"󰾫"}.mdi-coffee-outline:before{content:"󰛊"}.mdi-coffee-to-go:before{content:"󰅷"}.mdi-coffee-to-go-outline:before{content:"󱌎"}.mdi-coffin:before{content:"󰭿"}.mdi-cog:before{content:"󰒓"}.mdi-cog-box:before{content:"󰒔"}.mdi-cog-clockwise:before{content:"󱇝"}.mdi-cog-counterclockwise:before{content:"󱇞"}.mdi-cog-off:before{content:"󱏎"}.mdi-cog-off-outline:before{content:"󱏏"}.mdi-cog-outline:before{content:"󰢻"}.mdi-cog-refresh:before{content:"󱑞"}.mdi-cog-refresh-outline:before{content:"󱑟"}.mdi-cog-sync:before{content:"󱑠"}.mdi-cog-sync-outline:before{content:"󱑡"}.mdi-cog-transfer:before{content:"󱁛"}.mdi-cog-transfer-outline:before{content:"󱁜"}.mdi-cogs:before{content:"󰣖"}.mdi-collage:before{content:"󰙀"}.mdi-collapse-all:before{content:"󰪦"}.mdi-collapse-all-outline:before{content:"󰪧"}.mdi-color-helper:before{content:"󰅹"}.mdi-comma:before{content:"󰸣"}.mdi-comma-box:before{content:"󰸫"}.mdi-comma-box-outline:before{content:"󰸤"}.mdi-comma-circle:before{content:"󰸥"}.mdi-comma-circle-outline:before{content:"󰸦"}.mdi-comment:before{content:"󰅺"}.mdi-comment-account:before{content:"󰅻"}.mdi-comment-account-outline:before{content:"󰅼"}.mdi-comment-alert:before{content:"󰅽"}.mdi-comment-alert-outline:before{content:"󰅾"}.mdi-comment-arrow-left:before{content:"󰧡"}.mdi-comment-arrow-left-outline:before{content:"󰧢"}.mdi-comment-arrow-right:before{content:"󰧣"}.mdi-comment-arrow-right-outline:before{content:"󰧤"}.mdi-comment-bookmark:before{content:"󱖮"}.mdi-comment-bookmark-outline:before{content:"󱖯"}.mdi-comment-check:before{content:"󰅿"}.mdi-comment-check-outline:before{content:"󰆀"}.mdi-comment-edit:before{content:"󱆿"}.mdi-comment-edit-outline:before{content:"󱋄"}.mdi-comment-eye:before{content:"󰨺"}.mdi-comment-eye-outline:before{content:"󰨻"}.mdi-comment-flash:before{content:"󱖰"}.mdi-comment-flash-outline:before{content:"󱖱"}.mdi-comment-minus:before{content:"󱗟"}.mdi-comment-minus-outline:before{content:"󱗠"}.mdi-comment-multiple:before{content:"󰡟"}.mdi-comment-multiple-outline:before{content:"󰆁"}.mdi-comment-off:before{content:"󱗡"}.mdi-comment-off-outline:before{content:"󱗢"}.mdi-comment-outline:before{content:"󰆂"}.mdi-comment-plus:before{content:"󰧥"}.mdi-comment-plus-outline:before{content:"󰆃"}.mdi-comment-processing:before{content:"󰆄"}.mdi-comment-processing-outline:before{content:"󰆅"}.mdi-comment-question:before{content:"󰠗"}.mdi-comment-question-outline:before{content:"󰆆"}.mdi-comment-quote:before{content:"󱀡"}.mdi-comment-quote-outline:before{content:"󱀢"}.mdi-comment-remove:before{content:"󰗞"}.mdi-comment-remove-outline:before{content:"󰆇"}.mdi-comment-search:before{content:"󰨼"}.mdi-comment-search-outline:before{content:"󰨽"}.mdi-comment-text:before{content:"󰆈"}.mdi-comment-text-multiple:before{content:"󰡠"}.mdi-comment-text-multiple-outline:before{content:"󰡡"}.mdi-comment-text-outline:before{content:"󰆉"}.mdi-compare:before{content:"󰆊"}.mdi-compare-horizontal:before{content:"󱒒"}.mdi-compare-vertical:before{content:"󱒓"}.mdi-compass:before{content:"󰆋"}.mdi-compass-off:before{content:"󰮀"}.mdi-compass-off-outline:before{content:"󰮁"}.mdi-compass-outline:before{content:"󰆌"}.mdi-compass-rose:before{content:"󱎂"}.mdi-concourse-ci:before{content:"󱂠"}.mdi-connection:before{content:"󱘖"}.mdi-console:before{content:"󰆍"}.mdi-console-line:before{content:"󰞷"}.mdi-console-network:before{content:"󰢩"}.mdi-console-network-outline:before{content:"󰱠"}.mdi-consolidate:before{content:"󱃘"}.mdi-contactless-payment:before{content:"󰵪"}.mdi-contactless-payment-circle:before{content:"󰌡"}.mdi-contactless-payment-circle-outline:before{content:"󰐈"}.mdi-contacts:before{content:"󰛋"}.mdi-contacts-outline:before{content:"󰖸"}.mdi-contain:before{content:"󰨾"}.mdi-contain-end:before{content:"󰨿"}.mdi-contain-start:before{content:"󰩀"}.mdi-content-copy:before{content:"󰆏"}.mdi-content-cut:before{content:"󰆐"}.mdi-content-duplicate:before{content:"󰆑"}.mdi-content-paste:before{content:"󰆒"}.mdi-content-save:before{content:"󰆓"}.mdi-content-save-alert:before{content:"󰽂"}.mdi-content-save-alert-outline:before{content:"󰽃"}.mdi-content-save-all:before{content:"󰆔"}.mdi-content-save-all-outline:before{content:"󰽄"}.mdi-content-save-cog:before{content:"󱑛"}.mdi-content-save-cog-outline:before{content:"󱑜"}.mdi-content-save-edit:before{content:"󰳻"}.mdi-content-save-edit-outline:before{content:"󰳼"}.mdi-content-save-move:before{content:"󰸧"}.mdi-content-save-move-outline:before{content:"󰸨"}.mdi-content-save-off:before{content:"󱙃"}.mdi-content-save-off-outline:before{content:"󱙄"}.mdi-content-save-outline:before{content:"󰠘"}.mdi-content-save-settings:before{content:"󰘛"}.mdi-content-save-settings-outline:before{content:"󰬮"}.mdi-contrast:before{content:"󰆕"}.mdi-contrast-box:before{content:"󰆖"}.mdi-contrast-circle:before{content:"󰆗"}.mdi-controller-classic:before{content:"󰮂"}.mdi-controller-classic-outline:before{content:"󰮃"}.mdi-cookie:before{content:"󰆘"}.mdi-cookie-alert:before{content:"󱛐"}.mdi-cookie-alert-outline:before{content:"󱛑"}.mdi-cookie-check:before{content:"󱛒"}.mdi-cookie-check-outline:before{content:"󱛓"}.mdi-cookie-cog:before{content:"󱛔"}.mdi-cookie-cog-outline:before{content:"󱛕"}.mdi-cookie-minus:before{content:"󱛚"}.mdi-cookie-minus-outline:before{content:"󱛛"}.mdi-cookie-outline:before{content:"󱛞"}.mdi-cookie-plus:before{content:"󱛖"}.mdi-cookie-plus-outline:before{content:"󱛗"}.mdi-cookie-remove:before{content:"󱛘"}.mdi-cookie-remove-outline:before{content:"󱛙"}.mdi-cookie-settings:before{content:"󱛜"}.mdi-cookie-settings-outline:before{content:"󱛝"}.mdi-coolant-temperature:before{content:"󰏈"}.mdi-copyright:before{content:"󰗦"}.mdi-cordova:before{content:"󰥘"}.mdi-corn:before{content:"󰞸"}.mdi-corn-off:before{content:"󱏯"}.mdi-cosine-wave:before{content:"󱑹"}.mdi-counter:before{content:"󰆙"}.mdi-cow:before{content:"󰆚"}.mdi-cpu-32-bit:before{content:"󰻟"}.mdi-cpu-64-bit:before{content:"󰻠"}.mdi-crane:before{content:"󰡢"}.mdi-creation:before{content:"󰙴"}.mdi-creative-commons:before{content:"󰵫"}.mdi-credit-card:before{content:"󰿯"}.mdi-credit-card-check:before{content:"󱏐"}.mdi-credit-card-check-outline:before{content:"󱏑"}.mdi-credit-card-clock:before{content:"󰻡"}.mdi-credit-card-clock-outline:before{content:"󰻢"}.mdi-credit-card-marker:before{content:"󰚨"}.mdi-credit-card-marker-outline:before{content:"󰶾"}.mdi-credit-card-minus:before{content:"󰾬"}.mdi-credit-card-minus-outline:before{content:"󰾭"}.mdi-credit-card-multiple:before{content:"󰿰"}.mdi-credit-card-multiple-outline:before{content:"󰆜"}.mdi-credit-card-off:before{content:"󰿱"}.mdi-credit-card-off-outline:before{content:"󰗤"}.mdi-credit-card-outline:before{content:"󰆛"}.mdi-credit-card-plus:before{content:"󰿲"}.mdi-credit-card-plus-outline:before{content:"󰙶"}.mdi-credit-card-refresh:before{content:"󱙅"}.mdi-credit-card-refresh-outline:before{content:"󱙆"}.mdi-credit-card-refund:before{content:"󰿳"}.mdi-credit-card-refund-outline:before{content:"󰪨"}.mdi-credit-card-remove:before{content:"󰾮"}.mdi-credit-card-remove-outline:before{content:"󰾯"}.mdi-credit-card-scan:before{content:"󰿴"}.mdi-credit-card-scan-outline:before{content:"󰆝"}.mdi-credit-card-search:before{content:"󱙇"}.mdi-credit-card-search-outline:before{content:"󱙈"}.mdi-credit-card-settings:before{content:"󰿵"}.mdi-credit-card-settings-outline:before{content:"󰣗"}.mdi-credit-card-sync:before{content:"󱙉"}.mdi-credit-card-sync-outline:before{content:"󱙊"}.mdi-credit-card-wireless:before{content:"󰠂"}.mdi-credit-card-wireless-off:before{content:"󰕺"}.mdi-credit-card-wireless-off-outline:before{content:"󰕻"}.mdi-credit-card-wireless-outline:before{content:"󰵬"}.mdi-cricket:before{content:"󰵭"}.mdi-crop:before{content:"󰆞"}.mdi-crop-free:before{content:"󰆟"}.mdi-crop-landscape:before{content:"󰆠"}.mdi-crop-portrait:before{content:"󰆡"}.mdi-crop-rotate:before{content:"󰚖"}.mdi-crop-square:before{content:"󰆢"}.mdi-crosshairs:before{content:"󰆣"}.mdi-crosshairs-gps:before{content:"󰆤"}.mdi-crosshairs-off:before{content:"󰽅"}.mdi-crosshairs-question:before{content:"󱄶"}.mdi-crown:before{content:"󰆥"}.mdi-crown-outline:before{content:"󱇐"}.mdi-cryengine:before{content:"󰥙"}.mdi-crystal-ball:before{content:"󰬯"}.mdi-cube:before{content:"󰆦"}.mdi-cube-off:before{content:"󱐜"}.mdi-cube-off-outline:before{content:"󱐝"}.mdi-cube-outline:before{content:"󰆧"}.mdi-cube-scan:before{content:"󰮄"}.mdi-cube-send:before{content:"󰆨"}.mdi-cube-unfolded:before{content:"󰆩"}.mdi-cup:before{content:"󰆪"}.mdi-cup-off:before{content:"󰗥"}.mdi-cup-off-outline:before{content:"󱍽"}.mdi-cup-outline:before{content:"󱌏"}.mdi-cup-water:before{content:"󰆫"}.mdi-cupboard:before{content:"󰽆"}.mdi-cupboard-outline:before{content:"󰽇"}.mdi-cupcake:before{content:"󰥚"}.mdi-curling:before{content:"󰡣"}.mdi-currency-bdt:before{content:"󰡤"}.mdi-currency-brl:before{content:"󰮅"}.mdi-currency-btc:before{content:"󰆬"}.mdi-currency-cny:before{content:"󰞺"}.mdi-currency-eth:before{content:"󰞻"}.mdi-currency-eur:before{content:"󰆭"}.mdi-currency-eur-off:before{content:"󱌕"}.mdi-currency-gbp:before{content:"󰆮"}.mdi-currency-ils:before{content:"󰱡"}.mdi-currency-inr:before{content:"󰆯"}.mdi-currency-jpy:before{content:"󰞼"}.mdi-currency-krw:before{content:"󰞽"}.mdi-currency-kzt:before{content:"󰡥"}.mdi-currency-mnt:before{content:"󱔒"}.mdi-currency-ngn:before{content:"󰆰"}.mdi-currency-php:before{content:"󰧦"}.mdi-currency-rial:before{content:"󰺜"}.mdi-currency-rub:before{content:"󰆱"}.mdi-currency-sign:before{content:"󰞾"}.mdi-currency-try:before{content:"󰆲"}.mdi-currency-twd:before{content:"󰞿"}.mdi-currency-usd:before{content:"󰇁"}.mdi-currency-usd-circle:before{content:"󱅫"}.mdi-currency-usd-circle-outline:before{content:"󰅸"}.mdi-currency-usd-off:before{content:"󰙺"}.mdi-current-ac:before{content:"󱒀"}.mdi-current-dc:before{content:"󰥜"}.mdi-cursor-default:before{content:"󰇀"}.mdi-cursor-default-click:before{content:"󰳽"}.mdi-cursor-default-click-outline:before{content:"󰳾"}.mdi-cursor-default-gesture:before{content:"󱄧"}.mdi-cursor-default-gesture-outline:before{content:"󱄨"}.mdi-cursor-default-outline:before{content:"󰆿"}.mdi-cursor-move:before{content:"󰆾"}.mdi-cursor-pointer:before{content:"󰆽"}.mdi-cursor-text:before{content:"󰗧"}.mdi-dance-ballroom:before{content:"󱗻"}.mdi-dance-pole:before{content:"󱕸"}.mdi-data-matrix:before{content:"󱔼"}.mdi-data-matrix-edit:before{content:"󱔽"}.mdi-data-matrix-minus:before{content:"󱔾"}.mdi-data-matrix-plus:before{content:"󱔿"}.mdi-data-matrix-remove:before{content:"󱕀"}.mdi-data-matrix-scan:before{content:"󱕁"}.mdi-database:before{content:"󰆼"}.mdi-database-alert:before{content:"󱘺"}.mdi-database-alert-outline:before{content:"󱘤"}.mdi-database-arrow-down:before{content:"󱘻"}.mdi-database-arrow-down-outline:before{content:"󱘥"}.mdi-database-arrow-left:before{content:"󱘼"}.mdi-database-arrow-left-outline:before{content:"󱘦"}.mdi-database-arrow-right:before{content:"󱘽"}.mdi-database-arrow-right-outline:before{content:"󱘧"}.mdi-database-arrow-up:before{content:"󱘾"}.mdi-database-arrow-up-outline:before{content:"󱘨"}.mdi-database-check:before{content:"󰪩"}.mdi-database-check-outline:before{content:"󱘩"}.mdi-database-clock:before{content:"󱘿"}.mdi-database-clock-outline:before{content:"󱘪"}.mdi-database-cog:before{content:"󱙋"}.mdi-database-cog-outline:before{content:"󱙌"}.mdi-database-edit:before{content:"󰮆"}.mdi-database-edit-outline:before{content:"󱘫"}.mdi-database-export:before{content:"󰥞"}.mdi-database-export-outline:before{content:"󱘬"}.mdi-database-import:before{content:"󰥝"}.mdi-database-import-outline:before{content:"󱘭"}.mdi-database-lock:before{content:"󰪪"}.mdi-database-lock-outline:before{content:"󱘮"}.mdi-database-marker:before{content:"󱋶"}.mdi-database-marker-outline:before{content:"󱘯"}.mdi-database-minus:before{content:"󰆻"}.mdi-database-minus-outline:before{content:"󱘰"}.mdi-database-off:before{content:"󱙀"}.mdi-database-off-outline:before{content:"󱘱"}.mdi-database-outline:before{content:"󱘲"}.mdi-database-plus:before{content:"󰆺"}.mdi-database-plus-outline:before{content:"󱘳"}.mdi-database-refresh:before{content:"󰗂"}.mdi-database-refresh-outline:before{content:"󱘴"}.mdi-database-remove:before{content:"󰴀"}.mdi-database-remove-outline:before{content:"󱘵"}.mdi-database-search:before{content:"󰡦"}.mdi-database-search-outline:before{content:"󱘶"}.mdi-database-settings:before{content:"󰴁"}.mdi-database-settings-outline:before{content:"󱘷"}.mdi-database-sync:before{content:"󰳿"}.mdi-database-sync-outline:before{content:"󱘸"}.mdi-death-star:before{content:"󰣘"}.mdi-death-star-variant:before{content:"󰣙"}.mdi-deathly-hallows:before{content:"󰮇"}.mdi-debian:before{content:"󰣚"}.mdi-debug-step-into:before{content:"󰆹"}.mdi-debug-step-out:before{content:"󰆸"}.mdi-debug-step-over:before{content:"󰆷"}.mdi-decagram:before{content:"󰝬"}.mdi-decagram-outline:before{content:"󰝭"}.mdi-decimal:before{content:"󱂡"}.mdi-decimal-comma:before{content:"󱂢"}.mdi-decimal-comma-decrease:before{content:"󱂣"}.mdi-decimal-comma-increase:before{content:"󱂤"}.mdi-decimal-decrease:before{content:"󰆶"}.mdi-decimal-increase:before{content:"󰆵"}.mdi-delete:before{content:"󰆴"}.mdi-delete-alert:before{content:"󱂥"}.mdi-delete-alert-outline:before{content:"󱂦"}.mdi-delete-circle:before{content:"󰚃"}.mdi-delete-circle-outline:before{content:"󰮈"}.mdi-delete-clock:before{content:"󱕖"}.mdi-delete-clock-outline:before{content:"󱕗"}.mdi-delete-empty:before{content:"󰛌"}.mdi-delete-empty-outline:before{content:"󰺝"}.mdi-delete-forever:before{content:"󰗨"}.mdi-delete-forever-outline:before{content:"󰮉"}.mdi-delete-off:before{content:"󱂧"}.mdi-delete-off-outline:before{content:"󱂨"}.mdi-delete-outline:before{content:"󰧧"}.mdi-delete-restore:before{content:"󰠙"}.mdi-delete-sweep:before{content:"󰗩"}.mdi-delete-sweep-outline:before{content:"󰱢"}.mdi-delete-variant:before{content:"󰆳"}.mdi-delta:before{content:"󰇂"}.mdi-desk:before{content:"󱈹"}.mdi-desk-lamp:before{content:"󰥟"}.mdi-deskphone:before{content:"󰇃"}.mdi-desktop-classic:before{content:"󰟀"}.mdi-desktop-mac:before{content:"󰇄"}.mdi-desktop-mac-dashboard:before{content:"󰧨"}.mdi-desktop-tower:before{content:"󰇅"}.mdi-desktop-tower-monitor:before{content:"󰪫"}.mdi-details:before{content:"󰇆"}.mdi-dev-to:before{content:"󰵮"}.mdi-developer-board:before{content:"󰚗"}.mdi-deviantart:before{content:"󰇇"}.mdi-devices:before{content:"󰾰"}.mdi-diabetes:before{content:"󱄦"}.mdi-dialpad:before{content:"󰘜"}.mdi-diameter:before{content:"󰱣"}.mdi-diameter-outline:before{content:"󰱤"}.mdi-diameter-variant:before{content:"󰱥"}.mdi-diamond:before{content:"󰮊"}.mdi-diamond-outline:before{content:"󰮋"}.mdi-diamond-stone:before{content:"󰇈"}.mdi-dice-1:before{content:"󰇊"}.mdi-dice-1-outline:before{content:"󱅊"}.mdi-dice-2:before{content:"󰇋"}.mdi-dice-2-outline:before{content:"󱅋"}.mdi-dice-3:before{content:"󰇌"}.mdi-dice-3-outline:before{content:"󱅌"}.mdi-dice-4:before{content:"󰇍"}.mdi-dice-4-outline:before{content:"󱅍"}.mdi-dice-5:before{content:"󰇎"}.mdi-dice-5-outline:before{content:"󱅎"}.mdi-dice-6:before{content:"󰇏"}.mdi-dice-6-outline:before{content:"󱅏"}.mdi-dice-d10:before{content:"󱅓"}.mdi-dice-d10-outline:before{content:"󰝯"}.mdi-dice-d12:before{content:"󱅔"}.mdi-dice-d12-outline:before{content:"󰡧"}.mdi-dice-d20:before{content:"󱅕"}.mdi-dice-d20-outline:before{content:"󰗪"}.mdi-dice-d4:before{content:"󱅐"}.mdi-dice-d4-outline:before{content:"󰗫"}.mdi-dice-d6:before{content:"󱅑"}.mdi-dice-d6-outline:before{content:"󰗭"}.mdi-dice-d8:before{content:"󱅒"}.mdi-dice-d8-outline:before{content:"󰗬"}.mdi-dice-multiple:before{content:"󰝮"}.mdi-dice-multiple-outline:before{content:"󱅖"}.mdi-digital-ocean:before{content:"󱈷"}.mdi-dip-switch:before{content:"󰟁"}.mdi-directions:before{content:"󰇐"}.mdi-directions-fork:before{content:"󰙁"}.mdi-disc:before{content:"󰗮"}.mdi-disc-alert:before{content:"󰇑"}.mdi-disc-player:before{content:"󰥠"}.mdi-discord:before{content:"󰙯"}.mdi-dishwasher:before{content:"󰪬"}.mdi-dishwasher-alert:before{content:"󱆸"}.mdi-dishwasher-off:before{content:"󱆹"}.mdi-disqus:before{content:"󰇒"}.mdi-distribute-horizontal-center:before{content:"󱇉"}.mdi-distribute-horizontal-left:before{content:"󱇈"}.mdi-distribute-horizontal-right:before{content:"󱇊"}.mdi-distribute-vertical-bottom:before{content:"󱇋"}.mdi-distribute-vertical-center:before{content:"󱇌"}.mdi-distribute-vertical-top:before{content:"󱇍"}.mdi-diving-flippers:before{content:"󰶿"}.mdi-diving-helmet:before{content:"󰷀"}.mdi-diving-scuba:before{content:"󰷁"}.mdi-diving-scuba-flag:before{content:"󰷂"}.mdi-diving-scuba-tank:before{content:"󰷃"}.mdi-diving-scuba-tank-multiple:before{content:"󰷄"}.mdi-diving-snorkel:before{content:"󰷅"}.mdi-division:before{content:"󰇔"}.mdi-division-box:before{content:"󰇕"}.mdi-dlna:before{content:"󰩁"}.mdi-dna:before{content:"󰚄"}.mdi-dns:before{content:"󰇖"}.mdi-dns-outline:before{content:"󰮌"}.mdi-do-not-disturb:before{content:"󰚘"}.mdi-do-not-disturb-off:before{content:"󰚙"}.mdi-dock-bottom:before{content:"󱂩"}.mdi-dock-left:before{content:"󱂪"}.mdi-dock-right:before{content:"󱂫"}.mdi-dock-top:before{content:"󱔓"}.mdi-dock-window:before{content:"󱂬"}.mdi-docker:before{content:"󰡨"}.mdi-doctor:before{content:"󰩂"}.mdi-dog:before{content:"󰩃"}.mdi-dog-service:before{content:"󰪭"}.mdi-dog-side:before{content:"󰩄"}.mdi-dolby:before{content:"󰚳"}.mdi-dolly:before{content:"󰺞"}.mdi-domain:before{content:"󰇗"}.mdi-domain-off:before{content:"󰵯"}.mdi-domain-plus:before{content:"󱂭"}.mdi-domain-remove:before{content:"󱂮"}.mdi-dome-light:before{content:"󱐞"}.mdi-domino-mask:before{content:"󱀣"}.mdi-donkey:before{content:"󰟂"}.mdi-door:before{content:"󰠚"}.mdi-door-closed:before{content:"󰠛"}.mdi-door-closed-lock:before{content:"󱂯"}.mdi-door-open:before{content:"󰠜"}.mdi-doorbell:before{content:"󱋦"}.mdi-doorbell-video:before{content:"󰡩"}.mdi-dot-net:before{content:"󰪮"}.mdi-dots-grid:before{content:"󱗼"}.mdi-dots-hexagon:before{content:"󱗿"}.mdi-dots-horizontal:before{content:"󰇘"}.mdi-dots-horizontal-circle:before{content:"󰟃"}.mdi-dots-horizontal-circle-outline:before{content:"󰮍"}.mdi-dots-square:before{content:"󱗽"}.mdi-dots-triangle:before{content:"󱗾"}.mdi-dots-vertical:before{content:"󰇙"}.mdi-dots-vertical-circle:before{content:"󰟄"}.mdi-dots-vertical-circle-outline:before{content:"󰮎"}.mdi-douban:before{content:"󰚚"}.mdi-download:before{content:"󰇚"}.mdi-download-box:before{content:"󱑢"}.mdi-download-box-outline:before{content:"󱑣"}.mdi-download-circle:before{content:"󱑤"}.mdi-download-circle-outline:before{content:"󱑥"}.mdi-download-lock:before{content:"󱌠"}.mdi-download-lock-outline:before{content:"󱌡"}.mdi-download-multiple:before{content:"󰧩"}.mdi-download-network:before{content:"󰛴"}.mdi-download-network-outline:before{content:"󰱦"}.mdi-download-off:before{content:"󱂰"}.mdi-download-off-outline:before{content:"󱂱"}.mdi-download-outline:before{content:"󰮏"}.mdi-drag:before{content:"󰇛"}.mdi-drag-horizontal:before{content:"󰇜"}.mdi-drag-horizontal-variant:before{content:"󱋰"}.mdi-drag-variant:before{content:"󰮐"}.mdi-drag-vertical:before{content:"󰇝"}.mdi-drag-vertical-variant:before{content:"󱋱"}.mdi-drama-masks:before{content:"󰴂"}.mdi-draw:before{content:"󰽉"}.mdi-drawing:before{content:"󰇞"}.mdi-drawing-box:before{content:"󰇟"}.mdi-dresser:before{content:"󰽊"}.mdi-dresser-outline:before{content:"󰽋"}.mdi-drone:before{content:"󰇢"}.mdi-dropbox:before{content:"󰇣"}.mdi-drupal:before{content:"󰇤"}.mdi-duck:before{content:"󰇥"}.mdi-dumbbell:before{content:"󰇦"}.mdi-dump-truck:before{content:"󰱧"}.mdi-ear-hearing:before{content:"󰟅"}.mdi-ear-hearing-off:before{content:"󰩅"}.mdi-earth:before{content:"󰇧"}.mdi-earth-arrow-right:before{content:"󱌑"}.mdi-earth-box:before{content:"󰛍"}.mdi-earth-box-minus:before{content:"󱐇"}.mdi-earth-box-off:before{content:"󰛎"}.mdi-earth-box-plus:before{content:"󱐆"}.mdi-earth-box-remove:before{content:"󱐈"}.mdi-earth-minus:before{content:"󱐄"}.mdi-earth-off:before{content:"󰇨"}.mdi-earth-plus:before{content:"󱐃"}.mdi-earth-remove:before{content:"󱐅"}.mdi-egg:before{content:"󰪯"}.mdi-egg-easter:before{content:"󰪰"}.mdi-egg-off:before{content:"󱏰"}.mdi-egg-off-outline:before{content:"󱏱"}.mdi-egg-outline:before{content:"󱏲"}.mdi-eiffel-tower:before{content:"󱕫"}.mdi-eight-track:before{content:"󰧪"}.mdi-eject:before{content:"󰇪"}.mdi-eject-outline:before{content:"󰮑"}.mdi-electric-switch:before{content:"󰺟"}.mdi-electric-switch-closed:before{content:"󱃙"}.mdi-electron-framework:before{content:"󱀤"}.mdi-elephant:before{content:"󰟆"}.mdi-elevation-decline:before{content:"󰇫"}.mdi-elevation-rise:before{content:"󰇬"}.mdi-elevator:before{content:"󰇭"}.mdi-elevator-down:before{content:"󱋂"}.mdi-elevator-passenger:before{content:"󱎁"}.mdi-elevator-up:before{content:"󱋁"}.mdi-ellipse:before{content:"󰺠"}.mdi-ellipse-outline:before{content:"󰺡"}.mdi-email:before{content:"󰇮"}.mdi-email-alert:before{content:"󰛏"}.mdi-email-alert-outline:before{content:"󰵂"}.mdi-email-box:before{content:"󰴃"}.mdi-email-check:before{content:"󰪱"}.mdi-email-check-outline:before{content:"󰪲"}.mdi-email-edit:before{content:"󰻣"}.mdi-email-edit-outline:before{content:"󰻤"}.mdi-email-lock:before{content:"󰇱"}.mdi-email-mark-as-unread:before{content:"󰮒"}.mdi-email-minus:before{content:"󰻥"}.mdi-email-minus-outline:before{content:"󰻦"}.mdi-email-multiple:before{content:"󰻧"}.mdi-email-multiple-outline:before{content:"󰻨"}.mdi-email-newsletter:before{content:"󰾱"}.mdi-email-off:before{content:"󱏣"}.mdi-email-off-outline:before{content:"󱏤"}.mdi-email-open:before{content:"󰇯"}.mdi-email-open-multiple:before{content:"󰻩"}.mdi-email-open-multiple-outline:before{content:"󰻪"}.mdi-email-open-outline:before{content:"󰗯"}.mdi-email-outline:before{content:"󰇰"}.mdi-email-plus:before{content:"󰧫"}.mdi-email-plus-outline:before{content:"󰧬"}.mdi-email-receive:before{content:"󱃚"}.mdi-email-receive-outline:before{content:"󱃛"}.mdi-email-remove:before{content:"󱙡"}.mdi-email-remove-outline:before{content:"󱙢"}.mdi-email-search:before{content:"󰥡"}.mdi-email-search-outline:before{content:"󰥢"}.mdi-email-send:before{content:"󱃜"}.mdi-email-send-outline:before{content:"󱃝"}.mdi-email-sync:before{content:"󱋇"}.mdi-email-sync-outline:before{content:"󱋈"}.mdi-email-variant:before{content:"󰗰"}.mdi-ember:before{content:"󰬰"}.mdi-emby:before{content:"󰚴"}.mdi-emoticon:before{content:"󰱨"}.mdi-emoticon-angry:before{content:"󰱩"}.mdi-emoticon-angry-outline:before{content:"󰱪"}.mdi-emoticon-confused:before{content:"󱃞"}.mdi-emoticon-confused-outline:before{content:"󱃟"}.mdi-emoticon-cool:before{content:"󰱫"}.mdi-emoticon-cool-outline:before{content:"󰇳"}.mdi-emoticon-cry:before{content:"󰱬"}.mdi-emoticon-cry-outline:before{content:"󰱭"}.mdi-emoticon-dead:before{content:"󰱮"}.mdi-emoticon-dead-outline:before{content:"󰚛"}.mdi-emoticon-devil:before{content:"󰱯"}.mdi-emoticon-devil-outline:before{content:"󰇴"}.mdi-emoticon-excited:before{content:"󰱰"}.mdi-emoticon-excited-outline:before{content:"󰚜"}.mdi-emoticon-frown:before{content:"󰽌"}.mdi-emoticon-frown-outline:before{content:"󰽍"}.mdi-emoticon-happy:before{content:"󰱱"}.mdi-emoticon-happy-outline:before{content:"󰇵"}.mdi-emoticon-kiss:before{content:"󰱲"}.mdi-emoticon-kiss-outline:before{content:"󰱳"}.mdi-emoticon-lol:before{content:"󱈔"}.mdi-emoticon-lol-outline:before{content:"󱈕"}.mdi-emoticon-neutral:before{content:"󰱴"}.mdi-emoticon-neutral-outline:before{content:"󰇶"}.mdi-emoticon-outline:before{content:"󰇲"}.mdi-emoticon-poop:before{content:"󰇷"}.mdi-emoticon-poop-outline:before{content:"󰱵"}.mdi-emoticon-sad:before{content:"󰱶"}.mdi-emoticon-sad-outline:before{content:"󰇸"}.mdi-emoticon-sick:before{content:"󱕼"}.mdi-emoticon-sick-outline:before{content:"󱕽"}.mdi-emoticon-tongue:before{content:"󰇹"}.mdi-emoticon-tongue-outline:before{content:"󰱷"}.mdi-emoticon-wink:before{content:"󰱸"}.mdi-emoticon-wink-outline:before{content:"󰱹"}.mdi-engine:before{content:"󰇺"}.mdi-engine-off:before{content:"󰩆"}.mdi-engine-off-outline:before{content:"󰩇"}.mdi-engine-outline:before{content:"󰇻"}.mdi-epsilon:before{content:"󱃠"}.mdi-equal:before{content:"󰇼"}.mdi-equal-box:before{content:"󰇽"}.mdi-equalizer:before{content:"󰺢"}.mdi-equalizer-outline:before{content:"󰺣"}.mdi-eraser:before{content:"󰇾"}.mdi-eraser-variant:before{content:"󰙂"}.mdi-escalator:before{content:"󰇿"}.mdi-escalator-box:before{content:"󱎙"}.mdi-escalator-down:before{content:"󱋀"}.mdi-escalator-up:before{content:"󱊿"}.mdi-eslint:before{content:"󰱺"}.mdi-et:before{content:"󰪳"}.mdi-ethereum:before{content:"󰡪"}.mdi-ethernet:before{content:"󰈀"}.mdi-ethernet-cable:before{content:"󰈁"}.mdi-ethernet-cable-off:before{content:"󰈂"}.mdi-ev-plug-ccs1:before{content:"󱔙"}.mdi-ev-plug-ccs2:before{content:"󱔚"}.mdi-ev-plug-chademo:before{content:"󱔛"}.mdi-ev-plug-tesla:before{content:"󱔜"}.mdi-ev-plug-type1:before{content:"󱔝"}.mdi-ev-plug-type2:before{content:"󱔞"}.mdi-ev-station:before{content:"󰗱"}.mdi-evernote:before{content:"󰈄"}.mdi-excavator:before{content:"󱀥"}.mdi-exclamation:before{content:"󰈅"}.mdi-exclamation-thick:before{content:"󱈸"}.mdi-exit-run:before{content:"󰩈"}.mdi-exit-to-app:before{content:"󰈆"}.mdi-expand-all:before{content:"󰪴"}.mdi-expand-all-outline:before{content:"󰪵"}.mdi-expansion-card:before{content:"󰢮"}.mdi-expansion-card-variant:before{content:"󰾲"}.mdi-exponent:before{content:"󰥣"}.mdi-exponent-box:before{content:"󰥤"}.mdi-export:before{content:"󰈇"}.mdi-export-variant:before{content:"󰮓"}.mdi-eye:before{content:"󰈈"}.mdi-eye-check:before{content:"󰴄"}.mdi-eye-check-outline:before{content:"󰴅"}.mdi-eye-circle:before{content:"󰮔"}.mdi-eye-circle-outline:before{content:"󰮕"}.mdi-eye-minus:before{content:"󱀦"}.mdi-eye-minus-outline:before{content:"󱀧"}.mdi-eye-off:before{content:"󰈉"}.mdi-eye-off-outline:before{content:"󰛑"}.mdi-eye-outline:before{content:"󰛐"}.mdi-eye-plus:before{content:"󰡫"}.mdi-eye-plus-outline:before{content:"󰡬"}.mdi-eye-remove:before{content:"󱗣"}.mdi-eye-remove-outline:before{content:"󱗤"}.mdi-eye-settings:before{content:"󰡭"}.mdi-eye-settings-outline:before{content:"󰡮"}.mdi-eyedropper:before{content:"󰈊"}.mdi-eyedropper-minus:before{content:"󱏝"}.mdi-eyedropper-off:before{content:"󱏟"}.mdi-eyedropper-plus:before{content:"󱏜"}.mdi-eyedropper-remove:before{content:"󱏞"}.mdi-eyedropper-variant:before{content:"󰈋"}.mdi-face:before{content:"󰙃"}.mdi-face-agent:before{content:"󰵰"}.mdi-face-mask:before{content:"󱖆"}.mdi-face-mask-outline:before{content:"󱖇"}.mdi-face-outline:before{content:"󰮖"}.mdi-face-profile:before{content:"󰙄"}.mdi-face-profile-woman:before{content:"󱁶"}.mdi-face-recognition:before{content:"󰱻"}.mdi-face-shimmer:before{content:"󱗌"}.mdi-face-shimmer-outline:before{content:"󱗍"}.mdi-face-woman:before{content:"󱁷"}.mdi-face-woman-outline:before{content:"󱁸"}.mdi-face-woman-shimmer:before{content:"󱗎"}.mdi-face-woman-shimmer-outline:before{content:"󱗏"}.mdi-facebook:before{content:"󰈌"}.mdi-facebook-gaming:before{content:"󰟝"}.mdi-facebook-messenger:before{content:"󰈎"}.mdi-facebook-workplace:before{content:"󰬱"}.mdi-factory:before{content:"󰈏"}.mdi-family-tree:before{content:"󱘎"}.mdi-fan:before{content:"󰈐"}.mdi-fan-alert:before{content:"󱑬"}.mdi-fan-chevron-down:before{content:"󱑭"}.mdi-fan-chevron-up:before{content:"󱑮"}.mdi-fan-minus:before{content:"󱑰"}.mdi-fan-off:before{content:"󰠝"}.mdi-fan-plus:before{content:"󱑯"}.mdi-fan-remove:before{content:"󱑱"}.mdi-fan-speed-1:before{content:"󱑲"}.mdi-fan-speed-2:before{content:"󱑳"}.mdi-fan-speed-3:before{content:"󱑴"}.mdi-fast-forward:before{content:"󰈑"}.mdi-fast-forward-10:before{content:"󰵱"}.mdi-fast-forward-30:before{content:"󰴆"}.mdi-fast-forward-5:before{content:"󱇸"}.mdi-fast-forward-60:before{content:"󱘋"}.mdi-fast-forward-outline:before{content:"󰛒"}.mdi-fax:before{content:"󰈒"}.mdi-feather:before{content:"󰛓"}.mdi-feature-search:before{content:"󰩉"}.mdi-feature-search-outline:before{content:"󰩊"}.mdi-fedora:before{content:"󰣛"}.mdi-fencing:before{content:"󱓁"}.mdi-ferris-wheel:before{content:"󰺤"}.mdi-ferry:before{content:"󰈓"}.mdi-file:before{content:"󰈔"}.mdi-file-account:before{content:"󰜻"}.mdi-file-account-outline:before{content:"󱀨"}.mdi-file-alert:before{content:"󰩋"}.mdi-file-alert-outline:before{content:"󰩌"}.mdi-file-cabinet:before{content:"󰪶"}.mdi-file-cad:before{content:"󰻫"}.mdi-file-cad-box:before{content:"󰻬"}.mdi-file-cancel:before{content:"󰷆"}.mdi-file-cancel-outline:before{content:"󰷇"}.mdi-file-certificate:before{content:"󱆆"}.mdi-file-certificate-outline:before{content:"󱆇"}.mdi-file-chart:before{content:"󰈕"}.mdi-file-chart-outline:before{content:"󱀩"}.mdi-file-check:before{content:"󰈖"}.mdi-file-check-outline:before{content:"󰸩"}.mdi-file-clock:before{content:"󱋡"}.mdi-file-clock-outline:before{content:"󱋢"}.mdi-file-cloud:before{content:"󰈗"}.mdi-file-cloud-outline:before{content:"󱀪"}.mdi-file-code:before{content:"󰈮"}.mdi-file-code-outline:before{content:"󱀫"}.mdi-file-cog:before{content:"󱁻"}.mdi-file-cog-outline:before{content:"󱁼"}.mdi-file-compare:before{content:"󰢪"}.mdi-file-delimited:before{content:"󰈘"}.mdi-file-delimited-outline:before{content:"󰺥"}.mdi-file-document:before{content:"󰈙"}.mdi-file-document-edit:before{content:"󰷈"}.mdi-file-document-edit-outline:before{content:"󰷉"}.mdi-file-document-multiple:before{content:"󱔗"}.mdi-file-document-multiple-outline:before{content:"󱔘"}.mdi-file-document-outline:before{content:"󰧮"}.mdi-file-download:before{content:"󰥥"}.mdi-file-download-outline:before{content:"󰥦"}.mdi-file-edit:before{content:"󱇧"}.mdi-file-edit-outline:before{content:"󱇨"}.mdi-file-excel:before{content:"󰈛"}.mdi-file-excel-box:before{content:"󰈜"}.mdi-file-excel-box-outline:before{content:"󱀬"}.mdi-file-excel-outline:before{content:"󱀭"}.mdi-file-export:before{content:"󰈝"}.mdi-file-export-outline:before{content:"󱀮"}.mdi-file-eye:before{content:"󰷊"}.mdi-file-eye-outline:before{content:"󰷋"}.mdi-file-find:before{content:"󰈞"}.mdi-file-find-outline:before{content:"󰮗"}.mdi-file-hidden:before{content:"󰘓"}.mdi-file-image:before{content:"󰈟"}.mdi-file-image-outline:before{content:"󰺰"}.mdi-file-import:before{content:"󰈠"}.mdi-file-import-outline:before{content:"󱀯"}.mdi-file-key:before{content:"󱆄"}.mdi-file-key-outline:before{content:"󱆅"}.mdi-file-link:before{content:"󱅷"}.mdi-file-link-outline:before{content:"󱅸"}.mdi-file-lock:before{content:"󰈡"}.mdi-file-lock-outline:before{content:"󱀰"}.mdi-file-move:before{content:"󰪹"}.mdi-file-move-outline:before{content:"󱀱"}.mdi-file-multiple:before{content:"󰈢"}.mdi-file-multiple-outline:before{content:"󱀲"}.mdi-file-music:before{content:"󰈣"}.mdi-file-music-outline:before{content:"󰸪"}.mdi-file-outline:before{content:"󰈤"}.mdi-file-pdf:before{content:"󰈥"}.mdi-file-pdf-box:before{content:"󰈦"}.mdi-file-pdf-box-outline:before{content:"󰾳"}.mdi-file-pdf-outline:before{content:"󰸭"}.mdi-file-percent:before{content:"󰠞"}.mdi-file-percent-outline:before{content:"󱀳"}.mdi-file-phone:before{content:"󱅹"}.mdi-file-phone-outline:before{content:"󱅺"}.mdi-file-plus:before{content:"󰝒"}.mdi-file-plus-outline:before{content:"󰻭"}.mdi-file-powerpoint:before{content:"󰈧"}.mdi-file-powerpoint-box:before{content:"󰈨"}.mdi-file-powerpoint-box-outline:before{content:"󱀴"}.mdi-file-powerpoint-outline:before{content:"󱀵"}.mdi-file-presentation-box:before{content:"󰈩"}.mdi-file-question:before{content:"󰡯"}.mdi-file-question-outline:before{content:"󱀶"}.mdi-file-refresh:before{content:"󰤘"}.mdi-file-refresh-outline:before{content:"󰕁"}.mdi-file-remove:before{content:"󰮘"}.mdi-file-remove-outline:before{content:"󱀷"}.mdi-file-replace:before{content:"󰬲"}.mdi-file-replace-outline:before{content:"󰬳"}.mdi-file-restore:before{content:"󰙰"}.mdi-file-restore-outline:before{content:"󱀸"}.mdi-file-search:before{content:"󰱼"}.mdi-file-search-outline:before{content:"󰱽"}.mdi-file-send:before{content:"󰈪"}.mdi-file-send-outline:before{content:"󱀹"}.mdi-file-settings:before{content:"󱁹"}.mdi-file-settings-outline:before{content:"󱁺"}.mdi-file-star:before{content:"󱀺"}.mdi-file-star-outline:before{content:"󱀻"}.mdi-file-swap:before{content:"󰾴"}.mdi-file-swap-outline:before{content:"󰾵"}.mdi-file-sync:before{content:"󱈖"}.mdi-file-sync-outline:before{content:"󱈗"}.mdi-file-table:before{content:"󰱾"}.mdi-file-table-box:before{content:"󱃡"}.mdi-file-table-box-multiple:before{content:"󱃢"}.mdi-file-table-box-multiple-outline:before{content:"󱃣"}.mdi-file-table-box-outline:before{content:"󱃤"}.mdi-file-table-outline:before{content:"󰱿"}.mdi-file-tree:before{content:"󰙅"}.mdi-file-tree-outline:before{content:"󱏒"}.mdi-file-undo:before{content:"󰣜"}.mdi-file-undo-outline:before{content:"󱀼"}.mdi-file-upload:before{content:"󰩍"}.mdi-file-upload-outline:before{content:"󰩎"}.mdi-file-video:before{content:"󰈫"}.mdi-file-video-outline:before{content:"󰸬"}.mdi-file-word:before{content:"󰈬"}.mdi-file-word-box:before{content:"󰈭"}.mdi-file-word-box-outline:before{content:"󱀽"}.mdi-file-word-outline:before{content:"󱀾"}.mdi-film:before{content:"󰈯"}.mdi-filmstrip:before{content:"󰈰"}.mdi-filmstrip-box:before{content:"󰌲"}.mdi-filmstrip-box-multiple:before{content:"󰴘"}.mdi-filmstrip-off:before{content:"󰈱"}.mdi-filter:before{content:"󰈲"}.mdi-filter-menu:before{content:"󱃥"}.mdi-filter-menu-outline:before{content:"󱃦"}.mdi-filter-minus:before{content:"󰻮"}.mdi-filter-minus-outline:before{content:"󰻯"}.mdi-filter-off:before{content:"󱓯"}.mdi-filter-off-outline:before{content:"󱓰"}.mdi-filter-outline:before{content:"󰈳"}.mdi-filter-plus:before{content:"󰻰"}.mdi-filter-plus-outline:before{content:"󰻱"}.mdi-filter-remove:before{content:"󰈴"}.mdi-filter-remove-outline:before{content:"󰈵"}.mdi-filter-variant:before{content:"󰈶"}.mdi-filter-variant-minus:before{content:"󱄒"}.mdi-filter-variant-plus:before{content:"󱄓"}.mdi-filter-variant-remove:before{content:"󱀿"}.mdi-finance:before{content:"󰠟"}.mdi-find-replace:before{content:"󰛔"}.mdi-fingerprint:before{content:"󰈷"}.mdi-fingerprint-off:before{content:"󰺱"}.mdi-fire:before{content:"󰈸"}.mdi-fire-alert:before{content:"󱗗"}.mdi-fire-extinguisher:before{content:"󰻲"}.mdi-fire-hydrant:before{content:"󱄷"}.mdi-fire-hydrant-alert:before{content:"󱄸"}.mdi-fire-hydrant-off:before{content:"󱄹"}.mdi-fire-truck:before{content:"󰢫"}.mdi-firebase:before{content:"󰥧"}.mdi-firefox:before{content:"󰈹"}.mdi-fireplace:before{content:"󰸮"}.mdi-fireplace-off:before{content:"󰸯"}.mdi-firework:before{content:"󰸰"}.mdi-fish:before{content:"󰈺"}.mdi-fish-off:before{content:"󱏳"}.mdi-fishbowl:before{content:"󰻳"}.mdi-fishbowl-outline:before{content:"󰻴"}.mdi-fit-to-page:before{content:"󰻵"}.mdi-fit-to-page-outline:before{content:"󰻶"}.mdi-flag:before{content:"󰈻"}.mdi-flag-checkered:before{content:"󰈼"}.mdi-flag-minus:before{content:"󰮙"}.mdi-flag-minus-outline:before{content:"󱂲"}.mdi-flag-outline:before{content:"󰈽"}.mdi-flag-plus:before{content:"󰮚"}.mdi-flag-plus-outline:before{content:"󱂳"}.mdi-flag-remove:before{content:"󰮛"}.mdi-flag-remove-outline:before{content:"󱂴"}.mdi-flag-triangle:before{content:"󰈿"}.mdi-flag-variant:before{content:"󰉀"}.mdi-flag-variant-outline:before{content:"󰈾"}.mdi-flare:before{content:"󰵲"}.mdi-flash:before{content:"󰉁"}.mdi-flash-alert:before{content:"󰻷"}.mdi-flash-alert-outline:before{content:"󰻸"}.mdi-flash-auto:before{content:"󰉂"}.mdi-flash-circle:before{content:"󰠠"}.mdi-flash-off:before{content:"󰉃"}.mdi-flash-outline:before{content:"󰛕"}.mdi-flash-red-eye:before{content:"󰙻"}.mdi-flashlight:before{content:"󰉄"}.mdi-flashlight-off:before{content:"󰉅"}.mdi-flask:before{content:"󰂓"}.mdi-flask-empty:before{content:"󰂔"}.mdi-flask-empty-minus:before{content:"󱈺"}.mdi-flask-empty-minus-outline:before{content:"󱈻"}.mdi-flask-empty-off:before{content:"󱏴"}.mdi-flask-empty-off-outline:before{content:"󱏵"}.mdi-flask-empty-outline:before{content:"󰂕"}.mdi-flask-empty-plus:before{content:"󱈼"}.mdi-flask-empty-plus-outline:before{content:"󱈽"}.mdi-flask-empty-remove:before{content:"󱈾"}.mdi-flask-empty-remove-outline:before{content:"󱈿"}.mdi-flask-minus:before{content:"󱉀"}.mdi-flask-minus-outline:before{content:"󱉁"}.mdi-flask-off:before{content:"󱏶"}.mdi-flask-off-outline:before{content:"󱏷"}.mdi-flask-outline:before{content:"󰂖"}.mdi-flask-plus:before{content:"󱉂"}.mdi-flask-plus-outline:before{content:"󱉃"}.mdi-flask-remove:before{content:"󱉄"}.mdi-flask-remove-outline:before{content:"󱉅"}.mdi-flask-round-bottom:before{content:"󱉋"}.mdi-flask-round-bottom-empty:before{content:"󱉌"}.mdi-flask-round-bottom-empty-outline:before{content:"󱉍"}.mdi-flask-round-bottom-outline:before{content:"󱉎"}.mdi-fleur-de-lis:before{content:"󱌃"}.mdi-flip-horizontal:before{content:"󱃧"}.mdi-flip-to-back:before{content:"󰉇"}.mdi-flip-to-front:before{content:"󰉈"}.mdi-flip-vertical:before{content:"󱃨"}.mdi-floor-lamp:before{content:"󰣝"}.mdi-floor-lamp-dual:before{content:"󱁀"}.mdi-floor-lamp-variant:before{content:"󱁁"}.mdi-floor-plan:before{content:"󰠡"}.mdi-floppy:before{content:"󰉉"}.mdi-floppy-variant:before{content:"󰧯"}.mdi-flower:before{content:"󰉊"}.mdi-flower-outline:before{content:"󰧰"}.mdi-flower-poppy:before{content:"󰴈"}.mdi-flower-tulip:before{content:"󰧱"}.mdi-flower-tulip-outline:before{content:"󰧲"}.mdi-focus-auto:before{content:"󰽎"}.mdi-focus-field:before{content:"󰽏"}.mdi-focus-field-horizontal:before{content:"󰽐"}.mdi-focus-field-vertical:before{content:"󰽑"}.mdi-folder:before{content:"󰉋"}.mdi-folder-account:before{content:"󰉌"}.mdi-folder-account-outline:before{content:"󰮜"}.mdi-folder-alert:before{content:"󰷌"}.mdi-folder-alert-outline:before{content:"󰷍"}.mdi-folder-clock:before{content:"󰪺"}.mdi-folder-clock-outline:before{content:"󰪻"}.mdi-folder-cog:before{content:"󱁿"}.mdi-folder-cog-outline:before{content:"󱂀"}.mdi-folder-download:before{content:"󰉍"}.mdi-folder-download-outline:before{content:"󱃩"}.mdi-folder-edit:before{content:"󰣞"}.mdi-folder-edit-outline:before{content:"󰷎"}.mdi-folder-google-drive:before{content:"󰉎"}.mdi-folder-heart:before{content:"󱃪"}.mdi-folder-heart-outline:before{content:"󱃫"}.mdi-folder-home:before{content:"󱂵"}.mdi-folder-home-outline:before{content:"󱂶"}.mdi-folder-image:before{content:"󰉏"}.mdi-folder-information:before{content:"󱂷"}.mdi-folder-information-outline:before{content:"󱂸"}.mdi-folder-key:before{content:"󰢬"}.mdi-folder-key-network:before{content:"󰢭"}.mdi-folder-key-network-outline:before{content:"󰲀"}.mdi-folder-key-outline:before{content:"󱃬"}.mdi-folder-lock:before{content:"󰉐"}.mdi-folder-lock-open:before{content:"󰉑"}.mdi-folder-marker:before{content:"󱉭"}.mdi-folder-marker-outline:before{content:"󱉮"}.mdi-folder-move:before{content:"󰉒"}.mdi-folder-move-outline:before{content:"󱉆"}.mdi-folder-multiple:before{content:"󰉓"}.mdi-folder-multiple-image:before{content:"󰉔"}.mdi-folder-multiple-outline:before{content:"󰉕"}.mdi-folder-multiple-plus:before{content:"󱑾"}.mdi-folder-multiple-plus-outline:before{content:"󱑿"}.mdi-folder-music:before{content:"󱍙"}.mdi-folder-music-outline:before{content:"󱍚"}.mdi-folder-network:before{content:"󰡰"}.mdi-folder-network-outline:before{content:"󰲁"}.mdi-folder-open:before{content:"󰝰"}.mdi-folder-open-outline:before{content:"󰷏"}.mdi-folder-outline:before{content:"󰉖"}.mdi-folder-plus:before{content:"󰉗"}.mdi-folder-plus-outline:before{content:"󰮝"}.mdi-folder-pound:before{content:"󰴉"}.mdi-folder-pound-outline:before{content:"󰴊"}.mdi-folder-refresh:before{content:"󰝉"}.mdi-folder-refresh-outline:before{content:"󰕂"}.mdi-folder-remove:before{content:"󰉘"}.mdi-folder-remove-outline:before{content:"󰮞"}.mdi-folder-search:before{content:"󰥨"}.mdi-folder-search-outline:before{content:"󰥩"}.mdi-folder-settings:before{content:"󱁽"}.mdi-folder-settings-outline:before{content:"󱁾"}.mdi-folder-star:before{content:"󰚝"}.mdi-folder-star-multiple:before{content:"󱏓"}.mdi-folder-star-multiple-outline:before{content:"󱏔"}.mdi-folder-star-outline:before{content:"󰮟"}.mdi-folder-swap:before{content:"󰾶"}.mdi-folder-swap-outline:before{content:"󰾷"}.mdi-folder-sync:before{content:"󰴋"}.mdi-folder-sync-outline:before{content:"󰴌"}.mdi-folder-table:before{content:"󱋣"}.mdi-folder-table-outline:before{content:"󱋤"}.mdi-folder-text:before{content:"󰲂"}.mdi-folder-text-outline:before{content:"󰲃"}.mdi-folder-upload:before{content:"󰉙"}.mdi-folder-upload-outline:before{content:"󱃭"}.mdi-folder-zip:before{content:"󰛫"}.mdi-folder-zip-outline:before{content:"󰞹"}.mdi-font-awesome:before{content:"󰀺"}.mdi-food:before{content:"󰉚"}.mdi-food-apple:before{content:"󰉛"}.mdi-food-apple-outline:before{content:"󰲄"}.mdi-food-croissant:before{content:"󰟈"}.mdi-food-drumstick:before{content:"󱐟"}.mdi-food-drumstick-off:before{content:"󱑨"}.mdi-food-drumstick-off-outline:before{content:"󱑩"}.mdi-food-drumstick-outline:before{content:"󱐠"}.mdi-food-fork-drink:before{content:"󰗲"}.mdi-food-halal:before{content:"󱕲"}.mdi-food-kosher:before{content:"󱕳"}.mdi-food-off:before{content:"󰗳"}.mdi-food-steak:before{content:"󱑪"}.mdi-food-steak-off:before{content:"󱑫"}.mdi-food-variant:before{content:"󰉜"}.mdi-food-variant-off:before{content:"󱏥"}.mdi-foot-print:before{content:"󰽒"}.mdi-football:before{content:"󰉝"}.mdi-football-australian:before{content:"󰉞"}.mdi-football-helmet:before{content:"󰉟"}.mdi-forklift:before{content:"󰟉"}.mdi-form-dropdown:before{content:"󱐀"}.mdi-form-select:before{content:"󱐁"}.mdi-form-textarea:before{content:"󱂕"}.mdi-form-textbox:before{content:"󰘎"}.mdi-form-textbox-lock:before{content:"󱍝"}.mdi-form-textbox-password:before{content:"󰟵"}.mdi-format-align-bottom:before{content:"󰝓"}.mdi-format-align-center:before{content:"󰉠"}.mdi-format-align-justify:before{content:"󰉡"}.mdi-format-align-left:before{content:"󰉢"}.mdi-format-align-middle:before{content:"󰝔"}.mdi-format-align-right:before{content:"󰉣"}.mdi-format-align-top:before{content:"󰝕"}.mdi-format-annotation-minus:before{content:"󰪼"}.mdi-format-annotation-plus:before{content:"󰙆"}.mdi-format-bold:before{content:"󰉤"}.mdi-format-clear:before{content:"󰉥"}.mdi-format-color-fill:before{content:"󰉦"}.mdi-format-color-highlight:before{content:"󰸱"}.mdi-format-color-marker-cancel:before{content:"󱌓"}.mdi-format-color-text:before{content:"󰚞"}.mdi-format-columns:before{content:"󰣟"}.mdi-format-float-center:before{content:"󰉧"}.mdi-format-float-left:before{content:"󰉨"}.mdi-format-float-none:before{content:"󰉩"}.mdi-format-float-right:before{content:"󰉪"}.mdi-format-font:before{content:"󰛖"}.mdi-format-font-size-decrease:before{content:"󰧳"}.mdi-format-font-size-increase:before{content:"󰧴"}.mdi-format-header-1:before{content:"󰉫"}.mdi-format-header-2:before{content:"󰉬"}.mdi-format-header-3:before{content:"󰉭"}.mdi-format-header-4:before{content:"󰉮"}.mdi-format-header-5:before{content:"󰉯"}.mdi-format-header-6:before{content:"󰉰"}.mdi-format-header-decrease:before{content:"󰉱"}.mdi-format-header-equal:before{content:"󰉲"}.mdi-format-header-increase:before{content:"󰉳"}.mdi-format-header-pound:before{content:"󰉴"}.mdi-format-horizontal-align-center:before{content:"󰘞"}.mdi-format-horizontal-align-left:before{content:"󰘟"}.mdi-format-horizontal-align-right:before{content:"󰘠"}.mdi-format-indent-decrease:before{content:"󰉵"}.mdi-format-indent-increase:before{content:"󰉶"}.mdi-format-italic:before{content:"󰉷"}.mdi-format-letter-case:before{content:"󰬴"}.mdi-format-letter-case-lower:before{content:"󰬵"}.mdi-format-letter-case-upper:before{content:"󰬶"}.mdi-format-letter-ends-with:before{content:"󰾸"}.mdi-format-letter-matches:before{content:"󰾹"}.mdi-format-letter-starts-with:before{content:"󰾺"}.mdi-format-line-spacing:before{content:"󰉸"}.mdi-format-line-style:before{content:"󰗈"}.mdi-format-line-weight:before{content:"󰗉"}.mdi-format-list-bulleted:before{content:"󰉹"}.mdi-format-list-bulleted-square:before{content:"󰷐"}.mdi-format-list-bulleted-triangle:before{content:"󰺲"}.mdi-format-list-bulleted-type:before{content:"󰉺"}.mdi-format-list-checkbox:before{content:"󰥪"}.mdi-format-list-checks:before{content:"󰝖"}.mdi-format-list-numbered:before{content:"󰉻"}.mdi-format-list-numbered-rtl:before{content:"󰴍"}.mdi-format-list-text:before{content:"󱉯"}.mdi-format-overline:before{content:"󰺳"}.mdi-format-page-break:before{content:"󰛗"}.mdi-format-paint:before{content:"󰉼"}.mdi-format-paragraph:before{content:"󰉽"}.mdi-format-pilcrow:before{content:"󰛘"}.mdi-format-quote-close:before{content:"󰉾"}.mdi-format-quote-close-outline:before{content:"󱆨"}.mdi-format-quote-open:before{content:"󰝗"}.mdi-format-quote-open-outline:before{content:"󱆧"}.mdi-format-rotate-90:before{content:"󰚪"}.mdi-format-section:before{content:"󰚟"}.mdi-format-size:before{content:"󰉿"}.mdi-format-strikethrough:before{content:"󰊀"}.mdi-format-strikethrough-variant:before{content:"󰊁"}.mdi-format-subscript:before{content:"󰊂"}.mdi-format-superscript:before{content:"󰊃"}.mdi-format-text:before{content:"󰊄"}.mdi-format-text-rotation-angle-down:before{content:"󰾻"}.mdi-format-text-rotation-angle-up:before{content:"󰾼"}.mdi-format-text-rotation-down:before{content:"󰵳"}.mdi-format-text-rotation-down-vertical:before{content:"󰾽"}.mdi-format-text-rotation-none:before{content:"󰵴"}.mdi-format-text-rotation-up:before{content:"󰾾"}.mdi-format-text-rotation-vertical:before{content:"󰾿"}.mdi-format-text-variant:before{content:"󰸲"}.mdi-format-text-variant-outline:before{content:"󱔏"}.mdi-format-text-wrapping-clip:before{content:"󰴎"}.mdi-format-text-wrapping-overflow:before{content:"󰴏"}.mdi-format-text-wrapping-wrap:before{content:"󰴐"}.mdi-format-textbox:before{content:"󰴑"}.mdi-format-textdirection-l-to-r:before{content:"󰊅"}.mdi-format-textdirection-r-to-l:before{content:"󰊆"}.mdi-format-title:before{content:"󰗴"}.mdi-format-underline:before{content:"󰊇"}.mdi-format-vertical-align-bottom:before{content:"󰘡"}.mdi-format-vertical-align-center:before{content:"󰘢"}.mdi-format-vertical-align-top:before{content:"󰘣"}.mdi-format-wrap-inline:before{content:"󰊈"}.mdi-format-wrap-square:before{content:"󰊉"}.mdi-format-wrap-tight:before{content:"󰊊"}.mdi-format-wrap-top-bottom:before{content:"󰊋"}.mdi-forum:before{content:"󰊌"}.mdi-forum-outline:before{content:"󰠢"}.mdi-forward:before{content:"󰊍"}.mdi-forwardburger:before{content:"󰵵"}.mdi-fountain:before{content:"󰥫"}.mdi-fountain-pen:before{content:"󰴒"}.mdi-fountain-pen-tip:before{content:"󰴓"}.mdi-freebsd:before{content:"󰣠"}.mdi-frequently-asked-questions:before{content:"󰺴"}.mdi-fridge:before{content:"󰊐"}.mdi-fridge-alert:before{content:"󱆱"}.mdi-fridge-alert-outline:before{content:"󱆲"}.mdi-fridge-bottom:before{content:"󰊒"}.mdi-fridge-industrial:before{content:"󱗮"}.mdi-fridge-industrial-alert:before{content:"󱗯"}.mdi-fridge-industrial-alert-outline:before{content:"󱗰"}.mdi-fridge-industrial-off:before{content:"󱗱"}.mdi-fridge-industrial-off-outline:before{content:"󱗲"}.mdi-fridge-industrial-outline:before{content:"󱗳"}.mdi-fridge-off:before{content:"󱆯"}.mdi-fridge-off-outline:before{content:"󱆰"}.mdi-fridge-outline:before{content:"󰊏"}.mdi-fridge-top:before{content:"󰊑"}.mdi-fridge-variant:before{content:"󱗴"}.mdi-fridge-variant-alert:before{content:"󱗵"}.mdi-fridge-variant-alert-outline:before{content:"󱗶"}.mdi-fridge-variant-off:before{content:"󱗷"}.mdi-fridge-variant-off-outline:before{content:"󱗸"}.mdi-fridge-variant-outline:before{content:"󱗹"}.mdi-fruit-cherries:before{content:"󱁂"}.mdi-fruit-cherries-off:before{content:"󱏸"}.mdi-fruit-citrus:before{content:"󱁃"}.mdi-fruit-citrus-off:before{content:"󱏹"}.mdi-fruit-grapes:before{content:"󱁄"}.mdi-fruit-grapes-outline:before{content:"󱁅"}.mdi-fruit-pineapple:before{content:"󱁆"}.mdi-fruit-watermelon:before{content:"󱁇"}.mdi-fuel:before{content:"󰟊"}.mdi-fullscreen:before{content:"󰊓"}.mdi-fullscreen-exit:before{content:"󰊔"}.mdi-function:before{content:"󰊕"}.mdi-function-variant:before{content:"󰡱"}.mdi-furigana-horizontal:before{content:"󱂁"}.mdi-furigana-vertical:before{content:"󱂂"}.mdi-fuse:before{content:"󰲅"}.mdi-fuse-alert:before{content:"󱐭"}.mdi-fuse-blade:before{content:"󰲆"}.mdi-fuse-off:before{content:"󱐬"}.mdi-gamepad:before{content:"󰊖"}.mdi-gamepad-circle:before{content:"󰸳"}.mdi-gamepad-circle-down:before{content:"󰸴"}.mdi-gamepad-circle-left:before{content:"󰸵"}.mdi-gamepad-circle-outline:before{content:"󰸶"}.mdi-gamepad-circle-right:before{content:"󰸷"}.mdi-gamepad-circle-up:before{content:"󰸸"}.mdi-gamepad-down:before{content:"󰸹"}.mdi-gamepad-left:before{content:"󰸺"}.mdi-gamepad-right:before{content:"󰸻"}.mdi-gamepad-round:before{content:"󰸼"}.mdi-gamepad-round-down:before{content:"󰸽"}.mdi-gamepad-round-left:before{content:"󰸾"}.mdi-gamepad-round-outline:before{content:"󰸿"}.mdi-gamepad-round-right:before{content:"󰹀"}.mdi-gamepad-round-up:before{content:"󰹁"}.mdi-gamepad-square:before{content:"󰺵"}.mdi-gamepad-square-outline:before{content:"󰺶"}.mdi-gamepad-up:before{content:"󰹂"}.mdi-gamepad-variant:before{content:"󰊗"}.mdi-gamepad-variant-outline:before{content:"󰺷"}.mdi-gamma:before{content:"󱃮"}.mdi-gantry-crane:before{content:"󰷑"}.mdi-garage:before{content:"󰛙"}.mdi-garage-alert:before{content:"󰡲"}.mdi-garage-alert-variant:before{content:"󱋕"}.mdi-garage-open:before{content:"󰛚"}.mdi-garage-open-variant:before{content:"󱋔"}.mdi-garage-variant:before{content:"󱋓"}.mdi-gas-cylinder:before{content:"󰙇"}.mdi-gas-station:before{content:"󰊘"}.mdi-gas-station-off:before{content:"󱐉"}.mdi-gas-station-off-outline:before{content:"󱐊"}.mdi-gas-station-outline:before{content:"󰺸"}.mdi-gate:before{content:"󰊙"}.mdi-gate-and:before{content:"󰣡"}.mdi-gate-arrow-right:before{content:"󱅩"}.mdi-gate-nand:before{content:"󰣢"}.mdi-gate-nor:before{content:"󰣣"}.mdi-gate-not:before{content:"󰣤"}.mdi-gate-open:before{content:"󱅪"}.mdi-gate-or:before{content:"󰣥"}.mdi-gate-xnor:before{content:"󰣦"}.mdi-gate-xor:before{content:"󰣧"}.mdi-gatsby:before{content:"󰹃"}.mdi-gauge:before{content:"󰊚"}.mdi-gauge-empty:before{content:"󰡳"}.mdi-gauge-full:before{content:"󰡴"}.mdi-gauge-low:before{content:"󰡵"}.mdi-gavel:before{content:"󰊛"}.mdi-gender-female:before{content:"󰊜"}.mdi-gender-male:before{content:"󰊝"}.mdi-gender-male-female:before{content:"󰊞"}.mdi-gender-male-female-variant:before{content:"󱄿"}.mdi-gender-non-binary:before{content:"󱅀"}.mdi-gender-transgender:before{content:"󰊟"}.mdi-gentoo:before{content:"󰣨"}.mdi-gesture:before{content:"󰟋"}.mdi-gesture-double-tap:before{content:"󰜼"}.mdi-gesture-pinch:before{content:"󰪽"}.mdi-gesture-spread:before{content:"󰪾"}.mdi-gesture-swipe:before{content:"󰵶"}.mdi-gesture-swipe-down:before{content:"󰜽"}.mdi-gesture-swipe-horizontal:before{content:"󰪿"}.mdi-gesture-swipe-left:before{content:"󰜾"}.mdi-gesture-swipe-right:before{content:"󰜿"}.mdi-gesture-swipe-up:before{content:"󰝀"}.mdi-gesture-swipe-vertical:before{content:"󰫀"}.mdi-gesture-tap:before{content:"󰝁"}.mdi-gesture-tap-box:before{content:"󱊩"}.mdi-gesture-tap-button:before{content:"󱊨"}.mdi-gesture-tap-hold:before{content:"󰵷"}.mdi-gesture-two-double-tap:before{content:"󰝂"}.mdi-gesture-two-tap:before{content:"󰝃"}.mdi-ghost:before{content:"󰊠"}.mdi-ghost-off:before{content:"󰧵"}.mdi-ghost-off-outline:before{content:"󱙜"}.mdi-ghost-outline:before{content:"󱙝"}.mdi-gif:before{content:"󰵸"}.mdi-gift:before{content:"󰹄"}.mdi-gift-outline:before{content:"󰊡"}.mdi-git:before{content:"󰊢"}.mdi-github:before{content:"󰊤"}.mdi-gitlab:before{content:"󰮠"}.mdi-glass-cocktail:before{content:"󰍖"}.mdi-glass-cocktail-off:before{content:"󱗦"}.mdi-glass-flute:before{content:"󰊥"}.mdi-glass-mug:before{content:"󰊦"}.mdi-glass-mug-off:before{content:"󱗧"}.mdi-glass-mug-variant:before{content:"󱄖"}.mdi-glass-mug-variant-off:before{content:"󱗨"}.mdi-glass-pint-outline:before{content:"󱌍"}.mdi-glass-stange:before{content:"󰊧"}.mdi-glass-tulip:before{content:"󰊨"}.mdi-glass-wine:before{content:"󰡶"}.mdi-glasses:before{content:"󰊪"}.mdi-globe-light:before{content:"󱋗"}.mdi-globe-model:before{content:"󰣩"}.mdi-gmail:before{content:"󰊫"}.mdi-gnome:before{content:"󰊬"}.mdi-go-kart:before{content:"󰵹"}.mdi-go-kart-track:before{content:"󰵺"}.mdi-gog:before{content:"󰮡"}.mdi-gold:before{content:"󱉏"}.mdi-golf:before{content:"󰠣"}.mdi-golf-cart:before{content:"󱆤"}.mdi-golf-tee:before{content:"󱂃"}.mdi-gondola:before{content:"󰚆"}.mdi-goodreads:before{content:"󰵻"}.mdi-google:before{content:"󰊭"}.mdi-google-ads:before{content:"󰲇"}.mdi-google-analytics:before{content:"󰟌"}.mdi-google-assistant:before{content:"󰟍"}.mdi-google-cardboard:before{content:"󰊮"}.mdi-google-chrome:before{content:"󰊯"}.mdi-google-circles:before{content:"󰊰"}.mdi-google-circles-communities:before{content:"󰊱"}.mdi-google-circles-extended:before{content:"󰊲"}.mdi-google-circles-group:before{content:"󰊳"}.mdi-google-classroom:before{content:"󰋀"}.mdi-google-cloud:before{content:"󱇶"}.mdi-google-controller:before{content:"󰊴"}.mdi-google-controller-off:before{content:"󰊵"}.mdi-google-downasaur:before{content:"󱍢"}.mdi-google-drive:before{content:"󰊶"}.mdi-google-earth:before{content:"󰊷"}.mdi-google-fit:before{content:"󰥬"}.mdi-google-glass:before{content:"󰊸"}.mdi-google-hangouts:before{content:"󰋉"}.mdi-google-home:before{content:"󰠤"}.mdi-google-keep:before{content:"󰛜"}.mdi-google-lens:before{content:"󰧶"}.mdi-google-maps:before{content:"󰗵"}.mdi-google-my-business:before{content:"󱁈"}.mdi-google-nearby:before{content:"󰊹"}.mdi-google-photos:before{content:"󰛝"}.mdi-google-play:before{content:"󰊼"}.mdi-google-plus:before{content:"󰊽"}.mdi-google-podcast:before{content:"󰺹"}.mdi-google-spreadsheet:before{content:"󰧷"}.mdi-google-street-view:before{content:"󰲈"}.mdi-google-translate:before{content:"󰊿"}.mdi-gradient:before{content:"󰚠"}.mdi-grain:before{content:"󰵼"}.mdi-graph:before{content:"󱁉"}.mdi-graph-outline:before{content:"󱁊"}.mdi-graphql:before{content:"󰡷"}.mdi-grass:before{content:"󱔐"}.mdi-grave-stone:before{content:"󰮢"}.mdi-grease-pencil:before{content:"󰙈"}.mdi-greater-than:before{content:"󰥭"}.mdi-greater-than-or-equal:before{content:"󰥮"}.mdi-grid:before{content:"󰋁"}.mdi-grid-large:before{content:"󰝘"}.mdi-grid-off:before{content:"󰋂"}.mdi-grill:before{content:"󰹅"}.mdi-grill-outline:before{content:"󱆊"}.mdi-group:before{content:"󰋃"}.mdi-guitar-acoustic:before{content:"󰝱"}.mdi-guitar-electric:before{content:"󰋄"}.mdi-guitar-pick:before{content:"󰋅"}.mdi-guitar-pick-outline:before{content:"󰋆"}.mdi-guy-fawkes-mask:before{content:"󰠥"}.mdi-hail:before{content:"󰫁"}.mdi-hair-dryer:before{content:"󱃯"}.mdi-hair-dryer-outline:before{content:"󱃰"}.mdi-halloween:before{content:"󰮣"}.mdi-hamburger:before{content:"󰚅"}.mdi-hammer:before{content:"󰣪"}.mdi-hammer-screwdriver:before{content:"󱌢"}.mdi-hammer-wrench:before{content:"󱌣"}.mdi-hand:before{content:"󰩏"}.mdi-hand-heart:before{content:"󱃱"}.mdi-hand-heart-outline:before{content:"󱕾"}.mdi-hand-left:before{content:"󰹆"}.mdi-hand-okay:before{content:"󰩐"}.mdi-hand-peace:before{content:"󰩑"}.mdi-hand-peace-variant:before{content:"󰩒"}.mdi-hand-pointing-down:before{content:"󰩓"}.mdi-hand-pointing-left:before{content:"󰩔"}.mdi-hand-pointing-right:before{content:"󰋇"}.mdi-hand-pointing-up:before{content:"󰩕"}.mdi-hand-right:before{content:"󰹇"}.mdi-hand-saw:before{content:"󰹈"}.mdi-hand-wash:before{content:"󱕿"}.mdi-hand-wash-outline:before{content:"󱖀"}.mdi-hand-water:before{content:"󱎟"}.mdi-handball:before{content:"󰽓"}.mdi-handcuffs:before{content:"󱄾"}.mdi-handshake:before{content:"󱈘"}.mdi-handshake-outline:before{content:"󱖡"}.mdi-hanger:before{content:"󰋈"}.mdi-hard-hat:before{content:"󰥯"}.mdi-harddisk:before{content:"󰋊"}.mdi-harddisk-plus:before{content:"󱁋"}.mdi-harddisk-remove:before{content:"󱁌"}.mdi-hat-fedora:before{content:"󰮤"}.mdi-hazard-lights:before{content:"󰲉"}.mdi-hdr:before{content:"󰵽"}.mdi-hdr-off:before{content:"󰵾"}.mdi-head:before{content:"󱍞"}.mdi-head-alert:before{content:"󱌸"}.mdi-head-alert-outline:before{content:"󱌹"}.mdi-head-check:before{content:"󱌺"}.mdi-head-check-outline:before{content:"󱌻"}.mdi-head-cog:before{content:"󱌼"}.mdi-head-cog-outline:before{content:"󱌽"}.mdi-head-dots-horizontal:before{content:"󱌾"}.mdi-head-dots-horizontal-outline:before{content:"󱌿"}.mdi-head-flash:before{content:"󱍀"}.mdi-head-flash-outline:before{content:"󱍁"}.mdi-head-heart:before{content:"󱍂"}.mdi-head-heart-outline:before{content:"󱍃"}.mdi-head-lightbulb:before{content:"󱍄"}.mdi-head-lightbulb-outline:before{content:"󱍅"}.mdi-head-minus:before{content:"󱍆"}.mdi-head-minus-outline:before{content:"󱍇"}.mdi-head-outline:before{content:"󱍟"}.mdi-head-plus:before{content:"󱍈"}.mdi-head-plus-outline:before{content:"󱍉"}.mdi-head-question:before{content:"󱍊"}.mdi-head-question-outline:before{content:"󱍋"}.mdi-head-remove:before{content:"󱍌"}.mdi-head-remove-outline:before{content:"󱍍"}.mdi-head-snowflake:before{content:"󱍎"}.mdi-head-snowflake-outline:before{content:"󱍏"}.mdi-head-sync:before{content:"󱍐"}.mdi-head-sync-outline:before{content:"󱍑"}.mdi-headphones:before{content:"󰋋"}.mdi-headphones-bluetooth:before{content:"󰥰"}.mdi-headphones-box:before{content:"󰋌"}.mdi-headphones-off:before{content:"󰟎"}.mdi-headphones-settings:before{content:"󰋍"}.mdi-headset:before{content:"󰋎"}.mdi-headset-dock:before{content:"󰋏"}.mdi-headset-off:before{content:"󰋐"}.mdi-heart:before{content:"󰋑"}.mdi-heart-box:before{content:"󰋒"}.mdi-heart-box-outline:before{content:"󰋓"}.mdi-heart-broken:before{content:"󰋔"}.mdi-heart-broken-outline:before{content:"󰴔"}.mdi-heart-circle:before{content:"󰥱"}.mdi-heart-circle-outline:before{content:"󰥲"}.mdi-heart-cog:before{content:"󱙣"}.mdi-heart-cog-outline:before{content:"󱙤"}.mdi-heart-flash:before{content:"󰻹"}.mdi-heart-half:before{content:"󰛟"}.mdi-heart-half-full:before{content:"󰛞"}.mdi-heart-half-outline:before{content:"󰛠"}.mdi-heart-minus:before{content:"󱐯"}.mdi-heart-minus-outline:before{content:"󱐲"}.mdi-heart-multiple:before{content:"󰩖"}.mdi-heart-multiple-outline:before{content:"󰩗"}.mdi-heart-off:before{content:"󰝙"}.mdi-heart-off-outline:before{content:"󱐴"}.mdi-heart-outline:before{content:"󰋕"}.mdi-heart-plus:before{content:"󱐮"}.mdi-heart-plus-outline:before{content:"󱐱"}.mdi-heart-pulse:before{content:"󰗶"}.mdi-heart-remove:before{content:"󱐰"}.mdi-heart-remove-outline:before{content:"󱐳"}.mdi-heart-settings:before{content:"󱙥"}.mdi-heart-settings-outline:before{content:"󱙦"}.mdi-helicopter:before{content:"󰫂"}.mdi-help:before{content:"󰋖"}.mdi-help-box:before{content:"󰞋"}.mdi-help-circle:before{content:"󰋗"}.mdi-help-circle-outline:before{content:"󰘥"}.mdi-help-network:before{content:"󰛵"}.mdi-help-network-outline:before{content:"󰲊"}.mdi-help-rhombus:before{content:"󰮥"}.mdi-help-rhombus-outline:before{content:"󰮦"}.mdi-hexadecimal:before{content:"󱊧"}.mdi-hexagon:before{content:"󰋘"}.mdi-hexagon-multiple:before{content:"󰛡"}.mdi-hexagon-multiple-outline:before{content:"󱃲"}.mdi-hexagon-outline:before{content:"󰋙"}.mdi-hexagon-slice-1:before{content:"󰫃"}.mdi-hexagon-slice-2:before{content:"󰫄"}.mdi-hexagon-slice-3:before{content:"󰫅"}.mdi-hexagon-slice-4:before{content:"󰫆"}.mdi-hexagon-slice-5:before{content:"󰫇"}.mdi-hexagon-slice-6:before{content:"󰫈"}.mdi-hexagram:before{content:"󰫉"}.mdi-hexagram-outline:before{content:"󰫊"}.mdi-high-definition:before{content:"󰟏"}.mdi-high-definition-box:before{content:"󰡸"}.mdi-highway:before{content:"󰗷"}.mdi-hiking:before{content:"󰵿"}.mdi-hinduism:before{content:"󰥳"}.mdi-history:before{content:"󰋚"}.mdi-hockey-puck:before{content:"󰡹"}.mdi-hockey-sticks:before{content:"󰡺"}.mdi-hololens:before{content:"󰋛"}.mdi-home:before{content:"󰋜"}.mdi-home-account:before{content:"󰠦"}.mdi-home-alert:before{content:"󰡻"}.mdi-home-alert-outline:before{content:"󱗐"}.mdi-home-analytics:before{content:"󰺺"}.mdi-home-assistant:before{content:"󰟐"}.mdi-home-automation:before{content:"󰟑"}.mdi-home-circle:before{content:"󰟒"}.mdi-home-circle-outline:before{content:"󱁍"}.mdi-home-city:before{content:"󰴕"}.mdi-home-city-outline:before{content:"󰴖"}.mdi-home-currency-usd:before{content:"󰢯"}.mdi-home-edit:before{content:"󱅙"}.mdi-home-edit-outline:before{content:"󱅚"}.mdi-home-export-outline:before{content:"󰾛"}.mdi-home-flood:before{content:"󰻺"}.mdi-home-floor-0:before{content:"󰷒"}.mdi-home-floor-1:before{content:"󰶀"}.mdi-home-floor-2:before{content:"󰶁"}.mdi-home-floor-3:before{content:"󰶂"}.mdi-home-floor-a:before{content:"󰶃"}.mdi-home-floor-b:before{content:"󰶄"}.mdi-home-floor-g:before{content:"󰶅"}.mdi-home-floor-l:before{content:"󰶆"}.mdi-home-floor-negative-1:before{content:"󰷓"}.mdi-home-group:before{content:"󰷔"}.mdi-home-heart:before{content:"󰠧"}.mdi-home-import-outline:before{content:"󰾜"}.mdi-home-lightbulb:before{content:"󱉑"}.mdi-home-lightbulb-outline:before{content:"󱉒"}.mdi-home-lock:before{content:"󰣫"}.mdi-home-lock-open:before{content:"󰣬"}.mdi-home-map-marker:before{content:"󰗸"}.mdi-home-minus:before{content:"󰥴"}.mdi-home-minus-outline:before{content:"󱏕"}.mdi-home-modern:before{content:"󰋝"}.mdi-home-outline:before{content:"󰚡"}.mdi-home-plus:before{content:"󰥵"}.mdi-home-plus-outline:before{content:"󱏖"}.mdi-home-remove:before{content:"󱉇"}.mdi-home-remove-outline:before{content:"󱏗"}.mdi-home-roof:before{content:"󱄫"}.mdi-home-search:before{content:"󱎰"}.mdi-home-search-outline:before{content:"󱎱"}.mdi-home-thermometer:before{content:"󰽔"}.mdi-home-thermometer-outline:before{content:"󰽕"}.mdi-home-variant:before{content:"󰋞"}.mdi-home-variant-outline:before{content:"󰮧"}.mdi-hook:before{content:"󰛢"}.mdi-hook-off:before{content:"󰛣"}.mdi-hops:before{content:"󰋟"}.mdi-horizontal-rotate-clockwise:before{content:"󱃳"}.mdi-horizontal-rotate-counterclockwise:before{content:"󱃴"}.mdi-horse:before{content:"󱖿"}.mdi-horse-human:before{content:"󱗀"}.mdi-horse-variant:before{content:"󱗁"}.mdi-horseshoe:before{content:"󰩘"}.mdi-hospital:before{content:"󰿶"}.mdi-hospital-box:before{content:"󰋠"}.mdi-hospital-box-outline:before{content:"󰿷"}.mdi-hospital-building:before{content:"󰋡"}.mdi-hospital-marker:before{content:"󰋢"}.mdi-hot-tub:before{content:"󰠨"}.mdi-hours-24:before{content:"󱑸"}.mdi-hubspot:before{content:"󰴗"}.mdi-hulu:before{content:"󰠩"}.mdi-human:before{content:"󰋦"}.mdi-human-baby-changing-table:before{content:"󱎋"}.mdi-human-cane:before{content:"󱖁"}.mdi-human-capacity-decrease:before{content:"󱖛"}.mdi-human-capacity-increase:before{content:"󱖜"}.mdi-human-child:before{content:"󰋧"}.mdi-human-edit:before{content:"󱓨"}.mdi-human-female:before{content:"󰙉"}.mdi-human-female-boy:before{content:"󰩙"}.mdi-human-female-dance:before{content:"󱗉"}.mdi-human-female-female:before{content:"󰩚"}.mdi-human-female-girl:before{content:"󰩛"}.mdi-human-greeting:before{content:"󰙊"}.mdi-human-greeting-proximity:before{content:"󱖝"}.mdi-human-handsdown:before{content:"󰙋"}.mdi-human-handsup:before{content:"󰙌"}.mdi-human-male:before{content:"󰙍"}.mdi-human-male-boy:before{content:"󰩜"}.mdi-human-male-child:before{content:"󱎌"}.mdi-human-male-female:before{content:"󰋨"}.mdi-human-male-girl:before{content:"󰩝"}.mdi-human-male-height:before{content:"󰻻"}.mdi-human-male-height-variant:before{content:"󰻼"}.mdi-human-male-male:before{content:"󰩞"}.mdi-human-pregnant:before{content:"󰗏"}.mdi-human-queue:before{content:"󱕱"}.mdi-human-scooter:before{content:"󱇩"}.mdi-human-wheelchair:before{content:"󱎍"}.mdi-humble-bundle:before{content:"󰝄"}.mdi-hvac:before{content:"󱍒"}.mdi-hvac-off:before{content:"󱖞"}.mdi-hydraulic-oil-level:before{content:"󱌤"}.mdi-hydraulic-oil-temperature:before{content:"󱌥"}.mdi-hydro-power:before{content:"󱋥"}.mdi-ice-cream:before{content:"󰠪"}.mdi-ice-cream-off:before{content:"󰹒"}.mdi-ice-pop:before{content:"󰻽"}.mdi-id-card:before{content:"󰿀"}.mdi-identifier:before{content:"󰻾"}.mdi-ideogram-cjk:before{content:"󱌱"}.mdi-ideogram-cjk-variant:before{content:"󱌲"}.mdi-iframe:before{content:"󰲋"}.mdi-iframe-array:before{content:"󱃵"}.mdi-iframe-array-outline:before{content:"󱃶"}.mdi-iframe-braces:before{content:"󱃷"}.mdi-iframe-braces-outline:before{content:"󱃸"}.mdi-iframe-outline:before{content:"󰲌"}.mdi-iframe-parentheses:before{content:"󱃹"}.mdi-iframe-parentheses-outline:before{content:"󱃺"}.mdi-iframe-variable:before{content:"󱃻"}.mdi-iframe-variable-outline:before{content:"󱃼"}.mdi-image:before{content:"󰋩"}.mdi-image-album:before{content:"󰋪"}.mdi-image-area:before{content:"󰋫"}.mdi-image-area-close:before{content:"󰋬"}.mdi-image-auto-adjust:before{content:"󰿁"}.mdi-image-broken:before{content:"󰋭"}.mdi-image-broken-variant:before{content:"󰋮"}.mdi-image-edit:before{content:"󱇣"}.mdi-image-edit-outline:before{content:"󱇤"}.mdi-image-filter-black-white:before{content:"󰋰"}.mdi-image-filter-center-focus:before{content:"󰋱"}.mdi-image-filter-center-focus-strong:before{content:"󰻿"}.mdi-image-filter-center-focus-strong-outline:before{content:"󰼀"}.mdi-image-filter-center-focus-weak:before{content:"󰋲"}.mdi-image-filter-drama:before{content:"󰋳"}.mdi-image-filter-frames:before{content:"󰋴"}.mdi-image-filter-hdr:before{content:"󰋵"}.mdi-image-filter-none:before{content:"󰋶"}.mdi-image-filter-tilt-shift:before{content:"󰋷"}.mdi-image-filter-vintage:before{content:"󰋸"}.mdi-image-frame:before{content:"󰹉"}.mdi-image-minus:before{content:"󱐙"}.mdi-image-move:before{content:"󰧸"}.mdi-image-multiple:before{content:"󰋹"}.mdi-image-multiple-outline:before{content:"󰋯"}.mdi-image-off:before{content:"󰠫"}.mdi-image-off-outline:before{content:"󱇑"}.mdi-image-outline:before{content:"󰥶"}.mdi-image-plus:before{content:"󰡼"}.mdi-image-remove:before{content:"󱐘"}.mdi-image-search:before{content:"󰥷"}.mdi-image-search-outline:before{content:"󰥸"}.mdi-image-size-select-actual:before{content:"󰲍"}.mdi-image-size-select-large:before{content:"󰲎"}.mdi-image-size-select-small:before{content:"󰲏"}.mdi-image-text:before{content:"󱘍"}.mdi-import:before{content:"󰋺"}.mdi-inbox:before{content:"󰚇"}.mdi-inbox-arrow-down:before{content:"󰋻"}.mdi-inbox-arrow-down-outline:before{content:"󱉰"}.mdi-inbox-arrow-up:before{content:"󰏑"}.mdi-inbox-arrow-up-outline:before{content:"󱉱"}.mdi-inbox-full:before{content:"󱉲"}.mdi-inbox-full-outline:before{content:"󱉳"}.mdi-inbox-multiple:before{content:"󰢰"}.mdi-inbox-multiple-outline:before{content:"󰮨"}.mdi-inbox-outline:before{content:"󱉴"}.mdi-inbox-remove:before{content:"󱖟"}.mdi-inbox-remove-outline:before{content:"󱖠"}.mdi-incognito:before{content:"󰗹"}.mdi-incognito-circle:before{content:"󱐡"}.mdi-incognito-circle-off:before{content:"󱐢"}.mdi-incognito-off:before{content:"󰁵"}.mdi-infinity:before{content:"󰛤"}.mdi-information:before{content:"󰋼"}.mdi-information-outline:before{content:"󰋽"}.mdi-information-variant:before{content:"󰙎"}.mdi-instagram:before{content:"󰋾"}.mdi-instrument-triangle:before{content:"󱁎"}.mdi-invert-colors:before{content:"󰌁"}.mdi-invert-colors-off:before{content:"󰹊"}.mdi-iobroker:before{content:"󱋨"}.mdi-ip:before{content:"󰩟"}.mdi-ip-network:before{content:"󰩠"}.mdi-ip-network-outline:before{content:"󰲐"}.mdi-ipod:before{content:"󰲑"}.mdi-islam:before{content:"󰥹"}.mdi-island:before{content:"󱁏"}.mdi-iv-bag:before{content:"󱂹"}.mdi-jabber:before{content:"󰷕"}.mdi-jeepney:before{content:"󰌂"}.mdi-jellyfish:before{content:"󰼁"}.mdi-jellyfish-outline:before{content:"󰼂"}.mdi-jira:before{content:"󰌃"}.mdi-jquery:before{content:"󰡽"}.mdi-jsfiddle:before{content:"󰌄"}.mdi-judaism:before{content:"󰥺"}.mdi-jump-rope:before{content:"󱋿"}.mdi-kabaddi:before{content:"󰶇"}.mdi-kangaroo:before{content:"󱕘"}.mdi-karate:before{content:"󰠬"}.mdi-keg:before{content:"󰌅"}.mdi-kettle:before{content:"󰗺"}.mdi-kettle-alert:before{content:"󱌗"}.mdi-kettle-alert-outline:before{content:"󱌘"}.mdi-kettle-off:before{content:"󱌛"}.mdi-kettle-off-outline:before{content:"󱌜"}.mdi-kettle-outline:before{content:"󰽖"}.mdi-kettle-steam:before{content:"󱌙"}.mdi-kettle-steam-outline:before{content:"󱌚"}.mdi-kettlebell:before{content:"󱌀"}.mdi-key:before{content:"󰌆"}.mdi-key-arrow-right:before{content:"󱌒"}.mdi-key-chain:before{content:"󱕴"}.mdi-key-chain-variant:before{content:"󱕵"}.mdi-key-change:before{content:"󰌇"}.mdi-key-link:before{content:"󱆟"}.mdi-key-minus:before{content:"󰌈"}.mdi-key-outline:before{content:"󰷖"}.mdi-key-plus:before{content:"󰌉"}.mdi-key-remove:before{content:"󰌊"}.mdi-key-star:before{content:"󱆞"}.mdi-key-variant:before{content:"󰌋"}.mdi-key-wireless:before{content:"󰿂"}.mdi-keyboard:before{content:"󰌌"}.mdi-keyboard-backspace:before{content:"󰌍"}.mdi-keyboard-caps:before{content:"󰌎"}.mdi-keyboard-close:before{content:"󰌏"}.mdi-keyboard-esc:before{content:"󱊷"}.mdi-keyboard-f1:before{content:"󱊫"}.mdi-keyboard-f10:before{content:"󱊴"}.mdi-keyboard-f11:before{content:"󱊵"}.mdi-keyboard-f12:before{content:"󱊶"}.mdi-keyboard-f2:before{content:"󱊬"}.mdi-keyboard-f3:before{content:"󱊭"}.mdi-keyboard-f4:before{content:"󱊮"}.mdi-keyboard-f5:before{content:"󱊯"}.mdi-keyboard-f6:before{content:"󱊰"}.mdi-keyboard-f7:before{content:"󱊱"}.mdi-keyboard-f8:before{content:"󱊲"}.mdi-keyboard-f9:before{content:"󱊳"}.mdi-keyboard-off:before{content:"󰌐"}.mdi-keyboard-off-outline:before{content:"󰹋"}.mdi-keyboard-outline:before{content:"󰥻"}.mdi-keyboard-return:before{content:"󰌑"}.mdi-keyboard-settings:before{content:"󰧹"}.mdi-keyboard-settings-outline:before{content:"󰧺"}.mdi-keyboard-space:before{content:"󱁐"}.mdi-keyboard-tab:before{content:"󰌒"}.mdi-keyboard-variant:before{content:"󰌓"}.mdi-khanda:before{content:"󱃽"}.mdi-kickstarter:before{content:"󰝅"}.mdi-klingon:before{content:"󱍛"}.mdi-knife:before{content:"󰧻"}.mdi-knife-military:before{content:"󰧼"}.mdi-kodi:before{content:"󰌔"}.mdi-kubernetes:before{content:"󱃾"}.mdi-label:before{content:"󰌕"}.mdi-label-multiple:before{content:"󱍵"}.mdi-label-multiple-outline:before{content:"󱍶"}.mdi-label-off:before{content:"󰫋"}.mdi-label-off-outline:before{content:"󰫌"}.mdi-label-outline:before{content:"󰌖"}.mdi-label-percent:before{content:"󱋪"}.mdi-label-percent-outline:before{content:"󱋫"}.mdi-label-variant:before{content:"󰫍"}.mdi-label-variant-outline:before{content:"󰫎"}.mdi-ladder:before{content:"󱖢"}.mdi-ladybug:before{content:"󰠭"}.mdi-lambda:before{content:"󰘧"}.mdi-lamp:before{content:"󰚵"}.mdi-lamps:before{content:"󱕶"}.mdi-lan:before{content:"󰌗"}.mdi-lan-check:before{content:"󱊪"}.mdi-lan-connect:before{content:"󰌘"}.mdi-lan-disconnect:before{content:"󰌙"}.mdi-lan-pending:before{content:"󰌚"}.mdi-language-c:before{content:"󰙱"}.mdi-language-cpp:before{content:"󰙲"}.mdi-language-csharp:before{content:"󰌛"}.mdi-language-css3:before{content:"󰌜"}.mdi-language-fortran:before{content:"󱈚"}.mdi-language-go:before{content:"󰟓"}.mdi-language-haskell:before{content:"󰲒"}.mdi-language-html5:before{content:"󰌝"}.mdi-language-java:before{content:"󰬷"}.mdi-language-javascript:before{content:"󰌞"}.mdi-language-kotlin:before{content:"󱈙"}.mdi-language-lua:before{content:"󰢱"}.mdi-language-markdown:before{content:"󰍔"}.mdi-language-markdown-outline:before{content:"󰽛"}.mdi-language-php:before{content:"󰌟"}.mdi-language-python:before{content:"󰌠"}.mdi-language-r:before{content:"󰟔"}.mdi-language-ruby:before{content:"󰴭"}.mdi-language-ruby-on-rails:before{content:"󰫏"}.mdi-language-rust:before{content:"󱘗"}.mdi-language-swift:before{content:"󰛥"}.mdi-language-typescript:before{content:"󰛦"}.mdi-language-xaml:before{content:"󰙳"}.mdi-laptop:before{content:"󰌢"}.mdi-laptop-chromebook:before{content:"󰌣"}.mdi-laptop-mac:before{content:"󰌤"}.mdi-laptop-off:before{content:"󰛧"}.mdi-laptop-windows:before{content:"󰌥"}.mdi-laravel:before{content:"󰫐"}.mdi-laser-pointer:before{content:"󱒄"}.mdi-lasso:before{content:"󰼃"}.mdi-lastpass:before{content:"󰑆"}.mdi-latitude:before{content:"󰽗"}.mdi-launch:before{content:"󰌧"}.mdi-lava-lamp:before{content:"󰟕"}.mdi-layers:before{content:"󰌨"}.mdi-layers-minus:before{content:"󰹌"}.mdi-layers-off:before{content:"󰌩"}.mdi-layers-off-outline:before{content:"󰧽"}.mdi-layers-outline:before{content:"󰧾"}.mdi-layers-plus:before{content:"󰹍"}.mdi-layers-remove:before{content:"󰹎"}.mdi-layers-search:before{content:"󱈆"}.mdi-layers-search-outline:before{content:"󱈇"}.mdi-layers-triple:before{content:"󰽘"}.mdi-layers-triple-outline:before{content:"󰽙"}.mdi-lead-pencil:before{content:"󰙏"}.mdi-leaf:before{content:"󰌪"}.mdi-leaf-maple:before{content:"󰲓"}.mdi-leaf-maple-off:before{content:"󱋚"}.mdi-leaf-off:before{content:"󱋙"}.mdi-leak:before{content:"󰷗"}.mdi-leak-off:before{content:"󰷘"}.mdi-led-off:before{content:"󰌫"}.mdi-led-on:before{content:"󰌬"}.mdi-led-outline:before{content:"󰌭"}.mdi-led-strip:before{content:"󰟖"}.mdi-led-strip-variant:before{content:"󱁑"}.mdi-led-variant-off:before{content:"󰌮"}.mdi-led-variant-on:before{content:"󰌯"}.mdi-led-variant-outline:before{content:"󰌰"}.mdi-leek:before{content:"󱅽"}.mdi-less-than:before{content:"󰥼"}.mdi-less-than-or-equal:before{content:"󰥽"}.mdi-library:before{content:"󰌱"}.mdi-library-shelves:before{content:"󰮩"}.mdi-license:before{content:"󰿃"}.mdi-lifebuoy:before{content:"󰡾"}.mdi-light-switch:before{content:"󰥾"}.mdi-lightbulb:before{content:"󰌵"}.mdi-lightbulb-cfl:before{content:"󱈈"}.mdi-lightbulb-cfl-off:before{content:"󱈉"}.mdi-lightbulb-cfl-spiral:before{content:"󱉵"}.mdi-lightbulb-cfl-spiral-off:before{content:"󱋃"}.mdi-lightbulb-group:before{content:"󱉓"}.mdi-lightbulb-group-off:before{content:"󱋍"}.mdi-lightbulb-group-off-outline:before{content:"󱋎"}.mdi-lightbulb-group-outline:before{content:"󱉔"}.mdi-lightbulb-multiple:before{content:"󱉕"}.mdi-lightbulb-multiple-off:before{content:"󱋏"}.mdi-lightbulb-multiple-off-outline:before{content:"󱋐"}.mdi-lightbulb-multiple-outline:before{content:"󱉖"}.mdi-lightbulb-off:before{content:"󰹏"}.mdi-lightbulb-off-outline:before{content:"󰹐"}.mdi-lightbulb-on:before{content:"󰛨"}.mdi-lightbulb-on-outline:before{content:"󰛩"}.mdi-lightbulb-outline:before{content:"󰌶"}.mdi-lighthouse:before{content:"󰧿"}.mdi-lighthouse-on:before{content:"󰨀"}.mdi-lightning-bolt:before{content:"󱐋"}.mdi-lightning-bolt-outline:before{content:"󱐌"}.mdi-lingerie:before{content:"󱑶"}.mdi-link:before{content:"󰌷"}.mdi-link-box:before{content:"󰴚"}.mdi-link-box-outline:before{content:"󰴛"}.mdi-link-box-variant:before{content:"󰴜"}.mdi-link-box-variant-outline:before{content:"󰴝"}.mdi-link-lock:before{content:"󱂺"}.mdi-link-off:before{content:"󰌸"}.mdi-link-plus:before{content:"󰲔"}.mdi-link-variant:before{content:"󰌹"}.mdi-link-variant-minus:before{content:"󱃿"}.mdi-link-variant-off:before{content:"󰌺"}.mdi-link-variant-plus:before{content:"󱄀"}.mdi-link-variant-remove:before{content:"󱄁"}.mdi-linkedin:before{content:"󰌻"}.mdi-linux:before{content:"󰌽"}.mdi-linux-mint:before{content:"󰣭"}.mdi-lipstick:before{content:"󱎵"}.mdi-list-status:before{content:"󱖫"}.mdi-litecoin:before{content:"󰩡"}.mdi-loading:before{content:"󰝲"}.mdi-location-enter:before{content:"󰿄"}.mdi-location-exit:before{content:"󰿅"}.mdi-lock:before{content:"󰌾"}.mdi-lock-alert:before{content:"󰣮"}.mdi-lock-alert-outline:before{content:"󱗑"}.mdi-lock-check:before{content:"󱎚"}.mdi-lock-check-outline:before{content:"󱚨"}.mdi-lock-clock:before{content:"󰥿"}.mdi-lock-minus:before{content:"󱚩"}.mdi-lock-minus-outline:before{content:"󱚪"}.mdi-lock-off:before{content:"󱙱"}.mdi-lock-off-outline:before{content:"󱙲"}.mdi-lock-open:before{content:"󰌿"}.mdi-lock-open-alert:before{content:"󱎛"}.mdi-lock-open-alert-outline:before{content:"󱗒"}.mdi-lock-open-check:before{content:"󱎜"}.mdi-lock-open-check-outline:before{content:"󱚫"}.mdi-lock-open-minus:before{content:"󱚬"}.mdi-lock-open-minus-outline:before{content:"󱚭"}.mdi-lock-open-outline:before{content:"󰍀"}.mdi-lock-open-plus:before{content:"󱚮"}.mdi-lock-open-plus-outline:before{content:"󱚯"}.mdi-lock-open-remove:before{content:"󱚰"}.mdi-lock-open-remove-outline:before{content:"󱚱"}.mdi-lock-open-variant:before{content:"󰿆"}.mdi-lock-open-variant-outline:before{content:"󰿇"}.mdi-lock-outline:before{content:"󰍁"}.mdi-lock-pattern:before{content:"󰛪"}.mdi-lock-plus:before{content:"󰗻"}.mdi-lock-plus-outline:before{content:"󱚲"}.mdi-lock-question:before{content:"󰣯"}.mdi-lock-remove:before{content:"󱚳"}.mdi-lock-remove-outline:before{content:"󱚴"}.mdi-lock-reset:before{content:"󰝳"}.mdi-lock-smart:before{content:"󰢲"}.mdi-locker:before{content:"󰟗"}.mdi-locker-multiple:before{content:"󰟘"}.mdi-login:before{content:"󰍂"}.mdi-login-variant:before{content:"󰗼"}.mdi-logout:before{content:"󰍃"}.mdi-logout-variant:before{content:"󰗽"}.mdi-longitude:before{content:"󰽚"}.mdi-looks:before{content:"󰍄"}.mdi-lotion:before{content:"󱖂"}.mdi-lotion-outline:before{content:"󱖃"}.mdi-lotion-plus:before{content:"󱖄"}.mdi-lotion-plus-outline:before{content:"󱖅"}.mdi-loupe:before{content:"󰍅"}.mdi-lumx:before{content:"󰍆"}.mdi-lungs:before{content:"󱂄"}.mdi-magnet:before{content:"󰍇"}.mdi-magnet-on:before{content:"󰍈"}.mdi-magnify:before{content:"󰍉"}.mdi-magnify-close:before{content:"󰦀"}.mdi-magnify-minus:before{content:"󰍊"}.mdi-magnify-minus-cursor:before{content:"󰩢"}.mdi-magnify-minus-outline:before{content:"󰛬"}.mdi-magnify-plus:before{content:"󰍋"}.mdi-magnify-plus-cursor:before{content:"󰩣"}.mdi-magnify-plus-outline:before{content:"󰛭"}.mdi-magnify-remove-cursor:before{content:"󱈌"}.mdi-magnify-remove-outline:before{content:"󱈍"}.mdi-magnify-scan:before{content:"󱉶"}.mdi-mail:before{content:"󰺻"}.mdi-mailbox:before{content:"󰛮"}.mdi-mailbox-open:before{content:"󰶈"}.mdi-mailbox-open-outline:before{content:"󰶉"}.mdi-mailbox-open-up:before{content:"󰶊"}.mdi-mailbox-open-up-outline:before{content:"󰶋"}.mdi-mailbox-outline:before{content:"󰶌"}.mdi-mailbox-up:before{content:"󰶍"}.mdi-mailbox-up-outline:before{content:"󰶎"}.mdi-manjaro:before{content:"󱘊"}.mdi-map:before{content:"󰍍"}.mdi-map-check:before{content:"󰺼"}.mdi-map-check-outline:before{content:"󰺽"}.mdi-map-clock:before{content:"󰴞"}.mdi-map-clock-outline:before{content:"󰴟"}.mdi-map-legend:before{content:"󰨁"}.mdi-map-marker:before{content:"󰍎"}.mdi-map-marker-alert:before{content:"󰼅"}.mdi-map-marker-alert-outline:before{content:"󰼆"}.mdi-map-marker-check:before{content:"󰲕"}.mdi-map-marker-check-outline:before{content:"󱋻"}.mdi-map-marker-circle:before{content:"󰍏"}.mdi-map-marker-distance:before{content:"󰣰"}.mdi-map-marker-down:before{content:"󱄂"}.mdi-map-marker-left:before{content:"󱋛"}.mdi-map-marker-left-outline:before{content:"󱋝"}.mdi-map-marker-minus:before{content:"󰙐"}.mdi-map-marker-minus-outline:before{content:"󱋹"}.mdi-map-marker-multiple:before{content:"󰍐"}.mdi-map-marker-multiple-outline:before{content:"󱉷"}.mdi-map-marker-off:before{content:"󰍑"}.mdi-map-marker-off-outline:before{content:"󱋽"}.mdi-map-marker-outline:before{content:"󰟙"}.mdi-map-marker-path:before{content:"󰴠"}.mdi-map-marker-plus:before{content:"󰙑"}.mdi-map-marker-plus-outline:before{content:"󱋸"}.mdi-map-marker-question:before{content:"󰼇"}.mdi-map-marker-question-outline:before{content:"󰼈"}.mdi-map-marker-radius:before{content:"󰍒"}.mdi-map-marker-radius-outline:before{content:"󱋼"}.mdi-map-marker-remove:before{content:"󰼉"}.mdi-map-marker-remove-outline:before{content:"󱋺"}.mdi-map-marker-remove-variant:before{content:"󰼊"}.mdi-map-marker-right:before{content:"󱋜"}.mdi-map-marker-right-outline:before{content:"󱋞"}.mdi-map-marker-star:before{content:"󱘈"}.mdi-map-marker-star-outline:before{content:"󱘉"}.mdi-map-marker-up:before{content:"󱄃"}.mdi-map-minus:before{content:"󰦁"}.mdi-map-outline:before{content:"󰦂"}.mdi-map-plus:before{content:"󰦃"}.mdi-map-search:before{content:"󰦄"}.mdi-map-search-outline:before{content:"󰦅"}.mdi-mapbox:before{content:"󰮪"}.mdi-margin:before{content:"󰍓"}.mdi-marker:before{content:"󰙒"}.mdi-marker-cancel:before{content:"󰷙"}.mdi-marker-check:before{content:"󰍕"}.mdi-mastodon:before{content:"󰫑"}.mdi-material-design:before{content:"󰦆"}.mdi-material-ui:before{content:"󰍗"}.mdi-math-compass:before{content:"󰍘"}.mdi-math-cos:before{content:"󰲖"}.mdi-math-integral:before{content:"󰿈"}.mdi-math-integral-box:before{content:"󰿉"}.mdi-math-log:before{content:"󱂅"}.mdi-math-norm:before{content:"󰿊"}.mdi-math-norm-box:before{content:"󰿋"}.mdi-math-sin:before{content:"󰲗"}.mdi-math-tan:before{content:"󰲘"}.mdi-matrix:before{content:"󰘨"}.mdi-medal:before{content:"󰦇"}.mdi-medal-outline:before{content:"󱌦"}.mdi-medical-bag:before{content:"󰛯"}.mdi-meditation:before{content:"󱅻"}.mdi-memory:before{content:"󰍛"}.mdi-menu:before{content:"󰍜"}.mdi-menu-down:before{content:"󰍝"}.mdi-menu-down-outline:before{content:"󰚶"}.mdi-menu-left:before{content:"󰍞"}.mdi-menu-left-outline:before{content:"󰨂"}.mdi-menu-open:before{content:"󰮫"}.mdi-menu-right:before{content:"󰍟"}.mdi-menu-right-outline:before{content:"󰨃"}.mdi-menu-swap:before{content:"󰩤"}.mdi-menu-swap-outline:before{content:"󰩥"}.mdi-menu-up:before{content:"󰍠"}.mdi-menu-up-outline:before{content:"󰚷"}.mdi-merge:before{content:"󰽜"}.mdi-message:before{content:"󰍡"}.mdi-message-alert:before{content:"󰍢"}.mdi-message-alert-outline:before{content:"󰨄"}.mdi-message-arrow-left:before{content:"󱋲"}.mdi-message-arrow-left-outline:before{content:"󱋳"}.mdi-message-arrow-right:before{content:"󱋴"}.mdi-message-arrow-right-outline:before{content:"󱋵"}.mdi-message-bookmark:before{content:"󱖬"}.mdi-message-bookmark-outline:before{content:"󱖭"}.mdi-message-bulleted:before{content:"󰚢"}.mdi-message-bulleted-off:before{content:"󰚣"}.mdi-message-cog:before{content:"󰛱"}.mdi-message-cog-outline:before{content:"󱅲"}.mdi-message-draw:before{content:"󰍣"}.mdi-message-flash:before{content:"󱖩"}.mdi-message-flash-outline:before{content:"󱖪"}.mdi-message-image:before{content:"󰍤"}.mdi-message-image-outline:before{content:"󱅬"}.mdi-message-lock:before{content:"󰿌"}.mdi-message-lock-outline:before{content:"󱅭"}.mdi-message-minus:before{content:"󱅮"}.mdi-message-minus-outline:before{content:"󱅯"}.mdi-message-off:before{content:"󱙍"}.mdi-message-off-outline:before{content:"󱙎"}.mdi-message-outline:before{content:"󰍥"}.mdi-message-plus:before{content:"󰙓"}.mdi-message-plus-outline:before{content:"󱂻"}.mdi-message-processing:before{content:"󰍦"}.mdi-message-processing-outline:before{content:"󱅰"}.mdi-message-reply:before{content:"󰍧"}.mdi-message-reply-text:before{content:"󰍨"}.mdi-message-settings:before{content:"󰛰"}.mdi-message-settings-outline:before{content:"󱅱"}.mdi-message-text:before{content:"󰍩"}.mdi-message-text-clock:before{content:"󱅳"}.mdi-message-text-clock-outline:before{content:"󱅴"}.mdi-message-text-lock:before{content:"󰿍"}.mdi-message-text-lock-outline:before{content:"󱅵"}.mdi-message-text-outline:before{content:"󰍪"}.mdi-message-video:before{content:"󰍫"}.mdi-meteor:before{content:"󰘩"}.mdi-metronome:before{content:"󰟚"}.mdi-metronome-tick:before{content:"󰟛"}.mdi-micro-sd:before{content:"󰟜"}.mdi-microphone:before{content:"󰍬"}.mdi-microphone-minus:before{content:"󰢳"}.mdi-microphone-off:before{content:"󰍭"}.mdi-microphone-outline:before{content:"󰍮"}.mdi-microphone-plus:before{content:"󰢴"}.mdi-microphone-settings:before{content:"󰍯"}.mdi-microphone-variant:before{content:"󰍰"}.mdi-microphone-variant-off:before{content:"󰍱"}.mdi-microscope:before{content:"󰙔"}.mdi-microsoft:before{content:"󰍲"}.mdi-microsoft-access:before{content:"󱎎"}.mdi-microsoft-azure:before{content:"󰠅"}.mdi-microsoft-azure-devops:before{content:"󰿕"}.mdi-microsoft-bing:before{content:"󰂤"}.mdi-microsoft-dynamics-365:before{content:"󰦈"}.mdi-microsoft-edge:before{content:"󰇩"}.mdi-microsoft-edge-legacy:before{content:"󱉐"}.mdi-microsoft-excel:before{content:"󱎏"}.mdi-microsoft-internet-explorer:before{content:"󰌀"}.mdi-microsoft-office:before{content:"󰏆"}.mdi-microsoft-onedrive:before{content:"󰏊"}.mdi-microsoft-onenote:before{content:"󰝇"}.mdi-microsoft-outlook:before{content:"󰴢"}.mdi-microsoft-powerpoint:before{content:"󱎐"}.mdi-microsoft-sharepoint:before{content:"󱎑"}.mdi-microsoft-teams:before{content:"󰊻"}.mdi-microsoft-visual-studio:before{content:"󰘐"}.mdi-microsoft-visual-studio-code:before{content:"󰨞"}.mdi-microsoft-windows:before{content:"󰖳"}.mdi-microsoft-windows-classic:before{content:"󰨡"}.mdi-microsoft-word:before{content:"󱎒"}.mdi-microsoft-xbox:before{content:"󰖹"}.mdi-microsoft-xbox-controller:before{content:"󰖺"}.mdi-microsoft-xbox-controller-battery-alert:before{content:"󰝋"}.mdi-microsoft-xbox-controller-battery-charging:before{content:"󰨢"}.mdi-microsoft-xbox-controller-battery-empty:before{content:"󰝌"}.mdi-microsoft-xbox-controller-battery-full:before{content:"󰝍"}.mdi-microsoft-xbox-controller-battery-low:before{content:"󰝎"}.mdi-microsoft-xbox-controller-battery-medium:before{content:"󰝏"}.mdi-microsoft-xbox-controller-battery-unknown:before{content:"󰝐"}.mdi-microsoft-xbox-controller-menu:before{content:"󰹯"}.mdi-microsoft-xbox-controller-off:before{content:"󰖻"}.mdi-microsoft-xbox-controller-view:before{content:"󰹰"}.mdi-microsoft-yammer:before{content:"󰞉"}.mdi-microwave:before{content:"󰲙"}.mdi-microwave-off:before{content:"󱐣"}.mdi-middleware:before{content:"󰽝"}.mdi-middleware-outline:before{content:"󰽞"}.mdi-midi:before{content:"󰣱"}.mdi-midi-port:before{content:"󰣲"}.mdi-mine:before{content:"󰷚"}.mdi-minecraft:before{content:"󰍳"}.mdi-mini-sd:before{content:"󰨅"}.mdi-minidisc:before{content:"󰨆"}.mdi-minus:before{content:"󰍴"}.mdi-minus-box:before{content:"󰍵"}.mdi-minus-box-multiple:before{content:"󱅁"}.mdi-minus-box-multiple-outline:before{content:"󱅂"}.mdi-minus-box-outline:before{content:"󰛲"}.mdi-minus-circle:before{content:"󰍶"}.mdi-minus-circle-multiple:before{content:"󰍚"}.mdi-minus-circle-multiple-outline:before{content:"󰫓"}.mdi-minus-circle-off:before{content:"󱑙"}.mdi-minus-circle-off-outline:before{content:"󱑚"}.mdi-minus-circle-outline:before{content:"󰍷"}.mdi-minus-network:before{content:"󰍸"}.mdi-minus-network-outline:before{content:"󰲚"}.mdi-minus-thick:before{content:"󱘹"}.mdi-mirror:before{content:"󱇽"}.mdi-mixed-martial-arts:before{content:"󰶏"}.mdi-mixed-reality:before{content:"󰡿"}.mdi-molecule:before{content:"󰮬"}.mdi-molecule-co:before{content:"󱋾"}.mdi-molecule-co2:before{content:"󰟤"}.mdi-monitor:before{content:"󰍹"}.mdi-monitor-cellphone:before{content:"󰦉"}.mdi-monitor-cellphone-star:before{content:"󰦊"}.mdi-monitor-clean:before{content:"󱄄"}.mdi-monitor-dashboard:before{content:"󰨇"}.mdi-monitor-edit:before{content:"󱋆"}.mdi-monitor-eye:before{content:"󱎴"}.mdi-monitor-lock:before{content:"󰷛"}.mdi-monitor-multiple:before{content:"󰍺"}.mdi-monitor-off:before{content:"󰶐"}.mdi-monitor-screenshot:before{content:"󰹑"}.mdi-monitor-share:before{content:"󱒃"}.mdi-monitor-speaker:before{content:"󰽟"}.mdi-monitor-speaker-off:before{content:"󰽠"}.mdi-monitor-star:before{content:"󰷜"}.mdi-moon-first-quarter:before{content:"󰽡"}.mdi-moon-full:before{content:"󰽢"}.mdi-moon-last-quarter:before{content:"󰽣"}.mdi-moon-new:before{content:"󰽤"}.mdi-moon-waning-crescent:before{content:"󰽥"}.mdi-moon-waning-gibbous:before{content:"󰽦"}.mdi-moon-waxing-crescent:before{content:"󰽧"}.mdi-moon-waxing-gibbous:before{content:"󰽨"}.mdi-moped:before{content:"󱂆"}.mdi-moped-electric:before{content:"󱖷"}.mdi-moped-electric-outline:before{content:"󱖸"}.mdi-moped-outline:before{content:"󱖹"}.mdi-more:before{content:"󰍻"}.mdi-mother-heart:before{content:"󱌔"}.mdi-mother-nurse:before{content:"󰴡"}.mdi-motion:before{content:"󱖲"}.mdi-motion-outline:before{content:"󱖳"}.mdi-motion-pause:before{content:"󱖐"}.mdi-motion-pause-outline:before{content:"󱖒"}.mdi-motion-play:before{content:"󱖏"}.mdi-motion-play-outline:before{content:"󱖑"}.mdi-motion-sensor:before{content:"󰶑"}.mdi-motion-sensor-off:before{content:"󱐵"}.mdi-motorbike:before{content:"󰍼"}.mdi-motorbike-electric:before{content:"󱖺"}.mdi-mouse:before{content:"󰍽"}.mdi-mouse-bluetooth:before{content:"󰦋"}.mdi-mouse-move-down:before{content:"󱕐"}.mdi-mouse-move-up:before{content:"󱕑"}.mdi-mouse-move-vertical:before{content:"󱕒"}.mdi-mouse-off:before{content:"󰍾"}.mdi-mouse-variant:before{content:"󰍿"}.mdi-mouse-variant-off:before{content:"󰎀"}.mdi-move-resize:before{content:"󰙕"}.mdi-move-resize-variant:before{content:"󰙖"}.mdi-movie:before{content:"󰎁"}.mdi-movie-edit:before{content:"󱄢"}.mdi-movie-edit-outline:before{content:"󱄣"}.mdi-movie-filter:before{content:"󱄤"}.mdi-movie-filter-outline:before{content:"󱄥"}.mdi-movie-open:before{content:"󰿎"}.mdi-movie-open-outline:before{content:"󰿏"}.mdi-movie-outline:before{content:"󰷝"}.mdi-movie-roll:before{content:"󰟞"}.mdi-movie-search:before{content:"󱇒"}.mdi-movie-search-outline:before{content:"󱇓"}.mdi-mower:before{content:"󱙯"}.mdi-mower-bag:before{content:"󱙰"}.mdi-muffin:before{content:"󰦌"}.mdi-multiplication:before{content:"󰎂"}.mdi-multiplication-box:before{content:"󰎃"}.mdi-mushroom:before{content:"󰟟"}.mdi-mushroom-off:before{content:"󱏺"}.mdi-mushroom-off-outline:before{content:"󱏻"}.mdi-mushroom-outline:before{content:"󰟠"}.mdi-music:before{content:"󰝚"}.mdi-music-accidental-double-flat:before{content:"󰽩"}.mdi-music-accidental-double-sharp:before{content:"󰽪"}.mdi-music-accidental-flat:before{content:"󰽫"}.mdi-music-accidental-natural:before{content:"󰽬"}.mdi-music-accidental-sharp:before{content:"󰽭"}.mdi-music-box:before{content:"󰎄"}.mdi-music-box-multiple:before{content:"󰌳"}.mdi-music-box-multiple-outline:before{content:"󰼄"}.mdi-music-box-outline:before{content:"󰎅"}.mdi-music-circle:before{content:"󰎆"}.mdi-music-circle-outline:before{content:"󰫔"}.mdi-music-clef-alto:before{content:"󰽮"}.mdi-music-clef-bass:before{content:"󰽯"}.mdi-music-clef-treble:before{content:"󰽰"}.mdi-music-note:before{content:"󰎇"}.mdi-music-note-bluetooth:before{content:"󰗾"}.mdi-music-note-bluetooth-off:before{content:"󰗿"}.mdi-music-note-eighth:before{content:"󰎈"}.mdi-music-note-eighth-dotted:before{content:"󰽱"}.mdi-music-note-half:before{content:"󰎉"}.mdi-music-note-half-dotted:before{content:"󰽲"}.mdi-music-note-off:before{content:"󰎊"}.mdi-music-note-off-outline:before{content:"󰽳"}.mdi-music-note-outline:before{content:"󰽴"}.mdi-music-note-plus:before{content:"󰷞"}.mdi-music-note-quarter:before{content:"󰎋"}.mdi-music-note-quarter-dotted:before{content:"󰽵"}.mdi-music-note-sixteenth:before{content:"󰎌"}.mdi-music-note-sixteenth-dotted:before{content:"󰽶"}.mdi-music-note-whole:before{content:"󰎍"}.mdi-music-note-whole-dotted:before{content:"󰽷"}.mdi-music-off:before{content:"󰝛"}.mdi-music-rest-eighth:before{content:"󰽸"}.mdi-music-rest-half:before{content:"󰽹"}.mdi-music-rest-quarter:before{content:"󰽺"}.mdi-music-rest-sixteenth:before{content:"󰽻"}.mdi-music-rest-whole:before{content:"󰽼"}.mdi-mustache:before{content:"󱗞"}.mdi-nail:before{content:"󰷟"}.mdi-nas:before{content:"󰣳"}.mdi-nativescript:before{content:"󰢀"}.mdi-nature:before{content:"󰎎"}.mdi-nature-people:before{content:"󰎏"}.mdi-navigation:before{content:"󰎐"}.mdi-navigation-outline:before{content:"󱘇"}.mdi-near-me:before{content:"󰗍"}.mdi-necklace:before{content:"󰼋"}.mdi-needle:before{content:"󰎑"}.mdi-netflix:before{content:"󰝆"}.mdi-network:before{content:"󰛳"}.mdi-network-off:before{content:"󰲛"}.mdi-network-off-outline:before{content:"󰲜"}.mdi-network-outline:before{content:"󰲝"}.mdi-network-strength-1:before{content:"󰣴"}.mdi-network-strength-1-alert:before{content:"󰣵"}.mdi-network-strength-2:before{content:"󰣶"}.mdi-network-strength-2-alert:before{content:"󰣷"}.mdi-network-strength-3:before{content:"󰣸"}.mdi-network-strength-3-alert:before{content:"󰣹"}.mdi-network-strength-4:before{content:"󰣺"}.mdi-network-strength-4-alert:before{content:"󰣻"}.mdi-network-strength-off:before{content:"󰣼"}.mdi-network-strength-off-outline:before{content:"󰣽"}.mdi-network-strength-outline:before{content:"󰣾"}.mdi-new-box:before{content:"󰎔"}.mdi-newspaper:before{content:"󰎕"}.mdi-newspaper-minus:before{content:"󰼌"}.mdi-newspaper-plus:before{content:"󰼍"}.mdi-newspaper-variant:before{content:"󱀁"}.mdi-newspaper-variant-multiple:before{content:"󱀂"}.mdi-newspaper-variant-multiple-outline:before{content:"󱀃"}.mdi-newspaper-variant-outline:before{content:"󱀄"}.mdi-nfc:before{content:"󰎖"}.mdi-nfc-search-variant:before{content:"󰹓"}.mdi-nfc-tap:before{content:"󰎗"}.mdi-nfc-variant:before{content:"󰎘"}.mdi-nfc-variant-off:before{content:"󰹔"}.mdi-ninja:before{content:"󰝴"}.mdi-nintendo-game-boy:before{content:"󱎓"}.mdi-nintendo-switch:before{content:"󰟡"}.mdi-nintendo-wii:before{content:"󰖫"}.mdi-nintendo-wiiu:before{content:"󰜭"}.mdi-nix:before{content:"󱄅"}.mdi-nodejs:before{content:"󰎙"}.mdi-noodles:before{content:"󱅾"}.mdi-not-equal:before{content:"󰦍"}.mdi-not-equal-variant:before{content:"󰦎"}.mdi-note:before{content:"󰎚"}.mdi-note-minus:before{content:"󱙏"}.mdi-note-minus-outline:before{content:"󱙐"}.mdi-note-multiple:before{content:"󰚸"}.mdi-note-multiple-outline:before{content:"󰚹"}.mdi-note-outline:before{content:"󰎛"}.mdi-note-plus:before{content:"󰎜"}.mdi-note-plus-outline:before{content:"󰎝"}.mdi-note-remove:before{content:"󱙑"}.mdi-note-remove-outline:before{content:"󱙒"}.mdi-note-search:before{content:"󱙓"}.mdi-note-search-outline:before{content:"󱙔"}.mdi-note-text:before{content:"󰎞"}.mdi-note-text-outline:before{content:"󱇗"}.mdi-notebook:before{content:"󰠮"}.mdi-notebook-check:before{content:"󱓵"}.mdi-notebook-check-outline:before{content:"󱓶"}.mdi-notebook-edit:before{content:"󱓧"}.mdi-notebook-edit-outline:before{content:"󱓩"}.mdi-notebook-minus:before{content:"󱘐"}.mdi-notebook-minus-outline:before{content:"󱘑"}.mdi-notebook-multiple:before{content:"󰹕"}.mdi-notebook-outline:before{content:"󰺿"}.mdi-notebook-plus:before{content:"󱘒"}.mdi-notebook-plus-outline:before{content:"󱘓"}.mdi-notebook-remove:before{content:"󱘔"}.mdi-notebook-remove-outline:before{content:"󱘕"}.mdi-notification-clear-all:before{content:"󰎟"}.mdi-npm:before{content:"󰛷"}.mdi-nuke:before{content:"󰚤"}.mdi-null:before{content:"󰟢"}.mdi-numeric:before{content:"󰎠"}.mdi-numeric-0:before{content:"󰬹"}.mdi-numeric-0-box:before{content:"󰎡"}.mdi-numeric-0-box-multiple:before{content:"󰼎"}.mdi-numeric-0-box-multiple-outline:before{content:"󰎢"}.mdi-numeric-0-box-outline:before{content:"󰎣"}.mdi-numeric-0-circle:before{content:"󰲞"}.mdi-numeric-0-circle-outline:before{content:"󰲟"}.mdi-numeric-1:before{content:"󰬺"}.mdi-numeric-1-box:before{content:"󰎤"}.mdi-numeric-1-box-multiple:before{content:"󰼏"}.mdi-numeric-1-box-multiple-outline:before{content:"󰎥"}.mdi-numeric-1-box-outline:before{content:"󰎦"}.mdi-numeric-1-circle:before{content:"󰲠"}.mdi-numeric-1-circle-outline:before{content:"󰲡"}.mdi-numeric-10:before{content:"󰿩"}.mdi-numeric-10-box:before{content:"󰽽"}.mdi-numeric-10-box-multiple:before{content:"󰿪"}.mdi-numeric-10-box-multiple-outline:before{content:"󰿫"}.mdi-numeric-10-box-outline:before{content:"󰽾"}.mdi-numeric-10-circle:before{content:"󰿬"}.mdi-numeric-10-circle-outline:before{content:"󰿭"}.mdi-numeric-2:before{content:"󰬻"}.mdi-numeric-2-box:before{content:"󰎧"}.mdi-numeric-2-box-multiple:before{content:"󰼐"}.mdi-numeric-2-box-multiple-outline:before{content:"󰎨"}.mdi-numeric-2-box-outline:before{content:"󰎩"}.mdi-numeric-2-circle:before{content:"󰲢"}.mdi-numeric-2-circle-outline:before{content:"󰲣"}.mdi-numeric-3:before{content:"󰬼"}.mdi-numeric-3-box:before{content:"󰎪"}.mdi-numeric-3-box-multiple:before{content:"󰼑"}.mdi-numeric-3-box-multiple-outline:before{content:"󰎫"}.mdi-numeric-3-box-outline:before{content:"󰎬"}.mdi-numeric-3-circle:before{content:"󰲤"}.mdi-numeric-3-circle-outline:before{content:"󰲥"}.mdi-numeric-4:before{content:"󰬽"}.mdi-numeric-4-box:before{content:"󰎭"}.mdi-numeric-4-box-multiple:before{content:"󰼒"}.mdi-numeric-4-box-multiple-outline:before{content:"󰎲"}.mdi-numeric-4-box-outline:before{content:"󰎮"}.mdi-numeric-4-circle:before{content:"󰲦"}.mdi-numeric-4-circle-outline:before{content:"󰲧"}.mdi-numeric-5:before{content:"󰬾"}.mdi-numeric-5-box:before{content:"󰎱"}.mdi-numeric-5-box-multiple:before{content:"󰼓"}.mdi-numeric-5-box-multiple-outline:before{content:"󰎯"}.mdi-numeric-5-box-outline:before{content:"󰎰"}.mdi-numeric-5-circle:before{content:"󰲨"}.mdi-numeric-5-circle-outline:before{content:"󰲩"}.mdi-numeric-6:before{content:"󰬿"}.mdi-numeric-6-box:before{content:"󰎳"}.mdi-numeric-6-box-multiple:before{content:"󰼔"}.mdi-numeric-6-box-multiple-outline:before{content:"󰎴"}.mdi-numeric-6-box-outline:before{content:"󰎵"}.mdi-numeric-6-circle:before{content:"󰲪"}.mdi-numeric-6-circle-outline:before{content:"󰲫"}.mdi-numeric-7:before{content:"󰭀"}.mdi-numeric-7-box:before{content:"󰎶"}.mdi-numeric-7-box-multiple:before{content:"󰼕"}.mdi-numeric-7-box-multiple-outline:before{content:"󰎷"}.mdi-numeric-7-box-outline:before{content:"󰎸"}.mdi-numeric-7-circle:before{content:"󰲬"}.mdi-numeric-7-circle-outline:before{content:"󰲭"}.mdi-numeric-8:before{content:"󰭁"}.mdi-numeric-8-box:before{content:"󰎹"}.mdi-numeric-8-box-multiple:before{content:"󰼖"}.mdi-numeric-8-box-multiple-outline:before{content:"󰎺"}.mdi-numeric-8-box-outline:before{content:"󰎻"}.mdi-numeric-8-circle:before{content:"󰲮"}.mdi-numeric-8-circle-outline:before{content:"󰲯"}.mdi-numeric-9:before{content:"󰭂"}.mdi-numeric-9-box:before{content:"󰎼"}.mdi-numeric-9-box-multiple:before{content:"󰼗"}.mdi-numeric-9-box-multiple-outline:before{content:"󰎽"}.mdi-numeric-9-box-outline:before{content:"󰎾"}.mdi-numeric-9-circle:before{content:"󰲰"}.mdi-numeric-9-circle-outline:before{content:"󰲱"}.mdi-numeric-9-plus:before{content:"󰿮"}.mdi-numeric-9-plus-box:before{content:"󰎿"}.mdi-numeric-9-plus-box-multiple:before{content:"󰼘"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"󰏀"}.mdi-numeric-9-plus-box-outline:before{content:"󰏁"}.mdi-numeric-9-plus-circle:before{content:"󰲲"}.mdi-numeric-9-plus-circle-outline:before{content:"󰲳"}.mdi-numeric-negative-1:before{content:"󱁒"}.mdi-numeric-positive-1:before{content:"󱗋"}.mdi-nut:before{content:"󰛸"}.mdi-nutrition:before{content:"󰏂"}.mdi-nuxt:before{content:"󱄆"}.mdi-oar:before{content:"󰙼"}.mdi-ocarina:before{content:"󰷠"}.mdi-oci:before{content:"󱋩"}.mdi-ocr:before{content:"󱄺"}.mdi-octagon:before{content:"󰏃"}.mdi-octagon-outline:before{content:"󰏄"}.mdi-octagram:before{content:"󰛹"}.mdi-octagram-outline:before{content:"󰝵"}.mdi-odnoklassniki:before{content:"󰏅"}.mdi-offer:before{content:"󱈛"}.mdi-office-building:before{content:"󰦑"}.mdi-office-building-marker:before{content:"󱔠"}.mdi-office-building-marker-outline:before{content:"󱔡"}.mdi-office-building-outline:before{content:"󱔟"}.mdi-oil:before{content:"󰏇"}.mdi-oil-lamp:before{content:"󰼙"}.mdi-oil-level:before{content:"󱁓"}.mdi-oil-temperature:before{content:"󰿸"}.mdi-omega:before{content:"󰏉"}.mdi-one-up:before{content:"󰮭"}.mdi-onepassword:before{content:"󰢁"}.mdi-opacity:before{content:"󰗌"}.mdi-open-in-app:before{content:"󰏋"}.mdi-open-in-new:before{content:"󰏌"}.mdi-open-source-initiative:before{content:"󰮮"}.mdi-openid:before{content:"󰏍"}.mdi-opera:before{content:"󰏎"}.mdi-orbit:before{content:"󰀘"}.mdi-orbit-variant:before{content:"󱗛"}.mdi-order-alphabetical-ascending:before{content:"󰈍"}.mdi-order-alphabetical-descending:before{content:"󰴇"}.mdi-order-bool-ascending:before{content:"󰊾"}.mdi-order-bool-ascending-variant:before{content:"󰦏"}.mdi-order-bool-descending:before{content:"󱎄"}.mdi-order-bool-descending-variant:before{content:"󰦐"}.mdi-order-numeric-ascending:before{content:"󰕅"}.mdi-order-numeric-descending:before{content:"󰕆"}.mdi-origin:before{content:"󰭃"}.mdi-ornament:before{content:"󰏏"}.mdi-ornament-variant:before{content:"󰏐"}.mdi-outdoor-lamp:before{content:"󱁔"}.mdi-overscan:before{content:"󱀅"}.mdi-owl:before{content:"󰏒"}.mdi-pac-man:before{content:"󰮯"}.mdi-package:before{content:"󰏓"}.mdi-package-down:before{content:"󰏔"}.mdi-package-up:before{content:"󰏕"}.mdi-package-variant:before{content:"󰏖"}.mdi-package-variant-closed:before{content:"󰏗"}.mdi-page-first:before{content:"󰘀"}.mdi-page-last:before{content:"󰘁"}.mdi-page-layout-body:before{content:"󰛺"}.mdi-page-layout-footer:before{content:"󰛻"}.mdi-page-layout-header:before{content:"󰛼"}.mdi-page-layout-header-footer:before{content:"󰽿"}.mdi-page-layout-sidebar-left:before{content:"󰛽"}.mdi-page-layout-sidebar-right:before{content:"󰛾"}.mdi-page-next:before{content:"󰮰"}.mdi-page-next-outline:before{content:"󰮱"}.mdi-page-previous:before{content:"󰮲"}.mdi-page-previous-outline:before{content:"󰮳"}.mdi-pail:before{content:"󱐗"}.mdi-pail-minus:before{content:"󱐷"}.mdi-pail-minus-outline:before{content:"󱐼"}.mdi-pail-off:before{content:"󱐹"}.mdi-pail-off-outline:before{content:"󱐾"}.mdi-pail-outline:before{content:"󱐺"}.mdi-pail-plus:before{content:"󱐶"}.mdi-pail-plus-outline:before{content:"󱐻"}.mdi-pail-remove:before{content:"󱐸"}.mdi-pail-remove-outline:before{content:"󱐽"}.mdi-palette:before{content:"󰏘"}.mdi-palette-advanced:before{content:"󰏙"}.mdi-palette-outline:before{content:"󰸌"}.mdi-palette-swatch:before{content:"󰢵"}.mdi-palette-swatch-outline:before{content:"󱍜"}.mdi-palm-tree:before{content:"󱁕"}.mdi-pan:before{content:"󰮴"}.mdi-pan-bottom-left:before{content:"󰮵"}.mdi-pan-bottom-right:before{content:"󰮶"}.mdi-pan-down:before{content:"󰮷"}.mdi-pan-horizontal:before{content:"󰮸"}.mdi-pan-left:before{content:"󰮹"}.mdi-pan-right:before{content:"󰮺"}.mdi-pan-top-left:before{content:"󰮻"}.mdi-pan-top-right:before{content:"󰮼"}.mdi-pan-up:before{content:"󰮽"}.mdi-pan-vertical:before{content:"󰮾"}.mdi-panda:before{content:"󰏚"}.mdi-pandora:before{content:"󰏛"}.mdi-panorama:before{content:"󰏜"}.mdi-panorama-fisheye:before{content:"󰏝"}.mdi-panorama-horizontal:before{content:"󰏞"}.mdi-panorama-vertical:before{content:"󰏟"}.mdi-panorama-wide-angle:before{content:"󰏠"}.mdi-paper-cut-vertical:before{content:"󰏡"}.mdi-paper-roll:before{content:"󱅗"}.mdi-paper-roll-outline:before{content:"󱅘"}.mdi-paperclip:before{content:"󰏢"}.mdi-parachute:before{content:"󰲴"}.mdi-parachute-outline:before{content:"󰲵"}.mdi-parking:before{content:"󰏣"}.mdi-party-popper:before{content:"󱁖"}.mdi-passport:before{content:"󰟣"}.mdi-passport-biometric:before{content:"󰷡"}.mdi-pasta:before{content:"󱅠"}.mdi-patio-heater:before{content:"󰾀"}.mdi-patreon:before{content:"󰢂"}.mdi-pause:before{content:"󰏤"}.mdi-pause-circle:before{content:"󰏥"}.mdi-pause-circle-outline:before{content:"󰏦"}.mdi-pause-octagon:before{content:"󰏧"}.mdi-pause-octagon-outline:before{content:"󰏨"}.mdi-paw:before{content:"󰏩"}.mdi-paw-off:before{content:"󰙗"}.mdi-paw-off-outline:before{content:"󱙶"}.mdi-paw-outline:before{content:"󱙵"}.mdi-pdf-box:before{content:"󰹖"}.mdi-peace:before{content:"󰢄"}.mdi-peanut:before{content:"󰿼"}.mdi-peanut-off:before{content:"󰿽"}.mdi-peanut-off-outline:before{content:"󰿿"}.mdi-peanut-outline:before{content:"󰿾"}.mdi-pen:before{content:"󰏪"}.mdi-pen-lock:before{content:"󰷢"}.mdi-pen-minus:before{content:"󰷣"}.mdi-pen-off:before{content:"󰷤"}.mdi-pen-plus:before{content:"󰷥"}.mdi-pen-remove:before{content:"󰷦"}.mdi-pencil:before{content:"󰏫"}.mdi-pencil-box:before{content:"󰏬"}.mdi-pencil-box-multiple:before{content:"󱅄"}.mdi-pencil-box-multiple-outline:before{content:"󱅅"}.mdi-pencil-box-outline:before{content:"󰏭"}.mdi-pencil-circle:before{content:"󰛿"}.mdi-pencil-circle-outline:before{content:"󰝶"}.mdi-pencil-lock:before{content:"󰏮"}.mdi-pencil-lock-outline:before{content:"󰷧"}.mdi-pencil-minus:before{content:"󰷨"}.mdi-pencil-minus-outline:before{content:"󰷩"}.mdi-pencil-off:before{content:"󰏯"}.mdi-pencil-off-outline:before{content:"󰷪"}.mdi-pencil-outline:before{content:"󰲶"}.mdi-pencil-plus:before{content:"󰷫"}.mdi-pencil-plus-outline:before{content:"󰷬"}.mdi-pencil-remove:before{content:"󰷭"}.mdi-pencil-remove-outline:before{content:"󰷮"}.mdi-pencil-ruler:before{content:"󱍓"}.mdi-penguin:before{content:"󰻀"}.mdi-pentagon:before{content:"󰜁"}.mdi-pentagon-outline:before{content:"󰜀"}.mdi-pentagram:before{content:"󱙧"}.mdi-percent:before{content:"󰏰"}.mdi-percent-outline:before{content:"󱉸"}.mdi-periodic-table:before{content:"󰢶"}.mdi-perspective-less:before{content:"󰴣"}.mdi-perspective-more:before{content:"󰴤"}.mdi-pharmacy:before{content:"󰏱"}.mdi-phone:before{content:"󰏲"}.mdi-phone-alert:before{content:"󰼚"}.mdi-phone-alert-outline:before{content:"󱆎"}.mdi-phone-bluetooth:before{content:"󰏳"}.mdi-phone-bluetooth-outline:before{content:"󱆏"}.mdi-phone-cancel:before{content:"󱂼"}.mdi-phone-cancel-outline:before{content:"󱆐"}.mdi-phone-check:before{content:"󱆩"}.mdi-phone-check-outline:before{content:"󱆪"}.mdi-phone-classic:before{content:"󰘂"}.mdi-phone-classic-off:before{content:"󱉹"}.mdi-phone-dial:before{content:"󱕙"}.mdi-phone-dial-outline:before{content:"󱕚"}.mdi-phone-forward:before{content:"󰏴"}.mdi-phone-forward-outline:before{content:"󱆑"}.mdi-phone-hangup:before{content:"󰏵"}.mdi-phone-hangup-outline:before{content:"󱆒"}.mdi-phone-in-talk:before{content:"󰏶"}.mdi-phone-in-talk-outline:before{content:"󱆂"}.mdi-phone-incoming:before{content:"󰏷"}.mdi-phone-incoming-outline:before{content:"󱆓"}.mdi-phone-lock:before{content:"󰏸"}.mdi-phone-lock-outline:before{content:"󱆔"}.mdi-phone-log:before{content:"󰏹"}.mdi-phone-log-outline:before{content:"󱆕"}.mdi-phone-message:before{content:"󱆖"}.mdi-phone-message-outline:before{content:"󱆗"}.mdi-phone-minus:before{content:"󰙘"}.mdi-phone-minus-outline:before{content:"󱆘"}.mdi-phone-missed:before{content:"󰏺"}.mdi-phone-missed-outline:before{content:"󱆥"}.mdi-phone-off:before{content:"󰷯"}.mdi-phone-off-outline:before{content:"󱆦"}.mdi-phone-outgoing:before{content:"󰏻"}.mdi-phone-outgoing-outline:before{content:"󱆙"}.mdi-phone-outline:before{content:"󰷰"}.mdi-phone-paused:before{content:"󰏼"}.mdi-phone-paused-outline:before{content:"󱆚"}.mdi-phone-plus:before{content:"󰙙"}.mdi-phone-plus-outline:before{content:"󱆛"}.mdi-phone-remove:before{content:"󱔯"}.mdi-phone-remove-outline:before{content:"󱔰"}.mdi-phone-return:before{content:"󰠯"}.mdi-phone-return-outline:before{content:"󱆜"}.mdi-phone-ring:before{content:"󱆫"}.mdi-phone-ring-outline:before{content:"󱆬"}.mdi-phone-rotate-landscape:before{content:"󰢅"}.mdi-phone-rotate-portrait:before{content:"󰢆"}.mdi-phone-settings:before{content:"󰏽"}.mdi-phone-settings-outline:before{content:"󱆝"}.mdi-phone-voip:before{content:"󰏾"}.mdi-pi:before{content:"󰏿"}.mdi-pi-box:before{content:"󰐀"}.mdi-pi-hole:before{content:"󰷱"}.mdi-piano:before{content:"󰙽"}.mdi-pickaxe:before{content:"󰢷"}.mdi-picture-in-picture-bottom-right:before{content:"󰹗"}.mdi-picture-in-picture-bottom-right-outline:before{content:"󰹘"}.mdi-picture-in-picture-top-right:before{content:"󰹙"}.mdi-picture-in-picture-top-right-outline:before{content:"󰹚"}.mdi-pier:before{content:"󰢇"}.mdi-pier-crane:before{content:"󰢈"}.mdi-pig:before{content:"󰐁"}.mdi-pig-variant:before{content:"󱀆"}.mdi-pig-variant-outline:before{content:"󱙸"}.mdi-piggy-bank:before{content:"󱀇"}.mdi-piggy-bank-outline:before{content:"󱙹"}.mdi-pill:before{content:"󰐂"}.mdi-pillar:before{content:"󰜂"}.mdi-pin:before{content:"󰐃"}.mdi-pin-off:before{content:"󰐄"}.mdi-pin-off-outline:before{content:"󰤰"}.mdi-pin-outline:before{content:"󰤱"}.mdi-pine-tree:before{content:"󰐅"}.mdi-pine-tree-box:before{content:"󰐆"}.mdi-pine-tree-fire:before{content:"󱐚"}.mdi-pinterest:before{content:"󰐇"}.mdi-pinwheel:before{content:"󰫕"}.mdi-pinwheel-outline:before{content:"󰫖"}.mdi-pipe:before{content:"󰟥"}.mdi-pipe-disconnected:before{content:"󰟦"}.mdi-pipe-leak:before{content:"󰢉"}.mdi-pipe-wrench:before{content:"󱍔"}.mdi-pirate:before{content:"󰨈"}.mdi-pistol:before{content:"󰜃"}.mdi-piston:before{content:"󰢊"}.mdi-pitchfork:before{content:"󱕓"}.mdi-pizza:before{content:"󰐉"}.mdi-play:before{content:"󰐊"}.mdi-play-box:before{content:"󱉺"}.mdi-play-box-multiple:before{content:"󰴙"}.mdi-play-box-multiple-outline:before{content:"󱏦"}.mdi-play-box-outline:before{content:"󰐋"}.mdi-play-circle:before{content:"󰐌"}.mdi-play-circle-outline:before{content:"󰐍"}.mdi-play-network:before{content:"󰢋"}.mdi-play-network-outline:before{content:"󰲷"}.mdi-play-outline:before{content:"󰼛"}.mdi-play-pause:before{content:"󰐎"}.mdi-play-protected-content:before{content:"󰐏"}.mdi-play-speed:before{content:"󰣿"}.mdi-playlist-check:before{content:"󰗇"}.mdi-playlist-edit:before{content:"󰤀"}.mdi-playlist-minus:before{content:"󰐐"}.mdi-playlist-music:before{content:"󰲸"}.mdi-playlist-music-outline:before{content:"󰲹"}.mdi-playlist-play:before{content:"󰐑"}.mdi-playlist-plus:before{content:"󰐒"}.mdi-playlist-remove:before{content:"󰐓"}.mdi-playlist-star:before{content:"󰷲"}.mdi-plex:before{content:"󰚺"}.mdi-plus:before{content:"󰐕"}.mdi-plus-box:before{content:"󰐖"}.mdi-plus-box-multiple:before{content:"󰌴"}.mdi-plus-box-multiple-outline:before{content:"󱅃"}.mdi-plus-box-outline:before{content:"󰜄"}.mdi-plus-circle:before{content:"󰐗"}.mdi-plus-circle-multiple:before{content:"󰍌"}.mdi-plus-circle-multiple-outline:before{content:"󰐘"}.mdi-plus-circle-outline:before{content:"󰐙"}.mdi-plus-minus:before{content:"󰦒"}.mdi-plus-minus-box:before{content:"󰦓"}.mdi-plus-minus-variant:before{content:"󱓉"}.mdi-plus-network:before{content:"󰐚"}.mdi-plus-network-outline:before{content:"󰲺"}.mdi-plus-one:before{content:"󰐛"}.mdi-plus-outline:before{content:"󰜅"}.mdi-plus-thick:before{content:"󱇬"}.mdi-podcast:before{content:"󰦔"}.mdi-podium:before{content:"󰴥"}.mdi-podium-bronze:before{content:"󰴦"}.mdi-podium-gold:before{content:"󰴧"}.mdi-podium-silver:before{content:"󰴨"}.mdi-point-of-sale:before{content:"󰶒"}.mdi-pokeball:before{content:"󰐝"}.mdi-pokemon-go:before{content:"󰨉"}.mdi-poker-chip:before{content:"󰠰"}.mdi-polaroid:before{content:"󰐞"}.mdi-police-badge:before{content:"󱅧"}.mdi-police-badge-outline:before{content:"󱅨"}.mdi-poll:before{content:"󰐟"}.mdi-poll-box:before{content:"󰐠"}.mdi-poll-box-outline:before{content:"󱉻"}.mdi-polo:before{content:"󱓃"}.mdi-polymer:before{content:"󰐡"}.mdi-pool:before{content:"󰘆"}.mdi-popcorn:before{content:"󰐢"}.mdi-post:before{content:"󱀈"}.mdi-post-outline:before{content:"󱀉"}.mdi-postage-stamp:before{content:"󰲻"}.mdi-pot:before{content:"󰋥"}.mdi-pot-mix:before{content:"󰙛"}.mdi-pot-mix-outline:before{content:"󰙷"}.mdi-pot-outline:before{content:"󰋿"}.mdi-pot-steam:before{content:"󰙚"}.mdi-pot-steam-outline:before{content:"󰌦"}.mdi-pound:before{content:"󰐣"}.mdi-pound-box:before{content:"󰐤"}.mdi-pound-box-outline:before{content:"󱅿"}.mdi-power:before{content:"󰐥"}.mdi-power-cycle:before{content:"󰤁"}.mdi-power-off:before{content:"󰤂"}.mdi-power-on:before{content:"󰤃"}.mdi-power-plug:before{content:"󰚥"}.mdi-power-plug-off:before{content:"󰚦"}.mdi-power-plug-off-outline:before{content:"󱐤"}.mdi-power-plug-outline:before{content:"󱐥"}.mdi-power-settings:before{content:"󰐦"}.mdi-power-sleep:before{content:"󰤄"}.mdi-power-socket:before{content:"󰐧"}.mdi-power-socket-au:before{content:"󰤅"}.mdi-power-socket-de:before{content:"󱄇"}.mdi-power-socket-eu:before{content:"󰟧"}.mdi-power-socket-fr:before{content:"󱄈"}.mdi-power-socket-it:before{content:"󱓿"}.mdi-power-socket-jp:before{content:"󱄉"}.mdi-power-socket-uk:before{content:"󰟨"}.mdi-power-socket-us:before{content:"󰟩"}.mdi-power-standby:before{content:"󰤆"}.mdi-powershell:before{content:"󰨊"}.mdi-prescription:before{content:"󰜆"}.mdi-presentation:before{content:"󰐨"}.mdi-presentation-play:before{content:"󰐩"}.mdi-pretzel:before{content:"󱕢"}.mdi-printer:before{content:"󰐪"}.mdi-printer-3d:before{content:"󰐫"}.mdi-printer-3d-nozzle:before{content:"󰹛"}.mdi-printer-3d-nozzle-alert:before{content:"󱇀"}.mdi-printer-3d-nozzle-alert-outline:before{content:"󱇁"}.mdi-printer-3d-nozzle-outline:before{content:"󰹜"}.mdi-printer-alert:before{content:"󰐬"}.mdi-printer-check:before{content:"󱅆"}.mdi-printer-eye:before{content:"󱑘"}.mdi-printer-off:before{content:"󰹝"}.mdi-printer-pos:before{content:"󱁗"}.mdi-printer-search:before{content:"󱑗"}.mdi-printer-settings:before{content:"󰜇"}.mdi-printer-wireless:before{content:"󰨋"}.mdi-priority-high:before{content:"󰘃"}.mdi-priority-low:before{content:"󰘄"}.mdi-professional-hexagon:before{content:"󰐭"}.mdi-progress-alert:before{content:"󰲼"}.mdi-progress-check:before{content:"󰦕"}.mdi-progress-clock:before{content:"󰦖"}.mdi-progress-close:before{content:"󱄊"}.mdi-progress-download:before{content:"󰦗"}.mdi-progress-question:before{content:"󱔢"}.mdi-progress-upload:before{content:"󰦘"}.mdi-progress-wrench:before{content:"󰲽"}.mdi-projector:before{content:"󰐮"}.mdi-projector-screen:before{content:"󰐯"}.mdi-propane-tank:before{content:"󱍗"}.mdi-propane-tank-outline:before{content:"󱍘"}.mdi-protocol:before{content:"󰿘"}.mdi-publish:before{content:"󰚧"}.mdi-pulse:before{content:"󰐰"}.mdi-pump:before{content:"󱐂"}.mdi-pumpkin:before{content:"󰮿"}.mdi-purse:before{content:"󰼜"}.mdi-purse-outline:before{content:"󰼝"}.mdi-puzzle:before{content:"󰐱"}.mdi-puzzle-check:before{content:"󱐦"}.mdi-puzzle-check-outline:before{content:"󱐧"}.mdi-puzzle-edit:before{content:"󱓓"}.mdi-puzzle-edit-outline:before{content:"󱓙"}.mdi-puzzle-heart:before{content:"󱓔"}.mdi-puzzle-heart-outline:before{content:"󱓚"}.mdi-puzzle-minus:before{content:"󱓑"}.mdi-puzzle-minus-outline:before{content:"󱓗"}.mdi-puzzle-outline:before{content:"󰩦"}.mdi-puzzle-plus:before{content:"󱓐"}.mdi-puzzle-plus-outline:before{content:"󱓖"}.mdi-puzzle-remove:before{content:"󱓒"}.mdi-puzzle-remove-outline:before{content:"󱓘"}.mdi-puzzle-star:before{content:"󱓕"}.mdi-puzzle-star-outline:before{content:"󱓛"}.mdi-qi:before{content:"󰦙"}.mdi-qqchat:before{content:"󰘅"}.mdi-qrcode:before{content:"󰐲"}.mdi-qrcode-edit:before{content:"󰢸"}.mdi-qrcode-minus:before{content:"󱆌"}.mdi-qrcode-plus:before{content:"󱆋"}.mdi-qrcode-remove:before{content:"󱆍"}.mdi-qrcode-scan:before{content:"󰐳"}.mdi-quadcopter:before{content:"󰐴"}.mdi-quality-high:before{content:"󰐵"}.mdi-quality-low:before{content:"󰨌"}.mdi-quality-medium:before{content:"󰨍"}.mdi-quora:before{content:"󰴩"}.mdi-rabbit:before{content:"󰤇"}.mdi-racing-helmet:before{content:"󰶓"}.mdi-racquetball:before{content:"󰶔"}.mdi-radar:before{content:"󰐷"}.mdi-radiator:before{content:"󰐸"}.mdi-radiator-disabled:before{content:"󰫗"}.mdi-radiator-off:before{content:"󰫘"}.mdi-radio:before{content:"󰐹"}.mdi-radio-am:before{content:"󰲾"}.mdi-radio-fm:before{content:"󰲿"}.mdi-radio-handheld:before{content:"󰐺"}.mdi-radio-off:before{content:"󱈜"}.mdi-radio-tower:before{content:"󰐻"}.mdi-radioactive:before{content:"󰐼"}.mdi-radioactive-off:before{content:"󰻁"}.mdi-radiobox-blank:before{content:"󰐽"}.mdi-radiobox-marked:before{content:"󰐾"}.mdi-radiology-box:before{content:"󱓅"}.mdi-radiology-box-outline:before{content:"󱓆"}.mdi-radius:before{content:"󰳀"}.mdi-radius-outline:before{content:"󰳁"}.mdi-railroad-light:before{content:"󰼞"}.mdi-rake:before{content:"󱕄"}.mdi-raspberry-pi:before{content:"󰐿"}.mdi-ray-end:before{content:"󰑀"}.mdi-ray-end-arrow:before{content:"󰑁"}.mdi-ray-start:before{content:"󰑂"}.mdi-ray-start-arrow:before{content:"󰑃"}.mdi-ray-start-end:before{content:"󰑄"}.mdi-ray-start-vertex-end:before{content:"󱗘"}.mdi-ray-vertex:before{content:"󰑅"}.mdi-react:before{content:"󰜈"}.mdi-read:before{content:"󰑇"}.mdi-receipt:before{content:"󰑉"}.mdi-record:before{content:"󰑊"}.mdi-record-circle:before{content:"󰻂"}.mdi-record-circle-outline:before{content:"󰻃"}.mdi-record-player:before{content:"󰦚"}.mdi-record-rec:before{content:"󰑋"}.mdi-rectangle:before{content:"󰹞"}.mdi-rectangle-outline:before{content:"󰹟"}.mdi-recycle:before{content:"󰑌"}.mdi-recycle-variant:before{content:"󱎝"}.mdi-reddit:before{content:"󰑍"}.mdi-redhat:before{content:"󱄛"}.mdi-redo:before{content:"󰑎"}.mdi-redo-variant:before{content:"󰑏"}.mdi-reflect-horizontal:before{content:"󰨎"}.mdi-reflect-vertical:before{content:"󰨏"}.mdi-refresh:before{content:"󰑐"}.mdi-refresh-circle:before{content:"󱍷"}.mdi-regex:before{content:"󰑑"}.mdi-registered-trademark:before{content:"󰩧"}.mdi-reiterate:before{content:"󱖈"}.mdi-relation-many-to-many:before{content:"󱒖"}.mdi-relation-many-to-one:before{content:"󱒗"}.mdi-relation-many-to-one-or-many:before{content:"󱒘"}.mdi-relation-many-to-only-one:before{content:"󱒙"}.mdi-relation-many-to-zero-or-many:before{content:"󱒚"}.mdi-relation-many-to-zero-or-one:before{content:"󱒛"}.mdi-relation-one-or-many-to-many:before{content:"󱒜"}.mdi-relation-one-or-many-to-one:before{content:"󱒝"}.mdi-relation-one-or-many-to-one-or-many:before{content:"󱒞"}.mdi-relation-one-or-many-to-only-one:before{content:"󱒟"}.mdi-relation-one-or-many-to-zero-or-many:before{content:"󱒠"}.mdi-relation-one-or-many-to-zero-or-one:before{content:"󱒡"}.mdi-relation-one-to-many:before{content:"󱒢"}.mdi-relation-one-to-one:before{content:"󱒣"}.mdi-relation-one-to-one-or-many:before{content:"󱒤"}.mdi-relation-one-to-only-one:before{content:"󱒥"}.mdi-relation-one-to-zero-or-many:before{content:"󱒦"}.mdi-relation-one-to-zero-or-one:before{content:"󱒧"}.mdi-relation-only-one-to-many:before{content:"󱒨"}.mdi-relation-only-one-to-one:before{content:"󱒩"}.mdi-relation-only-one-to-one-or-many:before{content:"󱒪"}.mdi-relation-only-one-to-only-one:before{content:"󱒫"}.mdi-relation-only-one-to-zero-or-many:before{content:"󱒬"}.mdi-relation-only-one-to-zero-or-one:before{content:"󱒭"}.mdi-relation-zero-or-many-to-many:before{content:"󱒮"}.mdi-relation-zero-or-many-to-one:before{content:"󱒯"}.mdi-relation-zero-or-many-to-one-or-many:before{content:"󱒰"}.mdi-relation-zero-or-many-to-only-one:before{content:"󱒱"}.mdi-relation-zero-or-many-to-zero-or-many:before{content:"󱒲"}.mdi-relation-zero-or-many-to-zero-or-one:before{content:"󱒳"}.mdi-relation-zero-or-one-to-many:before{content:"󱒴"}.mdi-relation-zero-or-one-to-one:before{content:"󱒵"}.mdi-relation-zero-or-one-to-one-or-many:before{content:"󱒶"}.mdi-relation-zero-or-one-to-only-one:before{content:"󱒷"}.mdi-relation-zero-or-one-to-zero-or-many:before{content:"󱒸"}.mdi-relation-zero-or-one-to-zero-or-one:before{content:"󱒹"}.mdi-relative-scale:before{content:"󰑒"}.mdi-reload:before{content:"󰑓"}.mdi-reload-alert:before{content:"󱄋"}.mdi-reminder:before{content:"󰢌"}.mdi-remote:before{content:"󰑔"}.mdi-remote-desktop:before{content:"󰢹"}.mdi-remote-off:before{content:"󰻄"}.mdi-remote-tv:before{content:"󰻅"}.mdi-remote-tv-off:before{content:"󰻆"}.mdi-rename-box:before{content:"󰑕"}.mdi-reorder-horizontal:before{content:"󰚈"}.mdi-reorder-vertical:before{content:"󰚉"}.mdi-repeat:before{content:"󰑖"}.mdi-repeat-off:before{content:"󰑗"}.mdi-repeat-once:before{content:"󰑘"}.mdi-replay:before{content:"󰑙"}.mdi-reply:before{content:"󰑚"}.mdi-reply-all:before{content:"󰑛"}.mdi-reply-all-outline:before{content:"󰼟"}.mdi-reply-circle:before{content:"󱆮"}.mdi-reply-outline:before{content:"󰼠"}.mdi-reproduction:before{content:"󰑜"}.mdi-resistor:before{content:"󰭄"}.mdi-resistor-nodes:before{content:"󰭅"}.mdi-resize:before{content:"󰩨"}.mdi-resize-bottom-right:before{content:"󰑝"}.mdi-responsive:before{content:"󰑞"}.mdi-restart:before{content:"󰜉"}.mdi-restart-alert:before{content:"󱄌"}.mdi-restart-off:before{content:"󰶕"}.mdi-restore:before{content:"󰦛"}.mdi-restore-alert:before{content:"󱄍"}.mdi-rewind:before{content:"󰑟"}.mdi-rewind-10:before{content:"󰴪"}.mdi-rewind-30:before{content:"󰶖"}.mdi-rewind-5:before{content:"󱇹"}.mdi-rewind-60:before{content:"󱘌"}.mdi-rewind-outline:before{content:"󰜊"}.mdi-rhombus:before{content:"󰜋"}.mdi-rhombus-medium:before{content:"󰨐"}.mdi-rhombus-medium-outline:before{content:"󱓜"}.mdi-rhombus-outline:before{content:"󰜌"}.mdi-rhombus-split:before{content:"󰨑"}.mdi-rhombus-split-outline:before{content:"󱓝"}.mdi-ribbon:before{content:"󰑠"}.mdi-rice:before{content:"󰟪"}.mdi-rickshaw:before{content:"󱖻"}.mdi-rickshaw-electric:before{content:"󱖼"}.mdi-ring:before{content:"󰟫"}.mdi-rivet:before{content:"󰹠"}.mdi-road:before{content:"󰑡"}.mdi-road-variant:before{content:"󰑢"}.mdi-robber:before{content:"󱁘"}.mdi-robot:before{content:"󰚩"}.mdi-robot-angry:before{content:"󱚝"}.mdi-robot-angry-outline:before{content:"󱚞"}.mdi-robot-confused:before{content:"󱚟"}.mdi-robot-confused-outline:before{content:"󱚠"}.mdi-robot-dead:before{content:"󱚡"}.mdi-robot-dead-outline:before{content:"󱚢"}.mdi-robot-excited:before{content:"󱚣"}.mdi-robot-excited-outline:before{content:"󱚤"}.mdi-robot-industrial:before{content:"󰭆"}.mdi-robot-love:before{content:"󱚥"}.mdi-robot-love-outline:before{content:"󱚦"}.mdi-robot-mower:before{content:"󱇷"}.mdi-robot-mower-outline:before{content:"󱇳"}.mdi-robot-off:before{content:"󱚧"}.mdi-robot-off-outline:before{content:"󱙻"}.mdi-robot-outline:before{content:"󱙺"}.mdi-robot-vacuum:before{content:"󰜍"}.mdi-robot-vacuum-variant:before{content:"󰤈"}.mdi-rocket:before{content:"󰑣"}.mdi-rocket-launch:before{content:"󱓞"}.mdi-rocket-launch-outline:before{content:"󱓟"}.mdi-rocket-outline:before{content:"󱎯"}.mdi-rodent:before{content:"󱌧"}.mdi-roller-skate:before{content:"󰴫"}.mdi-roller-skate-off:before{content:"󰅅"}.mdi-rollerblade:before{content:"󰴬"}.mdi-rollerblade-off:before{content:"󰀮"}.mdi-rollupjs:before{content:"󰯀"}.mdi-roman-numeral-1:before{content:"󱂈"}.mdi-roman-numeral-10:before{content:"󱂑"}.mdi-roman-numeral-2:before{content:"󱂉"}.mdi-roman-numeral-3:before{content:"󱂊"}.mdi-roman-numeral-4:before{content:"󱂋"}.mdi-roman-numeral-5:before{content:"󱂌"}.mdi-roman-numeral-6:before{content:"󱂍"}.mdi-roman-numeral-7:before{content:"󱂎"}.mdi-roman-numeral-8:before{content:"󱂏"}.mdi-roman-numeral-9:before{content:"󱂐"}.mdi-room-service:before{content:"󰢍"}.mdi-room-service-outline:before{content:"󰶗"}.mdi-rotate-3d:before{content:"󰻇"}.mdi-rotate-3d-variant:before{content:"󰑤"}.mdi-rotate-left:before{content:"󰑥"}.mdi-rotate-left-variant:before{content:"󰑦"}.mdi-rotate-orbit:before{content:"󰶘"}.mdi-rotate-right:before{content:"󰑧"}.mdi-rotate-right-variant:before{content:"󰑨"}.mdi-rounded-corner:before{content:"󰘇"}.mdi-router:before{content:"󱇢"}.mdi-router-network:before{content:"󱂇"}.mdi-router-wireless:before{content:"󰑩"}.mdi-router-wireless-off:before{content:"󱖣"}.mdi-router-wireless-settings:before{content:"󰩩"}.mdi-routes:before{content:"󰑪"}.mdi-routes-clock:before{content:"󱁙"}.mdi-rowing:before{content:"󰘈"}.mdi-rss:before{content:"󰑫"}.mdi-rss-box:before{content:"󰑬"}.mdi-rss-off:before{content:"󰼡"}.mdi-rug:before{content:"󱑵"}.mdi-rugby:before{content:"󰶙"}.mdi-ruler:before{content:"󰑭"}.mdi-ruler-square:before{content:"󰳂"}.mdi-ruler-square-compass:before{content:"󰺾"}.mdi-run:before{content:"󰜎"}.mdi-run-fast:before{content:"󰑮"}.mdi-rv-truck:before{content:"󱇔"}.mdi-sack:before{content:"󰴮"}.mdi-sack-percent:before{content:"󰴯"}.mdi-safe:before{content:"󰩪"}.mdi-safe-square:before{content:"󱉼"}.mdi-safe-square-outline:before{content:"󱉽"}.mdi-safety-goggles:before{content:"󰴰"}.mdi-sail-boat:before{content:"󰻈"}.mdi-sale:before{content:"󰑯"}.mdi-salesforce:before{content:"󰢎"}.mdi-sass:before{content:"󰟬"}.mdi-satellite:before{content:"󰑰"}.mdi-satellite-uplink:before{content:"󰤉"}.mdi-satellite-variant:before{content:"󰑱"}.mdi-sausage:before{content:"󰢺"}.mdi-saw-blade:before{content:"󰹡"}.mdi-sawtooth-wave:before{content:"󱑺"}.mdi-saxophone:before{content:"󰘉"}.mdi-scale:before{content:"󰑲"}.mdi-scale-balance:before{content:"󰗑"}.mdi-scale-bathroom:before{content:"󰑳"}.mdi-scale-off:before{content:"󱁚"}.mdi-scan-helper:before{content:"󱏘"}.mdi-scanner:before{content:"󰚫"}.mdi-scanner-off:before{content:"󰤊"}.mdi-scatter-plot:before{content:"󰻉"}.mdi-scatter-plot-outline:before{content:"󰻊"}.mdi-school:before{content:"󰑴"}.mdi-school-outline:before{content:"󱆀"}.mdi-scissors-cutting:before{content:"󰩫"}.mdi-scooter:before{content:"󱖽"}.mdi-scooter-electric:before{content:"󱖾"}.mdi-scoreboard:before{content:"󱉾"}.mdi-scoreboard-outline:before{content:"󱉿"}.mdi-screen-rotation:before{content:"󰑵"}.mdi-screen-rotation-lock:before{content:"󰑸"}.mdi-screw-flat-top:before{content:"󰷳"}.mdi-screw-lag:before{content:"󰷴"}.mdi-screw-machine-flat-top:before{content:"󰷵"}.mdi-screw-machine-round-top:before{content:"󰷶"}.mdi-screw-round-top:before{content:"󰷷"}.mdi-screwdriver:before{content:"󰑶"}.mdi-script:before{content:"󰯁"}.mdi-script-outline:before{content:"󰑷"}.mdi-script-text:before{content:"󰯂"}.mdi-script-text-outline:before{content:"󰯃"}.mdi-sd:before{content:"󰑹"}.mdi-seal:before{content:"󰑺"}.mdi-seal-variant:before{content:"󰿙"}.mdi-search-web:before{content:"󰜏"}.mdi-seat:before{content:"󰳃"}.mdi-seat-flat:before{content:"󰑻"}.mdi-seat-flat-angled:before{content:"󰑼"}.mdi-seat-individual-suite:before{content:"󰑽"}.mdi-seat-legroom-extra:before{content:"󰑾"}.mdi-seat-legroom-normal:before{content:"󰑿"}.mdi-seat-legroom-reduced:before{content:"󰒀"}.mdi-seat-outline:before{content:"󰳄"}.mdi-seat-passenger:before{content:"󱉉"}.mdi-seat-recline-extra:before{content:"󰒁"}.mdi-seat-recline-normal:before{content:"󰒂"}.mdi-seatbelt:before{content:"󰳅"}.mdi-security:before{content:"󰒃"}.mdi-security-network:before{content:"󰒄"}.mdi-seed:before{content:"󰹢"}.mdi-seed-off:before{content:"󱏽"}.mdi-seed-off-outline:before{content:"󱏾"}.mdi-seed-outline:before{content:"󰹣"}.mdi-seesaw:before{content:"󱖤"}.mdi-segment:before{content:"󰻋"}.mdi-select:before{content:"󰒅"}.mdi-select-all:before{content:"󰒆"}.mdi-select-color:before{content:"󰴱"}.mdi-select-compare:before{content:"󰫙"}.mdi-select-drag:before{content:"󰩬"}.mdi-select-group:before{content:"󰾂"}.mdi-select-inverse:before{content:"󰒇"}.mdi-select-marker:before{content:"󱊀"}.mdi-select-multiple:before{content:"󱊁"}.mdi-select-multiple-marker:before{content:"󱊂"}.mdi-select-off:before{content:"󰒈"}.mdi-select-place:before{content:"󰿚"}.mdi-select-search:before{content:"󱈄"}.mdi-selection:before{content:"󰒉"}.mdi-selection-drag:before{content:"󰩭"}.mdi-selection-ellipse:before{content:"󰴲"}.mdi-selection-ellipse-arrow-inside:before{content:"󰼢"}.mdi-selection-marker:before{content:"󱊃"}.mdi-selection-multiple:before{content:"󱊅"}.mdi-selection-multiple-marker:before{content:"󱊄"}.mdi-selection-off:before{content:"󰝷"}.mdi-selection-search:before{content:"󱈅"}.mdi-semantic-web:before{content:"󱌖"}.mdi-send:before{content:"󰒊"}.mdi-send-check:before{content:"󱅡"}.mdi-send-check-outline:before{content:"󱅢"}.mdi-send-circle:before{content:"󰷸"}.mdi-send-circle-outline:before{content:"󰷹"}.mdi-send-clock:before{content:"󱅣"}.mdi-send-clock-outline:before{content:"󱅤"}.mdi-send-lock:before{content:"󰟭"}.mdi-send-lock-outline:before{content:"󱅦"}.mdi-send-outline:before{content:"󱅥"}.mdi-serial-port:before{content:"󰙜"}.mdi-server:before{content:"󰒋"}.mdi-server-minus:before{content:"󰒌"}.mdi-server-network:before{content:"󰒍"}.mdi-server-network-off:before{content:"󰒎"}.mdi-server-off:before{content:"󰒏"}.mdi-server-plus:before{content:"󰒐"}.mdi-server-remove:before{content:"󰒑"}.mdi-server-security:before{content:"󰒒"}.mdi-set-all:before{content:"󰝸"}.mdi-set-center:before{content:"󰝹"}.mdi-set-center-right:before{content:"󰝺"}.mdi-set-left:before{content:"󰝻"}.mdi-set-left-center:before{content:"󰝼"}.mdi-set-left-right:before{content:"󰝽"}.mdi-set-merge:before{content:"󱓠"}.mdi-set-none:before{content:"󰝾"}.mdi-set-right:before{content:"󰝿"}.mdi-set-split:before{content:"󱓡"}.mdi-set-square:before{content:"󱑝"}.mdi-set-top-box:before{content:"󰦟"}.mdi-settings-helper:before{content:"󰩮"}.mdi-shaker:before{content:"󱄎"}.mdi-shaker-outline:before{content:"󱄏"}.mdi-shape:before{content:"󰠱"}.mdi-shape-circle-plus:before{content:"󰙝"}.mdi-shape-outline:before{content:"󰠲"}.mdi-shape-oval-plus:before{content:"󱇺"}.mdi-shape-plus:before{content:"󰒕"}.mdi-shape-polygon-plus:before{content:"󰙞"}.mdi-shape-rectangle-plus:before{content:"󰙟"}.mdi-shape-square-plus:before{content:"󰙠"}.mdi-shape-square-rounded-plus:before{content:"󱓺"}.mdi-share:before{content:"󰒖"}.mdi-share-all:before{content:"󱇴"}.mdi-share-all-outline:before{content:"󱇵"}.mdi-share-circle:before{content:"󱆭"}.mdi-share-off:before{content:"󰼣"}.mdi-share-off-outline:before{content:"󰼤"}.mdi-share-outline:before{content:"󰤲"}.mdi-share-variant:before{content:"󰒗"}.mdi-share-variant-outline:before{content:"󱔔"}.mdi-shark-fin:before{content:"󱙳"}.mdi-shark-fin-outline:before{content:"󱙴"}.mdi-sheep:before{content:"󰳆"}.mdi-shield:before{content:"󰒘"}.mdi-shield-account:before{content:"󰢏"}.mdi-shield-account-outline:before{content:"󰨒"}.mdi-shield-account-variant:before{content:"󱖧"}.mdi-shield-account-variant-outline:before{content:"󱖨"}.mdi-shield-airplane:before{content:"󰚻"}.mdi-shield-airplane-outline:before{content:"󰳇"}.mdi-shield-alert:before{content:"󰻌"}.mdi-shield-alert-outline:before{content:"󰻍"}.mdi-shield-bug:before{content:"󱏚"}.mdi-shield-bug-outline:before{content:"󱏛"}.mdi-shield-car:before{content:"󰾃"}.mdi-shield-check:before{content:"󰕥"}.mdi-shield-check-outline:before{content:"󰳈"}.mdi-shield-cross:before{content:"󰳉"}.mdi-shield-cross-outline:before{content:"󰳊"}.mdi-shield-edit:before{content:"󱆠"}.mdi-shield-edit-outline:before{content:"󱆡"}.mdi-shield-half:before{content:"󱍠"}.mdi-shield-half-full:before{content:"󰞀"}.mdi-shield-home:before{content:"󰚊"}.mdi-shield-home-outline:before{content:"󰳋"}.mdi-shield-key:before{content:"󰯄"}.mdi-shield-key-outline:before{content:"󰯅"}.mdi-shield-link-variant:before{content:"󰴳"}.mdi-shield-link-variant-outline:before{content:"󰴴"}.mdi-shield-lock:before{content:"󰦝"}.mdi-shield-lock-outline:before{content:"󰳌"}.mdi-shield-off:before{content:"󰦞"}.mdi-shield-off-outline:before{content:"󰦜"}.mdi-shield-outline:before{content:"󰒙"}.mdi-shield-plus:before{content:"󰫚"}.mdi-shield-plus-outline:before{content:"󰫛"}.mdi-shield-refresh:before{content:"󰂪"}.mdi-shield-refresh-outline:before{content:"󰇠"}.mdi-shield-remove:before{content:"󰫜"}.mdi-shield-remove-outline:before{content:"󰫝"}.mdi-shield-search:before{content:"󰶚"}.mdi-shield-star:before{content:"󱄻"}.mdi-shield-star-outline:before{content:"󱄼"}.mdi-shield-sun:before{content:"󱁝"}.mdi-shield-sun-outline:before{content:"󱁞"}.mdi-shield-sync:before{content:"󱆢"}.mdi-shield-sync-outline:before{content:"󱆣"}.mdi-ship-wheel:before{content:"󰠳"}.mdi-shoe-ballet:before{content:"󱗊"}.mdi-shoe-cleat:before{content:"󱗇"}.mdi-shoe-formal:before{content:"󰭇"}.mdi-shoe-heel:before{content:"󰭈"}.mdi-shoe-print:before{content:"󰷺"}.mdi-shoe-sneaker:before{content:"󱗈"}.mdi-shopping:before{content:"󰒚"}.mdi-shopping-music:before{content:"󰒛"}.mdi-shopping-outline:before{content:"󱇕"}.mdi-shopping-search:before{content:"󰾄"}.mdi-shore:before{content:"󱓹"}.mdi-shovel:before{content:"󰜐"}.mdi-shovel-off:before{content:"󰜑"}.mdi-shower:before{content:"󰦠"}.mdi-shower-head:before{content:"󰦡"}.mdi-shredder:before{content:"󰒜"}.mdi-shuffle:before{content:"󰒝"}.mdi-shuffle-disabled:before{content:"󰒞"}.mdi-shuffle-variant:before{content:"󰒟"}.mdi-shuriken:before{content:"󱍿"}.mdi-sigma:before{content:"󰒠"}.mdi-sigma-lower:before{content:"󰘫"}.mdi-sign-caution:before{content:"󰒡"}.mdi-sign-direction:before{content:"󰞁"}.mdi-sign-direction-minus:before{content:"󱀀"}.mdi-sign-direction-plus:before{content:"󰿜"}.mdi-sign-direction-remove:before{content:"󰿝"}.mdi-sign-pole:before{content:"󱓸"}.mdi-sign-real-estate:before{content:"󱄘"}.mdi-sign-text:before{content:"󰞂"}.mdi-signal:before{content:"󰒢"}.mdi-signal-2g:before{content:"󰜒"}.mdi-signal-3g:before{content:"󰜓"}.mdi-signal-4g:before{content:"󰜔"}.mdi-signal-5g:before{content:"󰩯"}.mdi-signal-cellular-1:before{content:"󰢼"}.mdi-signal-cellular-2:before{content:"󰢽"}.mdi-signal-cellular-3:before{content:"󰢾"}.mdi-signal-cellular-outline:before{content:"󰢿"}.mdi-signal-distance-variant:before{content:"󰹤"}.mdi-signal-hspa:before{content:"󰜕"}.mdi-signal-hspa-plus:before{content:"󰜖"}.mdi-signal-off:before{content:"󰞃"}.mdi-signal-variant:before{content:"󰘊"}.mdi-signature:before{content:"󰷻"}.mdi-signature-freehand:before{content:"󰷼"}.mdi-signature-image:before{content:"󰷽"}.mdi-signature-text:before{content:"󰷾"}.mdi-silo:before{content:"󰭉"}.mdi-silverware:before{content:"󰒣"}.mdi-silverware-clean:before{content:"󰿞"}.mdi-silverware-fork:before{content:"󰒤"}.mdi-silverware-fork-knife:before{content:"󰩰"}.mdi-silverware-spoon:before{content:"󰒥"}.mdi-silverware-variant:before{content:"󰒦"}.mdi-sim:before{content:"󰒧"}.mdi-sim-alert:before{content:"󰒨"}.mdi-sim-alert-outline:before{content:"󱗓"}.mdi-sim-off:before{content:"󰒩"}.mdi-sim-off-outline:before{content:"󱗔"}.mdi-sim-outline:before{content:"󱗕"}.mdi-simple-icons:before{content:"󱌝"}.mdi-sina-weibo:before{content:"󰫟"}.mdi-sine-wave:before{content:"󰥛"}.mdi-sitemap:before{content:"󰒪"}.mdi-size-l:before{content:"󱎦"}.mdi-size-m:before{content:"󱎥"}.mdi-size-s:before{content:"󱎤"}.mdi-size-xl:before{content:"󱎧"}.mdi-size-xs:before{content:"󱎣"}.mdi-size-xxl:before{content:"󱎨"}.mdi-size-xxs:before{content:"󱎢"}.mdi-size-xxxl:before{content:"󱎩"}.mdi-skate:before{content:"󰴵"}.mdi-skateboard:before{content:"󱓂"}.mdi-skew-less:before{content:"󰴶"}.mdi-skew-more:before{content:"󰴷"}.mdi-ski:before{content:"󱌄"}.mdi-ski-cross-country:before{content:"󱌅"}.mdi-ski-water:before{content:"󱌆"}.mdi-skip-backward:before{content:"󰒫"}.mdi-skip-backward-outline:before{content:"󰼥"}.mdi-skip-forward:before{content:"󰒬"}.mdi-skip-forward-outline:before{content:"󰼦"}.mdi-skip-next:before{content:"󰒭"}.mdi-skip-next-circle:before{content:"󰙡"}.mdi-skip-next-circle-outline:before{content:"󰙢"}.mdi-skip-next-outline:before{content:"󰼧"}.mdi-skip-previous:before{content:"󰒮"}.mdi-skip-previous-circle:before{content:"󰙣"}.mdi-skip-previous-circle-outline:before{content:"󰙤"}.mdi-skip-previous-outline:before{content:"󰼨"}.mdi-skull:before{content:"󰚌"}.mdi-skull-crossbones:before{content:"󰯆"}.mdi-skull-crossbones-outline:before{content:"󰯇"}.mdi-skull-outline:before{content:"󰯈"}.mdi-skull-scan:before{content:"󱓇"}.mdi-skull-scan-outline:before{content:"󱓈"}.mdi-skype:before{content:"󰒯"}.mdi-skype-business:before{content:"󰒰"}.mdi-slack:before{content:"󰒱"}.mdi-slash-forward:before{content:"󰿟"}.mdi-slash-forward-box:before{content:"󰿠"}.mdi-sleep:before{content:"󰒲"}.mdi-sleep-off:before{content:"󰒳"}.mdi-slide:before{content:"󱖥"}.mdi-slope-downhill:before{content:"󰷿"}.mdi-slope-uphill:before{content:"󰸀"}.mdi-slot-machine:before{content:"󱄔"}.mdi-slot-machine-outline:before{content:"󱄕"}.mdi-smart-card:before{content:"󱂽"}.mdi-smart-card-outline:before{content:"󱂾"}.mdi-smart-card-reader:before{content:"󱂿"}.mdi-smart-card-reader-outline:before{content:"󱃀"}.mdi-smog:before{content:"󰩱"}.mdi-smoke-detector:before{content:"󰎒"}.mdi-smoking:before{content:"󰒴"}.mdi-smoking-off:before{content:"󰒵"}.mdi-smoking-pipe:before{content:"󱐍"}.mdi-smoking-pipe-off:before{content:"󱐨"}.mdi-snail:before{content:"󱙷"}.mdi-snake:before{content:"󱔎"}.mdi-snapchat:before{content:"󰒶"}.mdi-snowboard:before{content:"󱌇"}.mdi-snowflake:before{content:"󰜗"}.mdi-snowflake-alert:before{content:"󰼩"}.mdi-snowflake-melt:before{content:"󱋋"}.mdi-snowflake-off:before{content:"󱓣"}.mdi-snowflake-variant:before{content:"󰼪"}.mdi-snowman:before{content:"󰒷"}.mdi-soccer:before{content:"󰒸"}.mdi-soccer-field:before{content:"󰠴"}.mdi-social-distance-2-meters:before{content:"󱕹"}.mdi-social-distance-6-feet:before{content:"󱕺"}.mdi-sofa:before{content:"󰒹"}.mdi-sofa-outline:before{content:"󱕭"}.mdi-sofa-single:before{content:"󱕮"}.mdi-sofa-single-outline:before{content:"󱕯"}.mdi-solar-panel:before{content:"󰶛"}.mdi-solar-panel-large:before{content:"󰶜"}.mdi-solar-power:before{content:"󰩲"}.mdi-soldering-iron:before{content:"󱂒"}.mdi-solid:before{content:"󰚍"}.mdi-sony-playstation:before{content:"󰐔"}.mdi-sort:before{content:"󰒺"}.mdi-sort-alphabetical-ascending:before{content:"󰖽"}.mdi-sort-alphabetical-ascending-variant:before{content:"󱅈"}.mdi-sort-alphabetical-descending:before{content:"󰖿"}.mdi-sort-alphabetical-descending-variant:before{content:"󱅉"}.mdi-sort-alphabetical-variant:before{content:"󰒻"}.mdi-sort-ascending:before{content:"󰒼"}.mdi-sort-bool-ascending:before{content:"󱎅"}.mdi-sort-bool-ascending-variant:before{content:"󱎆"}.mdi-sort-bool-descending:before{content:"󱎇"}.mdi-sort-bool-descending-variant:before{content:"󱎈"}.mdi-sort-calendar-ascending:before{content:"󱕇"}.mdi-sort-calendar-descending:before{content:"󱕈"}.mdi-sort-clock-ascending:before{content:"󱕉"}.mdi-sort-clock-ascending-outline:before{content:"󱕊"}.mdi-sort-clock-descending:before{content:"󱕋"}.mdi-sort-clock-descending-outline:before{content:"󱕌"}.mdi-sort-descending:before{content:"󰒽"}.mdi-sort-numeric-ascending:before{content:"󱎉"}.mdi-sort-numeric-ascending-variant:before{content:"󰤍"}.mdi-sort-numeric-descending:before{content:"󱎊"}.mdi-sort-numeric-descending-variant:before{content:"󰫒"}.mdi-sort-numeric-variant:before{content:"󰒾"}.mdi-sort-reverse-variant:before{content:"󰌼"}.mdi-sort-variant:before{content:"󰒿"}.mdi-sort-variant-lock:before{content:"󰳍"}.mdi-sort-variant-lock-open:before{content:"󰳎"}.mdi-sort-variant-remove:before{content:"󱅇"}.mdi-soundcloud:before{content:"󰓀"}.mdi-source-branch:before{content:"󰘬"}.mdi-source-branch-check:before{content:"󱓏"}.mdi-source-branch-minus:before{content:"󱓋"}.mdi-source-branch-plus:before{content:"󱓊"}.mdi-source-branch-refresh:before{content:"󱓍"}.mdi-source-branch-remove:before{content:"󱓌"}.mdi-source-branch-sync:before{content:"󱓎"}.mdi-source-commit:before{content:"󰜘"}.mdi-source-commit-end:before{content:"󰜙"}.mdi-source-commit-end-local:before{content:"󰜚"}.mdi-source-commit-local:before{content:"󰜛"}.mdi-source-commit-next-local:before{content:"󰜜"}.mdi-source-commit-start:before{content:"󰜝"}.mdi-source-commit-start-next-local:before{content:"󰜞"}.mdi-source-fork:before{content:"󰓁"}.mdi-source-merge:before{content:"󰘭"}.mdi-source-pull:before{content:"󰓂"}.mdi-source-repository:before{content:"󰳏"}.mdi-source-repository-multiple:before{content:"󰳐"}.mdi-soy-sauce:before{content:"󰟮"}.mdi-soy-sauce-off:before{content:"󱏼"}.mdi-spa:before{content:"󰳑"}.mdi-spa-outline:before{content:"󰳒"}.mdi-space-invaders:before{content:"󰯉"}.mdi-space-station:before{content:"󱎃"}.mdi-spade:before{content:"󰹥"}.mdi-sparkles:before{content:"󱕅"}.mdi-speaker:before{content:"󰓃"}.mdi-speaker-bluetooth:before{content:"󰦢"}.mdi-speaker-multiple:before{content:"󰴸"}.mdi-speaker-off:before{content:"󰓄"}.mdi-speaker-wireless:before{content:"󰜟"}.mdi-speedometer:before{content:"󰓅"}.mdi-speedometer-medium:before{content:"󰾅"}.mdi-speedometer-slow:before{content:"󰾆"}.mdi-spellcheck:before{content:"󰓆"}.mdi-spider:before{content:"󱇪"}.mdi-spider-thread:before{content:"󱇫"}.mdi-spider-web:before{content:"󰯊"}.mdi-spirit-level:before{content:"󱓱"}.mdi-spoon-sugar:before{content:"󱐩"}.mdi-spotify:before{content:"󰓇"}.mdi-spotlight:before{content:"󰓈"}.mdi-spotlight-beam:before{content:"󰓉"}.mdi-spray:before{content:"󰙥"}.mdi-spray-bottle:before{content:"󰫠"}.mdi-sprinkler:before{content:"󱁟"}.mdi-sprinkler-variant:before{content:"󱁠"}.mdi-sprout:before{content:"󰹦"}.mdi-sprout-outline:before{content:"󰹧"}.mdi-square:before{content:"󰝤"}.mdi-square-circle:before{content:"󱔀"}.mdi-square-edit-outline:before{content:"󰤌"}.mdi-square-medium:before{content:"󰨓"}.mdi-square-medium-outline:before{content:"󰨔"}.mdi-square-off:before{content:"󱋮"}.mdi-square-off-outline:before{content:"󱋯"}.mdi-square-outline:before{content:"󰝣"}.mdi-square-root:before{content:"󰞄"}.mdi-square-root-box:before{content:"󰦣"}.mdi-square-rounded:before{content:"󱓻"}.mdi-square-rounded-outline:before{content:"󱓼"}.mdi-square-small:before{content:"󰨕"}.mdi-square-wave:before{content:"󱑻"}.mdi-squeegee:before{content:"󰫡"}.mdi-ssh:before{content:"󰣀"}.mdi-stack-exchange:before{content:"󰘋"}.mdi-stack-overflow:before{content:"󰓌"}.mdi-stackpath:before{content:"󰍙"}.mdi-stadium:before{content:"󰿹"}.mdi-stadium-variant:before{content:"󰜠"}.mdi-stairs:before{content:"󰓍"}.mdi-stairs-box:before{content:"󱎞"}.mdi-stairs-down:before{content:"󱊾"}.mdi-stairs-up:before{content:"󱊽"}.mdi-stamper:before{content:"󰴹"}.mdi-standard-definition:before{content:"󰟯"}.mdi-star:before{content:"󰓎"}.mdi-star-box:before{content:"󰩳"}.mdi-star-box-multiple:before{content:"󱊆"}.mdi-star-box-multiple-outline:before{content:"󱊇"}.mdi-star-box-outline:before{content:"󰩴"}.mdi-star-check:before{content:"󱕦"}.mdi-star-check-outline:before{content:"󱕪"}.mdi-star-circle:before{content:"󰓏"}.mdi-star-circle-outline:before{content:"󰦤"}.mdi-star-cog:before{content:"󱙨"}.mdi-star-cog-outline:before{content:"󱙩"}.mdi-star-face:before{content:"󰦥"}.mdi-star-four-points:before{content:"󰫢"}.mdi-star-four-points-outline:before{content:"󰫣"}.mdi-star-half:before{content:"󰉆"}.mdi-star-half-full:before{content:"󰓐"}.mdi-star-minus:before{content:"󱕤"}.mdi-star-minus-outline:before{content:"󱕨"}.mdi-star-off:before{content:"󰓑"}.mdi-star-off-outline:before{content:"󱕛"}.mdi-star-outline:before{content:"󰓒"}.mdi-star-plus:before{content:"󱕣"}.mdi-star-plus-outline:before{content:"󱕧"}.mdi-star-remove:before{content:"󱕥"}.mdi-star-remove-outline:before{content:"󱕩"}.mdi-star-settings:before{content:"󱙪"}.mdi-star-settings-outline:before{content:"󱙫"}.mdi-star-three-points:before{content:"󰫤"}.mdi-star-three-points-outline:before{content:"󰫥"}.mdi-state-machine:before{content:"󱇯"}.mdi-steam:before{content:"󰓓"}.mdi-steering:before{content:"󰓔"}.mdi-steering-off:before{content:"󰤎"}.mdi-step-backward:before{content:"󰓕"}.mdi-step-backward-2:before{content:"󰓖"}.mdi-step-forward:before{content:"󰓗"}.mdi-step-forward-2:before{content:"󰓘"}.mdi-stethoscope:before{content:"󰓙"}.mdi-sticker:before{content:"󱍤"}.mdi-sticker-alert:before{content:"󱍥"}.mdi-sticker-alert-outline:before{content:"󱍦"}.mdi-sticker-check:before{content:"󱍧"}.mdi-sticker-check-outline:before{content:"󱍨"}.mdi-sticker-circle-outline:before{content:"󰗐"}.mdi-sticker-emoji:before{content:"󰞅"}.mdi-sticker-minus:before{content:"󱍩"}.mdi-sticker-minus-outline:before{content:"󱍪"}.mdi-sticker-outline:before{content:"󱍫"}.mdi-sticker-plus:before{content:"󱍬"}.mdi-sticker-plus-outline:before{content:"󱍭"}.mdi-sticker-remove:before{content:"󱍮"}.mdi-sticker-remove-outline:before{content:"󱍯"}.mdi-stocking:before{content:"󰓚"}.mdi-stomach:before{content:"󱂓"}.mdi-stop:before{content:"󰓛"}.mdi-stop-circle:before{content:"󰙦"}.mdi-stop-circle-outline:before{content:"󰙧"}.mdi-store:before{content:"󰓜"}.mdi-store-24-hour:before{content:"󰓝"}.mdi-store-minus:before{content:"󱙞"}.mdi-store-outline:before{content:"󱍡"}.mdi-store-plus:before{content:"󱙟"}.mdi-store-remove:before{content:"󱙠"}.mdi-storefront:before{content:"󰟇"}.mdi-storefront-outline:before{content:"󱃁"}.mdi-stove:before{content:"󰓞"}.mdi-strategy:before{content:"󱇖"}.mdi-stretch-to-page:before{content:"󰼫"}.mdi-stretch-to-page-outline:before{content:"󰼬"}.mdi-string-lights:before{content:"󱊺"}.mdi-string-lights-off:before{content:"󱊻"}.mdi-subdirectory-arrow-left:before{content:"󰘌"}.mdi-subdirectory-arrow-right:before{content:"󰘍"}.mdi-submarine:before{content:"󱕬"}.mdi-subtitles:before{content:"󰨖"}.mdi-subtitles-outline:before{content:"󰨗"}.mdi-subway:before{content:"󰚬"}.mdi-subway-alert-variant:before{content:"󰶝"}.mdi-subway-variant:before{content:"󰓟"}.mdi-summit:before{content:"󰞆"}.mdi-sunglasses:before{content:"󰓠"}.mdi-surround-sound:before{content:"󰗅"}.mdi-surround-sound-2-0:before{content:"󰟰"}.mdi-surround-sound-3-1:before{content:"󰟱"}.mdi-surround-sound-5-1:before{content:"󰟲"}.mdi-surround-sound-7-1:before{content:"󰟳"}.mdi-svg:before{content:"󰜡"}.mdi-swap-horizontal:before{content:"󰓡"}.mdi-swap-horizontal-bold:before{content:"󰯍"}.mdi-swap-horizontal-circle:before{content:"󰿡"}.mdi-swap-horizontal-circle-outline:before{content:"󰿢"}.mdi-swap-horizontal-variant:before{content:"󰣁"}.mdi-swap-vertical:before{content:"󰓢"}.mdi-swap-vertical-bold:before{content:"󰯎"}.mdi-swap-vertical-circle:before{content:"󰿣"}.mdi-swap-vertical-circle-outline:before{content:"󰿤"}.mdi-swap-vertical-variant:before{content:"󰣂"}.mdi-swim:before{content:"󰓣"}.mdi-switch:before{content:"󰓤"}.mdi-sword:before{content:"󰓥"}.mdi-sword-cross:before{content:"󰞇"}.mdi-syllabary-hangul:before{content:"󱌳"}.mdi-syllabary-hiragana:before{content:"󱌴"}.mdi-syllabary-katakana:before{content:"󱌵"}.mdi-syllabary-katakana-halfwidth:before{content:"󱌶"}.mdi-symbol:before{content:"󱔁"}.mdi-symfony:before{content:"󰫦"}.mdi-sync:before{content:"󰓦"}.mdi-sync-alert:before{content:"󰓧"}.mdi-sync-circle:before{content:"󱍸"}.mdi-sync-off:before{content:"󰓨"}.mdi-tab:before{content:"󰓩"}.mdi-tab-minus:before{content:"󰭋"}.mdi-tab-plus:before{content:"󰝜"}.mdi-tab-remove:before{content:"󰭌"}.mdi-tab-unselected:before{content:"󰓪"}.mdi-table:before{content:"󰓫"}.mdi-table-account:before{content:"󱎹"}.mdi-table-alert:before{content:"󱎺"}.mdi-table-arrow-down:before{content:"󱎻"}.mdi-table-arrow-left:before{content:"󱎼"}.mdi-table-arrow-right:before{content:"󱎽"}.mdi-table-arrow-up:before{content:"󱎾"}.mdi-table-border:before{content:"󰨘"}.mdi-table-cancel:before{content:"󱎿"}.mdi-table-chair:before{content:"󱁡"}.mdi-table-check:before{content:"󱏀"}.mdi-table-clock:before{content:"󱏁"}.mdi-table-cog:before{content:"󱏂"}.mdi-table-column:before{content:"󰠵"}.mdi-table-column-plus-after:before{content:"󰓬"}.mdi-table-column-plus-before:before{content:"󰓭"}.mdi-table-column-remove:before{content:"󰓮"}.mdi-table-column-width:before{content:"󰓯"}.mdi-table-edit:before{content:"󰓰"}.mdi-table-eye:before{content:"󱂔"}.mdi-table-eye-off:before{content:"󱏃"}.mdi-table-furniture:before{content:"󰖼"}.mdi-table-headers-eye:before{content:"󱈝"}.mdi-table-headers-eye-off:before{content:"󱈞"}.mdi-table-heart:before{content:"󱏄"}.mdi-table-key:before{content:"󱏅"}.mdi-table-large:before{content:"󰓱"}.mdi-table-large-plus:before{content:"󰾇"}.mdi-table-large-remove:before{content:"󰾈"}.mdi-table-lock:before{content:"󱏆"}.mdi-table-merge-cells:before{content:"󰦦"}.mdi-table-minus:before{content:"󱏇"}.mdi-table-multiple:before{content:"󱏈"}.mdi-table-network:before{content:"󱏉"}.mdi-table-of-contents:before{content:"󰠶"}.mdi-table-off:before{content:"󱏊"}.mdi-table-plus:before{content:"󰩵"}.mdi-table-refresh:before{content:"󱎠"}.mdi-table-remove:before{content:"󰩶"}.mdi-table-row:before{content:"󰠷"}.mdi-table-row-height:before{content:"󰓲"}.mdi-table-row-plus-after:before{content:"󰓳"}.mdi-table-row-plus-before:before{content:"󰓴"}.mdi-table-row-remove:before{content:"󰓵"}.mdi-table-search:before{content:"󰤏"}.mdi-table-settings:before{content:"󰠸"}.mdi-table-split-cell:before{content:"󱐪"}.mdi-table-star:before{content:"󱏋"}.mdi-table-sync:before{content:"󱎡"}.mdi-table-tennis:before{content:"󰹨"}.mdi-tablet:before{content:"󰓶"}.mdi-tablet-android:before{content:"󰓷"}.mdi-tablet-cellphone:before{content:"󰦧"}.mdi-tablet-dashboard:before{content:"󰻎"}.mdi-tablet-ipad:before{content:"󰓸"}.mdi-taco:before{content:"󰝢"}.mdi-tag:before{content:"󰓹"}.mdi-tag-faces:before{content:"󰓺"}.mdi-tag-heart:before{content:"󰚋"}.mdi-tag-heart-outline:before{content:"󰯏"}.mdi-tag-minus:before{content:"󰤐"}.mdi-tag-minus-outline:before{content:"󱈟"}.mdi-tag-multiple:before{content:"󰓻"}.mdi-tag-multiple-outline:before{content:"󱋷"}.mdi-tag-off:before{content:"󱈠"}.mdi-tag-off-outline:before{content:"󱈡"}.mdi-tag-outline:before{content:"󰓼"}.mdi-tag-plus:before{content:"󰜢"}.mdi-tag-plus-outline:before{content:"󱈢"}.mdi-tag-remove:before{content:"󰜣"}.mdi-tag-remove-outline:before{content:"󱈣"}.mdi-tag-text:before{content:"󱈤"}.mdi-tag-text-outline:before{content:"󰓽"}.mdi-tailwind:before{content:"󱏿"}.mdi-tank:before{content:"󰴺"}.mdi-tanker-truck:before{content:"󰿥"}.mdi-tape-drive:before{content:"󱛟"}.mdi-tape-measure:before{content:"󰭍"}.mdi-target:before{content:"󰓾"}.mdi-target-account:before{content:"󰯐"}.mdi-target-variant:before{content:"󰩷"}.mdi-taxi:before{content:"󰓿"}.mdi-tea:before{content:"󰶞"}.mdi-tea-outline:before{content:"󰶟"}.mdi-teach:before{content:"󰢐"}.mdi-teamviewer:before{content:"󰔀"}.mdi-telegram:before{content:"󰔁"}.mdi-telescope:before{content:"󰭎"}.mdi-television:before{content:"󰔂"}.mdi-television-ambient-light:before{content:"󱍖"}.mdi-television-box:before{content:"󰠹"}.mdi-television-classic:before{content:"󰟴"}.mdi-television-classic-off:before{content:"󰠺"}.mdi-television-clean:before{content:"󱄐"}.mdi-television-guide:before{content:"󰔃"}.mdi-television-off:before{content:"󰠻"}.mdi-television-pause:before{content:"󰾉"}.mdi-television-play:before{content:"󰻏"}.mdi-television-stop:before{content:"󰾊"}.mdi-temperature-celsius:before{content:"󰔄"}.mdi-temperature-fahrenheit:before{content:"󰔅"}.mdi-temperature-kelvin:before{content:"󰔆"}.mdi-tennis:before{content:"󰶠"}.mdi-tennis-ball:before{content:"󰔇"}.mdi-tent:before{content:"󰔈"}.mdi-terraform:before{content:"󱁢"}.mdi-terrain:before{content:"󰔉"}.mdi-test-tube:before{content:"󰙨"}.mdi-test-tube-empty:before{content:"󰤑"}.mdi-test-tube-off:before{content:"󰤒"}.mdi-text:before{content:"󰦨"}.mdi-text-account:before{content:"󱕰"}.mdi-text-box:before{content:"󰈚"}.mdi-text-box-check:before{content:"󰺦"}.mdi-text-box-check-outline:before{content:"󰺧"}.mdi-text-box-minus:before{content:"󰺨"}.mdi-text-box-minus-outline:before{content:"󰺩"}.mdi-text-box-multiple:before{content:"󰪷"}.mdi-text-box-multiple-outline:before{content:"󰪸"}.mdi-text-box-outline:before{content:"󰧭"}.mdi-text-box-plus:before{content:"󰺪"}.mdi-text-box-plus-outline:before{content:"󰺫"}.mdi-text-box-remove:before{content:"󰺬"}.mdi-text-box-remove-outline:before{content:"󰺭"}.mdi-text-box-search:before{content:"󰺮"}.mdi-text-box-search-outline:before{content:"󰺯"}.mdi-text-recognition:before{content:"󱄽"}.mdi-text-search:before{content:"󱎸"}.mdi-text-shadow:before{content:"󰙩"}.mdi-text-short:before{content:"󰦩"}.mdi-text-subject:before{content:"󰦪"}.mdi-text-to-speech:before{content:"󰔊"}.mdi-text-to-speech-off:before{content:"󰔋"}.mdi-texture:before{content:"󰔌"}.mdi-texture-box:before{content:"󰿦"}.mdi-theater:before{content:"󰔍"}.mdi-theme-light-dark:before{content:"󰔎"}.mdi-thermometer:before{content:"󰔏"}.mdi-thermometer-alert:before{content:"󰸁"}.mdi-thermometer-chevron-down:before{content:"󰸂"}.mdi-thermometer-chevron-up:before{content:"󰸃"}.mdi-thermometer-high:before{content:"󱃂"}.mdi-thermometer-lines:before{content:"󰔐"}.mdi-thermometer-low:before{content:"󱃃"}.mdi-thermometer-minus:before{content:"󰸄"}.mdi-thermometer-off:before{content:"󱔱"}.mdi-thermometer-plus:before{content:"󰸅"}.mdi-thermostat:before{content:"󰎓"}.mdi-thermostat-box:before{content:"󰢑"}.mdi-thought-bubble:before{content:"󰟶"}.mdi-thought-bubble-outline:before{content:"󰟷"}.mdi-thumb-down:before{content:"󰔑"}.mdi-thumb-down-outline:before{content:"󰔒"}.mdi-thumb-up:before{content:"󰔓"}.mdi-thumb-up-outline:before{content:"󰔔"}.mdi-thumbs-up-down:before{content:"󰔕"}.mdi-ticket:before{content:"󰔖"}.mdi-ticket-account:before{content:"󰔗"}.mdi-ticket-confirmation:before{content:"󰔘"}.mdi-ticket-confirmation-outline:before{content:"󱎪"}.mdi-ticket-outline:before{content:"󰤓"}.mdi-ticket-percent:before{content:"󰜤"}.mdi-ticket-percent-outline:before{content:"󱐫"}.mdi-tie:before{content:"󰔙"}.mdi-tilde:before{content:"󰜥"}.mdi-timelapse:before{content:"󰔚"}.mdi-timeline:before{content:"󰯑"}.mdi-timeline-alert:before{content:"󰾕"}.mdi-timeline-alert-outline:before{content:"󰾘"}.mdi-timeline-check:before{content:"󱔲"}.mdi-timeline-check-outline:before{content:"󱔳"}.mdi-timeline-clock:before{content:"󱇻"}.mdi-timeline-clock-outline:before{content:"󱇼"}.mdi-timeline-help:before{content:"󰾙"}.mdi-timeline-help-outline:before{content:"󰾚"}.mdi-timeline-minus:before{content:"󱔴"}.mdi-timeline-minus-outline:before{content:"󱔵"}.mdi-timeline-outline:before{content:"󰯒"}.mdi-timeline-plus:before{content:"󰾖"}.mdi-timeline-plus-outline:before{content:"󰾗"}.mdi-timeline-remove:before{content:"󱔶"}.mdi-timeline-remove-outline:before{content:"󱔷"}.mdi-timeline-text:before{content:"󰯓"}.mdi-timeline-text-outline:before{content:"󰯔"}.mdi-timer:before{content:"󱎫"}.mdi-timer-10:before{content:"󰔜"}.mdi-timer-3:before{content:"󰔝"}.mdi-timer-off:before{content:"󱎬"}.mdi-timer-off-outline:before{content:"󰔞"}.mdi-timer-outline:before{content:"󰔛"}.mdi-timer-sand:before{content:"󰔟"}.mdi-timer-sand-empty:before{content:"󰚭"}.mdi-timer-sand-full:before{content:"󰞌"}.mdi-timetable:before{content:"󰔠"}.mdi-toaster:before{content:"󱁣"}.mdi-toaster-off:before{content:"󱆷"}.mdi-toaster-oven:before{content:"󰳓"}.mdi-toggle-switch:before{content:"󰔡"}.mdi-toggle-switch-off:before{content:"󰔢"}.mdi-toggle-switch-off-outline:before{content:"󰨙"}.mdi-toggle-switch-outline:before{content:"󰨚"}.mdi-toilet:before{content:"󰦫"}.mdi-toolbox:before{content:"󰦬"}.mdi-toolbox-outline:before{content:"󰦭"}.mdi-tools:before{content:"󱁤"}.mdi-tooltip:before{content:"󰔣"}.mdi-tooltip-account:before{content:"󰀌"}.mdi-tooltip-check:before{content:"󱕜"}.mdi-tooltip-check-outline:before{content:"󱕝"}.mdi-tooltip-edit:before{content:"󰔤"}.mdi-tooltip-edit-outline:before{content:"󱋅"}.mdi-tooltip-image:before{content:"󰔥"}.mdi-tooltip-image-outline:before{content:"󰯕"}.mdi-tooltip-minus:before{content:"󱕞"}.mdi-tooltip-minus-outline:before{content:"󱕟"}.mdi-tooltip-outline:before{content:"󰔦"}.mdi-tooltip-plus:before{content:"󰯖"}.mdi-tooltip-plus-outline:before{content:"󰔧"}.mdi-tooltip-remove:before{content:"󱕠"}.mdi-tooltip-remove-outline:before{content:"󱕡"}.mdi-tooltip-text:before{content:"󰔨"}.mdi-tooltip-text-outline:before{content:"󰯗"}.mdi-tooth:before{content:"󰣃"}.mdi-tooth-outline:before{content:"󰔩"}.mdi-toothbrush:before{content:"󱄩"}.mdi-toothbrush-electric:before{content:"󱄬"}.mdi-toothbrush-paste:before{content:"󱄪"}.mdi-torch:before{content:"󱘆"}.mdi-tortoise:before{content:"󰴻"}.mdi-toslink:before{content:"󱊸"}.mdi-tournament:before{content:"󰦮"}.mdi-tow-truck:before{content:"󰠼"}.mdi-tower-beach:before{content:"󰚁"}.mdi-tower-fire:before{content:"󰚂"}.mdi-toy-brick:before{content:"󱊈"}.mdi-toy-brick-marker:before{content:"󱊉"}.mdi-toy-brick-marker-outline:before{content:"󱊊"}.mdi-toy-brick-minus:before{content:"󱊋"}.mdi-toy-brick-minus-outline:before{content:"󱊌"}.mdi-toy-brick-outline:before{content:"󱊍"}.mdi-toy-brick-plus:before{content:"󱊎"}.mdi-toy-brick-plus-outline:before{content:"󱊏"}.mdi-toy-brick-remove:before{content:"󱊐"}.mdi-toy-brick-remove-outline:before{content:"󱊑"}.mdi-toy-brick-search:before{content:"󱊒"}.mdi-toy-brick-search-outline:before{content:"󱊓"}.mdi-track-light:before{content:"󰤔"}.mdi-trackpad:before{content:"󰟸"}.mdi-trackpad-lock:before{content:"󰤳"}.mdi-tractor:before{content:"󰢒"}.mdi-tractor-variant:before{content:"󱓄"}.mdi-trademark:before{content:"󰩸"}.mdi-traffic-cone:before{content:"󱍼"}.mdi-traffic-light:before{content:"󰔫"}.mdi-train:before{content:"󰔬"}.mdi-train-car:before{content:"󰯘"}.mdi-train-variant:before{content:"󰣄"}.mdi-tram:before{content:"󰔭"}.mdi-tram-side:before{content:"󰿧"}.mdi-transcribe:before{content:"󰔮"}.mdi-transcribe-close:before{content:"󰔯"}.mdi-transfer:before{content:"󱁥"}.mdi-transfer-down:before{content:"󰶡"}.mdi-transfer-left:before{content:"󰶢"}.mdi-transfer-right:before{content:"󰔰"}.mdi-transfer-up:before{content:"󰶣"}.mdi-transit-connection:before{content:"󰴼"}.mdi-transit-connection-horizontal:before{content:"󱕆"}.mdi-transit-connection-variant:before{content:"󰴽"}.mdi-transit-detour:before{content:"󰾋"}.mdi-transit-skip:before{content:"󱔕"}.mdi-transit-transfer:before{content:"󰚮"}.mdi-transition:before{content:"󰤕"}.mdi-transition-masked:before{content:"󰤖"}.mdi-translate:before{content:"󰗊"}.mdi-translate-off:before{content:"󰸆"}.mdi-transmission-tower:before{content:"󰴾"}.mdi-trash-can:before{content:"󰩹"}.mdi-trash-can-outline:before{content:"󰩺"}.mdi-tray:before{content:"󱊔"}.mdi-tray-alert:before{content:"󱊕"}.mdi-tray-full:before{content:"󱊖"}.mdi-tray-minus:before{content:"󱊗"}.mdi-tray-plus:before{content:"󱊘"}.mdi-tray-remove:before{content:"󱊙"}.mdi-treasure-chest:before{content:"󰜦"}.mdi-tree:before{content:"󰔱"}.mdi-tree-outline:before{content:"󰹩"}.mdi-trello:before{content:"󰔲"}.mdi-trending-down:before{content:"󰔳"}.mdi-trending-neutral:before{content:"󰔴"}.mdi-trending-up:before{content:"󰔵"}.mdi-triangle:before{content:"󰔶"}.mdi-triangle-outline:before{content:"󰔷"}.mdi-triangle-wave:before{content:"󱑼"}.mdi-triforce:before{content:"󰯙"}.mdi-trophy:before{content:"󰔸"}.mdi-trophy-award:before{content:"󰔹"}.mdi-trophy-broken:before{content:"󰶤"}.mdi-trophy-outline:before{content:"󰔺"}.mdi-trophy-variant:before{content:"󰔻"}.mdi-trophy-variant-outline:before{content:"󰔼"}.mdi-truck:before{content:"󰔽"}.mdi-truck-check:before{content:"󰳔"}.mdi-truck-check-outline:before{content:"󱊚"}.mdi-truck-delivery:before{content:"󰔾"}.mdi-truck-delivery-outline:before{content:"󱊛"}.mdi-truck-fast:before{content:"󰞈"}.mdi-truck-fast-outline:before{content:"󱊜"}.mdi-truck-outline:before{content:"󱊝"}.mdi-truck-trailer:before{content:"󰜧"}.mdi-trumpet:before{content:"󱂖"}.mdi-tshirt-crew:before{content:"󰩻"}.mdi-tshirt-crew-outline:before{content:"󰔿"}.mdi-tshirt-v:before{content:"󰩼"}.mdi-tshirt-v-outline:before{content:"󰕀"}.mdi-tumble-dryer:before{content:"󰤗"}.mdi-tumble-dryer-alert:before{content:"󱆺"}.mdi-tumble-dryer-off:before{content:"󱆻"}.mdi-tune:before{content:"󰘮"}.mdi-tune-variant:before{content:"󱕂"}.mdi-tune-vertical:before{content:"󰙪"}.mdi-tune-vertical-variant:before{content:"󱕃"}.mdi-turnstile:before{content:"󰳕"}.mdi-turnstile-outline:before{content:"󰳖"}.mdi-turtle:before{content:"󰳗"}.mdi-twitch:before{content:"󰕃"}.mdi-twitter:before{content:"󰕄"}.mdi-twitter-retweet:before{content:"󰕇"}.mdi-two-factor-authentication:before{content:"󰦯"}.mdi-typewriter:before{content:"󰼭"}.mdi-ubisoft:before{content:"󰯚"}.mdi-ubuntu:before{content:"󰕈"}.mdi-ufo:before{content:"󱃄"}.mdi-ufo-outline:before{content:"󱃅"}.mdi-ultra-high-definition:before{content:"󰟹"}.mdi-umbraco:before{content:"󰕉"}.mdi-umbrella:before{content:"󰕊"}.mdi-umbrella-closed:before{content:"󰦰"}.mdi-umbrella-closed-outline:before{content:"󱏢"}.mdi-umbrella-closed-variant:before{content:"󱏡"}.mdi-umbrella-outline:before{content:"󰕋"}.mdi-undo:before{content:"󰕌"}.mdi-undo-variant:before{content:"󰕍"}.mdi-unfold-less-horizontal:before{content:"󰕎"}.mdi-unfold-less-vertical:before{content:"󰝠"}.mdi-unfold-more-horizontal:before{content:"󰕏"}.mdi-unfold-more-vertical:before{content:"󰝡"}.mdi-ungroup:before{content:"󰕐"}.mdi-unicode:before{content:"󰻐"}.mdi-unicorn:before{content:"󱗂"}.mdi-unicorn-variant:before{content:"󱗃"}.mdi-unicycle:before{content:"󱗥"}.mdi-unity:before{content:"󰚯"}.mdi-unreal:before{content:"󰦱"}.mdi-untappd:before{content:"󰕑"}.mdi-update:before{content:"󰚰"}.mdi-upload:before{content:"󰕒"}.mdi-upload-lock:before{content:"󱍳"}.mdi-upload-lock-outline:before{content:"󱍴"}.mdi-upload-multiple:before{content:"󰠽"}.mdi-upload-network:before{content:"󰛶"}.mdi-upload-network-outline:before{content:"󰳘"}.mdi-upload-off:before{content:"󱃆"}.mdi-upload-off-outline:before{content:"󱃇"}.mdi-upload-outline:before{content:"󰸇"}.mdi-usb:before{content:"󰕓"}.mdi-usb-flash-drive:before{content:"󱊞"}.mdi-usb-flash-drive-outline:before{content:"󱊟"}.mdi-usb-port:before{content:"󱇰"}.mdi-valve:before{content:"󱁦"}.mdi-valve-closed:before{content:"󱁧"}.mdi-valve-open:before{content:"󱁨"}.mdi-van-passenger:before{content:"󰟺"}.mdi-van-utility:before{content:"󰟻"}.mdi-vanish:before{content:"󰟼"}.mdi-vanish-quarter:before{content:"󱕔"}.mdi-vanity-light:before{content:"󱇡"}.mdi-variable:before{content:"󰫧"}.mdi-variable-box:before{content:"󱄑"}.mdi-vector-arrange-above:before{content:"󰕔"}.mdi-vector-arrange-below:before{content:"󰕕"}.mdi-vector-bezier:before{content:"󰫨"}.mdi-vector-circle:before{content:"󰕖"}.mdi-vector-circle-variant:before{content:"󰕗"}.mdi-vector-combine:before{content:"󰕘"}.mdi-vector-curve:before{content:"󰕙"}.mdi-vector-difference:before{content:"󰕚"}.mdi-vector-difference-ab:before{content:"󰕛"}.mdi-vector-difference-ba:before{content:"󰕜"}.mdi-vector-ellipse:before{content:"󰢓"}.mdi-vector-intersection:before{content:"󰕝"}.mdi-vector-line:before{content:"󰕞"}.mdi-vector-link:before{content:"󰿨"}.mdi-vector-point:before{content:"󰕟"}.mdi-vector-polygon:before{content:"󰕠"}.mdi-vector-polyline:before{content:"󰕡"}.mdi-vector-polyline-edit:before{content:"󱈥"}.mdi-vector-polyline-minus:before{content:"󱈦"}.mdi-vector-polyline-plus:before{content:"󱈧"}.mdi-vector-polyline-remove:before{content:"󱈨"}.mdi-vector-radius:before{content:"󰝊"}.mdi-vector-rectangle:before{content:"󰗆"}.mdi-vector-selection:before{content:"󰕢"}.mdi-vector-square:before{content:"󰀁"}.mdi-vector-triangle:before{content:"󰕣"}.mdi-vector-union:before{content:"󰕤"}.mdi-vhs:before{content:"󰨛"}.mdi-vibrate:before{content:"󰕦"}.mdi-vibrate-off:before{content:"󰳙"}.mdi-video:before{content:"󰕧"}.mdi-video-3d:before{content:"󰟽"}.mdi-video-3d-off:before{content:"󱏙"}.mdi-video-3d-variant:before{content:"󰻑"}.mdi-video-4k-box:before{content:"󰠾"}.mdi-video-account:before{content:"󰤙"}.mdi-video-box:before{content:"󰃽"}.mdi-video-box-off:before{content:"󰃾"}.mdi-video-check:before{content:"󱁩"}.mdi-video-check-outline:before{content:"󱁪"}.mdi-video-high-definition:before{content:"󱔮"}.mdi-video-image:before{content:"󰤚"}.mdi-video-input-antenna:before{content:"󰠿"}.mdi-video-input-component:before{content:"󰡀"}.mdi-video-input-hdmi:before{content:"󰡁"}.mdi-video-input-scart:before{content:"󰾌"}.mdi-video-input-svideo:before{content:"󰡂"}.mdi-video-minus:before{content:"󰦲"}.mdi-video-minus-outline:before{content:"󰊺"}.mdi-video-off:before{content:"󰕨"}.mdi-video-off-outline:before{content:"󰯛"}.mdi-video-outline:before{content:"󰯜"}.mdi-video-plus:before{content:"󰦳"}.mdi-video-plus-outline:before{content:"󰇓"}.mdi-video-stabilization:before{content:"󰤛"}.mdi-video-switch:before{content:"󰕩"}.mdi-video-switch-outline:before{content:"󰞐"}.mdi-video-vintage:before{content:"󰨜"}.mdi-video-wireless:before{content:"󰻒"}.mdi-video-wireless-outline:before{content:"󰻓"}.mdi-view-agenda:before{content:"󰕪"}.mdi-view-agenda-outline:before{content:"󱇘"}.mdi-view-array:before{content:"󰕫"}.mdi-view-array-outline:before{content:"󱒅"}.mdi-view-carousel:before{content:"󰕬"}.mdi-view-carousel-outline:before{content:"󱒆"}.mdi-view-column:before{content:"󰕭"}.mdi-view-column-outline:before{content:"󱒇"}.mdi-view-comfy:before{content:"󰹪"}.mdi-view-comfy-outline:before{content:"󱒈"}.mdi-view-compact:before{content:"󰹫"}.mdi-view-compact-outline:before{content:"󰹬"}.mdi-view-dashboard:before{content:"󰕮"}.mdi-view-dashboard-outline:before{content:"󰨝"}.mdi-view-dashboard-variant:before{content:"󰡃"}.mdi-view-dashboard-variant-outline:before{content:"󱒉"}.mdi-view-day:before{content:"󰕯"}.mdi-view-day-outline:before{content:"󱒊"}.mdi-view-grid:before{content:"󰕰"}.mdi-view-grid-outline:before{content:"󱇙"}.mdi-view-grid-plus:before{content:"󰾍"}.mdi-view-grid-plus-outline:before{content:"󱇚"}.mdi-view-headline:before{content:"󰕱"}.mdi-view-list:before{content:"󰕲"}.mdi-view-list-outline:before{content:"󱒋"}.mdi-view-module:before{content:"󰕳"}.mdi-view-module-outline:before{content:"󱒌"}.mdi-view-parallel:before{content:"󰜨"}.mdi-view-parallel-outline:before{content:"󱒍"}.mdi-view-quilt:before{content:"󰕴"}.mdi-view-quilt-outline:before{content:"󱒎"}.mdi-view-sequential:before{content:"󰜩"}.mdi-view-sequential-outline:before{content:"󱒏"}.mdi-view-split-horizontal:before{content:"󰯋"}.mdi-view-split-vertical:before{content:"󰯌"}.mdi-view-stream:before{content:"󰕵"}.mdi-view-stream-outline:before{content:"󱒐"}.mdi-view-week:before{content:"󰕶"}.mdi-view-week-outline:before{content:"󱒑"}.mdi-vimeo:before{content:"󰕷"}.mdi-violin:before{content:"󰘏"}.mdi-virtual-reality:before{content:"󰢔"}.mdi-virus:before{content:"󱎶"}.mdi-virus-outline:before{content:"󱎷"}.mdi-vk:before{content:"󰕹"}.mdi-vlc:before{content:"󰕼"}.mdi-voice-off:before{content:"󰻔"}.mdi-voicemail:before{content:"󰕽"}.mdi-volleyball:before{content:"󰦴"}.mdi-volume-high:before{content:"󰕾"}.mdi-volume-low:before{content:"󰕿"}.mdi-volume-medium:before{content:"󰖀"}.mdi-volume-minus:before{content:"󰝞"}.mdi-volume-mute:before{content:"󰝟"}.mdi-volume-off:before{content:"󰖁"}.mdi-volume-plus:before{content:"󰝝"}.mdi-volume-source:before{content:"󱄠"}.mdi-volume-variant-off:before{content:"󰸈"}.mdi-volume-vibrate:before{content:"󱄡"}.mdi-vote:before{content:"󰨟"}.mdi-vote-outline:before{content:"󰨠"}.mdi-vpn:before{content:"󰖂"}.mdi-vuejs:before{content:"󰡄"}.mdi-vuetify:before{content:"󰹭"}.mdi-walk:before{content:"󰖃"}.mdi-wall:before{content:"󰟾"}.mdi-wall-sconce:before{content:"󰤜"}.mdi-wall-sconce-flat:before{content:"󰤝"}.mdi-wall-sconce-flat-variant:before{content:"󰐜"}.mdi-wall-sconce-round:before{content:"󰝈"}.mdi-wall-sconce-round-variant:before{content:"󰤞"}.mdi-wallet:before{content:"󰖄"}.mdi-wallet-giftcard:before{content:"󰖅"}.mdi-wallet-membership:before{content:"󰖆"}.mdi-wallet-outline:before{content:"󰯝"}.mdi-wallet-plus:before{content:"󰾎"}.mdi-wallet-plus-outline:before{content:"󰾏"}.mdi-wallet-travel:before{content:"󰖇"}.mdi-wallpaper:before{content:"󰸉"}.mdi-wan:before{content:"󰖈"}.mdi-wardrobe:before{content:"󰾐"}.mdi-wardrobe-outline:before{content:"󰾑"}.mdi-warehouse:before{content:"󰾁"}.mdi-washing-machine:before{content:"󰜪"}.mdi-washing-machine-alert:before{content:"󱆼"}.mdi-washing-machine-off:before{content:"󱆽"}.mdi-watch:before{content:"󰖉"}.mdi-watch-export:before{content:"󰖊"}.mdi-watch-export-variant:before{content:"󰢕"}.mdi-watch-import:before{content:"󰖋"}.mdi-watch-import-variant:before{content:"󰢖"}.mdi-watch-variant:before{content:"󰢗"}.mdi-watch-vibrate:before{content:"󰚱"}.mdi-watch-vibrate-off:before{content:"󰳚"}.mdi-water:before{content:"󰖌"}.mdi-water-alert:before{content:"󱔂"}.mdi-water-alert-outline:before{content:"󱔃"}.mdi-water-boiler:before{content:"󰾒"}.mdi-water-boiler-alert:before{content:"󱆳"}.mdi-water-boiler-off:before{content:"󱆴"}.mdi-water-check:before{content:"󱔄"}.mdi-water-check-outline:before{content:"󱔅"}.mdi-water-minus:before{content:"󱔆"}.mdi-water-minus-outline:before{content:"󱔇"}.mdi-water-off:before{content:"󰖍"}.mdi-water-off-outline:before{content:"󱔈"}.mdi-water-outline:before{content:"󰸊"}.mdi-water-percent:before{content:"󰖎"}.mdi-water-percent-alert:before{content:"󱔉"}.mdi-water-plus:before{content:"󱔊"}.mdi-water-plus-outline:before{content:"󱔋"}.mdi-water-polo:before{content:"󱊠"}.mdi-water-pump:before{content:"󰖏"}.mdi-water-pump-off:before{content:"󰾓"}.mdi-water-remove:before{content:"󱔌"}.mdi-water-remove-outline:before{content:"󱔍"}.mdi-water-well:before{content:"󱁫"}.mdi-water-well-outline:before{content:"󱁬"}.mdi-watering-can:before{content:"󱒁"}.mdi-watering-can-outline:before{content:"󱒂"}.mdi-watermark:before{content:"󰘒"}.mdi-wave:before{content:"󰼮"}.mdi-waveform:before{content:"󱑽"}.mdi-waves:before{content:"󰞍"}.mdi-waze:before{content:"󰯞"}.mdi-weather-cloudy:before{content:"󰖐"}.mdi-weather-cloudy-alert:before{content:"󰼯"}.mdi-weather-cloudy-arrow-right:before{content:"󰹮"}.mdi-weather-fog:before{content:"󰖑"}.mdi-weather-hail:before{content:"󰖒"}.mdi-weather-hazy:before{content:"󰼰"}.mdi-weather-hurricane:before{content:"󰢘"}.mdi-weather-lightning:before{content:"󰖓"}.mdi-weather-lightning-rainy:before{content:"󰙾"}.mdi-weather-night:before{content:"󰖔"}.mdi-weather-night-partly-cloudy:before{content:"󰼱"}.mdi-weather-partly-cloudy:before{content:"󰖕"}.mdi-weather-partly-lightning:before{content:"󰼲"}.mdi-weather-partly-rainy:before{content:"󰼳"}.mdi-weather-partly-snowy:before{content:"󰼴"}.mdi-weather-partly-snowy-rainy:before{content:"󰼵"}.mdi-weather-pouring:before{content:"󰖖"}.mdi-weather-rainy:before{content:"󰖗"}.mdi-weather-snowy:before{content:"󰖘"}.mdi-weather-snowy-heavy:before{content:"󰼶"}.mdi-weather-snowy-rainy:before{content:"󰙿"}.mdi-weather-sunny:before{content:"󰖙"}.mdi-weather-sunny-alert:before{content:"󰼷"}.mdi-weather-sunny-off:before{content:"󱓤"}.mdi-weather-sunset:before{content:"󰖚"}.mdi-weather-sunset-down:before{content:"󰖛"}.mdi-weather-sunset-up:before{content:"󰖜"}.mdi-weather-tornado:before{content:"󰼸"}.mdi-weather-windy:before{content:"󰖝"}.mdi-weather-windy-variant:before{content:"󰖞"}.mdi-web:before{content:"󰖟"}.mdi-web-box:before{content:"󰾔"}.mdi-web-clock:before{content:"󱉊"}.mdi-webcam:before{content:"󰖠"}.mdi-webhook:before{content:"󰘯"}.mdi-webpack:before{content:"󰜫"}.mdi-webrtc:before{content:"󱉈"}.mdi-wechat:before{content:"󰘑"}.mdi-weight:before{content:"󰖡"}.mdi-weight-gram:before{content:"󰴿"}.mdi-weight-kilogram:before{content:"󰖢"}.mdi-weight-lifter:before{content:"󱅝"}.mdi-weight-pound:before{content:"󰦵"}.mdi-whatsapp:before{content:"󰖣"}.mdi-wheel-barrow:before{content:"󱓲"}.mdi-wheelchair-accessibility:before{content:"󰖤"}.mdi-whistle:before{content:"󰦶"}.mdi-whistle-outline:before{content:"󱊼"}.mdi-white-balance-auto:before{content:"󰖥"}.mdi-white-balance-incandescent:before{content:"󰖦"}.mdi-white-balance-iridescent:before{content:"󰖧"}.mdi-white-balance-sunny:before{content:"󰖨"}.mdi-widgets:before{content:"󰜬"}.mdi-widgets-outline:before{content:"󱍕"}.mdi-wifi:before{content:"󰖩"}.mdi-wifi-alert:before{content:"󱚵"}.mdi-wifi-arrow-down:before{content:"󱚶"}.mdi-wifi-arrow-left:before{content:"󱚷"}.mdi-wifi-arrow-left-right:before{content:"󱚸"}.mdi-wifi-arrow-right:before{content:"󱚹"}.mdi-wifi-arrow-up:before{content:"󱚺"}.mdi-wifi-arrow-up-down:before{content:"󱚻"}.mdi-wifi-cancel:before{content:"󱚼"}.mdi-wifi-check:before{content:"󱚽"}.mdi-wifi-cog:before{content:"󱚾"}.mdi-wifi-lock:before{content:"󱚿"}.mdi-wifi-lock-open:before{content:"󱛀"}.mdi-wifi-marker:before{content:"󱛁"}.mdi-wifi-minus:before{content:"󱛂"}.mdi-wifi-off:before{content:"󰖪"}.mdi-wifi-plus:before{content:"󱛃"}.mdi-wifi-refresh:before{content:"󱛄"}.mdi-wifi-remove:before{content:"󱛅"}.mdi-wifi-settings:before{content:"󱛆"}.mdi-wifi-star:before{content:"󰸋"}.mdi-wifi-strength-1:before{content:"󰤟"}.mdi-wifi-strength-1-alert:before{content:"󰤠"}.mdi-wifi-strength-1-lock:before{content:"󰤡"}.mdi-wifi-strength-1-lock-open:before{content:"󱛋"}.mdi-wifi-strength-2:before{content:"󰤢"}.mdi-wifi-strength-2-alert:before{content:"󰤣"}.mdi-wifi-strength-2-lock:before{content:"󰤤"}.mdi-wifi-strength-2-lock-open:before{content:"󱛌"}.mdi-wifi-strength-3:before{content:"󰤥"}.mdi-wifi-strength-3-alert:before{content:"󰤦"}.mdi-wifi-strength-3-lock:before{content:"󰤧"}.mdi-wifi-strength-3-lock-open:before{content:"󱛍"}.mdi-wifi-strength-4:before{content:"󰤨"}.mdi-wifi-strength-4-alert:before{content:"󰤩"}.mdi-wifi-strength-4-lock:before{content:"󰤪"}.mdi-wifi-strength-4-lock-open:before{content:"󱛎"}.mdi-wifi-strength-alert-outline:before{content:"󰤫"}.mdi-wifi-strength-lock-open-outline:before{content:"󱛏"}.mdi-wifi-strength-lock-outline:before{content:"󰤬"}.mdi-wifi-strength-off:before{content:"󰤭"}.mdi-wifi-strength-off-outline:before{content:"󰤮"}.mdi-wifi-strength-outline:before{content:"󰤯"}.mdi-wifi-sync:before{content:"󱛇"}.mdi-wikipedia:before{content:"󰖬"}.mdi-wind-turbine:before{content:"󰶥"}.mdi-window-close:before{content:"󰖭"}.mdi-window-closed:before{content:"󰖮"}.mdi-window-closed-variant:before{content:"󱇛"}.mdi-window-maximize:before{content:"󰖯"}.mdi-window-minimize:before{content:"󰖰"}.mdi-window-open:before{content:"󰖱"}.mdi-window-open-variant:before{content:"󱇜"}.mdi-window-restore:before{content:"󰖲"}.mdi-window-shutter:before{content:"󱄜"}.mdi-window-shutter-alert:before{content:"󱄝"}.mdi-window-shutter-open:before{content:"󱄞"}.mdi-windsock:before{content:"󱗺"}.mdi-wiper:before{content:"󰫩"}.mdi-wiper-wash:before{content:"󰶦"}.mdi-wizard-hat:before{content:"󱑷"}.mdi-wordpress:before{content:"󰖴"}.mdi-wrap:before{content:"󰖶"}.mdi-wrap-disabled:before{content:"󰯟"}.mdi-wrench:before{content:"󰖷"}.mdi-wrench-outline:before{content:"󰯠"}.mdi-xamarin:before{content:"󰡅"}.mdi-xamarin-outline:before{content:"󰡆"}.mdi-xing:before{content:"󰖾"}.mdi-xml:before{content:"󰗀"}.mdi-xmpp:before{content:"󰟿"}.mdi-y-combinator:before{content:"󰘤"}.mdi-yahoo:before{content:"󰭏"}.mdi-yeast:before{content:"󰗁"}.mdi-yin-yang:before{content:"󰚀"}.mdi-yoga:before{content:"󱅼"}.mdi-youtube:before{content:"󰗃"}.mdi-youtube-gaming:before{content:"󰡈"}.mdi-youtube-studio:before{content:"󰡇"}.mdi-youtube-subscription:before{content:"󰵀"}.mdi-youtube-tv:before{content:"󰑈"}.mdi-yurt:before{content:"󱔖"}.mdi-z-wave:before{content:"󰫪"}.mdi-zend:before{content:"󰫫"}.mdi-zigbee:before{content:"󰵁"}.mdi-zip-box:before{content:"󰗄"}.mdi-zip-box-outline:before{content:"󰿺"}.mdi-zip-disk:before{content:"󰨣"}.mdi-zodiac-aquarius:before{content:"󰩽"}.mdi-zodiac-aries:before{content:"󰩾"}.mdi-zodiac-cancer:before{content:"󰩿"}.mdi-zodiac-capricorn:before{content:"󰪀"}.mdi-zodiac-gemini:before{content:"󰪁"}.mdi-zodiac-leo:before{content:"󰪂"}.mdi-zodiac-libra:before{content:"󰪃"}.mdi-zodiac-pisces:before{content:"󰪄"}.mdi-zodiac-sagittarius:before{content:"󰪅"}.mdi-zodiac-scorpio:before{content:"󰪆"}.mdi-zodiac-taurus:before{content:"󰪇"}.mdi-zodiac-virgo:before{content:"󰪈"}.mdi-blank:before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:hsla(0,0%,100%,.3)}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-filter:FlipH;filter:FlipH;-ms-filter:"FlipH";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.mdi-flip-v:before{-webkit-filter:FlipV;filter:FlipV;-ms-filter:"FlipV";-webkit-transform:scaleY(-1);transform:scaleY(-1)}.mdi-spin:before{-webkit-animation:mdi-spin 2s linear infinite;animation:mdi-spin 2s linear infinite}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-font-feature-settings:normal;font-feature-settings:normal;text-rendering:auto;display:inline-block;font-style:normal;font-variant:normal;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;line-height:inherit;position:absolute;text-align:center;width:2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.0fea24969112a781acd2.eot);src:url(/static/media/fa-brands-400.0fea24969112a781acd2.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-brands-400.c967a94cfbe2b06627ff.woff2) format("woff2"),url(/static/media/fa-brands-400.dc2cbadd690e1d4b2c9c.woff) format("woff"),url(/static/media/fa-brands-400.ec82f282c7f54b637098.ttf) format("truetype"),url(/static/media/fa-brands-400.e33e2cf6e02cac2ccb77.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(/static/media/fa-regular-400.08f9891a6f44d9546678.eot);src:url(/static/media/fa-regular-400.08f9891a6f44d9546678.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-regular-400.1008b5226941c24f4468.woff2) format("woff2"),url(/static/media/fa-regular-400.1069ea55beaa01060302.woff) format("woff"),url(/static/media/fa-regular-400.1495f578452eb676f730.ttf) format("truetype"),url(/static/media/fa-regular-400.06b9d19ced8d17f3d5cb.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.3a24a60e7f9c6574864a.eot);src:url(/static/media/fa-solid-900.3a24a60e7f9c6574864a.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-solid-900.3ceb50e7bcafb577367c.woff2) format("woff2"),url(/static/media/fa-solid-900.46fdbd2d897f8824e63c.woff) format("woff"),url(/static/media/fa-solid-900.10ecefc282f2761808bf.ttf) format("truetype"),url(/static/media/fa-solid-900.371dbce0dd46bd4d2033.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900!important}@font-face{font-family:dripicons-v2;font-style:normal;font-weight:400;src:url(/static/media/dripicons-v2.7f392f1e4787b46b3e8b.eot);src:url(/static/media/dripicons-v2.7f392f1e4787b46b3e8b.eot?#iefix) format("embedded-opentype"),url(/static/media/dripicons-v2.f19dcc0358afed69d277.woff) format("woff"),url(/static/media/dripicons-v2.09c9c870ef8f9cffcc8f.ttf) format("truetype"),url(/static/media/dripicons-v2.4cecedd188b606da855d.svg#dripicons-v2) format("svg")}[data-icon]:before{content:attr(data-icon)}[class*=" dripicons-"]:before,[class^=dripicons-]:before,[data-icon]:before{-webkit-font-feature-settings:normal!important;font-feature-settings:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dripicons-v2!important;font-style:normal!important;font-variant:normal!important;font-weight:400!important;line-height:1;text-transform:none!important}.dripicons-alarm:before{content:"a"}.dripicons-align-center:before{content:"b"}.dripicons-align-justify:before{content:"c"}.dripicons-align-left:before{content:"d"}.dripicons-align-right:before{content:"e"}.dripicons-anchor:before{content:"f"}.dripicons-archive:before{content:"g"}.dripicons-arrow-down:before{content:"h"}.dripicons-arrow-left:before{content:"i"}.dripicons-arrow-right:before{content:"j"}.dripicons-arrow-thin-down:before{content:"k"}.dripicons-arrow-thin-left:before{content:"l"}.dripicons-arrow-thin-right:before{content:"m"}.dripicons-arrow-thin-up:before{content:"n"}.dripicons-arrow-up:before{content:"o"}.dripicons-article:before{content:"p"}.dripicons-backspace:before{content:"q"}.dripicons-basket:before{content:"r"}.dripicons-basketball:before{content:"s"}.dripicons-battery-empty:before{content:"t"}.dripicons-battery-full:before{content:"u"}.dripicons-battery-low:before{content:"v"}.dripicons-battery-medium:before{content:"w"}.dripicons-bell:before{content:"x"}.dripicons-blog:before{content:"y"}.dripicons-bluetooth:before{content:"z"}.dripicons-bold:before{content:"A"}.dripicons-bookmark:before{content:"B"}.dripicons-bookmarks:before{content:"C"}.dripicons-box:before{content:"D"}.dripicons-briefcase:before{content:"E"}.dripicons-brightness-low:before{content:"F"}.dripicons-brightness-max:before{content:"G"}.dripicons-brightness-medium:before{content:"H"}.dripicons-broadcast:before{content:"I"}.dripicons-browser:before{content:"J"}.dripicons-browser-upload:before{content:"K"}.dripicons-brush:before{content:"L"}.dripicons-calendar:before{content:"M"}.dripicons-camcorder:before{content:"N"}.dripicons-camera:before{content:"O"}.dripicons-card:before{content:"P"}.dripicons-cart:before{content:"Q"}.dripicons-checklist:before{content:"R"}.dripicons-checkmark:before{content:"S"}.dripicons-chevron-down:before{content:"T"}.dripicons-chevron-left:before{content:"U"}.dripicons-chevron-right:before{content:"V"}.dripicons-chevron-up:before{content:"W"}.dripicons-clipboard:before{content:"X"}.dripicons-clock:before{content:"Y"}.dripicons-clockwise:before{content:"Z"}.dripicons-cloud:before{content:"0"}.dripicons-cloud-download:before{content:"1"}.dripicons-cloud-upload:before{content:"2"}.dripicons-code:before{content:"3"}.dripicons-contract:before{content:"4"}.dripicons-contract-2:before{content:"5"}.dripicons-conversation:before{content:"6"}.dripicons-copy:before{content:"7"}.dripicons-crop:before{content:"8"}.dripicons-cross:before{content:"9"}.dripicons-crosshair:before{content:"!"}.dripicons-cutlery:before{content:'"'}.dripicons-device-desktop:before{content:"#"}.dripicons-device-mobile:before{content:"$"}.dripicons-device-tablet:before{content:"%"}.dripicons-direction:before{content:"&"}.dripicons-disc:before{content:"'"}.dripicons-document:before{content:"("}.dripicons-document-delete:before{content:")"}.dripicons-document-edit:before{content:"*"}.dripicons-document-new:before{content:"+"}.dripicons-document-remove:before{content:","}.dripicons-dot:before{content:"-"}.dripicons-dots-2:before{content:"."}.dripicons-dots-3:before{content:"/"}.dripicons-download:before{content:":"}.dripicons-duplicate:before{content:";"}.dripicons-enter:before{content:"<"}.dripicons-exit:before{content:"="}.dripicons-expand:before{content:">"}.dripicons-expand-2:before{content:"?"}.dripicons-experiment:before{content:"@"}.dripicons-export:before{content:"["}.dripicons-feed:before{content:"]"}.dripicons-flag:before{content:"^"}.dripicons-flashlight:before{content:"_"}.dripicons-folder:before{content:"`"}.dripicons-folder-open:before{content:"{"}.dripicons-forward:before{content:"|"}.dripicons-gaming:before{content:"}"}.dripicons-gear:before{content:"~"}.dripicons-graduation:before{content:"\\"}.dripicons-graph-bar:before{content:""}.dripicons-graph-line:before{content:""}.dripicons-graph-pie:before{content:""}.dripicons-headset:before{content:""}.dripicons-heart:before{content:""}.dripicons-help:before{content:""}.dripicons-home:before{content:""}.dripicons-hourglass:before{content:""}.dripicons-inbox:before{content:""}.dripicons-information:before{content:""}.dripicons-italic:before{content:""}.dripicons-jewel:before{content:""}.dripicons-lifting:before{content:""}.dripicons-lightbulb:before{content:""}.dripicons-link:before{content:""}.dripicons-link-broken:before{content:""}.dripicons-list:before{content:""}.dripicons-loading:before{content:""}.dripicons-location:before{content:""}.dripicons-lock:before{content:""}.dripicons-lock-open:before{content:""}.dripicons-mail:before{content:""}.dripicons-map:before{content:""}.dripicons-media-loop:before{content:""}.dripicons-media-next:before{content:""}.dripicons-media-pause:before{content:""}.dripicons-media-play:before{content:""}.dripicons-media-previous:before{content:""}.dripicons-media-record:before{content:""}.dripicons-media-shuffle:before{content:""}.dripicons-media-stop:before{content:""}.dripicons-medical:before{content:""}.dripicons-menu:before{content:""}.dripicons-message:before{content:""}.dripicons-meter:before{content:""}.dripicons-microphone:before{content:""}.dripicons-minus:before{content:""}.dripicons-monitor:before{content:""}.dripicons-move:before{content:""}.dripicons-music:before{content:""}.dripicons-network-1:before{content:""}.dripicons-network-2:before{content:""}.dripicons-network-3:before{content:""}.dripicons-network-4:before{content:""}.dripicons-network-5:before{content:""}.dripicons-pamphlet:before{content:""}.dripicons-paperclip:before{content:""}.dripicons-pencil:before{content:""}.dripicons-phone:before{content:""}.dripicons-photo:before{content:""}.dripicons-photo-group:before{content:""}.dripicons-pill:before{content:""}.dripicons-pin:before{content:""}.dripicons-plus:before{content:""}.dripicons-power:before{content:""}.dripicons-preview:before{content:""}.dripicons-print:before{content:""}.dripicons-pulse:before{content:""}.dripicons-question:before{content:""}.dripicons-reply:before{content:""}.dripicons-reply-all:before{content:""}.dripicons-return:before{content:""}.dripicons-retweet:before{content:""}.dripicons-rocket:before{content:""}.dripicons-scale:before{content:""}.dripicons-search:before{content:""}.dripicons-shopping-bag:before{content:""}.dripicons-skip:before{content:""}.dripicons-stack:before{content:""}.dripicons-star:before{content:""}.dripicons-stopwatch:before{content:""}.dripicons-store:before{content:""}.dripicons-suitcase:before{content:""}.dripicons-swap:before{content:""}.dripicons-tag:before{content:""}.dripicons-tag-delete:before{content:""}.dripicons-tags:before{content:""}.dripicons-thumbs-down:before{content:""}.dripicons-thumbs-up:before{content:""}.dripicons-ticket:before{content:""}.dripicons-time-reverse:before{content:""}.dripicons-to-do:before{content:""}.dripicons-toggles:before{content:""}.dripicons-trash:before{content:""}.dripicons-trophy:before{content:""}.dripicons-upload:before{content:""}.dripicons-user:before{content:""}.dripicons-user-group:before{content:""}.dripicons-user-id:before{content:""}.dripicons-vibrate:before{content:""}.dripicons-view-apps:before{content:""}.dripicons-view-list:before{content:""}.dripicons-view-list-large:before{content:""}.dripicons-view-thumb:before{content:""}.dripicons-volume-full:before{content:""}.dripicons-volume-low:before{content:""}.dripicons-volume-medium:before{content:""}.dripicons-volume-off:before{content:""}.dripicons-wallet:before{content:""}.dripicons-warning:before{content:""}.dripicons-web:before{content:""}.dripicons-weight:before{content:""}.dripicons-wifi:before{content:""}.dripicons-wrong:before{content:""}.dripicons-zoom-in:before{content:""}.dripicons-zoom-out:before{content:""}/*!
  Ionicons, v4.5.10-1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:Ionicons;font-style:normal;font-weight:400;src:url(/static/media/ionicons.52cc4717a7334500d1bf.eot);src:url(/static/media/ionicons.52cc4717a7334500d1bf.eot#iefix) format("embedded-opentype"),url(/static/media/ionicons.175f391f238cd7deffa8.woff2) format("woff2"),url(/static/media/ionicons.bf69b013f69d1f0c2f6c.woff) format("woff"),url(/static/media/ionicons.bbef0241a610f92e1e66.ttf) format("truetype"),url(/static/media/ionicons.bb0605ccfbc8cbabadc5.svg#Ionicons) format("svg")}.ion,.ion-ios-add-circle-outline:before,.ion-ios-add-circle:before,.ion-ios-add:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox-outline:before,.ion-ios-checkbox:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close-circle-outline:before,.ion-ios-close-circle:before,.ion-ios-close:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-code:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye-off:before,.ion-ios-eye:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash-off:before,.ion-ios-flash:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder-open:before,.ion-ios-folder:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-heart:before,.ion-ios-help-buoy:before,.ion-ios-help-circle-outline:before,.ion-ios-help-circle:before,.ion-ios-help:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information-circle-outline:before,.ion-ios-information-circle:before,.ion-ios-information:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list-box:before,.ion-ios-list:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-mail:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic-off:before,.ion-ios-mic:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-notifications:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper-plane:before,.ion-ios-paper:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person-add:before,.ion-ios-person:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play-circle:before,.ion-ios-play:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-radio:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh-circle:before,.ion-ios-refresh:before,.ion-ios-remove-circle-outline:before,.ion-ios-remove-circle:before,.ion-ios-remove:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share-alt:before,.ion-ios-share:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square-outline:before,.ion-ios-square:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-star:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add-circle-outline:before,.ion-md-add-circle:before,.ion-md-add:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox-outline:before,.ion-md-checkbox:before,.ion-md-checkmark-circle-outline:before,.ion-md-checkmark-circle:before,.ion-md-checkmark:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close-circle-outline:before,.ion-md-close-circle:before,.ion-md-close:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloud:before,.ion-md-cloudy-night:before,.ion-md-cloudy:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-code:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye-off:before,.ion-md-eye:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash-off:before,.ion-md-flash:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder-open:before,.ion-md-folder:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-heart:before,.ion-md-help-buoy:before,.ion-md-help-circle-outline:before,.ion-md-help-circle:before,.ion-md-help:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information-circle-outline:before,.ion-md-information-circle:before,.ion-md-information:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list-box:before,.ion-md-list:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-mail:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic-off:before,.ion-md-mic:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-notifications:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper-plane:before,.ion-md-paper:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person-add:before,.ion-md-person:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play-circle:before,.ion-md-play:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-radio:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh-circle:before,.ion-md-refresh:before,.ion-md-remove-circle-outline:before,.ion-md-remove-circle:before,.ion-md-remove:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share-alt:before,.ion-md-share:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square-outline:before,.ion-md-square:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-star:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before,.ionicons{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Ionicons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ion-ios-add:before{content:""}.ion-ios-add-circle:before{content:""}.ion-ios-add-circle-outline:before{content:""}.ion-ios-airplane:before{content:""}.ion-ios-alarm:before{content:""}.ion-ios-albums:before{content:""}.ion-ios-alert:before{content:""}.ion-ios-american-football:before{content:""}.ion-ios-analytics:before{content:""}.ion-ios-aperture:before{content:""}.ion-ios-apps:before{content:""}.ion-ios-appstore:before{content:""}.ion-ios-archive:before{content:""}.ion-ios-arrow-back:before{content:""}.ion-ios-arrow-down:before{content:""}.ion-ios-arrow-dropdown:before{content:""}.ion-ios-arrow-dropdown-circle:before{content:""}.ion-ios-arrow-dropleft:before{content:""}.ion-ios-arrow-dropleft-circle:before{content:""}.ion-ios-arrow-dropright:before{content:""}.ion-ios-arrow-dropright-circle:before{content:""}.ion-ios-arrow-dropup:before{content:""}.ion-ios-arrow-dropup-circle:before{content:""}.ion-ios-arrow-forward:before{content:""}.ion-ios-arrow-round-back:before{content:""}.ion-ios-arrow-round-down:before{content:""}.ion-ios-arrow-round-forward:before{content:""}.ion-ios-arrow-round-up:before{content:""}.ion-ios-arrow-up:before{content:""}.ion-ios-at:before{content:""}.ion-ios-attach:before{content:""}.ion-ios-backspace:before{content:""}.ion-ios-barcode:before{content:""}.ion-ios-baseball:before{content:""}.ion-ios-basket:before{content:""}.ion-ios-basketball:before{content:""}.ion-ios-battery-charging:before{content:""}.ion-ios-battery-dead:before{content:""}.ion-ios-battery-full:before{content:""}.ion-ios-beaker:before{content:""}.ion-ios-bed:before{content:""}.ion-ios-beer:before{content:""}.ion-ios-bicycle:before{content:""}.ion-ios-bluetooth:before{content:""}.ion-ios-boat:before{content:""}.ion-ios-body:before{content:""}.ion-ios-bonfire:before{content:""}.ion-ios-book:before{content:""}.ion-ios-bookmark:before{content:""}.ion-ios-bookmarks:before{content:""}.ion-ios-bowtie:before{content:""}.ion-ios-briefcase:before{content:""}.ion-ios-browsers:before{content:""}.ion-ios-brush:before{content:""}.ion-ios-bug:before{content:""}.ion-ios-build:before{content:""}.ion-ios-bulb:before{content:""}.ion-ios-bus:before{content:""}.ion-ios-business:before{content:""}.ion-ios-cafe:before{content:""}.ion-ios-calculator:before{content:""}.ion-ios-calendar:before{content:""}.ion-ios-call:before{content:""}.ion-ios-camera:before{content:""}.ion-ios-car:before{content:""}.ion-ios-card:before{content:""}.ion-ios-cart:before{content:""}.ion-ios-cash:before{content:""}.ion-ios-cellular:before{content:""}.ion-ios-chatboxes:before{content:""}.ion-ios-chatbubbles:before{content:""}.ion-ios-checkbox:before{content:""}.ion-ios-checkbox-outline:before{content:""}.ion-ios-checkmark:before{content:""}.ion-ios-checkmark-circle:before{content:""}.ion-ios-checkmark-circle-outline:before{content:""}.ion-ios-clipboard:before{content:""}.ion-ios-clock:before{content:""}.ion-ios-close:before{content:""}.ion-ios-close-circle:before{content:""}.ion-ios-close-circle-outline:before{content:""}.ion-ios-cloud:before{content:""}.ion-ios-cloud-circle:before{content:""}.ion-ios-cloud-done:before{content:""}.ion-ios-cloud-download:before{content:""}.ion-ios-cloud-outline:before{content:""}.ion-ios-cloud-upload:before{content:""}.ion-ios-cloudy:before{content:""}.ion-ios-cloudy-night:before{content:""}.ion-ios-code:before{content:""}.ion-ios-code-download:before{content:""}.ion-ios-code-working:before{content:""}.ion-ios-cog:before{content:""}.ion-ios-color-fill:before{content:""}.ion-ios-color-filter:before{content:""}.ion-ios-color-palette:before{content:""}.ion-ios-color-wand:before{content:""}.ion-ios-compass:before{content:""}.ion-ios-construct:before{content:""}.ion-ios-contact:before{content:""}.ion-ios-contacts:before{content:""}.ion-ios-contract:before{content:""}.ion-ios-contrast:before{content:""}.ion-ios-copy:before{content:""}.ion-ios-create:before{content:""}.ion-ios-crop:before{content:""}.ion-ios-cube:before{content:""}.ion-ios-cut:before{content:""}.ion-ios-desktop:before{content:""}.ion-ios-disc:before{content:""}.ion-ios-document:before{content:""}.ion-ios-done-all:before{content:""}.ion-ios-download:before{content:""}.ion-ios-easel:before{content:""}.ion-ios-egg:before{content:""}.ion-ios-exit:before{content:""}.ion-ios-expand:before{content:""}.ion-ios-eye:before{content:""}.ion-ios-eye-off:before{content:""}.ion-ios-fastforward:before{content:""}.ion-ios-female:before{content:""}.ion-ios-filing:before{content:""}.ion-ios-film:before{content:""}.ion-ios-finger-print:before{content:""}.ion-ios-fitness:before{content:""}.ion-ios-flag:before{content:""}.ion-ios-flame:before{content:""}.ion-ios-flash:before{content:""}.ion-ios-flash-off:before{content:""}.ion-ios-flashlight:before{content:""}.ion-ios-flask:before{content:""}.ion-ios-flower:before{content:""}.ion-ios-folder:before{content:""}.ion-ios-folder-open:before{content:""}.ion-ios-football:before{content:""}.ion-ios-funnel:before{content:""}.ion-ios-gift:before{content:""}.ion-ios-git-branch:before{content:""}.ion-ios-git-commit:before{content:""}.ion-ios-git-compare:before{content:""}.ion-ios-git-merge:before{content:""}.ion-ios-git-network:before{content:""}.ion-ios-git-pull-request:before{content:""}.ion-ios-glasses:before{content:""}.ion-ios-globe:before{content:""}.ion-ios-grid:before{content:""}.ion-ios-hammer:before{content:""}.ion-ios-hand:before{content:""}.ion-ios-happy:before{content:""}.ion-ios-headset:before{content:""}.ion-ios-heart:before{content:""}.ion-ios-heart-dislike:before{content:""}.ion-ios-heart-empty:before{content:""}.ion-ios-heart-half:before{content:""}.ion-ios-help:before{content:""}.ion-ios-help-buoy:before{content:""}.ion-ios-help-circle:before{content:""}.ion-ios-help-circle-outline:before{content:""}.ion-ios-home:before{content:""}.ion-ios-hourglass:before{content:""}.ion-ios-ice-cream:before{content:""}.ion-ios-image:before{content:""}.ion-ios-images:before{content:""}.ion-ios-infinite:before{content:""}.ion-ios-information:before{content:""}.ion-ios-information-circle:before{content:""}.ion-ios-information-circle-outline:before{content:""}.ion-ios-jet:before{content:""}.ion-ios-journal:before{content:""}.ion-ios-key:before{content:""}.ion-ios-keypad:before{content:""}.ion-ios-laptop:before{content:""}.ion-ios-leaf:before{content:""}.ion-ios-link:before{content:""}.ion-ios-list:before{content:""}.ion-ios-list-box:before{content:""}.ion-ios-locate:before{content:""}.ion-ios-lock:before{content:""}.ion-ios-log-in:before{content:""}.ion-ios-log-out:before{content:""}.ion-ios-magnet:before{content:""}.ion-ios-mail:before{content:""}.ion-ios-mail-open:before{content:""}.ion-ios-mail-unread:before{content:""}.ion-ios-male:before{content:""}.ion-ios-man:before{content:""}.ion-ios-map:before{content:""}.ion-ios-medal:before{content:""}.ion-ios-medical:before{content:""}.ion-ios-medkit:before{content:""}.ion-ios-megaphone:before{content:""}.ion-ios-menu:before{content:""}.ion-ios-mic:before{content:""}.ion-ios-mic-off:before{content:""}.ion-ios-microphone:before{content:""}.ion-ios-moon:before{content:""}.ion-ios-more:before{content:""}.ion-ios-move:before{content:""}.ion-ios-musical-note:before{content:""}.ion-ios-musical-notes:before{content:""}.ion-ios-navigate:before{content:""}.ion-ios-notifications:before{content:""}.ion-ios-notifications-off:before{content:""}.ion-ios-notifications-outline:before{content:""}.ion-ios-nuclear:before{content:""}.ion-ios-nutrition:before{content:""}.ion-ios-open:before{content:""}.ion-ios-options:before{content:""}.ion-ios-outlet:before{content:""}.ion-ios-paper:before{content:""}.ion-ios-paper-plane:before{content:""}.ion-ios-partly-sunny:before{content:""}.ion-ios-pause:before{content:""}.ion-ios-paw:before{content:""}.ion-ios-people:before{content:""}.ion-ios-person:before{content:""}.ion-ios-person-add:before{content:""}.ion-ios-phone-landscape:before{content:""}.ion-ios-phone-portrait:before{content:""}.ion-ios-photos:before{content:""}.ion-ios-pie:before{content:""}.ion-ios-pin:before{content:""}.ion-ios-pint:before{content:""}.ion-ios-pizza:before{content:""}.ion-ios-planet:before{content:""}.ion-ios-play:before{content:""}.ion-ios-play-circle:before{content:""}.ion-ios-podium:before{content:""}.ion-ios-power:before{content:""}.ion-ios-pricetag:before{content:""}.ion-ios-pricetags:before{content:""}.ion-ios-print:before{content:""}.ion-ios-pulse:before{content:""}.ion-ios-qr-scanner:before{content:""}.ion-ios-quote:before{content:""}.ion-ios-radio:before{content:""}.ion-ios-radio-button-off:before{content:""}.ion-ios-radio-button-on:before{content:""}.ion-ios-rainy:before{content:""}.ion-ios-recording:before{content:""}.ion-ios-redo:before{content:""}.ion-ios-refresh:before{content:""}.ion-ios-refresh-circle:before{content:""}.ion-ios-remove:before{content:""}.ion-ios-remove-circle:before{content:""}.ion-ios-remove-circle-outline:before{content:""}.ion-ios-reorder:before{content:""}.ion-ios-repeat:before{content:""}.ion-ios-resize:before{content:""}.ion-ios-restaurant:before{content:""}.ion-ios-return-left:before{content:""}.ion-ios-return-right:before{content:""}.ion-ios-reverse-camera:before{content:""}.ion-ios-rewind:before{content:""}.ion-ios-ribbon:before{content:""}.ion-ios-rocket:before{content:""}.ion-ios-rose:before{content:""}.ion-ios-sad:before{content:""}.ion-ios-save:before{content:""}.ion-ios-school:before{content:""}.ion-ios-search:before{content:""}.ion-ios-send:before{content:""}.ion-ios-settings:before{content:""}.ion-ios-share:before{content:""}.ion-ios-share-alt:before{content:""}.ion-ios-shirt:before{content:""}.ion-ios-shuffle:before{content:""}.ion-ios-skip-backward:before{content:""}.ion-ios-skip-forward:before{content:""}.ion-ios-snow:before{content:""}.ion-ios-speedometer:before{content:""}.ion-ios-square:before{content:""}.ion-ios-square-outline:before{content:""}.ion-ios-star:before{content:""}.ion-ios-star-half:before{content:""}.ion-ios-star-outline:before{content:""}.ion-ios-stats:before{content:""}.ion-ios-stopwatch:before{content:""}.ion-ios-subway:before{content:""}.ion-ios-sunny:before{content:""}.ion-ios-swap:before{content:""}.ion-ios-switch:before{content:""}.ion-ios-sync:before{content:""}.ion-ios-tablet-landscape:before{content:""}.ion-ios-tablet-portrait:before{content:""}.ion-ios-tennisball:before{content:""}.ion-ios-text:before{content:""}.ion-ios-thermometer:before{content:""}.ion-ios-thumbs-down:before{content:""}.ion-ios-thumbs-up:before{content:""}.ion-ios-thunderstorm:before{content:""}.ion-ios-time:before{content:""}.ion-ios-timer:before{content:""}.ion-ios-today:before{content:""}.ion-ios-train:before{content:""}.ion-ios-transgender:before{content:""}.ion-ios-trash:before{content:""}.ion-ios-trending-down:before{content:""}.ion-ios-trending-up:before{content:""}.ion-ios-trophy:before{content:""}.ion-ios-tv:before{content:""}.ion-ios-umbrella:before{content:""}.ion-ios-undo:before{content:""}.ion-ios-unlock:before{content:""}.ion-ios-videocam:before{content:""}.ion-ios-volume-high:before{content:""}.ion-ios-volume-low:before{content:""}.ion-ios-volume-mute:before{content:""}.ion-ios-volume-off:before{content:""}.ion-ios-walk:before{content:""}.ion-ios-wallet:before{content:""}.ion-ios-warning:before{content:""}.ion-ios-watch:before{content:""}.ion-ios-water:before{content:""}.ion-ios-wifi:before{content:""}.ion-ios-wine:before{content:""}.ion-ios-woman:before{content:""}.ion-logo-android:before{content:""}.ion-logo-angular:before{content:""}.ion-logo-apple:before{content:""}.ion-logo-bitbucket:before{content:""}.ion-logo-bitcoin:before{content:""}.ion-logo-buffer:before{content:""}.ion-logo-chrome:before{content:""}.ion-logo-closed-captioning:before{content:""}.ion-logo-codepen:before{content:""}.ion-logo-css3:before{content:""}.ion-logo-designernews:before{content:""}.ion-logo-dribbble:before{content:""}.ion-logo-dropbox:before{content:""}.ion-logo-euro:before{content:""}.ion-logo-facebook:before{content:""}.ion-logo-flickr:before{content:""}.ion-logo-foursquare:before{content:""}.ion-logo-freebsd-devil:before{content:""}.ion-logo-game-controller-a:before{content:""}.ion-logo-game-controller-b:before{content:""}.ion-logo-github:before{content:""}.ion-logo-google:before{content:""}.ion-logo-googleplus:before{content:""}.ion-logo-hackernews:before{content:""}.ion-logo-html5:before{content:""}.ion-logo-instagram:before{content:""}.ion-logo-ionic:before{content:""}.ion-logo-ionitron:before{content:""}.ion-logo-javascript:before{content:""}.ion-logo-linkedin:before{content:""}.ion-logo-markdown:before{content:""}.ion-logo-model-s:before{content:""}.ion-logo-no-smoking:before{content:""}.ion-logo-nodejs:before{content:""}.ion-logo-npm:before{content:""}.ion-logo-octocat:before{content:""}.ion-logo-pinterest:before{content:""}.ion-logo-playstation:before{content:""}.ion-logo-polymer:before{content:""}.ion-logo-python:before{content:""}.ion-logo-reddit:before{content:""}.ion-logo-rss:before{content:""}.ion-logo-sass:before{content:""}.ion-logo-skype:before{content:""}.ion-logo-slack:before{content:""}.ion-logo-snapchat:before{content:""}.ion-logo-steam:before{content:""}.ion-logo-tumblr:before{content:""}.ion-logo-tux:before{content:""}.ion-logo-twitch:before{content:""}.ion-logo-twitter:before{content:""}.ion-logo-usd:before{content:""}.ion-logo-vimeo:before{content:""}.ion-logo-vk:before{content:""}.ion-logo-whatsapp:before{content:""}.ion-logo-windows:before{content:""}.ion-logo-wordpress:before{content:""}.ion-logo-xbox:before{content:""}.ion-logo-xing:before{content:""}.ion-logo-yahoo:before{content:""}.ion-logo-yen:before{content:""}.ion-logo-youtube:before{content:""}.ion-md-add:before{content:""}.ion-md-add-circle:before{content:""}.ion-md-add-circle-outline:before{content:""}.ion-md-airplane:before{content:""}.ion-md-alarm:before{content:""}.ion-md-albums:before{content:""}.ion-md-alert:before{content:""}.ion-md-american-football:before{content:""}.ion-md-analytics:before{content:""}.ion-md-aperture:before{content:""}.ion-md-apps:before{content:""}.ion-md-appstore:before{content:""}.ion-md-archive:before{content:""}.ion-md-arrow-back:before{content:""}.ion-md-arrow-down:before{content:""}.ion-md-arrow-dropdown:before{content:""}.ion-md-arrow-dropdown-circle:before{content:""}.ion-md-arrow-dropleft:before{content:""}.ion-md-arrow-dropleft-circle:before{content:""}.ion-md-arrow-dropright:before{content:""}.ion-md-arrow-dropright-circle:before{content:""}.ion-md-arrow-dropup:before{content:""}.ion-md-arrow-dropup-circle:before{content:""}.ion-md-arrow-forward:before{content:""}.ion-md-arrow-round-back:before{content:""}.ion-md-arrow-round-down:before{content:""}.ion-md-arrow-round-forward:before{content:""}.ion-md-arrow-round-up:before{content:""}.ion-md-arrow-up:before{content:""}.ion-md-at:before{content:""}.ion-md-attach:before{content:""}.ion-md-backspace:before{content:""}.ion-md-barcode:before{content:""}.ion-md-baseball:before{content:""}.ion-md-basket:before{content:""}.ion-md-basketball:before{content:""}.ion-md-battery-charging:before{content:""}.ion-md-battery-dead:before{content:""}.ion-md-battery-full:before{content:""}.ion-md-beaker:before{content:""}.ion-md-bed:before{content:""}.ion-md-beer:before{content:""}.ion-md-bicycle:before{content:""}.ion-md-bluetooth:before{content:""}.ion-md-boat:before{content:""}.ion-md-body:before{content:""}.ion-md-bonfire:before{content:""}.ion-md-book:before{content:""}.ion-md-bookmark:before{content:""}.ion-md-bookmarks:before{content:""}.ion-md-bowtie:before{content:""}.ion-md-briefcase:before{content:""}.ion-md-browsers:before{content:""}.ion-md-brush:before{content:""}.ion-md-bug:before{content:""}.ion-md-build:before{content:""}.ion-md-bulb:before{content:""}.ion-md-bus:before{content:""}.ion-md-business:before{content:""}.ion-md-cafe:before{content:""}.ion-md-calculator:before{content:""}.ion-md-calendar:before{content:""}.ion-md-call:before{content:""}.ion-md-camera:before{content:""}.ion-md-car:before{content:""}.ion-md-card:before{content:""}.ion-md-cart:before{content:""}.ion-md-cash:before{content:""}.ion-md-cellular:before{content:""}.ion-md-chatboxes:before{content:""}.ion-md-chatbubbles:before{content:""}.ion-md-checkbox:before{content:""}.ion-md-checkbox-outline:before{content:""}.ion-md-checkmark:before{content:""}.ion-md-checkmark-circle:before{content:""}.ion-md-checkmark-circle-outline:before{content:""}.ion-md-clipboard:before{content:""}.ion-md-clock:before{content:""}.ion-md-close:before{content:""}.ion-md-close-circle:before{content:""}.ion-md-close-circle-outline:before{content:""}.ion-md-cloud:before{content:""}.ion-md-cloud-circle:before{content:""}.ion-md-cloud-done:before{content:""}.ion-md-cloud-download:before{content:""}.ion-md-cloud-outline:before{content:""}.ion-md-cloud-upload:before{content:""}.ion-md-cloudy:before{content:""}.ion-md-cloudy-night:before{content:""}.ion-md-code:before{content:""}.ion-md-code-download:before{content:""}.ion-md-code-working:before{content:""}.ion-md-cog:before{content:""}.ion-md-color-fill:before{content:""}.ion-md-color-filter:before{content:""}.ion-md-color-palette:before{content:""}.ion-md-color-wand:before{content:""}.ion-md-compass:before{content:""}.ion-md-construct:before{content:""}.ion-md-contact:before{content:""}.ion-md-contacts:before{content:""}.ion-md-contract:before{content:""}.ion-md-contrast:before{content:""}.ion-md-copy:before{content:""}.ion-md-create:before{content:""}.ion-md-crop:before{content:""}.ion-md-cube:before{content:""}.ion-md-cut:before{content:""}.ion-md-desktop:before{content:""}.ion-md-disc:before{content:""}.ion-md-document:before{content:""}.ion-md-done-all:before{content:""}.ion-md-download:before{content:""}.ion-md-easel:before{content:""}.ion-md-egg:before{content:""}.ion-md-exit:before{content:""}.ion-md-expand:before{content:""}.ion-md-eye:before{content:""}.ion-md-eye-off:before{content:""}.ion-md-fastforward:before{content:""}.ion-md-female:before{content:""}.ion-md-filing:before{content:""}.ion-md-film:before{content:""}.ion-md-finger-print:before{content:""}.ion-md-fitness:before{content:""}.ion-md-flag:before{content:""}.ion-md-flame:before{content:""}.ion-md-flash:before{content:""}.ion-md-flash-off:before{content:""}.ion-md-flashlight:before{content:""}.ion-md-flask:before{content:""}.ion-md-flower:before{content:""}.ion-md-folder:before{content:""}.ion-md-folder-open:before{content:""}.ion-md-football:before{content:""}.ion-md-funnel:before{content:""}.ion-md-gift:before{content:""}.ion-md-git-branch:before{content:""}.ion-md-git-commit:before{content:""}.ion-md-git-compare:before{content:""}.ion-md-git-merge:before{content:""}.ion-md-git-network:before{content:""}.ion-md-git-pull-request:before{content:""}.ion-md-glasses:before{content:""}.ion-md-globe:before{content:""}.ion-md-grid:before{content:""}.ion-md-hammer:before{content:""}.ion-md-hand:before{content:""}.ion-md-happy:before{content:""}.ion-md-headset:before{content:""}.ion-md-heart:before{content:""}.ion-md-heart-dislike:before{content:""}.ion-md-heart-empty:before{content:""}.ion-md-heart-half:before{content:""}.ion-md-help:before{content:""}.ion-md-help-buoy:before{content:""}.ion-md-help-circle:before{content:""}.ion-md-help-circle-outline:before{content:""}.ion-md-home:before{content:""}.ion-md-hourglass:before{content:""}.ion-md-ice-cream:before{content:""}.ion-md-image:before{content:""}.ion-md-images:before{content:""}.ion-md-infinite:before{content:""}.ion-md-information:before{content:""}.ion-md-information-circle:before{content:""}.ion-md-information-circle-outline:before{content:""}.ion-md-jet:before{content:""}.ion-md-journal:before{content:""}.ion-md-key:before{content:""}.ion-md-keypad:before{content:""}.ion-md-laptop:before{content:""}.ion-md-leaf:before{content:""}.ion-md-link:before{content:""}.ion-md-list:before{content:""}.ion-md-list-box:before{content:""}.ion-md-locate:before{content:""}.ion-md-lock:before{content:""}.ion-md-log-in:before{content:""}.ion-md-log-out:before{content:""}.ion-md-magnet:before{content:""}.ion-md-mail:before{content:""}.ion-md-mail-open:before{content:""}.ion-md-mail-unread:before{content:""}.ion-md-male:before{content:""}.ion-md-man:before{content:""}.ion-md-map:before{content:""}.ion-md-medal:before{content:""}.ion-md-medical:before{content:""}.ion-md-medkit:before{content:""}.ion-md-megaphone:before{content:""}.ion-md-menu:before{content:""}.ion-md-mic:before{content:""}.ion-md-mic-off:before{content:""}.ion-md-microphone:before{content:""}.ion-md-moon:before{content:""}.ion-md-more:before{content:""}.ion-md-move:before{content:""}.ion-md-musical-note:before{content:""}.ion-md-musical-notes:before{content:""}.ion-md-navigate:before{content:""}.ion-md-notifications:before{content:""}.ion-md-notifications-off:before{content:""}.ion-md-notifications-outline:before{content:""}.ion-md-nuclear:before{content:""}.ion-md-nutrition:before{content:""}.ion-md-open:before{content:""}.ion-md-options:before{content:""}.ion-md-outlet:before{content:""}.ion-md-paper:before{content:""}.ion-md-paper-plane:before{content:""}.ion-md-partly-sunny:before{content:""}.ion-md-pause:before{content:""}.ion-md-paw:before{content:""}.ion-md-people:before{content:""}.ion-md-person:before{content:""}.ion-md-person-add:before{content:""}.ion-md-phone-landscape:before{content:""}.ion-md-phone-portrait:before{content:""}.ion-md-photos:before{content:""}.ion-md-pie:before{content:""}.ion-md-pin:before{content:""}.ion-md-pint:before{content:""}.ion-md-pizza:before{content:""}.ion-md-planet:before{content:""}.ion-md-play:before{content:""}.ion-md-play-circle:before{content:""}.ion-md-podium:before{content:""}.ion-md-power:before{content:""}.ion-md-pricetag:before{content:""}.ion-md-pricetags:before{content:""}.ion-md-print:before{content:""}.ion-md-pulse:before{content:""}.ion-md-qr-scanner:before{content:""}.ion-md-quote:before{content:""}.ion-md-radio:before{content:""}.ion-md-radio-button-off:before{content:""}.ion-md-radio-button-on:before{content:""}.ion-md-rainy:before{content:""}.ion-md-recording:before{content:""}.ion-md-redo:before{content:""}.ion-md-refresh:before{content:""}.ion-md-refresh-circle:before{content:""}.ion-md-remove:before{content:""}.ion-md-remove-circle:before{content:""}.ion-md-remove-circle-outline:before{content:""}.ion-md-reorder:before{content:""}.ion-md-repeat:before{content:""}.ion-md-resize:before{content:""}.ion-md-restaurant:before{content:""}.ion-md-return-left:before{content:""}.ion-md-return-right:before{content:""}.ion-md-reverse-camera:before{content:""}.ion-md-rewind:before{content:""}.ion-md-ribbon:before{content:""}.ion-md-rocket:before{content:""}.ion-md-rose:before{content:""}.ion-md-sad:before{content:""}.ion-md-save:before{content:""}.ion-md-school:before{content:""}.ion-md-search:before{content:""}.ion-md-send:before{content:""}.ion-md-settings:before{content:""}.ion-md-share:before{content:""}.ion-md-share-alt:before{content:""}.ion-md-shirt:before{content:""}.ion-md-shuffle:before{content:""}.ion-md-skip-backward:before{content:""}.ion-md-skip-forward:before{content:""}.ion-md-snow:before{content:""}.ion-md-speedometer:before{content:""}.ion-md-square:before{content:""}.ion-md-square-outline:before{content:""}.ion-md-star:before{content:""}.ion-md-star-half:before{content:""}.ion-md-star-outline:before{content:""}.ion-md-stats:before{content:""}.ion-md-stopwatch:before{content:""}.ion-md-subway:before{content:""}.ion-md-sunny:before{content:""}.ion-md-swap:before{content:""}.ion-md-switch:before{content:""}.ion-md-sync:before{content:""}.ion-md-tablet-landscape:before{content:""}.ion-md-tablet-portrait:before{content:""}.ion-md-tennisball:before{content:""}.ion-md-text:before{content:""}.ion-md-thermometer:before{content:""}.ion-md-thumbs-down:before{content:""}.ion-md-thumbs-up:before{content:""}.ion-md-thunderstorm:before{content:""}.ion-md-time:before{content:""}.ion-md-timer:before{content:""}.ion-md-today:before{content:""}.ion-md-train:before{content:""}.ion-md-transgender:before{content:""}.ion-md-trash:before{content:""}.ion-md-trending-down:before{content:""}.ion-md-trending-up:before{content:""}.ion-md-trophy:before{content:""}.ion-md-tv:before{content:""}.ion-md-umbrella:before{content:""}.ion-md-undo:before{content:""}.ion-md-unlock:before{content:""}.ion-md-videocam:before{content:""}.ion-md-volume-high:before{content:""}.ion-md-volume-low:before{content:""}.ion-md-volume-mute:before{content:""}.ion-md-volume-off:before{content:""}.ion-md-walk:before{content:""}.ion-md-wallet:before{content:""}.ion-md-warning:before{content:""}.ion-md-watch:before{content:""}.ion-md-water:before{content:""}.ion-md-wifi:before{content:""}.ion-md-wine:before{content:""}.ion-md-woman:before{content:""}@font-face{font-family:themify;font-style:normal;font-weight:400;src:url(/static/media/themify.9bad94440d49256265a5.eot);src:url(/static/media/themify.9bad94440d49256265a5.eot?#iefix-fvbane) format("embedded-opentype"),url(/static/media/themify.29b39089170885ae2967.woff) format("woff"),url(/static/media/themify.eda8b94308c6f538f04a.ttf) format("truetype"),url(/static/media/themify.f0fc8c798eac5636249c.svg#themify) format("svg")}[class*=" ti-"],[class^=ti-]{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:themify;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ti-wand:before{content:""}.ti-volume:before{content:""}.ti-user:before{content:""}.ti-unlock:before{content:""}.ti-unlink:before{content:""}.ti-trash:before{content:""}.ti-thought:before{content:""}.ti-target:before{content:""}.ti-tag:before{content:""}.ti-tablet:before{content:""}.ti-star:before{content:""}.ti-spray:before{content:""}.ti-signal:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-full:before{content:""}.ti-settings:before{content:""}.ti-search:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-cut:before{content:""}.ti-ruler:before{content:""}.ti-ruler-pencil:before{content:""}.ti-ruler-alt:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-alt:before{content:""}.ti-reload:before{content:""}.ti-plus:before{content:""}.ti-pin:before{content:""}.ti-pencil:before{content:""}.ti-pencil-alt:before{content:""}.ti-paint-roller:before{content:""}.ti-paint-bucket:before{content:""}.ti-na:before{content:""}.ti-mobile:before{content:""}.ti-minus:before{content:""}.ti-medall:before{content:""}.ti-medall-alt:before{content:""}.ti-marker:before{content:""}.ti-marker-alt:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-down:before{content:""}.ti-lock:before{content:""}.ti-location-arrow:before{content:""}.ti-link:before{content:""}.ti-layout:before{content:""}.ti-layers:before{content:""}.ti-layers-alt:before{content:""}.ti-key:before{content:""}.ti-import:before{content:""}.ti-image:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-open:before{content:""}.ti-hand-drag:before{content:""}.ti-folder:before{content:""}.ti-flag:before{content:""}.ti-flag-alt:before{content:""}.ti-flag-alt-2:before{content:""}.ti-eye:before{content:""}.ti-export:before{content:""}.ti-exchange-vertical:before{content:""}.ti-desktop:before{content:""}.ti-cup:before{content:""}.ti-crown:before{content:""}.ti-comments:before{content:""}.ti-comment:before{content:""}.ti-comment-alt:before{content:""}.ti-close:before{content:""}.ti-clip:before{content:""}.ti-angle-up:before{content:""}.ti-angle-right:before{content:""}.ti-angle-left:before{content:""}.ti-angle-down:before{content:""}.ti-check:before{content:""}.ti-check-box:before{content:""}.ti-camera:before{content:""}.ti-announcement:before{content:""}.ti-brush:before{content:""}.ti-briefcase:before{content:""}.ti-bolt:before{content:""}.ti-bolt-alt:before{content:""}.ti-blackboard:before{content:""}.ti-bag:before{content:""}.ti-move:before{content:""}.ti-arrows-vertical:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-fullscreen:before{content:""}.ti-arrow-top-right:before{content:""}.ti-arrow-top-left:before{content:""}.ti-arrow-circle-up:before{content:""}.ti-arrow-circle-right:before{content:""}.ti-arrow-circle-left:before{content:""}.ti-arrow-circle-down:before{content:""}.ti-angle-double-up:before{content:""}.ti-angle-double-right:before{content:""}.ti-angle-double-left:before{content:""}.ti-angle-double-down:before{content:""}.ti-zip:before{content:""}.ti-world:before{content:""}.ti-wheelchair:before{content:""}.ti-view-list:before{content:""}.ti-view-list-alt:before{content:""}.ti-view-grid:before{content:""}.ti-uppercase:before{content:""}.ti-upload:before{content:""}.ti-underline:before{content:""}.ti-truck:before{content:""}.ti-timer:before{content:""}.ti-ticket:before{content:""}.ti-thumb-up:before{content:""}.ti-thumb-down:before{content:""}.ti-text:before{content:""}.ti-stats-up:before{content:""}.ti-stats-down:before{content:""}.ti-split-v:before{content:""}.ti-split-h:before{content:""}.ti-smallcap:before{content:""}.ti-shine:before{content:""}.ti-shift-right:before{content:""}.ti-shift-left:before{content:""}.ti-shield:before{content:""}.ti-notepad:before{content:""}.ti-server:before{content:""}.ti-quote-right:before{content:""}.ti-quote-left:before{content:""}.ti-pulse:before{content:""}.ti-printer:before{content:""}.ti-power-off:before{content:""}.ti-plug:before{content:""}.ti-pie-chart:before{content:""}.ti-paragraph:before{content:""}.ti-panel:before{content:""}.ti-package:before{content:""}.ti-music:before{content:""}.ti-music-alt:before{content:""}.ti-mouse:before{content:""}.ti-mouse-alt:before{content:""}.ti-money:before{content:""}.ti-microphone:before{content:""}.ti-menu:before{content:""}.ti-menu-alt:before{content:""}.ti-map:before{content:""}.ti-map-alt:before{content:""}.ti-loop:before{content:""}.ti-location-pin:before{content:""}.ti-list:before{content:""}.ti-light-bulb:before{content:""}.ti-Italic:before{content:""}.ti-info:before{content:""}.ti-infinite:before{content:""}.ti-id-badge:before{content:""}.ti-hummer:before{content:""}.ti-home:before{content:""}.ti-help:before{content:""}.ti-headphone:before{content:""}.ti-harddrives:before{content:""}.ti-harddrive:before{content:""}.ti-gift:before{content:""}.ti-game:before{content:""}.ti-filter:before{content:""}.ti-files:before{content:""}.ti-file:before{content:""}.ti-eraser:before{content:""}.ti-envelope:before{content:""}.ti-download:before{content:""}.ti-direction:before{content:""}.ti-direction-alt:before{content:""}.ti-dashboard:before{content:""}.ti-control-stop:before{content:""}.ti-control-shuffle:before{content:""}.ti-control-play:before{content:""}.ti-control-pause:before{content:""}.ti-control-forward:before{content:""}.ti-control-backward:before{content:""}.ti-cloud:before{content:""}.ti-cloud-up:before{content:""}.ti-cloud-down:before{content:""}.ti-clipboard:before{content:""}.ti-car:before{content:""}.ti-calendar:before{content:""}.ti-book:before{content:""}.ti-bell:before{content:""}.ti-basketball:before{content:""}.ti-bar-chart:before{content:""}.ti-bar-chart-alt:before{content:""}.ti-back-right:before{content:""}.ti-back-left:before{content:""}.ti-arrows-corner:before{content:""}.ti-archive:before{content:""}.ti-anchor:before{content:""}.ti-align-right:before{content:""}.ti-align-left:before{content:""}.ti-align-justify:before{content:""}.ti-align-center:before{content:""}.ti-alert:before{content:""}.ti-alarm-clock:before{content:""}.ti-agenda:before{content:""}.ti-write:before{content:""}.ti-window:before{content:""}.ti-widgetized:before{content:""}.ti-widget:before{content:""}.ti-widget-alt:before{content:""}.ti-wallet:before{content:""}.ti-video-clapper:before{content:""}.ti-video-camera:before{content:""}.ti-vector:before{content:""}.ti-themify-logo:before{content:""}.ti-themify-favicon:before{content:""}.ti-themify-favicon-alt:before{content:""}.ti-support:before{content:""}.ti-stamp:before{content:""}.ti-split-v-alt:before{content:""}.ti-slice:before{content:""}.ti-shortcode:before{content:""}.ti-shift-right-alt:before{content:""}.ti-shift-left-alt:before{content:""}.ti-ruler-alt-2:before{content:""}.ti-receipt:before{content:""}.ti-pin2:before{content:""}.ti-pin-alt:before{content:""}.ti-pencil-alt2:before{content:""}.ti-palette:before{content:""}.ti-more:before{content:""}.ti-more-alt:before{content:""}.ti-microphone-alt:before{content:""}.ti-magnet:before{content:""}.ti-line-double:before{content:""}.ti-line-dotted:before{content:""}.ti-line-dashed:before{content:""}.ti-layout-width-full:before{content:""}.ti-layout-width-default:before{content:""}.ti-layout-width-default-alt:before{content:""}.ti-layout-tab:before{content:""}.ti-layout-tab-window:before{content:""}.ti-layout-tab-v:before{content:""}.ti-layout-tab-min:before{content:""}.ti-layout-slider:before{content:""}.ti-layout-slider-alt:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-layout-sidebar-none:before{content:""}.ti-layout-sidebar-left:before{content:""}.ti-layout-placeholder:before{content:""}.ti-layout-menu:before{content:""}.ti-layout-menu-v:before{content:""}.ti-layout-menu-separated:before{content:""}.ti-layout-menu-full:before{content:""}.ti-layout-media-right-alt:before{content:""}.ti-layout-media-right:before{content:""}.ti-layout-media-overlay:before{content:""}.ti-layout-media-overlay-alt:before{content:""}.ti-layout-media-overlay-alt-2:before{content:""}.ti-layout-media-left-alt:before{content:""}.ti-layout-media-left:before{content:""}.ti-layout-media-center-alt:before{content:""}.ti-layout-media-center:before{content:""}.ti-layout-list-thumb:before{content:""}.ti-layout-list-thumb-alt:before{content:""}.ti-layout-list-post:before{content:""}.ti-layout-list-large-image:before{content:""}.ti-layout-line-solid:before{content:""}.ti-layout-grid4:before{content:""}.ti-layout-grid3:before{content:""}.ti-layout-grid2:before{content:""}.ti-layout-grid2-thumb:before{content:""}.ti-layout-cta-right:before{content:""}.ti-layout-cta-left:before{content:""}.ti-layout-cta-center:before{content:""}.ti-layout-cta-btn-right:before{content:""}.ti-layout-cta-btn-left:before{content:""}.ti-layout-column4:before{content:""}.ti-layout-column3:before{content:""}.ti-layout-column2:before{content:""}.ti-layout-accordion-separated:before{content:""}.ti-layout-accordion-merged:before{content:""}.ti-layout-accordion-list:before{content:""}.ti-ink-pen:before{content:""}.ti-info-alt:before{content:""}.ti-help-alt:before{content:""}.ti-headphone-alt:before{content:""}.ti-hand-point-up:before{content:""}.ti-hand-point-right:before{content:""}.ti-hand-point-left:before{content:""}.ti-hand-point-down:before{content:""}.ti-gallery:before{content:""}.ti-face-smile:before{content:""}.ti-face-sad:before{content:""}.ti-credit-card:before{content:""}.ti-control-skip-forward:before{content:""}.ti-control-skip-backward:before{content:""}.ti-control-record:before{content:""}.ti-control-eject:before{content:""}.ti-comments-smiley:before{content:""}.ti-brush-alt:before{content:""}.ti-youtube:before{content:""}.ti-vimeo:before{content:""}.ti-twitter:before{content:""}.ti-time:before{content:""}.ti-tumblr:before{content:""}.ti-skype:before{content:""}.ti-share:before{content:""}.ti-share-alt:before{content:""}.ti-rocket:before{content:""}.ti-pinterest:before{content:""}.ti-new-window:before{content:""}.ti-microsoft:before{content:""}.ti-list-ol:before{content:""}.ti-linkedin:before{content:""}.ti-layout-sidebar-2:before{content:""}.ti-layout-grid4-alt:before{content:""}.ti-layout-grid3-alt:before{content:""}.ti-layout-grid2-alt:before{content:""}.ti-layout-column4-alt:before{content:""}.ti-layout-column3-alt:before{content:""}.ti-layout-column2-alt:before{content:""}.ti-instagram:before{content:""}.ti-google:before{content:""}.ti-github:before{content:""}.ti-flickr:before{content:""}.ti-facebook:before{content:""}.ti-dropbox:before{content:""}.ti-dribbble:before{content:""}.ti-apple:before{content:""}.ti-android:before{content:""}.ti-save:before{content:""}.ti-save-alt:before{content:""}.ti-yahoo:before{content:""}.ti-wordpress:before{content:""}.ti-vimeo-alt:before{content:""}.ti-twitter-alt:before{content:""}.ti-tumblr-alt:before{content:""}.ti-trello:before{content:""}.ti-stack-overflow:before{content:""}.ti-soundcloud:before{content:""}.ti-sharethis:before{content:""}.ti-sharethis-alt:before{content:""}.ti-reddit:before{content:""}.ti-pinterest-alt:before{content:""}.ti-microsoft-alt:before{content:""}.ti-linux:before{content:""}.ti-jsfiddle:before{content:""}.ti-joomla:before{content:""}.ti-html5:before{content:""}.ti-flickr-alt:before{content:""}.ti-email:before{content:""}.ti-drupal:before{content:""}.ti-dropbox-alt:before{content:""}.ti-css3:before{content:""}.ti-rss:before{content:""}.ti-rss-alt:before{content:""}@font-face{font-family:typicons;font-style:normal;font-weight:400;src:url(/static/media/typicons.17be2f814376a7f36498.eot);src:url(/static/media/typicons.17be2f814376a7f36498.eot?#iefix) format("embedded-opentype"),url(/static/media/typicons.6df05c03e777fdac1d4c.woff) format("woff"),url(/static/media/typicons.d45316f67adb2dd7191e.ttf) format("truetype"),url(/static/media/typicons.6697a4a6203533fd919a.svg#typicons) format("svg")}.typcn:before{speak:none;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;display:inline-block;font-family:typicons;font-size:1em;font-style:normal;font-weight:400;height:1em;text-align:center;text-decoration:inherit;width:1em}.typcn-adjust-brightness:before{content:""}.typcn-adjust-contrast:before{content:""}.typcn-anchor-outline:before{content:""}.typcn-anchor:before{content:""}.typcn-archive:before{content:""}.typcn-arrow-back-outline:before{content:""}.typcn-arrow-back:before{content:""}.typcn-arrow-down-outline:before{content:""}.typcn-arrow-down-thick:before{content:""}.typcn-arrow-down:before{content:""}.typcn-arrow-forward-outline:before{content:""}.typcn-arrow-forward:before{content:""}.typcn-arrow-left-outline:before{content:""}.typcn-arrow-left-thick:before{content:""}.typcn-arrow-left:before{content:""}.typcn-arrow-loop-outline:before{content:""}.typcn-arrow-loop:before{content:""}.typcn-arrow-maximise-outline:before{content:""}.typcn-arrow-maximise:before{content:""}.typcn-arrow-minimise-outline:before{content:""}.typcn-arrow-minimise:before{content:""}.typcn-arrow-move-outline:before{content:""}.typcn-arrow-move:before{content:""}.typcn-arrow-repeat-outline:before{content:""}.typcn-arrow-repeat:before{content:""}.typcn-arrow-right-outline:before{content:""}.typcn-arrow-right-thick:before{content:""}.typcn-arrow-right:before{content:""}.typcn-arrow-shuffle:before{content:""}.typcn-arrow-sorted-down:before{content:""}.typcn-arrow-sorted-up:before{content:""}.typcn-arrow-sync-outline:before{content:""}.typcn-arrow-sync:before{content:""}.typcn-arrow-unsorted:before{content:""}.typcn-arrow-up-outline:before{content:""}.typcn-arrow-up-thick:before{content:""}.typcn-arrow-up:before{content:""}.typcn-at:before{content:""}.typcn-attachment-outline:before{content:""}.typcn-attachment:before{content:""}.typcn-backspace-outline:before{content:""}.typcn-backspace:before{content:""}.typcn-battery-charge:before{content:""}.typcn-battery-full:before{content:""}.typcn-battery-high:before{content:""}.typcn-battery-low:before{content:""}.typcn-battery-mid:before{content:""}.typcn-beaker:before{content:""}.typcn-beer:before{content:""}.typcn-bell:before{content:""}.typcn-book:before{content:""}.typcn-bookmark:before{content:""}.typcn-briefcase:before{content:""}.typcn-brush:before{content:""}.typcn-business-card:before{content:""}.typcn-calculator:before{content:""}.typcn-calendar-outline:before{content:""}.typcn-calendar:before{content:""}.typcn-camera-outline:before{content:""}.typcn-camera:before{content:""}.typcn-cancel-outline:before{content:""}.typcn-cancel:before{content:""}.typcn-chart-area-outline:before{content:""}.typcn-chart-area:before{content:""}.typcn-chart-bar-outline:before{content:""}.typcn-chart-bar:before{content:""}.typcn-chart-line-outline:before{content:""}.typcn-chart-line:before{content:""}.typcn-chart-pie-outline:before{content:""}.typcn-chart-pie:before{content:""}.typcn-chevron-left-outline:before{content:""}.typcn-chevron-left:before{content:""}.typcn-chevron-right-outline:before{content:""}.typcn-chevron-right:before{content:""}.typcn-clipboard:before{content:""}.typcn-cloud-storage:before{content:""}.typcn-cloud-storage-outline:before{content:""}.typcn-code-outline:before{content:""}.typcn-code:before{content:""}.typcn-coffee:before{content:""}.typcn-cog-outline:before{content:""}.typcn-cog:before{content:""}.typcn-compass:before{content:""}.typcn-contacts:before{content:""}.typcn-credit-card:before{content:""}.typcn-css3:before{content:""}.typcn-database:before{content:""}.typcn-delete-outline:before{content:""}.typcn-delete:before{content:""}.typcn-device-desktop:before{content:""}.typcn-device-laptop:before{content:""}.typcn-device-phone:before{content:""}.typcn-device-tablet:before{content:""}.typcn-directions:before{content:""}.typcn-divide-outline:before{content:""}.typcn-divide:before{content:""}.typcn-document-add:before{content:""}.typcn-document-delete:before{content:""}.typcn-document-text:before{content:""}.typcn-document:before{content:""}.typcn-download-outline:before{content:""}.typcn-download:before{content:""}.typcn-dropbox:before{content:""}.typcn-edit:before{content:""}.typcn-eject-outline:before{content:""}.typcn-eject:before{content:""}.typcn-equals-outline:before{content:""}.typcn-equals:before{content:""}.typcn-export-outline:before{content:""}.typcn-export:before{content:""}.typcn-eye-outline:before{content:""}.typcn-eye:before{content:""}.typcn-feather:before{content:""}.typcn-film:before{content:""}.typcn-filter:before{content:""}.typcn-flag-outline:before{content:""}.typcn-flag:before{content:""}.typcn-flash-outline:before{content:""}.typcn-flash:before{content:""}.typcn-flow-children:before{content:""}.typcn-flow-merge:before{content:""}.typcn-flow-parallel:before{content:""}.typcn-flow-switch:before{content:""}.typcn-folder-add:before{content:""}.typcn-folder-delete:before{content:""}.typcn-folder-open:before{content:""}.typcn-folder:before{content:""}.typcn-gift:before{content:""}.typcn-globe-outline:before{content:""}.typcn-globe:before{content:""}.typcn-group-outline:before{content:""}.typcn-group:before{content:""}.typcn-headphones:before{content:""}.typcn-heart-full-outline:before{content:""}.typcn-heart-half-outline:before{content:""}.typcn-heart-outline:before{content:""}.typcn-heart:before{content:""}.typcn-home-outline:before{content:""}.typcn-home:before{content:""}.typcn-html5:before{content:""}.typcn-image-outline:before{content:""}.typcn-image:before{content:""}.typcn-infinity-outline:before{content:""}.typcn-infinity:before{content:""}.typcn-info-large-outline:before{content:""}.typcn-info-large:before{content:""}.typcn-info-outline:before{content:""}.typcn-info:before{content:""}.typcn-input-checked-outline:before{content:""}.typcn-input-checked:before{content:""}.typcn-key-outline:before{content:""}.typcn-key:before{content:""}.typcn-keyboard:before{content:""}.typcn-leaf:before{content:""}.typcn-lightbulb:before{content:""}.typcn-link-outline:before{content:""}.typcn-link:before{content:""}.typcn-location-arrow-outline:before{content:""}.typcn-location-arrow:before{content:""}.typcn-location-outline:before{content:""}.typcn-location:before{content:""}.typcn-lock-closed-outline:before{content:""}.typcn-lock-closed:before{content:""}.typcn-lock-open-outline:before{content:""}.typcn-lock-open:before{content:""}.typcn-mail:before{content:""}.typcn-map:before{content:""}.typcn-media-eject-outline:before{content:""}.typcn-media-eject:before{content:""}.typcn-media-fast-forward-outline:before{content:""}.typcn-media-fast-forward:before{content:""}.typcn-media-pause-outline:before{content:""}.typcn-media-pause:before{content:""}.typcn-media-play-outline:before{content:""}.typcn-media-play-reverse-outline:before{content:""}.typcn-media-play-reverse:before{content:""}.typcn-media-play:before{content:""}.typcn-media-record-outline:before{content:""}.typcn-media-record:before{content:""}.typcn-media-rewind-outline:before{content:""}.typcn-media-rewind:before{content:""}.typcn-media-stop-outline:before{content:""}.typcn-media-stop:before{content:""}.typcn-message-typing:before{content:""}.typcn-message:before{content:""}.typcn-messages:before{content:""}.typcn-microphone-outline:before{content:""}.typcn-microphone:before{content:""}.typcn-minus-outline:before{content:""}.typcn-minus:before{content:""}.typcn-mortar-board:before{content:""}.typcn-news:before{content:""}.typcn-notes-outline:before{content:""}.typcn-notes:before{content:""}.typcn-pen:before{content:""}.typcn-pencil:before{content:""}.typcn-phone-outline:before{content:""}.typcn-phone:before{content:""}.typcn-pi-outline:before{content:""}.typcn-pi:before{content:""}.typcn-pin-outline:before{content:""}.typcn-pin:before{content:""}.typcn-pipette:before{content:""}.typcn-plane-outline:before{content:""}.typcn-plane:before{content:""}.typcn-plug:before{content:""}.typcn-plus-outline:before{content:""}.typcn-plus:before{content:""}.typcn-point-of-interest-outline:before{content:""}.typcn-point-of-interest:before{content:""}.typcn-power-outline:before{content:""}.typcn-power:before{content:""}.typcn-printer:before{content:""}.typcn-puzzle-outline:before{content:""}.typcn-puzzle:before{content:""}.typcn-radar-outline:before{content:""}.typcn-radar:before{content:""}.typcn-refresh-outline:before{content:""}.typcn-refresh:before{content:""}.typcn-rss-outline:before{content:""}.typcn-rss:before{content:""}.typcn-scissors-outline:before{content:""}.typcn-scissors:before{content:""}.typcn-shopping-bag:before{content:""}.typcn-shopping-cart:before{content:""}.typcn-social-at-circular:before{content:""}.typcn-social-dribbble-circular:before{content:""}.typcn-social-dribbble:before{content:""}.typcn-social-facebook-circular:before{content:""}.typcn-social-facebook:before{content:""}.typcn-social-flickr-circular:before{content:""}.typcn-social-flickr:before{content:""}.typcn-social-github-circular:before{content:""}.typcn-social-github:before{content:""}.typcn-social-google-plus-circular:before{content:""}.typcn-social-google-plus:before{content:""}.typcn-social-instagram-circular:before{content:""}.typcn-social-instagram:before{content:""}.typcn-social-last-fm-circular:before{content:""}.typcn-social-last-fm:before{content:""}.typcn-social-linkedin-circular:before{content:""}.typcn-social-linkedin:before{content:""}.typcn-social-pinterest-circular:before{content:""}.typcn-social-pinterest:before{content:""}.typcn-social-skype-outline:before{content:""}.typcn-social-skype:before{content:""}.typcn-social-tumbler-circular:before{content:""}.typcn-social-tumbler:before{content:""}.typcn-social-twitter-circular:before{content:""}.typcn-social-twitter:before{content:""}.typcn-social-vimeo-circular:before{content:""}.typcn-social-vimeo:before{content:""}.typcn-social-youtube-circular:before{content:""}.typcn-social-youtube:before{content:""}.typcn-sort-alphabetically-outline:before{content:""}.typcn-sort-alphabetically:before{content:""}.typcn-sort-numerically-outline:before{content:""}.typcn-sort-numerically:before{content:""}.typcn-spanner-outline:before{content:""}.typcn-spanner:before{content:""}.typcn-spiral:before{content:""}.typcn-star-full-outline:before{content:""}.typcn-star-half-outline:before{content:""}.typcn-star-half:before{content:""}.typcn-star-outline:before{content:""}.typcn-star:before{content:""}.typcn-starburst-outline:before{content:""}.typcn-starburst:before{content:""}.typcn-stopwatch:before{content:""}.typcn-support:before{content:""}.typcn-tabs-outline:before{content:""}.typcn-tag:before{content:""}.typcn-tags:before{content:""}.typcn-th-large-outline:before{content:""}.typcn-th-large:before{content:""}.typcn-th-list-outline:before{content:""}.typcn-th-list:before{content:""}.typcn-th-menu-outline:before{content:""}.typcn-th-menu:before{content:""}.typcn-th-small-outline:before{content:""}.typcn-th-small:before{content:""}.typcn-thermometer:before{content:""}.typcn-thumbs-down:before{content:""}.typcn-thumbs-ok:before{content:""}.typcn-thumbs-up:before{content:""}.typcn-tick-outline:before{content:""}.typcn-tick:before{content:""}.typcn-ticket:before{content:""}.typcn-time:before{content:""}.typcn-times-outline:before{content:""}.typcn-times:before{content:""}.typcn-trash:before{content:""}.typcn-tree:before{content:""}.typcn-upload-outline:before{content:""}.typcn-upload:before{content:""}.typcn-user-add-outline:before{content:""}.typcn-user-add:before{content:""}.typcn-user-delete-outline:before{content:""}.typcn-user-delete:before{content:""}.typcn-user-outline:before{content:""}.typcn-user:before{content:""}.typcn-vendor-android:before{content:""}.typcn-vendor-apple:before{content:""}.typcn-vendor-microsoft:before{content:""}.typcn-video-outline:before{content:""}.typcn-video:before{content:""}.typcn-volume-down:before{content:""}.typcn-volume-mute:before{content:""}.typcn-volume-up:before{content:""}.typcn-volume:before{content:""}.typcn-warning-outline:before{content:""}.typcn-warning:before{content:""}.typcn-watch:before{content:""}.typcn-waves-outline:before{content:""}.typcn-waves:before{content:""}.typcn-weather-cloudy:before{content:""}.typcn-weather-downpour:before{content:""}.typcn-weather-night:before{content:""}.typcn-weather-partly-sunny:before{content:""}.typcn-weather-shower:before{content:""}.typcn-weather-snow:before{content:""}.typcn-weather-stormy:before{content:""}.typcn-weather-sunny:before{content:""}.typcn-weather-windy-cloudy:before{content:""}.typcn-weather-windy:before{content:""}.typcn-wi-fi-outline:before{content:""}.typcn-wi-fi:before{content:""}.typcn-wine:before{content:""}.typcn-world-outline:before{content:""}.typcn-world:before{content:""}.typcn-zoom-in-outline:before{content:""}.typcn-zoom-in:before{content:""}.typcn-zoom-out-outline:before{content:""}.typcn-zoom-out:before{content:""}.typcn-zoom-outline:before{content:""}.typcn-zoom:before{content:""}/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#7a6fbe;--bs-indigo:#564ab1;--bs-red:#ec536c;--bs-yellow:#f5b225;--bs-green:#58db83;--bs-teal:#050505;--bs-cyan:#29bbe3;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#5b626b;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#7a6fbe;--bs-secondary:#6c757d;--bs-success:#58db83;--bs-info:#29bbe3;--bs-warning:#f5b225;--bs-orange:#f1734f;--bs-danger:#ec536c;--bs-pink:#e83e8c;--bs-light:#f8f9fa;--bs-dark:#343a40;--bs-purple:#6f42c1;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:91,98,107;--bs-body-bg-rgb:245,245,245;--bs-font-sans-serif:"Poppins",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:Poppins,sans-serif;--bs-body-font-size:0.8125rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#5b626b;--bs-body-bg:#f5f5f5}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#f5f5f5;background-color:var(--bs-body-bg);color:#5b626b;color:var(--bs-body-color);font-family:Poppins,sans-serif;font-family:var(--bs-body-font-family);font-size:.8125rem;font-size:var(--bs-body-font-size);font-weight:400;font-weight:var(--bs-body-font-weight);line-height:1.5;line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{background-color:currentColor;border:0;color:1px solid rgba(0,0,0,.1);margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.32813rem + .9375vw)}@media(min-width:1200px){.h1,h1{font-size:2.03125rem}}.h2,h2{font-size:calc(1.2875rem + .45vw)}@media(min-width:1200px){.h2,h2{font-size:1.625rem}}.h3,h3{font-size:calc(1.26719rem + .20625vw)}@media(min-width:1200px){.h3,h3{font-size:1.421875rem}}.h4,h4{font-size:1.21875rem}.h5,h5{font-size:1.015625rem}.h6,h6{font-size:.8125rem}p{margin-bottom:1rem;margin-top:0}abbr[data-bs-original-title],abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:600}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:87.5%}.mark,mark{background-color:#fcf8e3;padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#7a6fbe;text-decoration:none}a:hover{color:#52469b}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--bs-font-monospace);font-size:1em;unicode-bidi:bidi-override}pre{display:block;font-size:87.5%;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:600;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.85rem;padding-top:.85rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){legend{font-size:1.5rem}}legend{line-height:inherit}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.015625rem;font-weight:300}.display-1{font-size:calc(1.725rem + 5.7vw)}@media(min-width:1200px){.display-1{font-size:6rem}}.display-1{font-weight:300;line-height:1.2}.display-2{font-size:calc(1.675rem + 5.1vw)}@media(min-width:1200px){.display-2{font-size:5.5rem}}.display-2{font-weight:300;line-height:1.2}.display-3{font-size:calc(1.575rem + 3.9vw)}@media(min-width:1200px){.display-3{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2}.display-4{font-size:calc(1.475rem + 2.7vw)}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-4{font-weight:300;line-height:1.2}.display-5{font-size:calc(1.425rem + 2.1vw)}@media(min-width:1200px){.display-5{font-size:3rem}}.display-5{font-weight:300;line-height:1.2}.display-6{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.display-6{font-size:2.5rem}}.display-6{font-weight:300;line-height:1.2}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:87.5%;text-transform:uppercase}.blockquote{font-size:1.015625rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:87.5%;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#f5f5f5;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:87.5%}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:12px;padding-left:var(--bs-gutter-x,12px);padding-right:12px;padding-right:var(--bs-gutter-x,12px);width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:24px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#5b626b;--bs-table-striped-bg:#fff;--bs-table-active-color:#5b626b;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#5b626b;--bs-table-hover-bg:#f8f9fa;border-color:#e9ecef;color:#5b626b;margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.85rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid #e9ecef}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#e4e2f2;--bs-table-striped-bg:#d9d7e6;--bs-table-striped-color:#000;--bs-table-active-bg:#ceccda;--bs-table-active-color:#000;--bs-table-hover-bg:#d3d1e0;--bs-table-hover-color:#000;border-color:#ceccda;color:#000}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d6d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbcdce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;border-color:#cbcdce;color:#000}.table-success{--bs-table-bg:#def8e6;--bs-table-striped-bg:#d3ebdb;--bs-table-striped-color:#000;--bs-table-active-bg:#c7dfcf;--bs-table-active-color:#000;--bs-table-hover-bg:#cde5d5;--bs-table-hover-color:#000;border-color:#c7dfcf;color:#000}.table-info{--bs-table-bg:#d4f1f9;--bs-table-striped-bg:#cae5ed;--bs-table-striped-color:#000;--bs-table-active-bg:#bfd9e0;--bs-table-active-color:#000;--bs-table-hover-bg:#c4dfe7;--bs-table-hover-color:#000;border-color:#bfd9e0;color:#000}.table-warning{--bs-table-bg:#fdf0d3;--bs-table-striped-bg:#f0e4c9;--bs-table-striped-color:#000;--bs-table-active-bg:#e4d8be;--bs-table-active-color:#000;--bs-table-hover-bg:#eadec4;--bs-table-hover-color:#000;border-color:#e4d8be;color:#000}.table-danger{--bs-table-bg:#fbdde2;--bs-table-striped-bg:#efd2d6;--bs-table-striped-color:#000;--bs-table-active-bg:#e2c7cb;--bs-table-active-color:#000;--bs-table-hover-bg:#e8ccd1;--bs-table-hover-color:#000;border-color:#e2c7cb;color:#000}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;border-color:#dfe0e1;color:#000}.table-dark{--bs-table-bg:#343a40;--bs-table-striped-bg:#3e444a;--bs-table-striped-color:#fff;--bs-table-active-bg:#484e53;--bs-table-active-color:#fff;--bs-table-hover-bg:#43494e;--bs-table-hover-color:#fff;border-color:#484e53;color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.015625rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.7109375rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#6c757d;font-size:87.5%;margin-top:.25rem}.form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#5b626b;display:block;font-size:.8125rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:#fff;border-color:#b9bfc4;box-shadow:none;color:#5b626b;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#5b626b;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#5b626b;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#5b626b;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.7109375rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::file-selector-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.4rem;font-size:1.015625rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::file-selector-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:auto;padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.25rem;height:1.5em}.form-control-color::-webkit-color-swatch{border-radius:.25rem;height:1.5em}.form-select{-moz-padding-start:calc(.75rem - 3px);background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;color:#5b626b;display:block;font-size:.8125rem;font-weight:400;line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select{-webkit-appearance:none;appearance:none}.form-select:focus{border-color:#b9bfc4;box-shadow:0 0 0 .15rem rgba(122,111,190,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef;color:#6c757d}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #5b626b}.form-select-sm{border-radius:.2rem;font-size:.7109375rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.3rem;font-size:1.015625rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:0;min-height:1.21875rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{-webkit-print-color-adjust:exact;-webkit-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #adb5bd;color-adjust:exact;height:1em;margin-top:.25em;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:top;width:1em}@media(prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#b9bfc4;box-shadow:none;outline:0}.form-check-input:checked{background-color:#7a6fbe;border-color:#7a6fbe}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#7a6fbe;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#7a6fbe}.form-check-input:disabled{-webkit-filter:none;filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23B9BEC4'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{-webkit-filter:none;filter:none;opacity:.65;pointer-events:none}.form-range{-webkit-appearance:none;appearance:none;background-color:transparent;height:1.3rem;padding:0}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f5f5f5,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f5f5f5,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{background-color:#7a6fbe;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.form-range::-webkit-slider-thumb:active{background-color:#d7d4ec}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{background-color:#7a6fbe;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb{appearance:none}.form-range::-moz-range-thumb:active{background-color:#d7d4ec}.form-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid transparent;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-webkit-input-placeholder{color:transparent}.form-floating>.form-control:-ms-input-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-ms-input-placeholder){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:not(:-ms-input-placeholder)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#5b626b;display:flex;font-size:.8125rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.4rem;font-size:1.015625rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.2rem;font-size:.7109375rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:2.5rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.valid-feedback{color:#58db83;display:none;font-size:87.5%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(88,219,131,.9);border-radius:.25rem;color:#fff;display:none;font-size:.7109375rem;margin-top:.1rem;max-width:100%;padding:.4rem .7rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2358db83' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#58db83;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#58db83;box-shadow:0 0 0 .15rem rgba(88,219,131,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#58db83}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2358db83' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.5rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(.75em + 3.0625rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#58db83;box-shadow:0 0 0 .15rem rgba(88,219,131,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#58db83}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#58db83}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .15rem rgba(88,219,131,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#58db83}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{color:#ec536c;display:none;font-size:87.5%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(236,83,108,.9);border-radius:.25rem;color:#fff;display:none;font-size:.7109375rem;margin-top:.1rem;max-width:100%;padding:.4rem .7rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ec536c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ec536c' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#ec536c;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#ec536c;box-shadow:0 0 0 .15rem rgba(236,83,108,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#ec536c}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ec536c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ec536c' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.5rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(.75em + 3.0625rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#ec536c;box-shadow:0 0 0 .15rem rgba(236,83,108,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#ec536c}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#ec536c}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .15rem rgba(236,83,108,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ec536c}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#5b626b;cursor:pointer;display:inline-block;font-size:.8125rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#5b626b}.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .15rem rgba(122,111,190,.25);outline:0}.btn.disabled,.btn:disabled,fieldset:disabled .btn{opacity:.65;pointer-events:none}.btn-primary{background-color:#7a6fbe;border-color:#7a6fbe;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#685ea2;border-color:#625998;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .15rem rgba(142,133,200,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#625998;border-color:#5c538f;color:#fff}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(142,133,200,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#7a6fbe;border-color:#7a6fbe;color:#fff}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{background-color:#5c636a;border-color:#565e64;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .15rem hsla(208,6%,54%,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#565e64;border-color:#51585e;color:#fff}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-success{background-color:#58db83;border-color:#58db83;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{background-color:#4bba6f;border-color:#46af69;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .15rem rgba(113,224,150,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#46af69;border-color:#42a462;color:#fff}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(113,224,150,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#58db83;border-color:#58db83}.btn-info:hover{border-color:#2196b6}.btn-check:focus+.btn-info,.btn-info:focus{background-color:#239fc1;border-color:#2196b6;box-shadow:0 0 0 .15rem rgba(73,197,231,.5);color:#fff}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#2196b6;border-color:#1f8caa;color:#fff}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(73,197,231,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#29bbe3;border-color:#29bbe3;color:#fff}.btn-warning{background-color:#f5b225;border-color:#f5b225;color:#fff}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{background-color:#d0971f;border-color:#c48e1e;color:#fff}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .15rem rgba(247,190,70,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#c48e1e;border-color:#b8861c;color:#fff}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(247,190,70,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#f5b225;border-color:#f5b225;color:#fff}.btn-orange{background-color:#f1734f;border-color:#f1734f;color:#fff}.btn-check:focus+.btn-orange,.btn-orange:focus,.btn-orange:hover{background-color:#cd6243;border-color:#c15c3f;color:#fff}.btn-check:focus+.btn-orange,.btn-orange:focus{box-shadow:0 0 0 .15rem hsla(13,85%,68%,.5)}.btn-check:active+.btn-orange,.btn-check:checked+.btn-orange,.btn-orange.active,.btn-orange:active,.show>.btn-orange.dropdown-toggle{background-color:#c15c3f;border-color:#b5563b;color:#fff}.btn-check:active+.btn-orange:focus,.btn-check:checked+.btn-orange:focus,.btn-orange.active:focus,.btn-orange:active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .15rem hsla(13,85%,68%,.5)}.btn-orange.disabled,.btn-orange:disabled{background-color:#f1734f;border-color:#f1734f;color:#fff}.btn-danger:hover{border-color:#bd4256}.btn-check:focus+.btn-danger,.btn-danger:focus{background-color:#c9475c;border-color:#bd4256;box-shadow:0 0 0 .15rem rgba(239,109,130,.5);color:#fff}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#bd4256;border-color:#b13e51;color:#fff}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(239,109,130,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#ec536c;border-color:#ec536c;color:#fff}.btn-pink{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-check:focus+.btn-pink,.btn-pink:focus,.btn-pink:hover{background-color:#c53577;border-color:#ba3270;color:#fff}.btn-check:focus+.btn-pink,.btn-pink:focus{box-shadow:0 0 0 .15rem rgba(235,91,157,.5)}.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle{background-color:#ba3270;border-color:#ae2f69;color:#fff}.btn-check:active+.btn-pink:focus,.btn-check:checked+.btn-pink:focus,.btn-pink.active:focus,.btn-pink:active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(235,91,157,.5)}.btn-pink.disabled,.btn-pink:disabled{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .15rem hsla(210,2%,83%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem hsla(210,2%,83%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#2c3136;border-color:#2a2e33;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .15rem rgba(82,88,93,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#2a2e33;border-color:#272c30;color:#fff}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-purple{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-check:focus+.btn-purple,.btn-purple:focus,.btn-purple:hover{background-color:#5e38a4;border-color:#59359a;color:#fff}.btn-check:focus+.btn-purple,.btn-purple:focus{box-shadow:0 0 0 .15rem rgba(133,94,202,.5)}.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{background-color:#59359a;border-color:#533291;color:#fff}.btn-check:active+.btn-purple:focus,.btn-check:checked+.btn-purple:focus,.btn-purple.active:focus,.btn-purple:active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(133,94,202,.5)}.btn-purple.disabled,.btn-purple:disabled{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-outline-primary{border-color:#7a6fbe;color:#7a6fbe}.btn-outline-primary:hover{background-color:#7a6fbe;border-color:#7a6fbe;color:#fff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .15rem rgba(122,111,190,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#7a6fbe;border-color:#7a6fbe;color:#fff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .15rem rgba(122,111,190,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#7a6fbe}.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .15rem hsla(208,7%,46%,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .15rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#6c757d}.btn-outline-success{border-color:#58db83;color:#58db83}.btn-outline-success:hover{background-color:#58db83;border-color:#58db83;color:#fff}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .15rem rgba(88,219,131,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#58db83;border-color:#58db83;color:#fff}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .15rem rgba(88,219,131,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#58db83}.btn-outline-info{border-color:#29bbe3;color:#29bbe3}.btn-outline-info:hover{background-color:#29bbe3;border-color:#29bbe3;color:#fff}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .15rem rgba(41,187,227,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{background-color:#29bbe3;border-color:#29bbe3;color:#fff}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .15rem rgba(41,187,227,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#29bbe3}.btn-outline-warning{border-color:#f5b225;color:#f5b225}.btn-outline-warning:hover{background-color:#f5b225;border-color:#f5b225;color:#fff}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .15rem rgba(245,178,37,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{background-color:#f5b225;border-color:#f5b225;color:#fff}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .15rem rgba(245,178,37,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#f5b225}.btn-outline-orange{border-color:#f1734f;color:#f1734f}.btn-outline-orange:hover{background-color:#f1734f;border-color:#f1734f;color:#fff}.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus{box-shadow:0 0 0 .15rem rgba(241,115,79,.5)}.btn-check:active+.btn-outline-orange,.btn-check:checked+.btn-outline-orange,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show,.btn-outline-orange:active{background-color:#f1734f;border-color:#f1734f;color:#fff}.btn-check:active+.btn-outline-orange:focus,.btn-check:checked+.btn-outline-orange:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus,.btn-outline-orange:active:focus{box-shadow:0 0 0 .15rem rgba(241,115,79,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{background-color:transparent;color:#f1734f}.btn-outline-danger{border-color:#ec536c;color:#ec536c}.btn-outline-danger:hover{background-color:#ec536c;border-color:#ec536c;color:#fff}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .15rem rgba(236,83,108,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#ec536c;border-color:#ec536c;color:#fff}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .15rem rgba(236,83,108,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#ec536c}.btn-outline-pink{border-color:#e83e8c;color:#e83e8c}.btn-outline-pink:hover{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{background-color:transparent;color:#e83e8c}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .15rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .15rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-dark{border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .15rem rgba(52,58,64,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{background-color:#343a40;border-color:#343a40;color:#fff}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .15rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-purple{border-color:#6f42c1;color:#6f42c1}.btn-outline-purple:hover{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{box-shadow:0 0 0 .15rem rgba(111,66,193,.5)}.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{box-shadow:0 0 0 .15rem rgba(111,66,193,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{background-color:transparent;color:#6f42c1}.btn-link{color:#7a6fbe;font-weight:400;text-decoration:none}.btn-link:hover{color:#52469b}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{border-radius:.4rem;font-size:1.015625rem;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.7109375rem;padding:.25rem .5rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:0 solid #eaedf0;border-radius:.25rem;color:#5b626b;display:none;font-size:.8125rem;list-style:none;min-width:10rem;padding:.5rem 0;text-align:left}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem;top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid #eaedf0;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.35rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#f8f9fa;color:#2c3034}.dropdown-item.active,.dropdown-item:active{background-color:#f8f9fa;color:#2c3034;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#6c757d;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.7109375rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.35rem 1.5rem}.dropdown-menu-dark{background-color:#343a40;border-color:#eaedf0;color:#dee2e6}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{background-color:#f8f9fa;color:#2c3034}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:#eaedf0}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:#7a6fbe;display:block;padding:.5rem 1rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#52469b}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs .nav-link{margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #ced4da;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#ced4da #ced4da #fff;color:#5b626b}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#7a6fbe;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.5rem;padding-top:.5rem;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{font-size:1.015625rem;margin-right:1rem;padding-bottom:.34765625rem;padding-top:.34765625rem;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.015625rem;line-height:1;padding:.25rem .75rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 .15rem;outline:0;text-decoration:none}.navbar-toggler-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.55)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:0 solid #dee2e6;border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:0 solid #dee2e6;margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:.25rem .25rem 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:0 solid #dee2e6;padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 .25rem .25rem}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:.25rem;bottom:0;left:0;padding:1rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-img,.card-img-bottom{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-group>.card{margin-bottom:12px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{align-items:center;background-color:transparent;border:0;border-radius:0;color:#5b626b;display:flex;font-size:.8125rem;overflow-anchor:none;padding:1rem 1.25rem;position:relative;text-align:left;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;width:100%}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:#f2f1f9;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);color:#6e64ab}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236D63AB'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235b626b'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px;content:"";flex-shrink:0;height:16px;margin-left:auto;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:16px}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:#b9bfc4;box-shadow:none;outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:transparent;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:.5rem}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #ced4da;color:#7a6fbe;display:block;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{border-color:#ced4da;z-index:2}.page-link:focus,.page-link:hover{background-color:#e9ecef;color:#52469b}.page-link:focus{box-shadow:0 0 0 .15rem rgba(122,111,190,.25);outline:0;z-index:3}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{background-color:#7a6fbe;border-color:#7a6fbe;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#ced4da;color:#6c757d;pointer-events:none}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.pagination-lg .page-link{font-size:1.015625rem;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.7109375rem;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;color:#fff;display:inline-block;font-size:75%;font-weight:500;line-height:1;padding:.25em .4em;text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:600}.alert-dismissible{padding-right:3.75rem}.alert-dismissible .btn-close{padding:.9375rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#e4e2f2;border-color:#d7d4ec;color:#494372}.alert-primary .alert-link{color:#3b355b}.alert-secondary{background-color:#e2e3e5;border-color:#d3d6d8;color:#41464b}.alert-secondary .alert-link{color:#34383c}.alert-success{background-color:#def8e6;border-color:#cdf4da;color:#35834f}.alert-success .alert-link{color:#2a693f}.alert-info{background-color:#d4f1f9;border-color:#bfebf7;color:#197088}.alert-info .alert-link{color:#145a6d}.alert-warning{background-color:#fdf0d3;border-color:#fce8be;color:#936b16}.alert-warning .alert-link{color:#765512}.alert-orange{background-color:#fce3dc;border-color:#fbd5ca;color:#91452f}.alert-orange .alert-link{color:#743726}.alert-danger{background-color:#fbdde2;border-color:#f9cbd3;color:#8e3241}.alert-danger .alert-link{color:#712834}.alert-pink{background-color:#fad8e8;border-color:#f8c5dd;color:#8b2554}.alert-pink .alert-link{color:#6f1e43}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#959596}.alert-light .alert-link{color:#777878}.alert-dark{background-color:#d6d8d9;border-color:#c2c4c6;color:#1f2326}.alert-dark .alert-link{color:#191c1f}.alert-purple{background-color:#e2d9f3;border-color:#d4c6ec;color:#432874}.alert-purple .alert-link{color:#35205d}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:.625rem}}@keyframes progress-bar-stripes{0%{background-position-x:.625rem}}.progress{background-color:#dee2e6;border-radius:.25rem;font-size:.609375rem;height:.625rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#7a6fbe;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.625rem .625rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:#5b626b}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#5b626b;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#5b626b}.list-group-item{border:1px solid #e9ecef;color:#212529}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#7a6fbe;border-color:#7a6fbe;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#e4e2f2;color:#494372}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#ceccda;color:#494372}.list-group-item-primary.list-group-item-action.active{background-color:#494372;border-color:#494372;color:#fff}.list-group-item-secondary{background-color:#e2e3e5;color:#41464b}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#cbcdce;color:#41464b}.list-group-item-secondary.list-group-item-action.active{background-color:#41464b;border-color:#41464b;color:#fff}.list-group-item-success{background-color:#def8e6;color:#35834f}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#c7dfcf;color:#35834f}.list-group-item-success.list-group-item-action.active{background-color:#35834f;border-color:#35834f;color:#fff}.list-group-item-info{background-color:#d4f1f9;color:#197088}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#bfd9e0;color:#197088}.list-group-item-info.list-group-item-action.active{background-color:#197088;border-color:#197088;color:#fff}.list-group-item-warning{background-color:#fdf0d3;color:#936b16}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#e4d8be;color:#936b16}.list-group-item-warning.list-group-item-action.active{background-color:#936b16;border-color:#936b16;color:#fff}.list-group-item-orange{background-color:#fce3dc;color:#91452f}.list-group-item-orange.list-group-item-action:focus,.list-group-item-orange.list-group-item-action:hover{background-color:#e3ccc6;color:#91452f}.list-group-item-orange.list-group-item-action.active{background-color:#91452f;border-color:#91452f;color:#fff}.list-group-item-danger{background-color:#fbdde2;color:#8e3241}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#e2c7cb;color:#8e3241}.list-group-item-danger.list-group-item-action.active{background-color:#8e3241;border-color:#8e3241;color:#fff}.list-group-item-pink{background-color:#fad8e8;color:#8b2554}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{background-color:#e1c3d1;color:#8b2554}.list-group-item-pink.list-group-item-action.active{background-color:#8b2554;border-color:#8b2554;color:#fff}.list-group-item-light{background-color:#fefefe;color:#959596}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e4e4e5;color:#959596}.list-group-item-light.list-group-item-action.active{background-color:#959596;border-color:#959596;color:#fff}.list-group-item-dark{background-color:#d6d8d9;color:#1f2326}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#c1c2c3;color:#1f2326}.list-group-item-dark.list-group-item-action.active{background-color:#1f2326;border-color:#1f2326;color:#fff}.list-group-item-purple{background-color:#e2d9f3;color:#432874}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{background-color:#ccc3da;color:#432874}.list-group-item-purple.list-group-item-action.active{background-color:#432874;border-color:#432874;color:#fff}.btn-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;box-sizing:content-box;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:none;opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{max-width:100%;pointer-events:none;width:-webkit-max-content;width:max-content}.toast-container>:not(:last-child){margin-bottom:12px}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.5rem .75rem}.toast-header .btn-close{margin-left:.75rem;margin-right:-.375rem}.toast-body{word-wrap:break-word;padding:.75rem}.modal{display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.fade .modal-dialog{-webkit-transform:translateY(-50px);transform:translateY(-50px)}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #dee2e6;border-radius:.4rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:center;border-bottom:1px solid #e9ecef;border-top-left-radius:calc(.4rem - 1px);border-top-right-radius:calc(.4rem - 1px);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.modal-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.4rem - 1px);border-bottom-right-radius:calc(.4rem - 1px);border-top:1px solid #e9ecef;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{word-wrap:break-word;display:block;font-family:Poppins,sans-serif;font-size:.7109375rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:-1px}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.4rem .7rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.4rem;display:block;font-family:Poppins,sans-serif;font-size:.7109375rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover .popover-arrow{display:block;height:.5rem;position:absolute;width:1rem}.popover .popover-arrow:after,.popover .popover-arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:1rem;left:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f0f0f0;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:1rem;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.4rem - 1px);border-top-right-radius:calc(.4rem - 1px);font-size:.8125rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#5b626b;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transform:none;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner-border{-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;visibility:hidden;z-index:1045}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{margin-bottom:-.5rem;margin-right:-.5rem;margin-top:-.5rem;padding:.5rem}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid rgba(0,0,0,.2);left:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);width:400px}.offcanvas-end{border-left:1px solid rgba(0,0,0,.2);right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);width:400px}.offcanvas-top{border-bottom:1px solid rgba(0,0,0,.2);top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{height:30vh;left:0;max-height:100%;right:0}.offcanvas-bottom{border-top:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(100%);transform:translateY(100%)}.offcanvas.show{-webkit-transform:none;transform:none}.placeholder{background-color:currentColor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.link-primary{color:#7a6fbe}.link-primary:focus,.link-primary:hover{color:#625998}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#58db83}.link-success:focus,.link-success:hover{color:#46af69}.link-info{color:#29bbe3}.link-info:focus,.link-info:hover{color:#2196b6}.link-warning{color:#f5b225}.link-warning:focus,.link-warning:hover{color:#c48e1e}.link-orange{color:#f1734f}.link-orange:focus,.link-orange:hover{color:#c15c3f}.link-danger{color:#ec536c}.link-danger:focus,.link-danger:hover{color:#bd4256}.link-pink{color:#e83e8c}.link-pink:focus,.link-pink:hover{color:#ba3270}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#343a40}.link-dark:focus,.link-dark:hover{color:#2a2e33}.link-purple{color:#6f42c1}.link-purple:focus,.link-purple:hover{color:#59359a}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentColor;display:inline-block;min-height:1em;opacity:.25;width:1px}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 2px 30px rgba(0,0,0,.08)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:1px solid #e9ecef!important}.border-top{border-top:1px solid #e9ecef!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #e9ecef!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #e9ecef!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #e9ecef!important}.border-start-0{border-left:0!important}.border-primary{border-color:#7a6fbe!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#58db83!important}.border-info{border-color:#29bbe3!important}.border-warning{border-color:#f5b225!important}.border-orange{border-color:#f1734f!important}.border-danger{border-color:#ec536c!important}.border-pink{border-color:#e83e8c!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-purple{border-color:#6f42c1!important}.border-white{border-color:#fff!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n5{margin-left:-3rem!important;margin-right:-3rem!important}.my-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.32813rem + .9375vw)!important}.fs-2{font-size:calc(1.2875rem + .45vw)!important}.fs-3{font-size:calc(1.26719rem + .20625vw)!important}.fs-4{font-size:1.21875rem!important}.fs-5{font-size:1.015625rem!important}.fs-6{font-size:.8125rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(13,110,253,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(108,117,125,var(--bs-text-opacity))!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(25,135,84,var(--bs-text-opacity))!important;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(13,202,240,var(--bs-text-opacity))!important;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(255,193,7,var(--bs-text-opacity))!important;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(220,53,69,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(248,249,250,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(91,98,107,var(--bs-text-opacity))!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(13,110,253,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(108,117,125,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(25,135,84,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(13,202,240,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(255,193,7,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(220,53,69,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(248,249,250,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(33,37,41,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(0,0,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(245,245,245,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))!important;background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.4rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n5{margin-left:-3rem!important;margin-right:-3rem!important}.my-sm-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-sm-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n5{margin-left:-3rem!important;margin-right:-3rem!important}.my-md-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-md-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n5{margin-left:-3rem!important;margin-right:-3rem!important}.my-lg-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-lg-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mx-xl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.my-xl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mx-xxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.my-xxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.03125rem!important}.fs-2{font-size:1.625rem!important}.fs-3{font-size:1.421875rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}html{min-height:100%;position:relative}p{line-height:1.7}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2}a{text-decoration:none!important}label{font-weight:500;margin-bottom:.5rem}.small,small{font-weight:400}.blockquote{border-left:4px solid #dee2e6;padding:10px 20px}.blockquote-reverse{border-left:0;border-right:4px solid #dee2e6;text-align:right}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px}}.row>*{position:relative}.bg-primary.bg-soft{background-color:rgba(122,111,190,.25)!important}.bg-secondary.bg-soft{background-color:hsla(208,7%,46%,.25)!important}.bg-success.bg-soft{background-color:rgba(88,219,131,.25)!important}.bg-info.bg-soft{background-color:rgba(41,187,227,.25)!important}.bg-warning.bg-soft{background-color:rgba(245,178,37,.25)!important}.bg-orange.bg-soft{background-color:rgba(241,115,79,.25)!important}.bg-danger.bg-soft{background-color:rgba(236,83,108,.25)!important}.bg-pink.bg-soft{background-color:rgba(232,62,140,.25)!important}.bg-light.bg-soft{background-color:rgba(248,249,250,.25)!important}.bg-dark.bg-soft{background-color:rgba(52,58,64,.25)!important}.bg-purple.bg-soft{background-color:rgba(111,66,193,.25)!important}.badge-soft-primary{background-color:rgba(122,111,190,.18);color:#7a6fbe}.badge-soft-secondary{background-color:hsla(208,7%,46%,.18);color:#6c757d}.badge-soft-success{background-color:rgba(88,219,131,.18);color:#58db83}.badge-soft-info{background-color:rgba(41,187,227,.18);color:#29bbe3}.badge-soft-warning{background-color:rgba(245,178,37,.18);color:#f5b225}.badge-soft-orange{background-color:rgba(241,115,79,.18);color:#f1734f}.badge-soft-danger{background-color:rgba(236,83,108,.18);color:#ec536c}.badge-soft-pink{background-color:rgba(232,62,140,.18);color:#e83e8c}.badge-soft-light{background-color:rgba(248,249,250,.18);color:#f8f9fa}.badge-soft-dark{background-color:rgba(52,58,64,.18);color:#343a40}.badge-soft-purple{background-color:rgba(111,66,193,.18);color:#6f42c1}.rounded-pill{padding-left:.6em;padding-right:.6em}.bg-light{color:#343a40!important}a,button{outline:none!important}.btn-rounded{border-radius:30px}.btn-dark{color:#e9ecef!important}.breadcrumb-item>a{color:#343a40}.breadcrumb-item+.breadcrumb-item:before{color:rgba(52,58,64,.5);content:""!important;font-family:Font Awesome\ 5 Free;font-weight:700}.card{box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);margin-bottom:24px}.card-drop{color:#5b626b}.card-title{font-size:16px;margin:0 0 7px}.card-title-desc{color:#6c757d;margin-bottom:24px}.dropdown-menu{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:DropDownSlide;animation-name:DropDownSlide;box-shadow:0 2px 30px rgba(0,0,0,.08);margin:0;position:absolute;z-index:1000}.dropdown-menu.show{top:100%!important}.dropdown-menu[style]{left:0;right:auto!important}.dropdown-menu-end[style]{left:auto!important;right:0!important}.dropdown-menu[data-popper-placement^=left],.dropdown-menu[data-popper-placement^=right],.dropdown-menu[data-popper-placement^=top]{-webkit-animation:none!important;animation:none!important;top:auto!important}@-webkit-keyframes DropDownSlide{to{-webkit-transform:translateY(0);transform:translateY(0)}0%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes DropDownSlide{to{-webkit-transform:translateY(0);transform:translateY(0)}0%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@media(min-width:600px){.dropdown-menu-xl{width:420px}.dropdown-menu-lg{width:320px}.dropdown-menu-md{width:240px}}.dropdown-divider{border-top-color:#e9ecef}.dropdown-mega{position:static!important}.dropdown-megamenu{left:12px!important;padding:20px;right:12px!important}.dropdown-mega-menu-xl{width:40rem}.dropdown-mega-menu-lg{width:26rem}.dropdown-mega-menu-xl{width:32rem}.nav-pills>a,.nav-pills>li>a,.nav-tabs>li>a{color:#5b626b;font-weight:500}.nav-tabs-custom{border-bottom:2px solid #dee2e6}.nav-tabs-custom .nav-item{color:#343a40;position:relative}.nav-tabs-custom .nav-item .nav-link{border:none}.nav-tabs-custom .nav-item .nav-link:after{background:#7a6fbe;bottom:-2px;content:"";height:2px;left:0;position:absolute;-webkit-transform:scale(0);transform:scale(0);transition:all .25s ease 0s;width:100%}.nav-tabs-custom .nav-item .nav-link.active{color:#7a6fbe}.nav-tabs-custom .nav-item .nav-link.active:after{-webkit-transform:scale(1);transform:scale(1)}.tabs-custom-justify{border-bottom:1px solid #d8dde2;justify-content:center}.tabs-custom-justify .nav-link{border-bottom:1px solid transparent;color:#868e96;font-weight:500;margin:0 8px;padding:.5rem;transition:all .3s}.tabs-custom-justify .nav-link.active,.tabs-custom-justify .nav-link:hover{background-color:transparent!important;border-bottom:1px solid #7a6fbe;border-left:none!important;border-radius:0;border-right:none!important;border-top:none!important;color:#7a6fbe}.vertical-nav .nav .nav-link{margin-bottom:8px;padding:24px 16px;text-align:center}.vertical-nav .nav .nav-link .nav-icon{font-size:24px}.table th{font-weight:600}.table .table-light{background-color:#f8f9fa;border-color:#e9ecef;color:#5b626b}.table>:not(caption)>*>*{border-bottom-width:0;border-top-width:1px}.table>:not(:last-child)>:last-child>*{border-bottom-color:#e9ecef}.table-dark>:not(:last-child)>:last-child>*{border-bottom-color:#43494e}.table-nowrap td,.table-nowrap th{white-space:nowrap}.table-centered td,.table-centered th{vertical-align:middle!important}.table-card-list{border-collapse:separate;border-spacing:0 12px}.table-card-list tr{background-color:#fff}.pagination-rounded .page-link{border:none;border-radius:30px!important;height:32px;line-height:32px;margin:0 5px;padding:0;text-align:center;width:32px}.progress-sm{height:5px}.progress-md{height:8px}.progress-lg{height:12px}.progress-xl{height:16px}.animated-progess{position:relative}.animated-progess .progress-bar{-webkit-animation:animate-positive 2s;animation:animate-positive 2s;border-radius:6px;position:relative}@-webkit-keyframes animate-positive{0%{width:0}}@keyframes animate-positive{0%{width:0}}.progress.custom-progress-bar{overflow:visible}.progress.custom-progress-bar .progress-bar{-webkit-animation:animate-positive 2s;animation:animate-positive 2s;border-radius:6px;overflow:visible;position:relative}.progress.custom-progress-bar .progress-bar:before{border:2px solid;border-radius:50%;content:"";height:24px;position:absolute;right:-8px;width:24px}.progress.custom-progress-bar .progress-bar:after{background-color:#dee2e6;border-radius:50%;content:"";height:8px;position:absolute;right:0;width:8px}.custom-progress-bar .progress-bar.bg-primary:before{border-color:rgba(122,111,190,.65)}.custom-progress-bar .progress-bar.bg-primary:after{box-shadow:0 0 0 3px #7a6fbe}.custom-progress-bar .progress-bar.bg-secondary:before{border-color:hsla(208,7%,46%,.65)}.custom-progress-bar .progress-bar.bg-secondary:after{box-shadow:0 0 0 3px #6c757d}.custom-progress-bar .progress-bar.bg-success:before{border-color:rgba(88,219,131,.65)}.custom-progress-bar .progress-bar.bg-success:after{box-shadow:0 0 0 3px #58db83}.custom-progress-bar .progress-bar.bg-info:before{border-color:rgba(41,187,227,.65)}.custom-progress-bar .progress-bar.bg-info:after{box-shadow:0 0 0 3px #29bbe3}.custom-progress-bar .progress-bar.bg-warning:before{border-color:rgba(245,178,37,.65)}.custom-progress-bar .progress-bar.bg-warning:after{box-shadow:0 0 0 3px #f5b225}.custom-progress-bar .progress-bar.bg-orange:before{border-color:rgba(241,115,79,.65)}.custom-progress-bar .progress-bar.bg-orange:after{box-shadow:0 0 0 3px #f1734f}.custom-progress-bar .progress-bar.bg-danger:before{border-color:rgba(236,83,108,.65)}.custom-progress-bar .progress-bar.bg-danger:after{box-shadow:0 0 0 3px #ec536c}.custom-progress-bar .progress-bar.bg-pink:before{border-color:rgba(232,62,140,.65)}.custom-progress-bar .progress-bar.bg-pink:after{box-shadow:0 0 0 3px #e83e8c}.custom-progress-bar .progress-bar.bg-light:before{border-color:rgba(248,249,250,.65)}.custom-progress-bar .progress-bar.bg-light:after{box-shadow:0 0 0 3px #f8f9fa}.custom-progress-bar .progress-bar.bg-dark:before{border-color:rgba(52,58,64,.65)}.custom-progress-bar .progress-bar.bg-dark:after{box-shadow:0 0 0 3px #343a40}.custom-progress-bar .progress-bar.bg-purple:before{border-color:rgba(111,66,193,.65)}.custom-progress-bar .progress-bar.bg-purple:after{box-shadow:0 0 0 3px #6f42c1}#page-topbar{background-color:#fff;box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);left:0;position:fixed;right:0;top:0;z-index:1002}.navbar-header{height:70px}.navbar-brand-box{text-align:center;width:200px}.logo{line-height:70px}.logo-light,.logo .logo-sm{display:none}.dropdown-topbar .btn-light{background-color:#f8f9fa!important;border:#f8f9fa!important}.dropdown-topbar .btn-light:focus{box-shadow:0 0 0 .15rem hsla(220,4%,85%,.5)!important}.fullscreen-enable [data-toggle=fullscreen] .mdi-fullscreen:before{content:"󰊔"}.app-search{padding:16px 0}.app-search .form-control{background-color:#f8f9fa;border:none;border-radius:30px;box-shadow:none;height:38px;padding-left:20px;padding-right:40px}.app-search span{color:#5b626b;font-size:13px;line-height:38px;position:absolute;right:16px;top:0;z-index:10}.megamenu-list li{padding:5px 0;position:relative}.megamenu-list li a{color:#5b626b}@media(max-width:992px){.navbar-brand-box{width:auto}.logo span.logo-lg{display:none}.logo span.logo-sm{display:inline-block}}.page-content{padding:94px 12px 60px}.header-item{border:0;border-radius:0;box-shadow:none!important;height:70px}.header-item,.header-item:hover{color:#555b6d}.header-profile-user{background-color:#dee2e6;height:36px;width:36px}.noti-icon i{color:#fff;font-size:22px}.noti-icon .badge{right:4px;top:12px}.notification-item .media{padding:.75rem 1rem}.notification-item .media:hover{background-color:#f8f9fa}.dropdown-icon-item{border:1px solid transparent;border-radius:3px;color:#6c757d;display:block;line-height:34px;padding:15px 0 9px;text-align:center}.dropdown-icon-item img{height:24px}.dropdown-icon-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon-item:hover{border-color:#e9ecef}body[data-topbar=dark] #page-topbar{background-color:#2b3a4a}body[data-topbar=dark] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.05)}body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}body[data-topbar=dark] .header-item,body[data-topbar=dark] .header-item:hover{color:#e9ecef}body[data-topbar=dark] .header-profile-user{background-color:hsla(0,0%,100%,.25)}body[data-topbar=dark] .noti-icon i{color:#e9ecef}body[data-topbar=dark] .logo-dark{display:none}body[data-topbar=dark] .logo-light{display:block}body[data-topbar=dark] .app-search .form-control{background-color:rgba(248,249,250,.07);color:#fff}body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,body[data-topbar=dark] .app-search span{color:hsla(0,0%,100%,.5)}body[data-sidebar=dark] .navbar-brand-box{background:#2b3a4a}body[data-sidebar=dark] .logo-dark{display:none}body[data-sidebar=dark] .logo-light{display:block}@media(max-width:575.98px){.navbar-header .dropdown{position:static}.navbar-header .dropdown .dropdown-menu{left:10px!important;right:10px!important}.top-navigation{background-color:#2b3a4a;left:0;position:absolute;right:0}}@media(max-width:380px){.navbar-brand-box{display:none!important}}body[data-layout=horizontal] .navbar-header{padding:0}body[data-layout=horizontal] .navbar-brand-box{display:inline-block;width:auto}body[data-layout=horizontal] .page-content{margin-top:70px;padding:204px 12px 60px}@media(max-width:992px){body[data-layout=horizontal] .page-content{padding:122px 12px 60px}}@media(min-width:992px){body[data-layout=horizontal] .navbar-header{padding:0 12px}body[data-layout=horizontal] .navbar-brand-box{padding-left:0}}.page-title-box{padding-bottom:24px}.page-title-box .breadcrumb{background-color:transparent;padding:0}.page-title-box .h4,.page-title-box h4{font-size:18px!important}.state-information .state-graph{float:right;margin-left:40px;text-align:center}.state-information .state-graph .info{font-size:12px;margin-top:3px}body[data-layout=horizontal] .top-navigation{padding:0 12px}body[data-layout=horizontal] .state-information .state-graph .info{color:#adb5bd}body[data-layout=horizontal] .page-title-content{padding:20px 0}body[data-layout=horizontal] .page-title-content .page-title-box{padding-bottom:0}body[data-layout=horizontal] .page-title-content .page-title-box .breadcrumb-item>a{color:#ced4da}body[data-layout=horizontal] .page-title-content .page-title-box .breadcrumb-item+.breadcrumb-item:before{color:hsla(0,0%,100%,.5)}body[data-layout=horizontal] .page-title-content .page-title-box .breadcrumb-item.active{color:#adb5bd}body[data-layout=horizontal] .page-title-content .h4,body[data-layout=horizontal] .page-title-content h4{color:#fff}.footer{background-color:#fafafa;box-shadow:0 -1px 2px 0 rgba(0,0,0,.05);color:#5b626b;height:60px;left:0;padding:20px 12px;position:absolute;right:0;text-align:center}@media(max-width:992px){.footer{left:0}}.vertical-collpsed .footer{left:70px}body[data-layout=horizontal] .footer{left:0!important}.right-bar{background-color:#fff;bottom:0;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;float:right!important;position:fixed;right:-290px;top:0;transition:all .2s ease-out;width:280px;z-index:9999}.right-bar .right-bar-toggle{background-color:#444c54;border-radius:50%;color:#e9ecef;height:24px;line-height:24px;text-align:center;width:24px}.right-bar .right-bar-toggle:hover{background-color:#4b545c}.rightbar-overlay{background-color:rgba(52,58,64,.55);bottom:0;display:none;left:0;position:absolute;right:0;top:0;transition:all .2s ease-out;z-index:9998}.right-bar-enabled .right-bar{right:0}.right-bar-enabled .rightbar-overlay{display:block}@media(max-width:767.98px){.right-bar{overflow:auto}.right-bar .slimscroll-menu{height:auto!important}}.metismenu{margin:0}.metismenu li{display:block;width:100%}.metismenu .mm-collapse,.metismenu .mm-collapse:not(.mm-show){display:none}.metismenu .mm-collapse.mm-show{display:block}.metismenu .mm-collapsing{height:0;overflow:hidden;position:relative;transition-duration:.35s;transition-property:height,visibility;transition-timing-function:ease}.vertical-menu{top:70px;width:228px}.assessment-vertical-menu,.vertical-menu{background:#fff;bottom:0;box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);margin-top:0;z-index:1001}.assessment-vertical-menu{width:100%}.main-content .content{margin-top:70px;padding:0 15px 10px}#sidebar-menu{padding:10px 0 30px}#sidebar-menu .mm-active>.has-arrow:after{content:"󰅀"}#sidebar-menu .has-arrow:after{content:"󰅂";display:block;float:right;font-family:Material Design Icons;font-size:1rem;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}#sidebar-menu ul li a{color:#545a6d;display:block;font-size:13.3px;padding:11PX 20PX;position:relative;transition:all .4s}#sidebar-menu ul li a i{color:#7f8387;display:inline-block;font-size:1rem;line-height:1.40625rem;min-width:1.6rem;padding-bottom:.125em;transition:all .4s;vertical-align:middle}#sidebar-menu ul li a:hover,#sidebar-menu ul li a:hover i{color:#383c40}#sidebar-menu ul li .badge{margin-top:5px}#sidebar-menu ul li ul.sub-menu{padding:0}#sidebar-menu ul li ul.sub-menu li a{background-color:transparent;color:#545a6d;font-size:13px;padding:.4rem 1.5rem .4rem 3.1rem}#sidebar-menu ul li ul.sub-menu li ul.sub-menu{padding:0}#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a{font-size:13.5px;padding:.4rem 1.5rem .4rem 4.5rem}.menu-title{color:#7f8387;cursor:default;font-size:10px;font-weight:600;letter-spacing:.05em;padding:12px 20px!important;pointer-events:none;text-transform:uppercase}.mm-active,.mm-active>a{color:#7a6fbe!important}.mm-active>a{background-color:#f9f8fb}.mm-active .active,.mm-active .active i,.mm-active>a i,.mm-active>i{color:#7a6fbe!important}@media(max-width:992px){.vertical-menu{display:none}.main-content{margin-left:0!important}body.sidebar-enable .vertical-menu{display:block}}.vertical-collpsed .main-content{margin-left:70px}.vertical-collpsed .navbar-brand-box{width:70px!important}.vertical-collpsed .logo span.logo-lg{display:none}.vertical-collpsed .logo span.logo-sm{display:block}.vertical-collpsed .vertical-menu{position:absolute;width:70px!important;z-index:5}.vertical-collpsed .vertical-menu .simplebar-content-wrapper,.vertical-collpsed .vertical-menu .simplebar-mask{overflow:visible!important}.vertical-collpsed .vertical-menu .simplebar-scrollbar{display:none!important}.vertical-collpsed .vertical-menu .simplebar-offset{bottom:0!important}.vertical-collpsed .vertical-menu #sidebar-menu .badge,.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,.vertical-collpsed .vertical-menu #sidebar-menu .menu-title{display:none!important}.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse{height:inherit!important}.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after{display:none}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li{position:relative;white-space:nowrap}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a{min-height:55px;padding:15px 20px;transition:none}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:active,.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:focus,.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:hover{color:#383c40}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{font-size:1.45rem;margin-left:4px}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span{display:none;padding-left:25px}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background-color:#f5f5f5;color:#7a6fbe;position:relative;transition:none;width:260px}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#7a6fbe}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span{display:inline}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul{box-shadow:3px 5px 10px 0 rgba(54,61,71,.1);display:block;height:auto!important;left:70px;position:absolute;width:190px}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul ul{box-shadow:3px 5px 10px 0 rgba(54,61,71,.1)}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{box-shadow:none;color:#545a6d;padding:8px 20px;position:relative;width:190px;z-index:6}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#383c40}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul{background-color:#fff;display:none;padding:5px 0;z-index:9999}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li:hover>ul{display:block;height:auto!important;left:190px;margin-top:-36px;position:absolute;width:190px}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li>a span.pull-right{position:absolute;right:20px;top:12px;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li.active a{color:#f8f9fa}body[data-sidebar=dark] .vertical-menu{background:#2b3a4a}body[data-sidebar=dark] #sidebar-menu ul li a,body[data-sidebar=dark] #sidebar-menu ul li a i{color:#8699ad}body[data-sidebar=dark] #sidebar-menu ul li a:hover,body[data-sidebar=dark] #sidebar-menu ul li a:hover i{color:#fff}body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a{background:transparent;box-shadow:none;color:#8699ad}body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover{color:#fff}body[data-sidebar=dark] #sidebar-menu ul>li>a.mm-active{background-color:#263442}body[data-sidebar=dark].vertical-collpsed{min-height:1200px}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background:#2f3f50;color:#fff}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{color:#8699ad}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#fff}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul{background-color:#2b3a4a}body[data-sidebar=dark] .mm-active,body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active,body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i{color:#fff!important}body[data-sidebar=dark] .mm-active>a{background-color:#263442;color:#fff!important}body[data-sidebar=dark] .mm-active>a i,body[data-sidebar=dark] .mm-active>i{color:#fff!important}body[data-sidebar=dark] .mm-active .active{background-color:#263442;color:#fff!important}body[data-sidebar=dark] .mm-active .active i{color:#fff!important}body[data-sidebar=dark] .menu-title{color:#8699ad}body[data-layout=horizontal] .main-content{margin-left:0!important}body[data-sidebar-size=small] .navbar-brand-box{width:160px}body[data-sidebar-size=small] .vertical-menu{text-align:center;width:160px}body[data-sidebar-size=small] .vertical-menu .badge,body[data-sidebar-size=small] .vertical-menu .has-arrow:after{display:none!important}body[data-sidebar-size=small] .main-content{margin-left:160px}body[data-sidebar-size=small] .footer{left:160px}body[data-sidebar-size=small] #sidebar-menu ul li.menu-title{background-color:#2f3f50}body[data-sidebar-size=small] #sidebar-menu ul li a i{display:block}body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a,body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a{padding-left:1.5rem}body[data-sidebar-size=small].vertical-collpsed .main-content{margin-left:70px}body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu{text-align:left}body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{display:inline-block}body[data-sidebar-size=small].vertical-collpsed .footer{left:70px}body[data-sidebar=colored] .navbar-brand-box,body[data-sidebar=colored] .vertical-menu{background-color:#7a6fbe}body[data-sidebar=colored] .navbar-brand-box .logo-dark{display:none}body[data-sidebar=colored] .navbar-brand-box .logo-light{display:block}body[data-sidebar=colored] .mm-active{color:#fff!important}body[data-sidebar=colored] .mm-active>a{background-color:#8076c1;color:#fff!important}body[data-sidebar=colored] .mm-active .active,body[data-sidebar=colored] .mm-active>a i,body[data-sidebar=colored] .mm-active>i{color:#fff!important}body[data-sidebar=colored] #sidebar-menu ul li.menu-title,body[data-sidebar=colored] #sidebar-menu ul li a,body[data-sidebar=colored] #sidebar-menu ul li a i{color:hsla(0,0%,100%,.6)}body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple{background:hsla(0,0%,100%,.1)}body[data-sidebar=colored] #sidebar-menu ul li a:hover,body[data-sidebar=colored] #sidebar-menu ul li a:hover i{color:#fff}body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a{color:hsla(0,0%,100%,.5)}body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a:hover{color:#fff}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background-color:#8076c1;color:#fff}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active{color:#7a6fbe!important}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover{color:#7a6fbe}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active,body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active>a,body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active>a i{color:#7a6fbe!important}[dir=rtl] #sidebar-menu .has-arrow:after{content:"󰅁"}[dir=rtl] #sidebar-menu .mm-active>.has-arrow:after{content:"󰅀"}.topnav{border-radius:3px;margin-bottom:-40px;margin-top:5px;z-index:100}.topnav .topnav-menu{margin:0;padding:0}.topnav .navbar-nav .nav-link{color:#fff;font-size:14px;padding:1.2rem .3rem;position:relative}.topnav .navbar-nav .nav-link i{font-size:16px;margin:-1px 0 0;text-align:center}.topnav .navbar-nav .nav-link:focus,.topnav .navbar-nav .nav-link:hover{background-color:transparent;color:#7a6fbe;color:#3a3b3c}.topnav .navbar-nav .dropdown-item{color:#545a6d}.topnav .navbar-nav .dropdown-item.active,.topnav .navbar-nav .dropdown-item:hover{background:#eee;color:#7a6fbe}.topnav .navbar-nav .nav-item .nav-link.active{color:#7a6fbe}.topnav .navbar-nav .dropdown.active>a{background-color:transparent;color:#7a6fbe}body[data-layout=horizontal] #page-topbar{background-color:#2b3a4a}body[data-layout=horizontal] .navbar-header{background-color:#fff}@media(min-width:1200px){body[data-layout=horizontal] .container-fluid,body[data-layout=horizontal] .container-lg,body[data-layout=horizontal] .container-md,body[data-layout=horizontal] .container-sm,body[data-layout=horizontal] .container-xl,body[data-layout=horizontal] .container-xxl{max-width:90%}}@media(min-width:992px){.topnav .dropdown-item{min-width:180px;padding:.5rem 1.5rem}.topnav .dropdown.mega-dropdown .mega-dropdown-menu{left:0;right:auto}.topnav .dropdown .dropdown-menu{border-radius:0 0 .25rem .25rem;margin-top:0}.topnav .dropdown .dropdown-menu .arrow-down:after{position:absolute;right:15px;-webkit-transform:rotate(-135deg) translateY(-50%);transform:rotate(-135deg) translateY(-50%)}.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu{display:none;left:100%;position:absolute;top:0!important}.topnav .dropdown:hover>.dropdown-menu,.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu{display:block}.navbar-toggle{display:none}}.arrow-down,.arrow-down:after{display:inline-block}.arrow-down:after{border-color:currentcolor;border-style:solid;border-width:0 0 1px 1px;content:"";height:.4em;margin-left:10px;right:5px;top:50%;-webkit-transform:rotate(-45deg) translateY(-50%);transform:rotate(-45deg) translateY(-50%);-webkit-transform-origin:top;transform-origin:top;transition:all .3s ease-out;width:.4em}@media(max-width:1199.98px){.topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu{left:auto;right:100%}}@media(max-width:991.98px){.topnav{left:0;margin-bottom:0;max-height:360px;overflow-y:auto;padding:0;position:fixed;right:0;top:70px}.topnav .navbar-nav .nav-link{padding:.75rem 1.1rem}.topnav .navbar-nav .nav-link i{display:inline-block;margin-bottom:0;margin-right:10px;vertical-align:inherit}.topnav .dropdown .dropdown-menu{background-color:transparent;border:none;box-shadow:none;padding-left:15px}.topnav .dropdown .dropdown-menu.dropdown-mega-menu-lg,.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl{width:auto}.topnav .dropdown .dropdown-menu.dropdown-mega-menu-lg .row,.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row{margin:0}.topnav .dropdown .dropdown-item{background-color:transparent;position:relative}.topnav .dropdown .dropdown-item.active,.topnav .dropdown .dropdown-item:active{color:#7a6fbe}.topnav .arrow-down:after{position:absolute;right:15px}}body[data-layout=horizontal][data-topbar=colored] #page-topbar{background-color:#7a6fbe;box-shadow:none}body[data-layout=horizontal][data-topbar=colored] .logo-dark{display:none}body[data-layout=horizontal][data-topbar=colored] .logo-light{display:block}body[data-layout=horizontal][data-topbar=colored] .app-search .form-control{background-color:rgba(248,249,250,.07);color:#fff}body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,body[data-layout=horizontal][data-topbar=colored] .app-search span{color:hsla(0,0%,100%,.5)}body[data-layout=horizontal][data-topbar=colored] .header-item,body[data-layout=horizontal][data-topbar=colored] .header-item:hover{color:#e9ecef}body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.1)}body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}body[data-layout=horizontal][data-topbar=colored] .noti-icon i{color:#e9ecef}@media(min-width:992px){body[data-layout=horizontal][data-topbar=colored] .topnav{background-color:#7a6fbe}body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}body[data-layout=horizontal][data-topbar=light] .logo-light{display:none}body[data-layout=horizontal][data-topbar=light] .logo-dark{display:block}body[data-layout=horizontal][data-topbar=dark] .navbar-header{background-color:#2f3f50}body[data-layout-size=boxed]{background-color:#e8e8e8}body[data-layout-size=boxed] #layout-wrapper{background-color:#f5f5f5;box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);margin:0 auto;max-width:1300px}body[data-layout-size=boxed] #page-topbar{margin:0 auto;max-width:1300px}body[data-layout-size=boxed] .footer{margin:0 auto;max-width:1060px}body[data-layout-size=boxed].vertical-collpsed .footer{max-width:1230px}body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,body[data-layout=horizontal][data-layout-size=boxed] .footer{max-width:100%}body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,body[data-layout=horizontal][data-layout-size=boxed] .container-lg,body[data-layout=horizontal][data-layout-size=boxed] .container-md,body[data-layout=horizontal][data-layout-size=boxed] .container-sm,body[data-layout=horizontal][data-layout-size=boxed] .container-xl,body[data-layout=horizontal][data-layout-size=boxed] .container-xxl{max-width:1300px}.apexcharts-text,.apexcharts-title-text{fill:silver}.apexcharts-legend-marker,.apexcharts-legend-text{color:silver!important}/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */.waves-effect{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:inline-block;overflow:hidden;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.waves-effect .waves-ripple{background:rgba(0,0,0,.2);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,hsla(0,0%,100%,0) 70%);border-radius:50%;height:100px;margin-left:-50px;margin-top:-50px;opacity:0;pointer-events:none;position:absolute;-webkit-transform:scale(0) translate(0);transform:scale(0) translate(0);transition:all .5s ease-out;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;width:100px}.waves-effect.waves-light .waves-ripple{background:hsla(0,0%,100%,.4);background:radial-gradient(hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.3) 40%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:hsla(0,0%,100%,.4)}.waves-notransition{transition:none!important}.waves-button,.waves-circle{-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0);-webkit-transform:translateZ(0);transform:translateZ(0)}.waves-button,.waves-button-input,.waves-button:hover,.waves-button:visited{background-color:transparent;border:none;color:inherit;cursor:pointer;font-size:1em;line-height:1em;outline:none;text-align:center;text-decoration:none;vertical-align:middle;white-space:nowrap;z-index:1}.waves-button{border-radius:.2em;padding:.85em 1.1em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{left:0;position:relative;top:0;z-index:1}.waves-circle{border-radius:50%;height:2.5em;line-height:2.5em;text-align:center;width:2.5em}.waves-float{box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-mask-image:none;transition:all .3s}.waves-float:active{box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.waves-block{display:block}.waves-effect.waves-light .waves-ripple{background-color:hsla(0,0%,100%,.4)}.waves-effect.waves-primary .waves-ripple{background-color:rgba(122,111,190,.4)}.waves-effect.waves-success .waves-ripple{background-color:rgba(88,219,131,.4)}.waves-effect.waves-info .waves-ripple{background-color:rgba(41,187,227,.4)}.waves-effect.waves-warning .waves-ripple{background-color:rgba(245,178,37,.4)}.waves-effect.waves-danger .waves-ripple{background-color:rgba(236,83,108,.4)}.avatar-xs{height:2rem;width:2rem}.avatar-sm{height:3rem;width:3rem}.avatar-md{height:4.5rem;width:4.5rem}.avatar-lg{height:6rem;width:6rem}.avatar-xl{height:7.5rem;width:7.5rem}.avatar-title{align-items:center;border:2px solid;display:flex;font-weight:500;height:100%;justify-content:center;width:100%}.alert-border{background-color:#fff;border-color:#f8f9fa;border-top:2px solid #f8f9fa}.alert-border-primary{border-top-color:#7a6fbe}.alert-outline-primary{border:1px solid #eceaf6;color:#7a6fbe}.alert-border-secondary{border-top-color:#6c757d}.alert-outline-secondary{border:1px solid #caced1;color:#6c757d}.alert-border-success{border-top-color:#58db83}.alert-outline-success{border:1px solid #ebfbf0;color:#58db83}.alert-border-info{border-top-color:#29bbe3}.alert-outline-info{border:1px solid #c7edf8;color:#29bbe3}.alert-border-warning{border-top-color:#f5b225}.alert-outline-warning{border:1px solid #fdeed0;color:#f5b225}.alert-border-orange{border-top-color:#f1734f}.alert-outline-orange{border:1px solid #fef7f4;color:#f1734f}.alert-border-danger{border-top-color:#ec536c}.alert-outline-danger{border:1px solid #fef4f5;color:#ec536c}.alert-border-pink{border-top-color:#e83e8c}.alert-outline-pink{border:1px solid #fbddeb;color:#e83e8c}.alert-border-light{border-top-color:#f8f9fa}.alert-outline-light{border:1px solid #fff;color:#f8f9fa}.alert-border-dark{border-top-color:#343a40}.alert-outline-dark{border:1px solid #88939e;color:#343a40}.alert-border-purple{border-top-color:#6f42c1}.alert-outline-purple{border:1px solid #d5c8ed;color:#6f42c1}.font-size-11{font-size:11px!important}.font-size-12{font-size:12px!important}.font-size-13{font-size:13px!important}.font-size-15{font-size:15px!important}.font-size-16{font-size:16px!important}.font-size-17{font-size:17px!important}.font-size-18{font-size:18px!important}.font-size-20{font-size:20px!important}.font-size-22{font-size:22px!important}.font-size-24{font-size:24px!important}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.social-list-item{border:1px solid #adb5bd;border-radius:50%;color:#adb5bd;display:block;height:2rem;line-height:calc(2rem - 2px);text-align:center;width:2rem}.social-links li a{border-radius:50%;display:inline-block;height:30px;line-height:30px;width:30px}.w-xs{min-width:80px}.w-sm{min-width:95px}.w-md{min-width:110px}.w-lg{min-width:140px}.w-xl{min-width:160px}.media{align-items:flex-start;display:flex}.media-body{flex:1 1}.alert-dismissible .btn-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;font-size:10px;padding:1.05rem 1.25rem}#preloader{background-color:#fff;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}#status{height:40px;left:50%;margin:-20px 0 0 -20px;position:absolute;top:50%;width:40px}.spinner-chase{-webkit-animation:spinner-chase 2.5s linear infinite both;animation:spinner-chase 2.5s linear infinite both;height:40px;margin:0 auto;position:relative;width:40px}.chase-dot{-webkit-animation:chase-dot 2s ease-in-out infinite both;animation:chase-dot 2s ease-in-out infinite both;height:100%;left:0;position:absolute;top:0;width:100%}.chase-dot:before{-webkit-animation:chase-dot-before 2s ease-in-out infinite both;animation:chase-dot-before 2s ease-in-out infinite both;background-color:#7a6fbe;border-radius:100%;content:"";display:block;height:25%;width:25%}.chase-dot:first-child,.chase-dot:first-child:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.chase-dot:nth-child(2),.chase-dot:nth-child(2):before{-webkit-animation-delay:-1s;animation-delay:-1s}.chase-dot:nth-child(3),.chase-dot:nth-child(3):before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.chase-dot:nth-child(4),.chase-dot:nth-child(4):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.chase-dot:nth-child(5),.chase-dot:nth-child(5):before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.chase-dot:nth-child(6),.chase-dot:nth-child(6):before{-webkit-animation-delay:-.6s;animation-delay:-.6s}@-webkit-keyframes spinner-chase{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-chase{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes chase-dot{80%,to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes chase-dot{80%,to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes chase-dot-before{50%{-webkit-transform:scale(.4);transform:scale(.4)}0%,to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes chase-dot-before{50%{-webkit-transform:scale(.4);transform:scale(.4)}0%,to{-webkit-transform:scale(1);transform:scale(1)}}[type=email]::-webkit-input-placeholder,[type=number]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=url]::-webkit-input-placeholder{text-align:left}[type=email]:-ms-input-placeholder,[type=number]:-ms-input-placeholder,[type=tel]:-ms-input-placeholder,[type=url]:-ms-input-placeholder{text-align:left}[type=email]::placeholder,[type=number]::placeholder,[type=tel]::placeholder,[type=url]::placeholder{text-align:left}.form-check{position:relative;text-align:left}.form-check-right{display:inline-block;padding-left:0;padding-right:1.5em}.form-check-right .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-right .form-check-label{display:block}.form-checkbox-outline .form-check-input{background-color:#fff;border-width:2px}.form-checkbox-outline .form-check-input:active{-webkit-filter:none;filter:none}.form-checkbox-outline .form-check-input:checked{background-color:#fff!important}.form-checkbox-outline .form-check-input:checked[type=checkbox]{background-image:none}.form-checkbox-outline .form-check-input:checked:after{color:#343a40;content:"󰄬";font-family:Material Design Icons;font-size:16px;left:1px;position:absolute;top:-4px!important}.form-radio-outline .form-check-input{background-color:#fff;border-width:2px}.form-radio-outline .form-check-input:active{-webkit-filter:none;filter:none}.form-radio-outline .form-check-input:checked{background-color:#fff!important}.form-radio-outline .form-check-input:checked[type=checkbox]{background-image:none}.form-radio-outline .form-check-input:checked:after{content:"󰝥";font-family:Material Design Icons;font-size:6px;left:4px;position:absolute;top:6px!important}.form-check-primary .form-check-input:checked,.form-radio-primary .form-check-input:checked{background-color:#7a6fbe;border-color:#7a6fbe}.form-radio-primary .form-check-input:checked:after{color:#7a6fbe}.form-check-secondary .form-check-input:checked,.form-radio-secondary .form-check-input:checked{background-color:#6c757d;border-color:#6c757d}.form-radio-secondary .form-check-input:checked:after{color:#6c757d}.form-check-success .form-check-input:checked,.form-radio-success .form-check-input:checked{background-color:#58db83;border-color:#58db83}.form-radio-success .form-check-input:checked:after{color:#58db83}.form-check-info .form-check-input:checked,.form-radio-info .form-check-input:checked{background-color:#29bbe3;border-color:#29bbe3}.form-radio-info .form-check-input:checked:after{color:#29bbe3}.form-check-warning .form-check-input:checked,.form-radio-warning .form-check-input:checked{background-color:#f5b225;border-color:#f5b225}.form-radio-warning .form-check-input:checked:after{color:#f5b225}.form-check-orange .form-check-input:checked,.form-radio-orange .form-check-input:checked{background-color:#f1734f;border-color:#f1734f}.form-radio-orange .form-check-input:checked:after{color:#f1734f}.form-check-danger .form-check-input:checked,.form-radio-danger .form-check-input:checked{background-color:#ec536c;border-color:#ec536c}.form-radio-danger .form-check-input:checked:after{color:#ec536c}.form-check-pink .form-check-input:checked,.form-radio-pink .form-check-input:checked{background-color:#e83e8c;border-color:#e83e8c}.form-radio-pink .form-check-input:checked:after{color:#e83e8c}.form-check-light .form-check-input:checked,.form-radio-light .form-check-input:checked{background-color:#f8f9fa;border-color:#f8f9fa}.form-radio-light .form-check-input:checked:after{color:#f8f9fa}.form-check-dark .form-check-input:checked,.form-radio-dark .form-check-input:checked{background-color:#343a40;border-color:#343a40}.form-radio-dark .form-check-input:checked:after{color:#343a40}.form-check-purple .form-check-input:checked,.form-radio-purple .form-check-input:checked{background-color:#6f42c1;border-color:#6f42c1}.form-radio-purple .form-check-input:checked:after{color:#6f42c1}.form-check-label{cursor:pointer;margin-bottom:0}.form-switch-md{line-height:24px;min-height:24px;padding-left:2.5rem}.form-switch-md .form-check-input{height:20px;left:-.5rem;position:relative;width:40px}.form-switch-md .form-check-label{vertical-align:middle}.form-switch-lg{line-height:28px;min-height:28px;padding-left:2.75rem}.form-switch-lg .form-check-input{height:24px;left:-.75rem;position:relative;width:48px}.input-group-text{margin-bottom:0}.widget-chart li{display:inline-block;padding:0;width:31.5%}.widget-chart li i{font-size:22px}.mini-stat{border:none}.mini-stat .mini-stat-img{background:url(/static/media/bg-1.7694411d08a41ca3baef.png);background-size:cover}.mini-stat .mini-stat-icon i{background:hsla(0,0%,100%,.1);display:inline-block;height:64px;width:64px}.inbox-wid .inbox-item{border-bottom:1px solid #eff1f3;overflow:hidden;padding:10px 0;position:relative}.inbox-wid .inbox-item .inbox-item-date{font-size:11px;position:absolute;right:7px;top:8px}.widget-user{overflow:hidden}.widget-user .widget-user-desc:after{border-color:#7a6fbe #7a6fbe transparent transparent;border-style:solid;border-width:10px;bottom:-20px;content:" ";height:0;left:18px;margin-left:-1px;pointer-events:none;position:absolute;width:0}.activity-feed{list-style:none;padding:15px 15px 0}.activity-feed .feed-item{border-left:2px solid #f5f6f8;padding-bottom:29px;padding-left:30px;position:relative}.activity-feed .feed-item:last-child{border-color:transparent}.activity-feed .feed-item:after{background:#fff;border:4px solid #7a6fbe;border-radius:6px;content:"";display:block;height:10px;left:-10px;position:absolute;top:0;width:16px}.activity-feed .feed-item .feed-item-list{background:#f8f9fa;border-radius:7px;padding:12px 20px}.activity-feed .feed-item .feed-item-list:after{border-color:#f8f9fa #f8f9fa transparent transparent;border-style:solid;border-width:10px;content:" ";height:0;left:19px;margin-left:-1px;pointer-events:none;position:absolute;top:0;width:0}.activity-feed .feed-item .date{color:#8c96a3;display:block;font-size:13px;position:relative;text-transform:uppercase;top:-5px}.activity-feed .feed-item .activity-text{position:relative;top:-3px}.button-items{margin-bottom:-12px;margin-left:-8px}.button-items .btn{margin-bottom:12px;margin-left:8px}.mfp-popup-form{max-width:1140px}.bs-example-modal{bottom:auto;display:block;left:auto;position:relative;right:auto;top:auto;z-index:1}.icon-demo-content{color:#adb5bd;text-align:center}.icon-demo-content i{color:#6c757d;display:block;font-size:24px;margin-bottom:16px;transition:all .4s}.icon-demo-content .col-lg-4{margin-top:24px}.icon-demo-content .col-lg-4:hover i{color:#7a6fbe;-webkit-transform:scale(1.5);transform:scale(1.5)}.grid-structure .grid-container{background-color:#f8f9fa;font-size:.8rem;font-weight:500;margin-top:10px;padding:10px 20px}@media print{.footer,.navbar-header,.page-title-box,.right-bar,.vertical-menu{display:none!important}.card-body,.main-content,.page-content,.right-bar,body{margin:0;padding:0}.card{border:0}}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;left:0;overflow:hidden;right:0;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;margin:0;padding:0;position:absolute;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;left:0!important;resize:none!important;right:0!important}.simplebar-content-wrapper{box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;overflow:auto;padding:0!important;position:relative;scrollbar-width:none;visibility:visible;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{min-height:10px;position:absolute;right:2px;width:4px}.simplebar-scrollbar:before{background:#a2adb7;border-radius:7px;content:"";left:0;opacity:0;position:absolute;right:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:7px;left:0;min-height:0;min-width:10px;right:auto;top:2px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-hide-scrollbar{left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}.custom-scroll{height:100%}[dir=rtl] .fc-header-toolbar{direction:ltr}.fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc td,.fc th{border:1px solid #e9ecef}.fc .fc-toolbar .h2,.fc .fc-toolbar h2{font-size:16px;line-height:30px;text-transform:uppercase}@media(max-width:767.98px){.fc .fc-toolbar .fc-center,.fc .fc-toolbar .fc-left,.fc .fc-toolbar .fc-right{clear:both;display:block;float:none;margin:10px 0;text-align:center}.fc .fc-toolbar>*>*{float:none}.fc .fc-toolbar .fc-today-button{display:none}}.fc .fc-toolbar .btn{text-transform:capitalize}.fc th.fc-widget-header{background:#dee2e6;color:#5b626b;font-weight:600;line-height:20px;padding:10px 0;text-transform:uppercase}.fc-day-header{background-color:#f8f9fa;padding:8px 0!important}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#dee2e6}.fc-unthemed td.fc-today{background:#eff1f3}.fc-button{background:#fff;border-color:#e9ecef;box-shadow:none;color:#5b626b;height:auto!important;padding:6px 12px!important;text-transform:capitalize}.fc-state-active,.fc-state-disabled,.fc-state-down{background-color:#7a6fbe;color:#fff;text-shadow:none}.fc-event{border:none;border-radius:2px;cursor:move;font-size:.8125rem;margin:5px 7px;padding:7px!important;text-align:center}.fc-event,.fc-event-dot{background-color:#7a6fbe}.fc-event .fc-content{color:#fff}#external-events .external-event{padding:4px;text-align:left!important}#session-timeout-dialog .close{display:none}#session-timeout-dialog .countdown-holder{color:#ec536c;font-weight:500}#session-timeout-dialog .btn-default{background-color:#fff;box-shadow:none;color:#ec536c}.irs--modern .irs-bar,.irs--modern .irs-from,.irs--modern .irs-single,.irs--modern .irs-to{background:#7a6fbe!important;font-size:11px}.irs--modern .irs-from:before,.irs--modern .irs-single:before,.irs--modern .irs-to:before{border-top-color:#7a6fbe}.irs--modern .irs-line{background:#dee2e6;border-color:#dee2e6}.irs--modern .irs-grid-text{color:#ced4da;font-size:11px}.irs--modern .irs-max,.irs--modern .irs-min{background:#f8f9fa;color:#adb5bd;font-size:11px}.irs--modern .irs-handle{background-color:#fff!important;height:12px;top:37px;width:12px}.irs--modern .irs-handle>i:first-child{height:8px;width:8px}.swal2-content{font-size:16px}.swal2-icon.swal2-question{border-color:#29bbe3;color:#29bbe3}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#58db83}.swal2-icon.swal2-success .swal2-success-ring{border-color:rgba(88,219,131,.3)}.swal2-icon.swal2-warning{border-color:#f5b225;color:#f5b225}.swal2-styled:focus{box-shadow:none}.swal2-progress-steps .swal2-progress-step,.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#7a6fbe}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:rgba(122,111,190,.3)}.swal2-progress-steps .swal2-progress-step-line{background:#7a6fbe}.swal2-loader{border-color:#7a6fbe transparent}.error{color:#ec536c}.parsley-error{border-color:#ec536c}.parsley-errors-list{display:none;margin:0;padding:0}.parsley-errors-list.filled{display:block}.parsley-errors-list>li{color:#ec536c;font-size:12px;list-style:none;margin-top:5px}[dir=rtl] .select2-results__options{direction:ltr}.select2-container .select2-selection--single{background-color:#fff;border:1px solid #ced4da;height:38px}.select2-container .select2-selection--single:focus{outline:none}.select2-container .select2-selection--single .select2-selection__rendered{color:#5b626b;float:left;line-height:36px;padding-left:12px}.select2-container .select2-selection--single .select2-selection__arrow{height:34px;right:3px;width:34px}.select2-container .select2-selection--single .select2-selection__arrow b{border-color:#adb5bd transparent transparent;border-width:6px 6px 0}.select2-container .select2-selection--single .select2-selection__placeholder{color:#5b626b}.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #adb5bd!important;border-width:0 6px 6px!important}.select2-container--default .select2-search--dropdown{background-color:#fff;padding:10px}.select2-container--default .select2-search--dropdown .select2-search__field{background-color:#fff;border:1px solid #ced4da;color:#6c757d;outline:none;text-align:left}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#7a6fbe}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#f8f9fa;color:#2c3034}.select2-container--default .select2-results__option[aria-selected=true]:hover{background-color:#7a6fbe;color:#fff}.select2-results__option{padding:6px 12px}.select2-dropdown{background-color:#fff;border:1px solid #eaedf0;box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02)}.select2-search input{border:1px solid #dee2e6}.select2-container .select2-selection--multiple{background-color:#fff;border:1px solid #ced4da!important;min-height:38px}.select2-container .select2-selection--multiple .select2-selection__rendered{padding:2px 10px}.select2-container .select2-selection--multiple .select2-selection__rendered li{float:left}.select2-container .select2-selection--multiple .select2-search__field{border:0;color:#5b626b}.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder{color:#5b626b}.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder{color:#5b626b}.select2-container .select2-selection--multiple .select2-search__field::placeholder{color:#5b626b}.select2-container .select2-selection--multiple .select2-selection__choice{background-color:#e9ecef;border:1px solid #dee2e6;border-radius:1px;padding:0 7px}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#ced4da}.select2-container--default .select2-results__group{font-weight:600}.select2-result-repository__avatar{float:left;margin-right:10px;width:60px}.select2-result-repository__avatar img{border-radius:2px;height:auto;width:100%}.select2-result-repository__statistics{margin-top:7px}.select2-result-repository__forks,.select2-result-repository__stargazers,.select2-result-repository__watchers{color:#adb5bd;display:inline-block;font-size:11px;margin-right:1em}.select2-result-repository__forks .fa,.select2-result-repository__stargazers .fa,.select2-result-repository__watchers .fa{margin-right:4px}.select2-result-repository__forks .fa.fa-flash:before,.select2-result-repository__stargazers .fa.fa-flash:before,.select2-result-repository__watchers .fa.fa-flash:before{content:"";font-family:Font Awesome\ 5 Free}.select2-results__option--highlighted .select2-result-repository__forks,.select2-results__option--highlighted .select2-result-repository__stargazers,.select2-results__option--highlighted .select2-result-repository__watchers{color:hsla(0,0%,100%,.8)}.select2-result-repository__meta{overflow:hidden}.img-flag{height:15px;margin-right:7px;width:18px}input[switch]{display:none}input[switch]+label{background-color:#ced4da;background-image:none;border-radius:2rem;cursor:pointer;display:inline-block;font-size:1em;height:24px;line-height:1;padding:.16667rem;position:relative;width:56px}input[switch]+label,input[switch]+label:before{font-weight:500;text-align:center;transition:all .1s ease-in-out}input[switch]+label:before{color:#343a40;content:attr(data-off-label);display:block;font-family:inherit;font-size:12px;line-height:21px;margin:3px;min-width:1.66667rem;overflow:hidden;position:absolute;right:1px;top:-2px}input[switch]+label:after{background-color:#e9ecef;border-radius:2rem;box-shadow:none;content:"";height:20px;left:3px;position:absolute;top:2px;transition:all .1s ease-in-out;width:20px}input[switch]:checked+label{background-color:#7a6fbe}input[switch]:checked+label:before{color:#fff;content:attr(data-on-label);left:3px;right:auto}input[switch]:checked+label:after{background-color:#e9ecef;left:33px}input[switch=bool]+label{background-color:#ec536c}input[switch=bool]+label:before,input[switch=bool]:checked+label:before,input[switch=default]:checked+label:before{color:#fff}input[switch=bool]:checked+label{background-color:#58db83}input[switch=default]:checked+label{background-color:#a2a2a2}input[switch=primary]:checked+label{background-color:#7a6fbe}input[switch=success]:checked+label{background-color:#58db83}input[switch=info]:checked+label{background-color:#29bbe3}input[switch=warning]:checked+label{background-color:#f5b225}input[switch=danger]:checked+label{background-color:#ec536c}input[switch=dark]:checked+label{background-color:#343a40}.square-switch{margin-right:7px}.square-switch input[switch]+label,.square-switch input[switch]+label:after{border-radius:4px}.table-bordered{border:1px solid #e9ecef}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;margin-right:0}.bootstrap-touchspin.input-group>.input-group-prepend>.btn,.bootstrap-touchspin.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-touchspin.input-group>.input-group-append>.btn,.bootstrap-touchspin.input-group>.input-group-append>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.sp-container{background-color:#fff}.sp-container button{border-radius:.2rem;color:#343a40;font-size:.71094rem;font-weight:400;padding:.25rem .5rem}.sp-container button.sp-palette-toggle{background-color:#f8f9fa}.sp-container button.sp-choose{background-color:#58db83}.sp-palette-container{border-color:#e9ecef}.sp-input{background-color:#fff;border-color:#ced4da!important;color:#5b626b}.sp-input:focus{outline:none}[dir=rtl] .sp-alpha{direction:ltr}[dir=rtl] .sp-original-input-container .sp-add-on{border-bottom-left-radius:4px!important;border-bottom-right-radius:0!important;border-top-left-radius:4px!important;border-top-right-radius:0!important}[dir=rtl] input.spectrum.with-add-on{border:1px solid #ced4da;border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-left:0;border-top-left-radius:0;border-top-right-radius:.25rem}[dir=rtl] .bootstrap-timepicker-widget,[dir=rtl] .datepicker{left:auto;right:0!important}[dir=rtl] .timepicker-orient-top{top:calc(1.5em + .75rem + 2px)!important}[dir=rtl] .timepicker-orient-bottom{bottom:calc(1.5em + .75rem + 2px)!important;top:auto!important}.datepicker{border:1px solid #e9ecef;padding:8px;z-index:999!important}.datepicker table tr th{font-weight:500}.datepicker table tr td.active,.datepicker table tr td .active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover,.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover,.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active{background-color:#7a6fbe!important;background-image:none;box-shadow:none;color:#fff!important}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover,.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#f8f9fa}.datepicker table tr td.new,.datepicker table tr td.old,.datepicker table tr td span.new,.datepicker table tr td span.old{color:#adb5bd;opacity:.6}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background-color:#dee2e6}.table-condensed>tbody>tr>td,.table-condensed>thead>tr>th{padding:7px}.bootstrap-datepicker-inline .datepicker-inline{display:inline-block;width:auto!important}.datepicker-container{background-color:#fff;border:1px solid #e9ecef;box-shadow:none}.datepicker-container.datepicker-inline{width:212px}.datepicker-panel>ul>li{background-color:#fff;border-radius:4px}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{background-color:rgba(122,111,190,.25);color:#7a6fbe}.datepicker-panel>ul>li.highlighted,.datepicker-panel>ul>li.highlighted:hover,.datepicker-panel>ul>li:hover{background-color:#7a6fbe;color:#fff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#adb5bd;opacity:.6}.datepicker-panel>ul[data-view=week]>li{font-weight:500}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff}.tox-tinymce{border:1px solid #ced4da!important}.tox .tox-statusbar{border-top:1px solid #dee2e6!important}.tox .tox-edit-area__iframe,.tox .tox-menubar,.tox .tox-statusbar{background-color:#fff!important;background:none!important}.tox .tox-mbtn{color:#5b626b!important}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),.tox .tox-tbtn:hover{background-color:#f8f9fa!important}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background:#f8f9fa!important}.tox .tox-toolbar__primary{border-bottom:1px solid #dee2e6!important;border-top-color:#f8f9fa!important;border-top:1px solid #dee2e6!important}.tox .tox-tbtn{color:#5b626b!important}.tox .tox-tbtn svg{fill:#5b626b!important}.tox .tox-edit-area__iframe{background-color:#fff!important}.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount,.tox .tox-statusbar a{color:#5b626b!important}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #dee2e6!important}.tox-tinymce-aux{z-index:1000!important}.editable-input .form-control{display:inline-block}.editable-buttons,.editable-buttons .editable-cancel{margin-left:7px}.dropzone{background:#fff;border:2px dashed #dee2e6;border-radius:6px;min-height:230px;padding:20px}.dropzone .dz-message{font-size:24px}.dropzone .dz-message:focus{outline:none}.table-rep-plugin .btn-toolbar{display:block}.table-rep-plugin .table-responsive{border:none!important}.table-rep-plugin .btn-group .btn-default{background-color:#6c757d;border:1px solid #6c757d;color:#f8f9fa}.table-rep-plugin .btn-group .btn-default.btn-primary{background-color:#7a6fbe;border-color:#7a6fbe;box-shadow:0 0 0 2px rgba(122,111,190,.5);color:#fff}.table-rep-plugin .btn-group.pull-right{float:right}.table-rep-plugin .btn-group.pull-right .dropdown-menu{right:0;top:100%!important;-webkit-transform:none!important;transform:none!important}.table-rep-plugin tbody th{font-size:14px;font-weight:400}.table-rep-plugin .checkbox-row{color:#5b626b!important;padding-left:40px}.table-rep-plugin .checkbox-row:hover{background-color:#eff1f3!important}.table-rep-plugin .checkbox-row label{display:inline-block;padding-left:5px;position:relative}.table-rep-plugin .checkbox-row label:before{background-color:#fff;border:1px solid #dee2e6;border-radius:3px;content:"";display:inline-block;height:17px;left:0;margin-left:-20px;outline:none!important;position:absolute;-o-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:17px}.table-rep-plugin .checkbox-row label:after{color:#e9ecef;display:inline-block;font-size:11px;height:16px;left:0;margin-left:-20px;padding-left:3px;padding-top:1px;position:absolute;top:-1px;width:16px}.table-rep-plugin .checkbox-row input[type=checkbox]{cursor:pointer;opacity:0;outline:none!important;z-index:1}.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label{opacity:.65}.table-rep-plugin .checkbox-row input[type=checkbox]:focus+label:before{outline:none;outline-offset:-2px}.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{content:"";font-family:Font Awesome\ 5 Free;font-weight:900}.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label:before{background-color:#f8f9fa;cursor:not-allowed}.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:before{background-color:#7a6fbe;border-color:#7a6fbe}.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{color:#fff}.table-rep-plugin .fixed-solution .sticky-table-header{background-color:#7a6fbe;top:70px!important}.table-rep-plugin .fixed-solution .sticky-table-header table{color:#fff}.table-rep-plugin .sticky-table-header,.table-rep-plugin table.focus-on tbody tr.focused td,.table-rep-plugin table.focus-on tbody tr.focused th{background:#7a6fbe;border-color:#7a6fbe;color:#fff}.table-rep-plugin .sticky-table-header table,.table-rep-plugin table.focus-on tbody tr.focused td table,.table-rep-plugin table.focus-on tbody tr.focused th table{color:#fff}@media(min-width:992px){body[data-layout=horizontal] .fixed-solution .sticky-table-header{top:148px!important}}.table-edits input,.table-edits select{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#5b626b;height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.table-edits input:focus,.table-edits select:focus{border-color:#b9bfc4;outline:none}.flot-charts-height{height:320px}.flotTip{background-color:rgba(52,58,64,.9);border-radius:4px;box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);color:#f8f9fa;padding:8px 12px;z-index:100}.legendLabel{color:#adb5bd}.morris-charts text{fill:#adb5bd;font-family:Poppins,sans-serif!important}.morris-charts-height{height:300px}.morris-hover{position:absolute;z-index:10}.morris-hover.morris-default-style{background:rgba(248,249,250,.8);border:2px solid #e9ecef;border-radius:5px;color:#343a40;font-size:12px;padding:10px 12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:700;margin:.25em 0}.morris-hover.morris-default-style .morris-hover-point{color:#fff;margin:.1em 0;white-space:nowrap}.ct-golden-section:before{float:none}.ct-chart{max-height:320px}.ct-chart .ct-label{fill:#adb5bd;color:#adb5bd;font-size:12px;line-height:1}.ct-chart.simple-pie-chart-chartist .ct-label{fill:#fff;color:#fff;font-size:16px}.ct-grid{stroke:rgba(52,58,64,.09);stroke-width:1px;stroke-dasharray:3px}.ct-chart .ct-series.ct-series-a .ct-bar,.ct-chart .ct-series.ct-series-a .ct-line,.ct-chart .ct-series.ct-series-a .ct-point,.ct-chart .ct-series.ct-series-a .ct-slice-donut{stroke:#7a6fbe}.ct-chart .ct-series.ct-series-b .ct-bar,.ct-chart .ct-series.ct-series-b .ct-line,.ct-chart .ct-series.ct-series-b .ct-point,.ct-chart .ct-series.ct-series-b .ct-slice-donut{stroke:#29bbe3}.ct-chart .ct-series.ct-series-c .ct-bar,.ct-chart .ct-series.ct-series-c .ct-line,.ct-chart .ct-series.ct-series-c .ct-point,.ct-chart .ct-series.ct-series-c .ct-slice-donut{stroke:#f5b225}.ct-chart .ct-series.ct-series-d .ct-bar,.ct-chart .ct-series.ct-series-d .ct-line,.ct-chart .ct-series.ct-series-d .ct-point,.ct-chart .ct-series.ct-series-d .ct-slice-donut{stroke:#343a40}.ct-chart .ct-series.ct-series-e .ct-bar,.ct-chart .ct-series.ct-series-e .ct-line,.ct-chart .ct-series.ct-series-e .ct-point,.ct-chart .ct-series.ct-series-e .ct-slice-donut{stroke:#58db83}.ct-chart .ct-series.ct-series-f .ct-bar,.ct-chart .ct-series.ct-series-f .ct-line,.ct-chart .ct-series.ct-series-f .ct-point,.ct-chart .ct-series.ct-series-f .ct-slice-donut{stroke:#ec536c}.ct-chart .ct-series.ct-series-g .ct-bar,.ct-chart .ct-series.ct-series-g .ct-line,.ct-chart .ct-series.ct-series-g .ct-point,.ct-chart .ct-series.ct-series-g .ct-slice-donut{stroke:#f8f9fa}.ct-series-a .ct-area,.ct-series-a .ct-slice-pie{fill:#7a6fbe}.ct-series-b .ct-area,.ct-series-b .ct-slice-pie{fill:#f5b225}.ct-series-c .ct-area,.ct-series-c .ct-slice-pie{fill:#343a40}.ct-series-d .ct-area,.ct-series-d .ct-slice-pie{fill:#58db83}.ct-area{fill-opacity:.33}.chartist-tooltip{background:#343a40;border-radius:3px;color:#dee2e6;display:inline-block;min-width:10px;opacity:0;padding:2px 10px;pointer-events:none;position:absolute;text-align:center;transition:opacity .2s linear;z-index:1}.chartist-tooltip.tooltip-show{opacity:1}.ct-line{stroke-width:3px}.ct-point{stroke-width:7px}.c3-tooltip{box-shadow:0 2px 30px rgba(0,0,0,.08);opacity:1}.c3-tooltip td{border-left:none}.c3-tooltip td>span{background:#343a40}.c3-tooltip tr{border:none!important}.c3-tooltip th{background-color:#343a40;color:#f8f9fa}.c3-chart-arcs-title{font-size:18px;font-weight:600}.c3 text{fill:#adb5bd}.c3-legend-item{font-size:14px}.c3 line,.c3 path{stroke:#ced4da}.c3-chart-arc.c3-target g path{stroke:#fff}.jqstooltip{background-color:#343a40!important;border-color:#212529!important;border-radius:3px;box-shadow:0 2px 30px rgba(0,0,0,.08);box-sizing:content-box;height:auto!important;padding:5px 10px!important;width:auto!important}.jqsfield{color:#e9ecef!important;font-family:Poppins,sans-serif!important;font-size:12px!important;font-weight:500!important;line-height:18px!important}.gmaps,.gmaps-panaroma{background:#f8f9fa;border-radius:3px;height:300px!important}.gmaps-overlay{background:#7a6fbe;border-radius:4px;color:#fff;display:block;font-size:16px;line-height:40px;padding:10px 20px;text-align:center}.gmaps-overlay_arrow{height:0;left:50%;margin-left:-16px;position:absolute;width:0}.gmaps-overlay_arrow.above{border-top:16px solid #7a6fbe;bottom:-15px}.gmaps-overlay_arrow.above,.gmaps-overlay_arrow.below{border-left:16px solid transparent;border-right:16px solid transparent}.gmaps-overlay_arrow.below{border-bottom:16px solid #7a6fbe;top:-15px}.jvectormap-label{background:#343a40;border:none;color:#f8f9fa;font-family:Poppins,sans-serif;font-size:.8125rem;padding:5px 8px}.home-btn{position:absolute;right:25px;top:15px}.auth-logo .auth-logo-dark{display:block;margin:0 auto}.auth-logo .auth-logo-light{display:none;margin:0 auto}.ex-page-content .h1,.ex-page-content h1{font-size:98px;font-weight:500;line-height:150px;text-shadow:rgba(61,61,61,.3) 1px 1px,rgba(61,61,61,.2) 2px 2px,rgba(61,61,61,.3) 3px 3px}.email-leftbar{border-radius:5px;float:left;padding:20px;width:236px}.email-rightbar{margin-left:260px}.chat-user-box p.user-title{color:#343a40;font-weight:500}.chat-user-box p{font-size:13px}@media(max-width:767px){.email-leftbar{float:none;width:100%}.email-rightbar{margin:0}}.mail-list a{color:#343a40;display:block;line-height:24px;padding:6px 5px}.mail-list a.active{color:#ec536c;font-weight:500}.message-list li{cursor:default;display:block;height:50px;line-height:50px;position:relative;transition-duration:.3s}.message-list li a{color:#6c757d}.message-list li:hover{background:#f8f9fa;transition-duration:.05s}.message-list li .col-mail{float:left;position:relative}.message-list li .col-mail-1 .checkbox-wrapper-mail,.message-list li .col-mail-1 .dot,.message-list li .col-mail-1 .star-toggle{display:block;float:left}.message-list li .col-mail-1 .dot{border:4px solid transparent;border-radius:100px;font-size:0;height:0;line-height:0;margin:22px 26px 0;width:0}.message-list li .col-mail-1 .checkbox-wrapper-mail{margin:15px 10px 0 20px}.message-list li .col-mail-1 .star-toggle{margin-left:5px;margin-top:18px}.message-list li .col-mail-1 .title{left:110px;margin-bottom:0;overflow:hidden;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.message-list li .col-mail-2{bottom:0;left:320px;position:absolute;right:0;top:0}.message-list li .col-mail-2 .date,.message-list li .col-mail-2 .subject{position:absolute;top:0}.message-list li .col-mail-2 .subject{left:0;overflow:hidden;right:200px;text-overflow:ellipsis;white-space:nowrap}.message-list li .col-mail-2 .date{padding-left:80px;right:0;width:170px}.message-list li.active,.message-list li.active:hover{box-shadow:inset 3px 0 0 #7a6fbe}.message-list li.unread{background-color:#f8f9fa}.message-list li.unread,.message-list li.unread a{color:#292d32;font-weight:500}.message-list .checkbox-wrapper-mail{border-radius:1px;box-shadow:inset 0 0 0 1px #ced4da;cursor:pointer;display:inline-block;height:20px;position:relative;width:20px}.message-list .checkbox-wrapper-mail input:checked~label{opacity:1}.message-list .checkbox-wrapper-mail label{cursor:pointer;height:20px;left:0;margin-bottom:0;opacity:0;position:absolute;top:0;transition-duration:.05s;width:20px}.message-list .checkbox-wrapper-mail label:before{color:#292d32;content:"󰄬";font-family:Material Design Icons;font-size:13px;height:20px;left:4px;margin-top:-16px;position:absolute;top:0;width:20px}@media(max-width:575.98px){.message-list li .col-mail-1{width:200px}}.cd-container{margin:0 auto;max-width:1170px;width:90%}.cd-container:after{clear:both;content:"";display:table}@media only screen and (max-width:1170px){#cd-timeline{margin-bottom:2em;margin-top:2em;padding:2em 0;position:relative}#cd-timeline:before{border-left:3px solid #e9ecef;content:"";height:100%;left:18px;position:absolute;top:0;width:3px}.cd-timeline-img{top:10px!important}}@media only screen and (min-width:1170px){#cd-timeline{margin-bottom:3em;margin-top:3em}#cd-timeline:before{left:50%;margin-left:-2px}}.cd-timeline-block{margin:2em 0;position:relative}.cd-timeline-block:after{clear:both;content:"";display:table}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:1170px){.cd-timeline-block{margin:4em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}.timeline-right:before{-webkit-transform:translateX(-50%) rotate(35deg);transform:translateX(-50%) rotate(35deg)}.timeline-left:before,.timeline-right:before{background:#e9ecef;content:"";height:3px;left:50%;position:absolute;top:150px;width:300px}.timeline-left:before{-webkit-transform:translateX(-50%) rotate(-35deg);transform:translateX(-50%) rotate(-35deg)}}.cd-timeline-img{background-color:#7a6fbe;border:5px solid #e9ecef;border-radius:50%;color:#fff;font-size:20px;height:40px;left:0;line-height:30px;position:absolute;text-align:center;top:20px;width:40px}.cd-timeline-img i{margin-left:1px}@media only screen and (min-width:1170px){.cd-timeline-img{-webkit-backface-visibility:hidden;height:40px;left:50%;line-height:32px;margin-left:-20px;top:130px;-webkit-transform:translateZ(0);width:40px}}.cd-timeline-content{background:#f8f9fa;border-radius:5px;margin-left:60px;padding:1em;position:relative}.cd-timeline-content:after{clear:both;content:"";display:table}.cd-timeline-content .h2,.cd-timeline-content h2{margin-top:0}.cd-timeline-content .cd-read-more{background:#7a6fbe;border-radius:.25em;color:#fff;float:right;padding:.8em 1em}.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{display:inline-block;font-size:14px}.cd-timeline-content .h3,.cd-timeline-content h3{font-size:16px;margin:0 0 15px}.cd-timeline-content .cd-date{float:left;opacity:.7;padding:.8em 0}.cd-timeline-content:before{border:12px solid transparent;border-right-color:#f8f9fa;content:"";height:0;position:absolute;right:100%;top:16px;width:0}@media only screen and (min-width:1170px){.cd-timeline-content{margin-left:0;padding:1.6em;width:36%}.cd-timeline-content:before{border-color:transparent transparent transparent #f8f9fa;left:100%;top:24px}.cd-timeline-content .cd-read-more{float:left}.cd-timeline-content .cd-date{left:108%;position:absolute;top:16px;width:100%}.cd-timeline-block:nth-child(2n) .cd-timeline-content{float:right}.cd-timeline-block:nth-child(2n) .cd-timeline-content:before{border-color:transparent #f8f9fa transparent transparent;left:auto;right:100%;top:24px}.cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-read-more{float:right}.cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date{left:auto;right:106%;text-align:right}}#sidebar-menu ul li a i{min-width:2rem}#fb-rendered-form{clear:both;display:none}#fb-rendered-form button{float:right}.apex-charts{min-height:10px!important}.dataTables_filter,.dataTables_paginate{float:right}.rdw-editor-main{border:1px solid #dee2e6;height:239px}.dz-message{padding:30px;text-align:center}.react-kanban-column{background-color:#eee;border-radius:2px;display:inline-block;height:100%;margin:5px;min-height:28px;padding:15px;vertical-align:top}.fcYNFc,.sc-AxmLO.gmtmqV{background-color:#fff!important;margin:0 20px 0 0!important}.task-box{border:1px solid #e9ecef}.react-datepicker-wrapper{width:100%!important}.ReactModal__Overlay{z-index:1002!important}.chat-conversation .right .conversation-list{margin-right:15px}.external-event:hover,a:hover{cursor:pointer}.rating-container{background-color:transparent!important}.input-group-append{z-index:0}.input-color{color:#5b626b!important}.sketch-picker{position:absolute;z-index:1}.rangeslider__fill{background-color:#7a6fbe!important}.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-months .flatpickr-month,.flatpickr-weekdays,span.flatpickr-weekday{background:#7a6fbe!important}span.flatpickr-weekday{color:#fff!important}.flatpickr-day.selected{background:#7a6fbe!important}.file-manager .table td{padding:.35rem}.bs-select select{width:auto!important}.slider_css .slide{background:none!important}.slider_css .carousel-status,.slider_css .control-next,.slider_css .control-prev{display:none!important}.carousel .control-dots{margin:-5px 0}.carousel .dot{background:#556ee6!important;height:9px!important;width:9px!important}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{font-size:12px!important;margin-right:2px;padding:5px!important}@media(max-width:575.98px){.fc-toolbar{display:block!important;text-align:center}.fc-toolbar .fc-center,.fc-toolbar .fc-left,.fc-toolbar .fc-right{clear:both;display:block;float:none;margin:10px 0}.fc .fc-toolbar>*>*{float:none}.fc-today-button{display:none}}.close{background:transparent;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;font-size:10px;height:1em;opacity:.5;padding:1.35rem 1.25rem;position:absolute;right:0;top:0;width:1em;z-index:2}.close span{display:none}.wizard .actions{position:relative!important;width:100%!important}.wizard .actions,.wizard .actions>ul{display:block!important;text-align:right!important}.wizard .actions>ul{padding-left:0!important}.wizard .actions>ul>li{display:inline-block!important;margin:0 .5em!important}.dropup .dropdown-menu{bottom:100%!important;top:auto!important;-webkit-transform:translate3d(5px,5px,0)!important;transform:translate3d(5px,5px,0)!important}.rdw-editor-main,.rdw-editor-toolbar{border:1px solid #ccc!important}.app-calendar .btn{text-transform:capitalize}.dropzone:focus{outline:none!important}.dropdown-menu.dropdown-menu-right{left:auto!important;right:0!important}.card-columns{grid-column-gap:1.25rem;grid-column-gap:24px;-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-webkit-column-gap:24px;column-gap:24px;orphans:1;widows:1}@media print{.do-not-print{display:none}}#page-topbar{box-shadow:none;z-index:3}.header-item{height:auto}.bg-success{border-color:#198754!important}.navbar-brand-box{width:255px}@media print{@page{size:landscape}}p{margin:0}body{background-color:transparent;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-top:20px!important}.pa-header h1{font-size:28px}.bgCustomCls{background-color:#f4f4f4;margin:0!important}.CompanyDetail.ClientDetails h6{margin:0}.row{margin-left:calc(var(--bs-gutter-x)*-.5)}.vertical-align-middle{vertical-align:middle}.custom-checkbox{height:20px;margin:10px 10px 10px 0;width:20px}.navbar-brand-box a.logo{line-height:normal}.template-email a.waves-effect.btn.btn-light,.width-100-percent{width:100%}ul.Thead{padding:0}.tab-pane.template-email img{height:200px;object-fit:cover;width:100%}.align-self-center{align-self:center}.main-section-3{align-items:center;border:1px dotted grey;display:flex;flex-direction:row;font-size:.7rem;justify-content:normal;margin:3% 0;padding:0}.main-sub-section-3{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.sub-header:nth-child(odd){background-color:#239933;background-color:var(--btn-primary,#239933);color:#fff}.sub-header{border-right:1px dotted grey;flex:1 1;font-size:.65rem;width:60px}.middle-section,.sub-header{align-items:center;display:flex;justify-content:center}.middle-section{flex:4 1;font-size:.6rem;padding:5px}.last-section{align-items:center;border-left:1px solid grey;display:flex;flex:1 1;font-size:.65rem;justify-content:center}.survey.card.card-body table.table tr td:first-child,.survey.card.card-body table.table tr th:first-child{background:#fff;border-right:1px solid #ddd;height:35px;left:0;max-height:35px;max-width:250px;position:-webkit-sticky;position:sticky;z-index:3}.survey.card.card-body .table tr td:nth-child(2),.survey.card.card-body .table tr th:nth-child(2){border-right:0;position:relative;width:50px}.survey.card.card-body .table tr th{padding-left:10px}.survey.card.card-body .table>:not(caption)>*>*{min-width:30px;padding:0;text-align:center;vertical-align:middle}.survey.card.card-body table.table{border:1px solid #e9ecef}.survey.card.card-body table.table tr{border-bottom:1px solid #e9ecef}.survey.card.card-body .table .meeting{background-color:#239933;background-color:var(--btn-primary,#239933);color:#fff!important;padding:5px}.card-body table tbody tr td .imp-time{background-color:#14143f;color:#fff;font-size:10px;font-weight:600;padding:5px;text-align:center;width:100%}.top_navbar .top-navigation .container-fluid{padding-left:0}.navbar-header{align-items:center;display:flex;height:auto;justify-content:space-between;margin:0 auto}.grid-question{grid-column-gap:10px;align-items:end;display:grid;grid-template-columns:62% 37%;justify-content:center;text-align:left;width:100%}.go-result{border-top:1px solid #ccc;margin-top:10px;padding-top:10px;width:auto}.go-result .result-btn{float:right;width:120px}.breakthrough{align-items:center;border-radius:5px;margin-bottom:10px;padding:5px}ul.summary-report{height:auto;margin:0 auto;overflow:auto;padding:0;text-align:center;text-transform:capitalize;white-space:nowrap;width:95%}ul.summary-report li{background-color:#008037;border-radius:0 0 25px 25px;height:70px;list-style:none;margin:0 15px 0 0;max-width:70px;min-height:70px;min-width:70px;position:relative;text-align:center;white-space:normal;width:70px}.BottomShade{bottom:-16px;float:left;position:absolute;width:100%}.BottomShade img{width:70px}ul.summary-report li p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:inline-block;display:-webkit-box;font-size:12px;margin-bottom:0;min-height:48px;overflow:hidden;padding:5px;text-align:center;text-overflow:ellipsis}ul.summary-report li p:last-child{cursor:pointer}.Toastify .Toastify__toast-container{top:5em;z-index:99999}.fixed-faveicon{background:transparent;bottom:50%;margin:auto;position:fixed;right:40px;top:45%}.slot-list .list-group-item:hover{background:#c6c6c6;cursor:pointer}.slot-list .list-group-item{cursor:pointer}.custom-calander td.fc-daygrid-day.fc-day .fc-daygrid-day-top a{padding:0}.custom-calander td.fc-daygrid-day.fc-day .fc-daygrid-day-top,.custom-calander td.fc-daygrid-day.fc-day.selectedDate .fc-daygrid-day-top.childselectedDate{bottom:0;height:50px;left:0;line-height:50px;margin:auto;position:absolute;right:0;top:0;width:50px}.custom-calander td.fc-daygrid-day.fc-day.selectedDate .fc-daygrid-day-top.childselectedDate{background:#fff;border-radius:50%;font-size:16px}.custom-calander td.fc-daygrid-day.fc-day.fc-day-future .fc-daygrid-day-top a{color:#fff}.custom-calander td.fc-daygrid-day.fc-day.selectedDate .fc-daygrid-day-top.childselectedDate a{color:#7a6fbe}.custom-calander td.fc-daygrid-day.fc-day.fc-day-today.selectedDate .fc-daygrid-day-top{background:#fff;border-radius:50%;bottom:0;font-size:16px;height:50px;left:0;line-height:50px;margin:auto;position:absolute;right:0;top:0;width:50px}.custom-calander .fc .fc-daygrid-day-top{display:flex;flex-direction:column;text-align:center}.custom-calander .fc-day-past{pointer-events:none}.custom-calander .fc .fc-highlight{background:transparent}.custom-calander td.fc-daygrid-day.fc-day.fc-day-today .fc-daygrid-bg-harness .fc-highlight{border-radius:50%;bottom:0;height:50px;left:0;margin:auto;position:absolute;right:0;top:0;width:50px}.custom-calander td.fc-daygrid-day.fc-day .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top a:hover{color:#fff}.survey .html{line-height:25px}.custom-calander td.fc-daygrid-day.fc-day .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top a:hover{color:#7a6fbe}.custom-calander td.fc-daygrid-day.fc-day{height:63px;position:relative;text-align:center}.custom-calander.cal-custom .fc .fc-cell-shaded,.custom-calander.cal-custom .fc .fc-day-disabled{background:none}.custom-calander.cal-custom .fc td,.custom-calander.cal-custom .fc th{border:0}.custom-calander th.fc-col-header-cell.fc-day .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion{color:#fff}.custom-calander .fc .fc-view-harness{background:#425b76;flex-grow:1;position:relative}.custom-calander td.fc-daygrid-day.fc-day.fc-day-today{background:transparent}.slot-list.list-group.list-group-horizontal{flex-direction:column;height:400px;margin-top:32px;overflow:auto;text-align:center}.min-height-200{min-height:200px}.nav-pills>li>button,.nav-tabs>li>button,.nav-tabs>li>button>a{color:#5b626b;font-weight:500}ul.nav.nav-tabs:first-child{padding-left:0}.nav-tabs button.active.nav-link{background:#239933;border-bottom:0 solid #239933;color:#fff!important}.client-popover.show{max-width:400px}.d-grid-template{grid-column-gap:1px;display:grid;grid-template-columns:200px 150px}.d-grid-template .info i{padding-right:10px}.d-grid-template .info{padding:5px}ul.client-search-bar li:hover{background:#c6c6c6}ul.client-search-bar li{background:#fff;border:1px solid #ccc;list-style-type:none;margin-top:2px;padding:5px;text-align:left}.parent{border-bottom:1px solid #ddd}.client-search-bar{background:#cecece;min-width:350px;overflow:hidden;padding:0;position:absolute;right:10px;z-index:1}.app-search.search .form-control{background-color:#f8f9fa;border-radius:0;height:38px;padding-left:10px}.app-search.search button{background-color:#d8d9d9;border:none;border-radius:0;color:#5b626b;font-size:13px;height:38px;position:relative;width:38px}.app-search.search{width:100%}.card{box-shadow:none;z-index:0}.canvas-wrapper canvas{width:100%}.outer_type_it{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#145394;cursor:default;margin-top:14px;padding:15px}.type_it{border-bottom:2px solid #ccc;line-height:38px}.text-left{text-align:left!important}.info span.badge{color:#fff}.remove-arrow button.accordion-button:after{display:none}.invoice-meta p.for{border-bottom:1px solid #c6c6c6;color:#888;display:block;font-size:100%;margin-bottom:10px;padding-bottom:5px}.invoice-data p{margin-bottom:1px}.none{display:none}.space-between{justify-content:space-between}.invoice-title p{color:#aaa;font-size:12px;margin-bottom:0;text-transform:capitalize}.time-constraint{background:#f8f8f8;border:1px solid #ccc;border-radius:3px;padding:20px 15px 15px}.audio-react-recorder{height:0!important}.activity-content{background:#e5f5f8;border:1px solid #7fd1de;border-radius:15px 15px 15px 0;box-shadow:inherit;color:#3d4f5f;min-width:350px;padding:14px 20px;width:100%}.activity-content p{word-wrap:break-word;margin-bottom:0}.activity_time b{margin:0 5px 0 0}.activity_time{color:#7d98b5;font-size:11px;padding:3px 0 0 4px;text-transform:capitalize}.CompanyDetail .activity_time{color:#555;display:flex;font-size:12px;justify-content:space-between;padding:0;text-transform:none}.CompanyDetail .activity_time span{color:#444;font-size:14px;font-weight:500}.CompanyDetail .activity-content{background-color:#f9f9f9;border:1px solid #ddd;border-radius:3px;color:#3d4f5f;min-width:100%;padding:5px;text-align:left;width:100%}.page-content.dialer .modal-head.top-heading h2{font-size:20px;line-height:normal;margin:0}.CompanyDetail .activity-info{display:flex;justify-content:space-between;padding-bottom:10px}.CompanyDetail .activity-body{margin-left:45px;margin-right:5px;position:relative;width:100%}.NoShadow.card .accordion-button:not(.collapsed){box-shadow:none}.client-info{color:#000;padding:10px}.CompanyDetail .details .accordion-body .card{border:1px solid #eee;box-shadow:none;margin:0 0 10px}.client-info a h4{color:#7a6fbe;font-size:14px;margin:0}.url button.btn.btn-link.btn-md{padding:1px 5px}.CompanyDetail .card-body{padding:0 .7rem}.user-profile-pic-area{border-radius:10px;margin:0 auto;position:relative;width:100%}.user-profile-pic-area .card-header{background:#f16321;background:var(--bd-color,#f16321);border-radius:0}.user-profile-pic-area .card-header .top-heading.WithDrop .dropdown button.btn,.user-profile-pic-area .card-header .top-heading.WithDrop a{color:#fff!important;padding:0}.user-profile-pic-area .card-header .top-heading.WithDrop .d-inline.show.dropdown .dropdown-menu.show a{color:#000!important;font-size:14px;padding:0 5px}.user-profile-pic-area .card{border-radius:0}.user-profile-pic-area .card-header .top-heading.WithDrop .dropdown button.btn i.ion.ion-md-flower{font-size:19px}.page-content.dialer .NoShadow.card .details .accordion-item{border-bottom:1px solid #ddd;border-radius:0;box-shadow:none;margin:0}.page-content.dialer .NoShadow.card .details .accordion-body{padding:0 1.25rem}.client-info a{color:#000;font-size:14px}.company-info .info h3{color:#000;font-size:20px;font-weight:500;margin:0}.company-info .info a,.company-info .info button,.url a,.url button{color:#222}.searchBtn{color:#697dbf;position:absolute;right:6px;top:4px}.relative{position:relative}.page3 .nav-tabs{display:flex;justify-content:center;margin-top:10px}.page3 .nav-tabs button.nav-link{color:#000}.page3 .nav-tabs button.nav-link.active{border-left:1px solid #ccc;border-color:#ccc #ccc currentcolor;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#000}.page-content.dialer .page3.invoice-details{width:50%}.accordion-head.task{grid-template-columns:60% auto;justify-content:space-between}.accordion-head{display:grid;grid-template-columns:90% auto}.CompanyDetail.ClientDetails .remove-arrow{grid-template-columns:85% auto}.accordion-head.CompanyBtn{grid-template-columns:auto}.NoShadow.card{background:#fff;border-radius:0;box-shadow:none;height:calc(100vh - 112px);overflow:auto}.NoShadow.card.ProfileClientActivity{display:inline-block;height:auto;overflow:unset;width:100%}.CompanyDetail.ClientDetails .NoShadow.card{box-shadow:0 0 5px 2px #ccc;height:calc(100vh - 120px);margin:0}.compant-action-btn button{border-radius:50%;height:32px;padding:0;text-align:center;width:32px}.NoShadow.card .accordion-item{border-left:0;border-radius:0;border-right:0;border-top:0}.NoShadow.HeightAuto.card .accordion-item,.NoShadow.traning.card .accordion-item{margin-bottom:-1px}.NoShadow.traning.card .accordion-item table.table td a.dropdown-item{padding:1rem 2rem}.NoShadow.traning.card .accordion-item table.table{margin:0}.NoShadow.traning.HeightAuto.card,.NoShadow.traning.HeightAuto.Playlist.card{height:460px;overflow:auto}.NoShadow.traning.HeightAuto.Playlist.card{padding:0 15px}.NoShadow.traning.HeightAuto.VideoHeight.card{height:480px}.NoShadow.traning.card .accordion-item table.table td{padding:0}.Playlist .accordion-item table.table td:hover{background:#f1f1f1}.NoPadding.card-body{padding-bottom:0}.NoShadow.traning.HeightAuto.card .card-body{padding-left:0}.NoShadow.traning.card .accordion-body{padding:0}.NoShadow.HeightAuto.card{border-right:0;height:auto}.NoShadow.HeightAuto.card .accordion-item .accordion-body{border-top:1px solid #ddd}.page-content.dialer .NoShadow.card .accordion-item{background-color:#fff;border:0;border-radius:3px;box-shadow:0 1px 5px 0 rgba(45,62,80,.12);display:flex;flex-direction:column;margin-bottom:10px;padding:0;position:relative;width:100%}.page-content.dialer .card.card-body{box-shadow:none;padding:0}.NoShadow.card .accordion-item button.accordion-button.collapsed{font-size:14px;font-weight:500}.NoShadow.card .accordion-item h2.accordion-header button.accordion-button{background:transparent;border-radius:0;color:#000;font-size:14px;font-weight:500;padding-left:5px;padding-right:12px}.company-info .logo{text-align:center}.top-heading.WithDrop .show.dropdown .dropdown-menu{right:-28px!important}.company-info .info{flex-basis:100%;text-align:center}.compant-action-btn button i{font-size:13px}.nav-tabs a.active.nav-link{background:#f16321;background:var(--bd-color,#f16321);border-bottom:0;color:#fff}.nav-tabs{border-bottom:1px solid #ced4da;padding:15px 0 0 10px}.nav-tabs .nav-link{background:none;background:#eaf0f6;border:1px solid transparent;border-bottom:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem;color:#000;font-weight:400;margin:0 2px 0 0;padding:5px 10px!important}.NoShadow.card .card-header{background:#fff}.page2 .custom-setting input#phone,.page3 .custom-setting input#phone{width:100px}.page2 .custom-setting span.input-group-addon,.page3 .custom-setting span.input-group-addon{padding:9px 5px}.modal-head{background-color:#239933;background-color:var(--btn-primary,#239933);border-radius:7px 7px 0 0;color:#fff;margin-bottom:0;padding:10px;top:0;z-index:9}.page-content.dialer .page3{overflow-x:hidden;position:fixed;top:0;width:40%;z-index:3}.page-content.dialer .modal-head{align-items:center;background-color:#00bda5;background-image:linear-gradient(-303deg,#00a4bd,#00afb2 56%,#00bda5);color:#fff;margin-bottom:0;padding:10px;position:-webkit-sticky;position:sticky;top:0;z-index:9999}.page2{background-color:#fff;box-shadow:3px 0 8px 0 rgba(66,91,118,.21);height:100vh;left:0;margin:0;overflow:auto;padding:0;position:fixed;top:0;transform:translateX(-100%);-webkit-transform:translateX(-100%);width:60%;z-index:8}.CompanyDetail .page2{overflow-x:hidden;top:0;width:40%;z-index:9999}.CompanyDetail .page2 .modal-head.top-heading button,.page-content.dialer .page3 .modal-head.top-heading button{font-size:22px;padding:0}.accordion-button:not(.collapsed):after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ClientProfileDetails .LeftSideUser .accordion-button:not(.collapsed):after{background-image:none;color:#fff;content:"\e64b";font-family:themify;font-size:15px}.accordion-button:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.page3{background-color:#fff;box-shadow:3px 0 8px 0 rgba(66,91,118,.21);height:100vh;margin:0;overflow:auto;overflow-x:hidden;padding:0;position:fixed;right:0;top:0;transform:translateX(100%);-webkit-transform:translateX(100%);width:40%;z-index:9999}.slide-in{animation:slide-in .5s forwards;-webkit-animation:slide-in .5s forwards}.slide-out{animation:slide-out .5s forwards;-webkit-animation:slide-out .5s forwards}.slide-out2{animation:slide-out2 .5s forwards;-webkit-animation:slide-out2 .5s forwards}.page-content .meeting-detail.card{margin-top:.9rem}.page-content .meeting-detail .meeting{text-align:center}.ask-btns button{margin:0 10px 30px}.ask-btns button.btn.btn-outline-secondary i{font-size:14px}.ask-btns a i{display:inline-block;font-size:20px;margin-top:0}.page-content .meeting-detail .meeting h4{text-align:left}ul.user-details{list-style:none;margin:0;padding:0;text-align:left}ul.user-details li{font-size:20px;padding:10px 0}.accordion.products .accordion-item button{background:#f16321;background:var(--bd-color,#f16321);border-radius:0;box-shadow:none;color:#fff;padding:0 1.25rem 0 0}.accordion.products .accordion-body .accordion-item button.accordion-button{padding:1rem 1.25rem}.accordion.products .accordion-item{border-radius:0;box-shadow:none;margin-bottom:10px}.accordion.products .accordion-body .accordion-item button.accordion-button{background:#f9f9f9;color:#555}.accordion.products .accordion-item .accordion-body .accordion .accordion-body a.dropdown-item{border-bottom:1px solid #eee;padding:10px 1.8rem}.accordion.products .accordion-item .accordion-body .accordion .accordion-body a.dropdown-item:last-child{border-bottom:0}.accordion .dropdown-item{font-size:14px;padding-left:0}.accordion .dropdown-item:focus,.accordion .dropdown-item:hover{background-color:transparent;color:#2c3034;text-decoration:underline!important}.accordion.products .accordion-item button img{height:60px;margin:0 10px 0 0;object-fit:cover;width:100px}#navigation ul.navbar-nav:first-child{align-items:center;display:flex;height:49px;justify-content:center;margin:auto!important}.topnav .navbar-nav .nav-link span{display:inline-block;text-align:center;width:100%}.topnav .navbar-nav .nav-link{text-transform:uppercase;white-space:normal}#navigation ul.navbar-nav:first-child li.nav-item a i.ti-dashboard{margin:2px 5px 0 0}.top_navbar{height:100%}.navbar-header .float-end{align-items:center;display:flex;position:relative;z-index:999}.dropdown.ms-2.SearchDropDown .dropdown-menu.show{right:0}.topnav{height:100%;left:0;margin-bottom:0;margin-top:0;position:absolute;right:0}ul.tree-point li ul.tree-condition li ul.tree-condition-ul li:after{border-top:2px dashed #9b9b9b;content:"";display:block;left:50%;position:absolute;top:0;width:50%}ul.tree-point li ul.tree-condition li ul.tree-condition-ul li ul li.plus_outer:after{border:0}ul.tree-point li ul.tree-condition li ul.tree-condition-ul li.tree-condition-li-no:after{left:auto;right:50%}ul.tree-point li ul.tree-condition li.tree-condition-li-no ul li.plus_outer li:after,ul.tree-point li ul.tree-condition li ul.tree-condition-ul li ul li.plus_outer,ul.tree-point li ul.tree-condition li ul.tree-condition-ul li ul li.plus_outer.yes-outer ul li:after,ul.tree-point li ul.tree-condition li ul.tree-condition-ul li ul li.plus_outer ul li{border:0}ul.tree-point li ul.tree-condition li ul.tree-condition-ul li ul li.plus_outer ul li.tree-condition-li-yes:after{border-top:2px dashed #9b9b9b;content:"";display:block;left:50%;position:absolute;top:0;width:50%}ul.tree-point li ul.tree-condition li ul.tree-condition-ul li ul li.plus_outer ul li.tree-condition-li-no:after{border-top:2px dashed #9b9b9b;content:"";display:block;left:0;position:absolute;top:0;width:50%}.event-tree{min-width:5200px;position:relative;text-align:center}.event-tree h5{border:2px dashed #9b9b9b;display:inline-block;line-height:50px;min-height:50px;width:250px}.event-tree:before{border-left:2px dashed #9b9b9b;bottom:-15px;content:"";height:22px;left:50%;position:absolute;width:0}@keyframes slide-in{to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-in{to{-webkit-transform:translateX(0)}}@keyframes slide-out{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@-webkit-keyframes slide-out{0%{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-110%)}}@keyframes slide-out2{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(110%);transform:translateX(110%)}}@-webkit-keyframes slide-out2{0%{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(110%)}}.page2Visible{opacity:1;visibility:visible}.info span{color:#000;font-size:12px;font-weight:400}.page-content.dialer .page3.deal-assign{width:20%}.pull-right{float:right}.compant-action-btn button{margin:15px 1px 0}.activity-info{display:flex;justify-content:space-between;padding-bottom:15px}.info p{font-size:14px;line-height:normal;margin:0}.page-content.dialer .NoShadow.card .details .accordion-body .info span{color:#555;font-size:12px}.page-content.dialer .NoShadow.card .details .accordion-body .info p{color:#222;font-size:13px}.page-content.dialer .NoShadow.custom-scroll.Activity.card h2.accordion-header button{color:#999;font-size:14px;font-weight:400;padding:10px}.btn-link{background:transparent!important;border:0!important}.top-heading{display:flex;justify-content:space-between}.input-group.asrt-page-length{align-items:center}.visibilty-hidden{visibility:hidden}.input-group-addon{background-color:#eee;border:1px solid #ccc;border-radius:4px;font-size:14px;font-weight:400;line-height:1;padding:9px 12px;text-align:center}.input-group-addon,.input-group-btn{vertical-align:middle;white-space:nowrap;width:auto}.input-group-addon{border-left-width:0;border-right-width:0}.input-group-addon:first-child{border-left-width:1px}.input-group-addon:last-child{border-right-width:1px}.height-350{height:350px}.height-350,.height-500{overflow:auto;overflow-x:hidden;padding-bottom:20px}.height-500{height:500px}.grid-style{grid-column-gap:4%;align-items:center;display:grid;grid-template-columns:85% 10%}.width-200{width:200px!important}.width-350{width:350px}.p0{padding:0}.pb-10{padding-bottom:10px}.pb-0{padding-bottom:0!important}.p-10{padding:10px}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pl-25{padding-left:25px!important}.pr-5{padding-right:5px}a,button{outline:none}button{box-shadow:none}.ml-5{margin-left:5px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mt-20{margin-top:20px}.mr-50{margin-right:50px}.footer{border-top:1px solid #eee;bottom:0;height:22px;line-height:22px;padding:0;position:fixed;z-index:1}.as-react-table .float-right.text-right{text-align:right}.as-react-table .table-body{overflow:auto}.text-align-right{text-align:right}.danger{color:#ec536c!important}.success{color:#58db83!important}.user-profie{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:0 solid #dee2e6;border-radius:.25rem;box-shadow:0 -3px 31px 0 rgb(0 0 0/5%),0 6px 20px 0 rgb(0 0 0/2%);display:grid;grid-template-columns:40% 60%;margin-bottom:24px}.user-profie img.profile-img{height:auto;width:100%}.table-responsive::-webkit-scrollbar{width:5px}.table-responsive::-webkit-scrollbar-track{background:#d9d9d9}.table-responsive::-webkit-scrollbar-thumb{background:#239933;border-radius:5px}.table-responsive::-webkit-scrollbar-thumb:hover{background:#555}.upload-file .dropzone{height:40px;min-height:unset;padding:7px 18px}a.btn-light,button.btn-light{background-color:transparent;border-color:transparent}.btn-custom{background:transparent;border:transparent;display:inline-block;font-weight:400;line-height:1.5;text-align:center;vertical-align:middle}.btn-custom:active,.btn-custom:focus,.btn-custom:hover,.btn-secondary:active,.btn-secondary:active:focus{box-shadow:none}.btn-round{border-radius:50px;padding:5px 20px}span.warning .mdi-alert-circle{color:#ff9800;font-size:50px}.bg-primary{background:#d64e0f!important;background:var(--bd-color,#d64e0f)!important}.bg-primary-color,.btn-primary,.btn-primary.disabled,.btn-primary:disabled,.btn-secondary{background-color:#007f32;border-color:#007f32;color:#fff}.btn-primary.disabled:hover,.btn-primary:disabled:hover,.btn-primary:hover,.btn-secondary:hover{background-color:#fff;background-color:var(--btn-primary-hover-text,#fff);background-color:#007f32;background-color:var(--btn-primary-hover,#007f32);border-color:#007f32;border-color:var(--btn-primary-hover,#007f32)}.widget-user .widget-user-desc:after{border-right-color:#d64e0f!important;border-right-color:var(--bd-color,#d64e0f)!important;border-top-color:#d64e0f!important;border-top-color:var(--bd-color,#d64e0f)!important}.btn-danger{background-color:#ec536c;background-color:var(--btn-danger,#ec536c);border-color:#ec536c;border-color:var(--btn-danger,#ec536c);color:#fff;color:var(--btn-danger-text,#fff)}.btn-danger:hover{background-color:#c9475c;background-color:var(--btn-danger-hover,#c9475c);border-color:#c9475c;border-color:var(--btn-danger-hover,#c9475c);color:#fff;color:var(--btn-danger-hover-text,#fff)}.btn-info{background-color:#29bbe3;background-color:var(--btn-info,#29bbe3);border-color:#29bbe3;border-color:var(--btn-info,#29bbe3);color:#fff;color:var(--btn-info-text,#fff)}.btn-info:hover{background-color:#239fc1;background-color:var(--btn-info-hover,#239fc1);border-color:#239fc1;border-color:var(--btn-info-hover,#239fc1);color:#fff;color:var(--btn-info-hover-text,#fff)}.main-content{background:#f7fafc;margin-top:60px;max-height:calc(100vh - 70px);overflow:hidden}.page-content{height:calc(100vh - 82px);overflow:auto;padding:20px 0 0}.page-content.resourcesDrive{padding:0}.page-title-box{padding-bottom:10px}.page-content.dialer .NoShadow.card{background:#fff;border:2px solid #e2e2e2;border-radius:0;box-shadow:none;height:calc(100vh - 112px);overflow:auto}.page-content.dialer .NoShadow.custom-scroll.Activity.card .NoShadow.card{background:transparent;box-shadow:none}.modal-head.top-heading h2{font-size:18px;line-height:normal;margin:0;word-break:break-word}.modal-head.top-heading button{font-size:20px;line-height:normal;padding:0}.view-date a.btn.btn-link,.view-date button.btn.btn-link{font-size:14px;font-weight:600;margin:0 15px 0 0;padding:0}.view-date a.btn.btn-link:focus,.view-date button.btn.btn-link:focus{box-shadow:none;outline:none}.page-content.dialer .NoShadow.custom-scroll.Activity.card .accordion-item{border-bottom:1px solid #eee;border-radius:0;box-shadow:none;margin-bottom:0}.tab-pane.secondary-tabs.profilePopup .card-body .card{max-width:unset}.tab-pane.secondary-tabs.profilePopup .card-body ul .ContactDescription{width:100%}.tab-pane.secondary-tabs.profilePopup .card-body ul li{display:block;margin:0 auto;width:98%}.NoShadow.custom-scroll.Activity.card .tab-pane.secondary-tabs.profilePopup .card-body{min-height:516px;min-height:auto}.page-content.dialer .page3 .card{box-shadow:none;margin:0}.page-content.dialer .NoShadow.custom-scroll.Activity.card{background:#fff;border:2px solid #e2e2e2;box-shadow:none;margin:0;overflow:hidden}.Activity.card .tab-content .PrimaryTabs{height:calc(100vh - 190px);overflow-x:hidden;overflow-y:auto}.secondary-tabs .tab-content{height:calc(100vh - 210px);overflow:auto;padding-right:5px}.pipeline-status .css-2b097c-container{max-width:900px}.tab-pane.secondary-tabs .css-2b097c-container{z-index:3}.piple-status button{background:transparent;border-color:#ccc;color:#666!important;height:40px;text-align:left;width:220px}.piple-status .btn-check:focus+.piple-status .btn-primary,.piple-status .btn-primary:focus,.piple-status .show>.btn-primary.dropdown-toggle,.piple-status .show>.btn-primary.dropdown-toggle:focus,.piple-status button:active,.piple-status button:hover{background:transparent;border-color:#ccc;box-shadow:none;color:#999}.piple-status .dropdown-menu.show{top:29px!important}.page-content.chat{height:calc(100vh - 70px);padding:15px 0}.page-content.chat main.chat-box .card.border{height:calc(100vh - 132px);margin:0}.logo-bg{background:#fff}.noti-icon i{font-size:18px}.noti-icon .badge{padding:1px 3px;position:absolute;right:0;top:0}.nav-bg{background:#239933;color:#fff;height:50px;margin-top:10px;position:relative}.title-border-bottom,h2.title-border-bottom{color:#f16321;color:var(--bd-color,#f16321);min-width:100%}.assessment-vertical-menu{z-index:2}.sub-nav-bg{background:#239933;background:var(--bd-color,#239933);color:#fff;color:var(--text-color,#fff)}.dropdown button.btn{padding:0 5px}.SearchDropDown button.btn{line-height:normal;padding:0}.widget-user.card .h2.text-white-50{color:#fff!important;color:var(--text-color,#fff)!important}.topnav .navbar-nav .nav-link{color:#fff!important}.topnav .navbar-nav .nav-link:focus,.topnav .navbar-nav .nav-link:hover{color:#fff!important;color:var(--nav-hover-text-color,#fff)!important}.text-transform-capitalize{display:flex;justify-content:space-between;text-transform:capitalize}.display-inline-block{display:inline-block}.display-inline{display:inline}.chat-online{color:#34ce57}.chat-offline{color:#e4606d}.chat-user-list{height:calc(100vh - 200px);overflow-y:auto}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll{scrollbar-color:red;scrollbar-width:thin}.custom-scroll::-webkit-scrollbar-track{background:#fff}.custom-scroll::-webkit-scrollbar-thumb{background-color:#c7c7c794;border:3px solid #fff;border-radius:6px}.chat-messages{background:#fff;display:flex;flex-direction:column-reverse;height:calc(100vh - 270px);overflow-y:auto}.chat-message-left,.chat-message-right{display:flex;flex-shrink:0}.chat-message-left{margin-right:auto}.chat-message-right{flex-direction:row-reverse;margin-left:auto}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.flex-grow-0{flex-grow:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.card.border .border-bottom{min-height:62px}.border:last-child{border-bottom:1px solid #dee2e6!important}.border{border-bottom:0!important}.border-right{border-right:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.float-right{float:right!important}.border-0{border:0!important}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.ml-3,.mx-3{margin-left:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pt-3{padding-top:1rem!important}.pt-2,.py-2{padding-top:.5rem!important}.mr-3,.mx-3{margin-right:1rem!important}.css-flex-table{display:flex;width:100%}.css-flex-table-body,.css-flex-table-header{display:flex;flex:0 0 100%}.css-flex-table,.css-flex-table-body{flex-wrap:wrap}.css-flex-table-header div{background-color:#bfbfbf;font-weight:700;padding:6px;text-align:center}.css-flex-table-body .dl-list .dl-itemm .row div,.css-flex-table-header div{border:1px solid #fff;box-sizing:border-box;flex:0 1 100px;padding:0 6px}.css-flex-table-body .dl-list .dl-item .row div:nth-of-type(5n),.css-flex-table-header div:nth-of-type(5n){flex-basis:calc(100% - 308px);flex-grow:0;flex-shrink:1}ul.tree-point li ul.tree-condition{display:inline-block;max-width:100%;text-align:center}ul.tree-point li ul.tree-condition li{float:left;list-style-type:none;min-width:300px;padding:15px 5px 0;position:relative;text-align:center;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}.card.card-body.house-tree{min-height:calc(100vh - 170px);overflow:auto}ul.tree-point{list-style:none;margin:0 auto;min-width:5200px;overflow:auto;padding:0;width:auto}ul.tree-point li.plus_outer.startNow:before{border:0}ul.tree-point li{padding-top:18px;text-align:center}ul.tree-point li:before{border-left:2px dashed #9b9b9b;content:"";height:25px;left:50%;position:absolute;top:0;width:0}ul.tree-point li ul{list-style:none;margin:0 auto;padding:0;position:relative;text-align:center}.sb_button{display:inline-block}a.plus{background:#fff;border:1px dashed #ccc;display:inline-block;height:25px;line-height:20px;margin-top:7px;padding:0;text-align:center;width:25px;z-index:1}a.plus,button.notes-list{border-radius:50%;position:relative}button.notes-list{background:#f16321;background:var(--bd-color,#f16321);color:#fff;height:15px;width:15px}button.notes-list i{font-size:9px;top:0}.button-notes-view,button.notes-list i{bottom:0;left:0;position:absolute;right:0}.button-notes-view{top:30px;z-index:1}.show-notes{border:1px solid #ced4da;border-radius:4px;margin-bottom:10px;padding:10px}.show-notes .notes{border-bottom:1px solid #ced4da;display:flex;justify-content:space-between;padding:10px 2px 10px 0}.add_note_drapdown_button{padding:10px 0}a.delete{background:#f16321;background:var(--bd-color,#f16321);border-radius:50%;color:#fff;display:inline-block;font-size:10px;height:15px;line-height:15px;position:relative;width:15px;z-index:1}.sb_button .sb_button_inner.btn-primary.sb_editable{border-radius:5px;cursor:pointer;display:inline-block;line-height:normal;min-width:90px;padding:5px}.Priorities-items{align-items:center;display:flex;flex-direction:column;margin:-1px -1px 0 0;padding:5px;text-align:center;width:20.2%}.css-flex-table-body{flex-direction:column;width:100%}.dl-item{display:flex;margin-bottom:5px}.css-flex-table-header{align-items:center;display:flex}.css-flex-table-header .Priorities-items{display:flex;flex:none;flex-direction:inherit;min-height:41px}.css-flex-table-body{border:0}.css-flex-table-body .dl-item{align-items:center;border:1px solid #ddd;display:flex;margin:0 0 -1px}.css-flex-table-body .dl-item:nth-child(2n){background:#f9f9f9}.css-flex-table-body .dl-item:nth-child(odd){background:#fff}#action-nav .btn-group-vertical.left_vertical_tabs{background:#444;height:100%;justify-content:flex-start;width:100%}#action-nav .btn-group-vertical.left_vertical_tabs button.btn.green.dropdown-toggle{border-bottom:1px solid #555;color:#fff;text-align:left}#action-nav .btn-group-vertical.left_vertical_tabs button.btn.green.active.dropdown-toggle{background:#f16321;background:var(--bd-color,#f16321)}.notify-section{background:#f9f9f9}.status-radio input{bottom:0;cursor:pointer;display:block!important;height:100%;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:1}.status-radio{border:2px solid #e0e0e0;border-radius:10px;height:96px;line-height:116px;margin:0;position:relative;text-align:center;width:100%}.radio-custoom-flow .form-check.form-check-inline{height:100%;margin:0;padding:0;width:100%}.status-radio i{bottom:0;font-size:20px;height:25px;left:0;margin:auto;position:absolute;right:0;top:0;width:25px}.radio-custoom-flow .form-check.form-check-inline input{height:100%;margin:0;width:100%}.status-radio.checked-radio i{color:#d64e0f!important;color:var(--bd-color,#d64e0f)!important}.sb_button.conditional{display:block}.report{border:2px solid #ddd;margin:2px 0;padding:5px}.report.border-right-0{border-right:0;margin:2px 0}.report.odd{background:#e8e8e8}.report.fw-bold.bg-primary{margin-bottom:0}.font-size-14{font-size:14px!important}.progresss span.labels{display:inline-block;width:80%}.progresss{text-align:center}.chart-data p{align-items:center;display:flex;font-size:12px;height:30px;line-height:normal;margin:0 0 10px;vertical-align:middle}.common-tri{border-radius:50px;color:#fff;display:inline-block;height:30px;line-height:30px;margin:0 auto 10px;position:relative;text-align:center;width:100%}.common-tri.unassigned{background:#1e97f3}.common-tri.proposal{background:orange}.common-tri.closed{background:#e1ad01}.common-tri.booked{background:#476930}.chart-data p:last-child{margin:0}.campagian td{vertical-align:middle}.campagian td.td-first,.campagian td.td-last{padding:0 .25rem;text-align:center;vertical-align:middle}.campagian td.td-last a.btn,.campagian td.td-last button.btn.btn-danger{margin:0;width:90%}.justify-center{justify-content:center}.comapign-dialer{margin-top:-20px}.call_durt{background:#703ce8;border-radius:4px;float:left;margin:20px;padding:5px 0}.call_durt .user_info{color:#fff;display:inline-table;font-size:12px;padding:0 6px;text-transform:none}.call_durt .user_info span{color:#fff}.nav_tab{background:#1f1b1c}.voice_option_inner button{color:#fff}.voice_option_inner button.btn-white{background-color:#fff;color:#000}.voice_option_inner button:hover{background-color:#d64e0f;background-color:var(--bd-color,#d64e0f);color:#fff}.bg-gray{background:#e9e7e6}.client-form{height:calc(100vh - 137px);overflow-x:hidden;overflow-y:auto}.page-content.dialer.campaign-dialer{padding:0}.options-default{left:10px;position:fixed;top:160px;width:0;z-index:99}.options-default button.btn{background:#eb4767;color:#fff;font-size:12px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);transform:translateX(-50%) translateY(-50%) rotate(90deg);width:100px}.options-default .notes-btn{position:relative;top:178px}.options-default .email-btn{position:relative;top:60px}.options-default .rvm-btn{position:relative;top:117px}.options-default .call-btn{position:relative;top:120px}.comapign-dialer .page2.slide-in.custom-scroll.invoice-details{left:40px;top:71px}.dailer-pad.card-body{padding:1rem}a.btn.noti-icon.header-btn.waves-effect.display-inline{background:#703ce8;display:inline-block;height:40px;line-height:45px;margin:0 0 0 10px;padding:0;width:50px}.vertical-menu{height:calc(100vh - 84px);position:fixed;top:61px;width:260px;z-index:7}.vertical-collpsed.sidebar-enable .vertical-menu{width:70px}.app-search{padding:12px 0}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a{align-items:center;display:flex;min-height:auto;padding:12px 8px}.vertical-collpsed .simplebar-mask #sidebar-menu ul{padding:25px 8px}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span{display:block;padding:0}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background:#239933;width:100%}.select2-selection__menu{position:unset!important}.page3.slide-in.custom-scroll.w-100{z-index:1050}.incoming .options-default{top:280px}.incoming-twilio-call{margin:20px}.incoming-twilio-call .accept-rejact button{margin:0 20px}.incoming-twilio-call .accept-rejact{display:unset;justify-content:unset;margin:0 15px;width:unset}.incomint-notify i.fas.fa-phone{background:#333;border-radius:50%;color:#36d576;height:40px;line-height:40px;text-align:center;width:40px}h4.incomint-notify{color:#000}.group-addnon .input-group{display:grid;grid-template-columns:45px auto}.package-add .custom-checkbox{width:unset}img.training-products{height:232px;width:370px}input[type=date]::-webkit-clear-button{-webkit-appearance:none!important;background:red;display:none!important;margin:0!important;opacity:0}input[type=date]::-webkit-clear-button,input[type=time]::-webkit-clear-button{-webkit-appearance:none;appearance:none}input[type=date]::-webkit-clear-button{-webkit-appearance:none;display:none}.api-custom .accordion-item{background:rgba(73,204,144,.1);border-color:#49cc90}.api-custom .accordion-button:not(.collapsed){background-color:rgba(73,204,144,.1);color:#000}.highlight-code pre{background:#c3ffa5;border:1px solid #19a347;color:#191919;display:block;font-size:12px;margin:8px;padding:4px}.api-custom.card-body h2.accordion-header button.accordion-button{padding:.5rem}.profile-tabs.nav.nav-tabs a.nav-link{border-radius:.25rem .25rem 0 0}.invoice-title h2{font-size:26px;text-align:center}address.mb-0.float-end{text-align:right;width:100%}.invoice-logo{align-items:center;display:flex;height:100%}.invoice-title{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}table.table.coach-invoice thead tr th{background:#d64e0f!important;background:var(--bd-color,#d64e0f)!important;color:#fff}.company.border-bottom button.btn.btn-link.btn-md.pull-right{position:absolute;right:25%}.dialer .loader{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1e+24}.comapign-dialer .nav-bg{color:#000}.comapign-dialer,.comapign-dialer .pipeline ul{color:#000!important}.custom-field-page .input-group.mb-3.form-group{display:flex}.pulse{animation-duration:.5s;-webkit-animation-duration:.5s;animation-name:pulse;-webkit-animation-name:pulse}.marketplace_card{background:#fff;border:1px solid #d1d6d9;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.1);display:block;margin:10px 0;position:relative}.containerw{display:flex;height:169px;overflow:hidden;position:relative;vertical-align:middle}.containerw .image{border-radius:inherit;display:table;height:auto;margin:auto;max-width:100%;width:100%}.middle{background:rgba(0,0,0,.7);height:100%;left:0;line-height:169px;opacity:0;position:absolute;text-align:center;top:0;transition:.5s ease;width:100%;z-index:1}.middle a.text{position:relative;z-index:999}.containerw:after{background:rgba(0,0,0,.5);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.marketplace_card .text{color:#fff!important;font-size:16px;text-decoration:none;transition:.5s ease}.market_content{align-items:center;background:transparent;bottom:0;color:#fff;display:flex;font-size:18px;justify-content:center;left:0;margin:auto;padding:10px;position:absolute;right:0;text-align:center;top:0;transition:all .5s;width:70%}.market_content .market_price{display:table;font-size:14px;width:100%}.market_content .market_price,.market_content strong{color:#3e474f;font-size:14px;font-weight:700}.market_content .market_price label{float:left;line-height:22px;margin:0}.market_content .market_price .btn{display:inline-table;float:right;font-size:12px;margin:0 0 0 5px;padding:5px 8px;width:auto}.containerw:hover .image{opacity:.3}.containerw:hover .middle{opacity:1}.NoShadow.traning.HeightAuto.video.card{background:#f16321;background:var(--bd-color,#f16321)}.accordion-body .table tr.active{background:#f1f1f1}.accordion-body .table tr.active td .grid-style a{color:#000}.accordion-body .table tr td .grid-style a{background-color:transparent;border:0;clear:both;color:#444;font-weight:400;overflow:hidden;padding:.35rem .5rem;text-align:inherit;text-overflow:ellipsis;white-space:nowrap}.Playlist .progress-bar{background:#f16321}.Playlist i.fas.fa-check-circle{color:#f16321}.NoShadow.HeightAuto.Faqs.card .accordion-item{border:1px solid rgba(0,0,0,.125);border-radius:5px;margin-bottom:5px}.NoShadow.HeightAuto.Faqs.card .accordion-item button.accordion-button{background:#f1f1f1;color:#000}.sub-nav-bg .form-check.form-switch .form-check-input{float:unset}.report-container .accountability-page h4:before,.report-container .agreement-page h4:before,.report-container .disclamer-page h4:before,.report-container .inaction-page h4:before,.report-container .investment-page h4:before,.report-container .objective-page h4:before,.report-container .products-page h4:before,.report-container .profit-assessment-page h4:before,.report-container .purpose-page h4:before,.report-container .reality-page h4:before,.report-container .roadmap-page h4:before,.report-container .team-page h4:before{border:10px solid #4499d7;content:"";display:inline-block;height:0;margin-bottom:5px;margin-right:10px;vertical-align:middle;width:50px}.media-video i{cursor:pointer}.has-bg-img{background-position:50%;background-size:cover}.bg-purple{background-color:hsla(261,51%,51%,1)!important;background-color:hsla(261,51%,calc(51%*var(--tor-bg-lightness, 1)),var(--tor-bg-opacity,1))!important}.bg-blend-multiply{background-blend-mode:multiply!important}.h-20rem{height:20rem!important}.shadow{box-shadow:var(--tor-shadow-inset) 0 .25rem .625remrgba (var(--tor-shadow-color),calc(var(--tor-shadow-intensity)*.15))!important;box-shadow:var(--tor-shadow-inset) var(--tor-shadow-offsetX,0) calc(.25rem + var(--tor-shadow-offsetY, 0rem)) .625remrgba (var(--tor-shadow-color),calc(var(--tor-shadow-intensity)*.15))!important}.bg-img{display:none}.p-7{padding:5rem!important}address.user-address-info{background:#e4f5ec;border-radius:5px}address.user-address-info strong{color:#000;font-size:17px;font-weight:500}.payment-method{color:#f16321;color:var(--bd-color,#f16321);display:inline-block;font-size:17px;font-weight:500}#custom-template .u-row-container .u-row,#custom-template .u-row-container .u-row .u-col.u-col-100{min-width:100%!important;width:100%!important}#custom-template .u-row-container .u-row .u-col{min-width:100%!important}.section-title{background:#444;color:#fff}.section-title h5{margin:0}p.locked,p.unlocked{margin:0;padding:10px 0}p.locked a,p.unlocked a{font-size:16px;font-weight:500}p.locked a i.fas.fa-circle.text-muted,p.unlocked a i.fas.fa-circle.text-success{margin:0 10px 0 0}.video-lesson figure{padding-bottom:0!important}.coure-img{max-height:150px;min-height:150px;overflow:hidden;position:relative}.pulse a.btn.btn-link.text-left{padding-left:0;padding-right:0;width:100%}.coure-img img{bottom:0;height:100%;left:0;margin:auto;object-fit:cover;position:absolute;right:0;top:0}a.btn.btn-link.text-left .card .card-body .h4.card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lesson-videos.card figure{padding-bottom:0!important}.lesson-videos.card .se-component.se-video-container.__se__float-none{width:100%!important}.lesson-videos.card .card-title{font-size:20px;font-weight:500}.ProgressDashboard{display:flex;justify-content:center;position:relative}.TotalProgress{color:#000;font-size:14px;position:absolute;right:10px}.ProgressDashboard .progress,.ProgressDashboardCoaching .progress{align-items:center;background:transparent;border:1px solid #000;border-radius:50px;display:flex;float:right;height:20px;height:22px;padding:0 3px;width:100%}.ProgressLabel{float:right;width:88%}.ProgressLabel label{font-size:11px;margin:0;text-transform:uppercase}.ProgressDashboardCoaching .progress{position:relative}.ProgressDashboard i{color:#008037;font-size:20px;text-align:center;width:20px}.NewCoachDashboard .BarProgress{display:inline-block;position:relative;width:80%}.NewLeadDialer .BarProgress{display:inline-block;position:relative;width:100%}.ProgressDashboardCoaching{display:flex;justify-content:center}.BarProgress i{bottom:0;position:absolute;vertical-align:bottom}.ProgressDashboard i.mdi.mdi-account{position:relative;top:12px}.BarProgress i.ion.ion-md-call{bottom:0}.BarProgress i.ion.ion-md-mail{bottom:-2px}.BarProgress i.mdi.mdi-comment{bottom:-5px}.ProgressDashboard i.mdi.mdi-comment{display:inline-block;line-height:normal;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.BarProgress i.mdi.mdi-currency-usd{background:#008037;border-radius:50%;color:#fff;font-size:16px;height:20px;line-height:20px;text-align:center;width:20px}.ProgressDashboardCoaching .BarProgress i{color:#008037;font-size:20px}.ProgressDashboardCoaching .TotalProgress{right:10px;top:0}.ProgressDashboard .progress-bar.bg-primary,.ProgressDashboardCoaching .progress-bar.bg-primary{font-size:13px}.Campaigns .ProgressDashboardCoaching label,.ProgressDashboardCoaching label{float:left;margin:0 0 1px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.Campaigns .ProgressDashboardCoaching label{font-size:11px;text-transform:uppercase}.VariousCalls .Message.card i.mdi.mdi-comment{font-size:30px;line-height:normal;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.NewLeadDialer .VariousCalls .Message.card i.mdi.mdi-comment{font-size:28px}.NewLeadDialer .VariousCalls.card i.ion{font-size:30px}.ProgressDashboard.OutboundGoals .progress-bar.bg-primary{background-color:#008037!important;border-radius:50px;height:16px;margin:-1px 0 0}.RevenueGoals .ProgressDashboardCoaching .progress-bar.bg-primary{background-color:#008037!important;border-radius:50px;height:16px;padding-left:5px;text-align:left}.DashboardPage .progress-bar.bg-primary{padding-left:5px;text-align:left}.system-custom-border{border-radius:10px;box-shadow:0 0 5px 0 #999;position:relative}.ClientActionList.card-body,.CompanyDetail.ClientProfileDetails .card.card-body,.DashboardPage.row .card,.EventsCalendar.card-body,.my-coaches .CoachesLists .card-body,.NewCoachDialer .boxescard.card .card-body,.NewCoachDialer .VariousCalls.TotalRecord.MyScheduleMain .RecentRecord.MyTasks.card-body,.NewLeadDialer .boxescard.card .card-body,.NoShadow.card.ProfileClientActivity,.ProgressTrackerImplementation.card.card-body,.RecentRecord.RecentLeads.card-body,.Statuses .RecentRecord.RecentLeads.card-body,.Statuses .StatusListing.card-body,.VariousCalls .card-body,.VariousCalls.TotalRecord.MyScheduleMain .RecentRecord.MyTasks.card-body{border-radius:10px;box-shadow:0 0 5px 0 #999;position:relative;z-index:revert-layer}.Message.card{background:#55dbde;color:#fff}.Email.card{background:#ffde59;color:#fff}.ReceivedCalls.card{background:#fe9150;color:#fff}.MissedCalls.card{background:#3ab6ff;color:#fff}.VariousCalls.card i.ion{font-size:30px;width:100%}.VariousCalls.card .card{background:#f1f1f1;box-shadow:0 0 5px 0 #999;color:#008037;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin:auto;max-width:110px;min-height:50px}.NewCoachDashboard .VariousCalls.card .card{margin-top:5px;max-width:unset}.NewCoachDashboard .RecentRecord.RecentLeads .ContactDescription{align-items:center;background:#fff;display:flex;flex-direction:row;justify-content:space-between;margin-right:10px;width:100%}.NewCoachDashboard .RecentRecord.RecentLeads.card-body li{padding:5px;width:97%}.VariousCalls.TotalRecord.MyScheduleMain .dashboard-calander .card{box-shadow:none}.NewCoachDashboard .Statuses .RecentRecord.RecentLeads ul{padding-bottom:10px}.NewCoachDashboard .Statuses .RecentRecord.MyTasks.NewTasks ul li .TaskDescp{background:#fff}.NewCoachDashboard .Statuses .RecentRecord.MyTasks.NewTasks ul li{border:0;justify-content:flex-start;margin:10px 0 15px;padding:0;text-align:left}.NewCoachDashboard .Statuses .RecentRecord.MyTasks.NewTasks ul{margin-top:0;max-height:325px}.VariousCalls .MyScheduleMain.card{box-shadow:none;max-width:unset}.VariousCalls .active.card .NumberFunc{color:#fff;font-size:34px;line-height:normal;margin:0}.VariousCalls.card .card .NumberFunc{color:#000;font-size:20px;line-height:normal}.NewLeadDialer .VariousCalls.card .card .NumberFunc{font-size:20px}.VariousCalls.card .active.card,.VariousCalls.card .active.card .NumberFunc{background:#008037;color:#fff}.AlertBadge{border-radius:50%;font-size:12px;height:20px;left:30px;line-height:20px;position:absolute;text-align:center;width:20px}.AlertBadge i{color:#fe1616;font-size:22px}.AlertBadge span{color:#fff;font-size:17px;left:0;position:absolute;right:0;top:-2px;z-index:1}.RecentRecord ul{list-style:none;margin:0;max-height:370px;overflow:auto;padding:0}.NewCoachDashboard .RecentRecord ul{max-height:415px}.NewLeadDialer .InboxBusiness ul li,.RecentRecord ul li{align-items:center;border-radius:5px;display:flex;flex-direction:row;justify-content:center;margin:auto;width:100%}button.Stats{border:0;border-radius:8px;color:#fff;font-size:20px;height:37px;line-height:37px;width:100px}button.Stats.Sucess{background:#008037}button.Stats.Danger{background:#960303}button.Stats.Warning{background:#f4bc33}.RecentRecord ul li .StatusIcon{border-radius:50%;color:#fff;float:left;font-size:20px;height:35px;line-height:35px;margin:0 10px 0 0;position:relative;text-align:center;width:35px}.ContactDescription{background:#f1f1f1;border-radius:0 5px 0;width:88%}.NewClientDialer .ContactDescription{width:auto}.RecentRecord ul li .StatusIcon.Message{background:#008037}.RecentRecord ul li .StatusIcon.Call{background:#008037;flex-shrink:0}.chat-message-right .rounded{text-align:right}.RecentRecord ul li .StatusIcon.Email,.RecentRecord ul li .StatusIcon.MissedCalls{background:#008037}.ContactDescription h6.card-title{font-size:16px;font-weight:700;margin:0}.UserMessage p{font-size:14px}.RecentRecord ul li .StatusIcon.MissedCalls .AlertCalls{background:red;border-radius:50%;font-size:8px;height:12px;line-height:12px;position:absolute;right:6px;text-align:center;top:5px;width:12px}::-webkit-scrollbar{border-radius:5px;height:8px;width:8px}::-webkit-scrollbar-track{background:#d9d9d9;border-radius:5px;width:8px}::-webkit-scrollbar-thumb{background:#239933;border-radius:5px;width:10px}::-webkit-scrollbar-thumb:hover{background:#555;width:10px}.RecentRecord.RecentLeads .ContactDescription{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-right:10px;width:100%}.RecentRecord.RecentLeads .ContactDescription .ButtonBox button{font-size:15px;text-transform:uppercase}.RecentRecord.RecentLeads .ContactDescription .ButtonBox .compant-action-btn ol li{box-shadow:none;box-sizing:unset}.fc td,.fc th{border:0}.NewCoachDashboard .RecentRecord.RecentLeads{min-height:700px}.RecentRecord.RecentLeads ul{max-height:653px}.RecentRecord.MySchedule .ContactDescription{background:transparent;display:flex;justify-content:space-between}.RecentRecord.MySchedule ul li{border-bottom:1px solid #ddd;position:relative}.RecentRecord.MySchedule .ContactDescription h6{font-weight:400}.RecentRecord.MySchedule ul li .StatusIcon{font-size:12px;height:15px;line-height:15px;margin-top:4px;width:15px}.RecentRecord.MySchedule ul li .StatusIcon.Call{flex:25px 0;height:25px;line-height:25px;width:25px}.RecentRecord.MySchedule ul li h6.card-title{font-size:14px}.RecentRecord.MySchedule ul{max-height:295px;min-height:295px;overflow:auto}.VariousCalls.TotalRecord .card .NumberFunc{color:#000;position:absolute;right:4px;top:0}.IconWithCount i.far.fa-list-alt{font-size:24px}.IconWithCount span,.Statuses .StatusListing .RevenueGoals{display:inline-block;width:100%}.IconWithCount span{color:#000;font-size:14px}.StatusCall{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.RevenueGoals .ProgressDashboardCoaching .progress-bar.bg-primary.warning{background-color:#f9e052!important}.RevenueGoals .ProgressDashboardCoaching .progress-bar.bg-primary.danger{background-color:#fa1722!important;color:#fff!important}.StatusHeading{display:flex;justify-content:space-between}.dashboard-calander,.StatusHeading{position:relative}.Statuses .card-body{max-height:307px;min-height:307px}.Statuses .RecentRecord.RecentLeads ul{max-height:540px;min-height:540px}.Statuses .RecentRecord.MyTasks ul{max-height:220px}.Statuses .RecentRecord.MyTasks ul li{border-bottom:1px solid #ddd}.Statuses .VariousCalls.TotalRecord .card-body{max-height:285px;min-height:285px}.ClientProfileDetails .VariousCalls.TotalRecord.MyScheduleMain.TaskManager .card-body,.VariousCalls.TotalRecord.MyScheduleMain.TaskManager .card-body{margin:0;min-height:608px}.VariousCalls.BusinessInbox .RecentRecord.card-body{background:#fff;border:0;min-height:auto}.NewCoachDashboard .VariousCalls.BusinessInbox .card-body{max-height:700px;min-height:700px}.BarProgress.ThumbsUp i{background:#008037;border-radius:50px;color:#fff;font-size:15px;height:20px;line-height:20px;text-align:center;width:20px}.NewCoachDashboard .VariousCalls.TotalRecord.MyScheduleMain .card-body{max-height:700px;min-height:700px}.NewCoachDashboard .VariousCalls.TotalRecord.MyScheduleMain.TaskManager .card-body{max-height:600px;min-height:600px}.VariousCalls.TotalRecord.MyScheduleMain .RecentRecord.MyTasks.card-body{background:#fff;border:0;border-radius:0;box-shadow:none;max-height:unset;min-height:auto;padding:0}.border-three{border-radius:5px;box-shadow:0 0 5px 0 #999;min-height:135px;padding:10px}.Statuses .RecentRecord.MyTasks ul li .ContactDescription{align-items:center;background:transparent;display:flex;justify-content:space-between}.topnav .navbar-expand-lg .navbar-nav .dropdown-menu{box-shadow:0 0 20px 0 #555;position:absolute}.NewCoachDashboard .Statuses .RecentRecord.RecentLeads.card-body,.NewCoachDashboard .Statuses .StatusListing.card-body{max-height:600px;min-height:600px}.Campaigns{max-height:235px;overflow:auto}.StatusListing.card-body .Campaigns{max-height:calc(100vh - 110px)}.Campaigns .ProgressDashboardCoaching .progress{position:relative;width:100%}.RecentRecord.MyTasks.card-body .StatusIcon{font-size:16px}.NoShadow.custom-scroll.LeftSideUser .company-info .url{font-size:14px;word-break:break-all}.NoShadow.custom-scroll.LeftSideUser .company-info .url i{font-size:14px;margin:0 0 0 5px}.LeftSideUser .compant-action-btn button{color:#fff;margin:5px 2px 0}.LeftSideUser .AboutCard{overflow:auto}.call .modal-head.top-heading,.email .modal-head.top-heading,.note .modal-head.top-heading,.rvm .modal-head.top-heading,.sms .modal-head.top-heading{border-radius:.4rem .4rem 0 0}.client-actions button.disableded{cursor:not-allowed;opacity:.75}.client-actions button.disableded i.fas.fa-ban{background:#fff;border-radius:10px;font-size:10px;left:9px;position:absolute;top:0}.client-actions button.btn.btn-md{border-radius:50%;font-size:12px;height:25px;margin:5px 2px 0;padding:0;position:relative;text-align:center;width:25px}.client-actions button.btn.btn-danger.btn-md.disableded i.fas.fa-phone-alt.client-list{margin:0}.client-actions button.btn.btn-md.disableded.email-disable{background:#e7e7e7;color:#a4a4a5;cursor:not-allowed;padding:0}.client-actions button.btn.btn-md.disableded.phone-disable{background:#f9dada;color:#fa6262;cursor:not-allowed;font-size:13px;padding:3px}.client-actions button.btn.btn-md.disableded.sms-disable{background:#f44336;color:#fff;cursor:not-allowed;font-size:12px;padding:1px 3px}.client-actions{text-align:center}.client-actions button.btn.btn-danger.btn-md.disableded.top-btns.phone-block{background:#f44336;color:#fff;cursor:not-allowed;font-size:12px;padding:0}.client-actions button.btn.btn-md.file-active,.client-actions button.btn.btn-md.phone-active{background:#dcffdb;color:#6bd566;font-size:12px;padding:0}.client-actions button.btn.btn-md.email-active{background:#fff4d2;color:#fbbc04}.client-actions button.btn.btn-danger.btn-md.disableded.email-block{background:#f9dada;border-color:#f9dada;color:#fa6262;cursor:not-allowed}button.btn.btn-md.sms-active{background:#daebfd;color:#51a3fe;font-size:12px}.NoShadow.custom-scroll.LeftSideUser.card{background:transparent;box-shadow:none}.NoShadow.custom-scroll.LeftSideUser.card .user-profile-pic-area{width:100%}.NoShadow.custom-scroll.LeftSideUser.card .card{border-radius:0;margin-bottom:5px}.NoShadow.custom-scroll.LeftSideUser .AboutCard.card{margin:0;max-height:calc(100vh - 407px);min-height:calc(100vh - 407px)}.NoShadow.custom-scroll.LeftSideUser.card .card:last-child{background:#fff;height:calc(100vh - 447px);margin-bottom:0}.form-clients{width:100%}p.TotalCount{max-width:220px;min-width:140px}.DropDownSelecter,p.TotalCount{display:inline-block}.FormInputs{display:flex;min-width:200px;position:relative}.ContentActionForm .btns{display:inline-block;margin:0 0 0 5px}.SelectTags{float:left;margin:0 5px;min-width:210px;position:relative;z-index:7}.SelectTags .css-2b097c-container{display:inline-block;position:absolute;width:100%}.Client.One .css-g1d714-ValueContainer{max-height:55px;overflow:auto}.ContentActionForm .btns button,.SelectTags input.form-control{height:38px}.full-width{display:flex;width:100%}.SelectTags .css-yk16xz-control{min-height:33.5px!important}.SelectTags .css-1hb7zxy-IndicatorsContainer{height:33.5px}button.waves-effect.border-0{background:transparent}.blockdays{background:gray!important}.appointment-calander .fc .fc-daygrid-day-frame{min-height:144px}.appointment-calander .fc-daygrid-event{text-align:left;white-space:inherit}.appointment-calander .fc-direction-ltr .fc-daygrid-event.fc-event-end{font-size:10px!important}.appointment-calander .bg-completed{background:green}.appointment-calander .bg-busy{background:#bd3539}.appointment-calander .bg-expired{background:red}.appointment-calander .bg-not-available{background:gray}.appointment-calander .bg-appointment{background:blue}.appointment-calander .fc-event{font-size:10px;margin:0 7px;min-height:17px;padding:0!important}span.event-label{display:flex;vertical-align:top;width:100%}span.event-label label{float:left;font-weight:400;height:100%;line-height:normal;margin:0;vertical-align:top;width:30px}span.event-label p{float:left;line-height:normal;width:78%}.RecentRecord.MySchedule ul li .CurrentWeek{font-size:12px;left:12.5px;line-height:normal;position:absolute;text-align:center;top:-2px;width:15px}.user-profile-pic-area .CompanyProfileBG.card,.user-profile-pic-area .UserProfileBG.card{background-image:url(/static/media/company-bg.b70524e0fd5e26809241.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:0;padding:10px}.user-profile-pic-area .CompanyProfileBG.card .px-0.card-body,.user-profile-pic-area .UserProfileBG.card .px-0.card-body{background:hsla(0,0%,100%,.8);border-radius:8px;margin:0 auto;position:relative;width:100%}.LeftSideUser .details .accordion-item{background:#fff;border:0;display:inline-block;width:100%}.LeftSideUser .details .accordion-item h2.accordion-header{background:#f2f1f9;margin-bottom:2px}.user-profile-pic-area .CompanyProfileBG.card .company button.btn.btn-link.btn-md.pull-right,.user-profile-pic-area .UserProfileBG.card .company button.btn.btn-link.btn-md.pull-right{padding:0;position:absolute;right:5px;top:5px}.user-profile-pic-area .CompanyProfileBG.card button.btn.btn-link.btn-md.pull-right{top:16px}.NoShadow.custom-scroll.LeftSideUser{background:#fff;border:2px solid #e2e2e2;box-shadow:none;height:calc(100vh - 120px)}.RecentRecord.MySchedule ul li.no-record,.Statuses .RecentRecord.MyTasks ul li.no-record{border:0}.RecentRecord.MySchedule ul li.no-record .ContactDescription,.Statuses .RecentRecord.MyTasks ul li.no-record .ContactDescription{background:#f1f1f1;justify-content:center}.RevenueGoals.no-record{background:#f1f1f1;border-radius:5px;padding:.25rem;width:100%}#layout-wrapper .img-page button.btn.btn-link{border:1px solid #ccc!important;border-radius:0;height:200px;margin:0;max-height:200px;min-height:auto;overflow:hidden;padding:0;position:relative;width:100%}#layout-wrapper .img-page button.btn.btn-link img{left:0;position:absolute;right:0;top:0}#layout-wrapper .img-page button.btn.btn-link h3.title-page{align-items:center;background:rgba(0,0,0,.7);bottom:0;color:#fff;display:flex;display:none;justify-content:center;left:0;margin:0;padding:10px;position:absolute;right:0;top:0;transition-delay:1s;z-index:1}#layout-wrapper .img-page button.btn.btn-link:hover h3.title-page{display:flex}#layout-wrapper .active.img-page button.btn.btn-link{border:0!important}#layout-wrapper .img-page{border:5px solid transparent}#layout-wrapper .active.img-page{border:5px solid #f16321;border:5px solid var(--bd-color,#f16321);box-shadow:0 0 10px 0 #999}.card.ThemeCard{background-color:#fff;box-shadow:none;position:relative}.card.ThemeCard .card-header{background:transparent}#layout-wrapper .card.ThemeCard .card-body{border:5px solid #fff;box-shadow:0 0 10px 0 #999;height:250px;overflow:hidden}.card.ThemeCard button.waves-effect.waves-light.btn.btn-secondary.text-white.bg-secondary{background-color:#f16321!important;background-color:var(--bd-color,#f16321)!important;border-color:#f16321!important;border-color:var(--bd-color,#f16321)!important;font-size:16px;margin:10px auto 0;width:70px}.ThemeTitleButton{align-items:center;background:rgba(0,0,0,.8);bottom:0;color:#fff;display:flex;display:none;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;transition-duration:2s}.card.ThemeCard:hover .ThemeTitleButton{display:flex;transition-duration:2s}.activity-bubble:after{background:#c2c1c1;content:"";height:1px;left:-19px;position:absolute;width:19px;z-index:1}.activity-bubble{align-items:center;display:flex}.activity-bubble:before{background:#f87b5b;background-position:50%;background-repeat:no-repeat;background-size:15px;border-radius:50px;box-shadow:0 0 1px #ccc;color:#fff;content:"";font-size:16px;height:30px;left:-45px;line-height:30px;position:absolute;text-align:center;width:30px;z-index:2}.activity-bubble.call:before{background-color:#34c934;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9CAYAAADxoArXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjI1OjIzKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjI1OjQwKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToyNTo0MCswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDk3MTM1NmYtNDAxMy1kMjQ0LThkZjQtMTkzNTAyOTc2M2ZlIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OTM3ZWI0MzctZDRiYy1lOTRjLTllZDktMzIyYWRiODE0MDFiIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+huSIgcGhvdG9zaG9wOkxheWVyVGV4dD0i76G5Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NWUzYWNjYS05MThhLWU3NGItODc5My1kZTg2YzZjMWVhNGYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MjU6MjMrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OTNmMDI2YTAtY2M0MS1jYjQ4LWI5MWItZWU3YjcwY2JlZWNiIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjI1OjQwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjA5NzEzNTZmLTQwMTMtZDI0NC04ZGY0LTE5MzUwMjk3NjNmZSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToyNTo0MCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5M2YwMjZhMC1jYzQxLWNiNDgtYjkxYi1lZTdiNzBjYmVlY2IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OYvYpwAAAy9JREFUaIHVm/1R20AQxZ+3AlFB5A5EBdgduANMBTEVxFQAqQCnAtKB7QpQB5AKrAoe+eNOjnAMlu52ufNvRjMY8NM+ae9TqxECIDkBUPmPKxFpQnRSMDr1DyQLABM4g1f+5y4NgKmI1JqBWfGfYZIlnKkrOJNVD52NiEwV47KF5IzkE8kdybfAo0ztoxckFxEmu8djai99GJHcASgUtBoA49w7MIGOWXiduZKWGSOSb4p6ryIyVtRTR5T1SpIzZU1VBK7tafJdWU8VAVAra05yHqK0U7rlh5FuNALg1UB35qek2SEA/hjoFsh0iLK6w0CmnZdFp9WS5RAlxsu6ylA7iLaXro30fxvpBtMa3hho3+W4KdAa3ipqNgBuRGSpqKnGCNhv4+wU9Bpkvt0jAODXsHWkVg23Ho7VMaU7tfwVobMSkcvcF//vIFkGbu0sUsceDMnngWaXqWMeyuFqaWhaX2sFkgSSRUBKz1PHHQXJx4GGX3JdCh7j2AbAz4EaJYBFdCQpIbkOSO0qddzBkJwEGH5OHXcUgXf5PnXcwZCsAicis9SxBxPQY7/RPYEsU8cehB+XdyHt+ZyGqneQnAem9lmbDunAztd0RGqrmSa5pJvV7XzfUsY7+/yEs0DD0ab5cZXC2nRUIHkfYfqFAbOxnhf6xV+UwsJ0aHtuj8WAc1UDm5J+uvv2/Bxp+unU3VA4j166020HhXZi3bvxYUAKmaSb7gHp9tmdKA+075XMHl7g6mTp4SnTANbQqQRaAbiDqwK0qvnaRBkG1E2bE13y4Dfep7B7zqxJrVLj4U1fwu4ppBY6hoH945opXFvMlW10Gz4G3eQix92PsYlhYN+ZPSKfKoBGRC6s6rS6ndmD1TkGsgHsCtMAuHYtIrfIo0PbAsaGW0SkFpFLADfQr+3sSw30eMlDGz+nXcDVcRVfdV4RGQEJDLd0jF/DPa6xZP8Sypek9DF8+176gvIb2FQSteyLdpIZ7iIiK38HxgBuod/B7fWSpfQp/JJxhn8vhxURchdt/Um2hg/xE5kJgG9wk5lJz6/eishD++FsDH8E3XuQgMuA6uDPGxHZdH/xF9QiNTp8wPCUAAAAAElFTkSuQmCC)}.activity-bubble.note:before{background-color:#40b7ad;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAA9CAYAAADS+1sCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjE2OjIzKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE2OjM0KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNjozNCswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NWNjOGJlYWUtNWUxZS1mNTQ0LTg5MWEtYzk4NjM3ZTc5ZWIyIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTM4MDk3MmYtOTc2Yi0wODQ3LWExNGUtZWZlZTEzMGFlNTM5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmM5NWVhNWEtZTg3OC04NDRjLTg5YjQtZGVhM2Y4OGQyMDhlIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjQ2IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+FnCIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74WcIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Yzk1ZWE1YS1lODc4LTg0NGMtODliNC1kZWEzZjg4ZDIwOGUiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTY6MjMrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTk2ZDg4YWQtYjRhNS01MTRkLTk3ZmQtODFmNGFkYzU4OTVkIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE2OjM0KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjVjYzhiZWFlLTVlMWUtZjU0NC04OTFhLWM5ODYzN2U3OWViMiIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNjozNCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphOTZkODhhZC1iNGE1LTUxNGQtOTdmZC04MWY0YWRjNTg5NWQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NmM5NWVhNWEtZTg3OC04NDRjLTg5YjQtZGVhM2Y4OGQyMDhlIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmM5NWVhNWEtZTg3OC04NDRjLTg5YjQtZGVhM2Y4OGQyMDhlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++fKuSAAAAfxJREFUaIHtmuFt2zAQRp8/ZABv0HQDeYI6G7gbxBs0G3SDoBM4I6QTOBuEI6gbaIJDf0gKisBSeCpFyQgfYMCQdNIDcSdSJDe8w8wq4PD++EwESc9TAjf9n074BFRJlOKpgaOkF0/QBt6kz8A2sZSHo6Sn2It78Vfyt/QlouXVtXY1p42Dk5ndx1wo8hViLFHyNyPnHoCQSOZ84VjDcE2dzIyxtBkTD95KH8LMLh3+BXwB7gfCRuWVQmwqko7A08glg2mzqDhMl19cHKbJr0Ic/PKrEYdo+QOsTByi5B9hheLwofytmR3G3uNz883Mfo6c/8NwJ1UtKb7vfpNYZarEUMQ/oE59w1zi30ksn6U4JQXgq5lt8X+0XBoS5xHvkdQAL56YgSFxKc7sFPHcXK24+61iZo+kn4cJkh48AS5xM9sDPzwxkezN7LdnVuFqU6WI58YrXtN+laSmwTkIcxWnpNrMdsCtJy6CWlLtCXC/DrsHuB4yB58mx1eDtwPa0g7sq8QeAbjrxutReFu8Yp5lF/d9rzZVinhuvOKBdAta/3Vfb8/ZADtPzFx8mlRZDUU8N0U8N0U8N0U8N2Nd/nloUn0NbLo9Wa9LizjZqVufCQuLeAiSQp/jR+aZ6ElNQ+vaFmfX6nesu+UD7Qd1gH+2qPZk3lsby3Mv3PMXWaWduTSsKw4AAAAASUVORK5CYII=)}.activity-bubble.task:before{background-color:#00a03d;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA9CAYAAADmgpoeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjE3OjQxKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE3OjU0KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNzo1NCswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YzM4NmU1NjktOWQ3NC02NjQwLWIzZDUtMTk3MjM3ZTdlYmI1IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MjU1OTcyOTgtZTY0MS0zNDQ2LTgzYmQtZThkZDViZDAwNTYzIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGZkZjZjYTctZDYzZC02YjQ3LTllYjQtMGZhNjU1MTA5NTlmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjU0IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+JtCIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74m0Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ZmRmNmNhNy1kNjNkLTZiNDctOWViNC0wZmE2NTUxMDk1OWYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTc6NDErMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGM0NzFkZGItYmI0Mi1hNzQyLWFiZjUtNGQwOGZkOGNkMTMyIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE3OjU0KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmMzODZlNTY5LTlkNzQtNjY0MC1iM2Q1LTE5NzIzN2U3ZWJiNSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNzo1NCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYzQ3MWRkYi1iYjQyLWE3NDItYWJmNS00ZDA4ZmQ4Y2QxMzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGZkZjZjYTctZDYzZC02YjQ3LTllYjQtMGZhNjU1MTA5NTlmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGZkZjZjYTctZDYzZC02YjQ3LTllYjQtMGZhNjU1MTA5NTlmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x7ELnwAAAm1JREFUaIHtm9GR2jAQQB87KUCpIKQDpYNQQa4EroKQDpIKklSAU0HoADoIHdylAlzBJh+WCcMYYyRLQhe/GT5AmvW+kZHEWsy4EVW1wENHUy0i326NdxZ7BZiOpo2I7ENiD7n4QVX/XHitAuKueuIebo0nHjkYz7akcX3EimASK41JrDRmp2/cGvWRZp0y6dPxogY2wPfTte4opqpLYJ04qbF5FJEKnJiqvge2GRMak4WI7FqxX4DNm89o7EXk3UxV58BT7mxG5q0A89xZRGD+Yqf7Saw0JrHSeNXTVgE/EuXhiwW+djX0if0WkV2MbMZCVS+2vdhbcRIrjUmsNO5OTFU/q+paVU1InL7pPjmqugaW7q1V1YWI1D6x7mbEzqSgWXy3viN3F2IdUi0Wz5JFdrEeqRbrM2pZxQZIAVQ+37NsYjdIPfrEzyIWWwoCxVTVugeBT66KfK2/caW+5ZWuQVIQIOZEtjSl8DnN1Gx7+hvX/2IfR7AUeIqdSbUYGrl5R39DQinwH7FzqRYD/DydnnNIgYfYgDXF4nYMuaTAQ8ytKZ+udLM0QlmkwHMTLCKVqzf0PXayA0JFkYKAWdE9hwpJKpoUBK5jAXJfYkrBCL/HBt6WpxyfOsZklC3VDSOXRApG3CsOkEsmBSNvgnvkkkpBhN19h1xyKYhUzHETyg4w0c8ZXiBalUpEnmPFHnT9nBePySRWGv+l2JtkWfjz4VJD36y4dCfiiqQ9JHagnPOJ16hF5HV7K1Y5MxmZCv6NmGHYz/h7Z09zXrEWONYxFjRHUEtlg5OCszPBAK4u+EA537ma5r8vz6cf/gW9sSGdh+yb5QAAAABJRU5ErkJggg==)}.activity-bubble.mms:before,.activity-bubble.sms:before{background-color:#2196f3;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9CAYAAADxoArXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjE1OjMwKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE1OjUxKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNTo1MSswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzkzN2M1ZDEtMDJjMi1hMzQ5LTg1NTEtYmEwY2QzYjU3M2M0IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjhlYjQ5ZmYtYWM1Yy0wMzRhLTgzOWMtNTkyM2I2ZTlhOTVmIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZTNiNmVmOGEtMTRhYy0yNDQzLTlhYmUtOWY5ZmZiMjU3ZjI0IiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+JuiIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74m6Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplM2I2ZWY4YS0xNGFjLTI0NDMtOWFiZS05ZjlmZmIyNTdmMjQiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTU6MzArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YWFjN2IxZDItMWIwNS1hYzQxLTliNDItYTUwZWU3MTJlZjE0IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE1OjUxKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5MzdjNWQxLTAyYzItYTM0OS04NTUxLWJhMGNkM2I1NzNjNCIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNTo1MSswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphYWM3YjFkMi0xYjA1LWFjNDEtOWI0Mi1hNTBlZTcxMmVmMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZTNiNmVmOGEtMTRhYy0yNDQzLTlhYmUtOWY5ZmZiMjU3ZjI0IiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZTNiNmVmOGEtMTRhYy0yNDQzLTlhYmUtOWY5ZmZiMjU3ZjI0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xDjZjgAAAe9JREFUaIHtm9FN40AQhr+MeL+UkOvA6SAdEEqgApwOuAqgBDqAq4BQQdIBKWEr+I8HOyiy1gSEd5Zb7SftQ3Ylz3zyZOxIkxkRJDXACpjHzv8DArA1s/3wYHb6QdIauAMWDkl5cAA2ZvZ03HgXlnQHtO4p+XBvZhsAA5DUUq4sQNs7MpO0AF6zpuPHbwNucmfhyM0FXTeOsQH2bqlMS0PXfIeskPQvsp6dE5wcSc8xN8udWEJeYpslC0epwqVThUunCpdOFS6dKlw6Vbh0qnDpVOHSqcKlU4VLpwqXThUunSpcOlW4dKpw6VThgvgV2xwTnqfLw41VbHPWz3PEDp+Av3TTbN/hYGYfXqMfnVp8M86RBXAJrCNnWyS1I4MtU63bM7Kp45+u1oAHumFMVyTNJT0SHy9KQQAezMwCcOUUFHif1t0RL7tUXJlZMAAz29JJh9RR+5nHHX4Tu4FOdgsnXbofsV2SqMRzlTCwjI4PD+nLbv6FAA1xmT90Hf+Rj+9qoBt3PHwh5ui1YsPhkyJpNdIZd5/onrv+0ZQcjzet5sz5vZktzz2rp+LCI8gIAbg+/X55kEt4T9c5D96Bc/x4cC3hIZ53OJChhId4Ce/JVMJDPEo6awkPSXmHAz+ghJMhqcnxIpEVSevjH6J+Km9K8ceASDls5AAAAABJRU5ErkJggg==)}.activity-bubble.email:before{background-color:#77a05e;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAtCAYAAADydghMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjA1OjM4KzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjA2OjAxKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMTowNjowMSswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MmJiMmY1MTgtOGFiZC1lODRhLWFkMjAtODFiZjQyNGI5ZDhlIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTBmOWY1OTUtY2QwNC05ZjQwLWE5OWItMTJkYzI2YmZlNzQwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZmFiYzMxYjYtZjQ4My1iNDQ1LTk3MTgtYTdjMDZmNzJhMWVmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNDUiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+DoCIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74OgIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmYWJjMzFiNi1mNDgzLWI0NDUtOTcxOC1hN2MwNmY3MmExZWYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MDU6MzgrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MmUyYzVmYTctNjI0OS0yYjQ0LTgwN2MtZjA3NzlmNmQ2NGVhIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjA2OjAxKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjJiYjJmNTE4LThhYmQtZTg0YS1hZDIwLTgxYmY0MjRiOWQ4ZSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMTowNjowMSswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZTJjNWZhNy02MjQ5LTJiNDQtODA3Yy1mMDc3OWY2ZDY0ZWEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZmFiYzMxYjYtZjQ4My1iNDQ1LTk3MTgtYTdjMDZmNzJhMWVmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZmFiYzMxYjYtZjQ4My1iNDQ1LTk3MTgtYTdjMDZmNzJhMWVmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x/nZyQAAAvJJREFUaIHtWtGR2jAQfexcAS6BVBDTAVRwUEFMB1cCqYASjlRgUoHpAFKB3QGu4JEPLRPikWwJZHNw92Y8w0jW7j6bfVrJGqEBkhmAVwBTAEmz/0FQA9gB+C0im8uO0fkHyTGAHEA6WFjD4ABgISIVoISV7B6P+0a7UAOYiEgl2pDjeckChlsOACPN2fd7RjMgli8wAmVDBeDXcLFExQ8AY0v7K0geSZ4aVzlwgNFBsrTwOgrsuVsNG14vqCxtiVganxpfhBUpyXTIQGJCY09dnc3EvryyAeOMApJZG6cuwieS63uT8AXJdRcfH8InkgXJ5N6EXCCZkMx9uPgSPpHcf8S8JplqbF48QgiftEiZ35vkGSSnjsLJeYVOSwmAnORb/PDDoIJaIHTR43gSpceTu9uCg+S7xz/RVlo633AFYAazeHYh09xJIvNxQsWpAJC13HYAMIGjPHb+pUXkAEN612I8BVAOIWbqYw+z9eTCFsDsvLvhMmSdhhr3dM1vR/ZYpJCce6TYujGmCFHpwuK0tYKxOY1E9s3Db2YZdxthNZJ6POk8Rl5rvvqIU+oYfzthNTRm90S/vyWvlayPj6TFhpVw8PJQBWEGIxAupAAKktNQ+/qgSrRvF29gxKkOtR/8hhtju8TMml8t9jKPlFl52orzl3YE2UW6s0ghufLI13lAXP0QVuM+Ylbqw0kuxiXa1pWvZagm9EpYHfiI2TVXqziFEo62p+UpZqHYiMjkKnFyIOomnojUIrIA8DOCuaWILCPY+Q+97FqKyArAAuYjVigqmClnEy2gC/S2TSsiWwDfYN525TGk0nsnIrLrK64RyZOlfScis5iOaIqQKYDv+LdorwH8UX+7yP4KWFZWLzGdtEEJ7Yby58LXl4dnx6ckXFvax9dUNx8FGvvY0lWPSOYA5pbOCo/7nXgMO+HtpzvjcT62tMfznc9q4iAik7NoXVsGPgpqGI5GpXWlM0H7xvuj4gA9lAZcHD08g09+1vIvN2jqpwWw0i8AAAAASUVORK5CYII=)}.activity-bubble.other:before{background-color:#ff6900;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAwCAYAAABNPhkJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjEzOjU3KzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE0OjIxKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNDoyMSswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTJjNjA4MGItYzMxZC1hMzQzLWE3ZjgtYWQ5MDE3ZDc3YzczIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTFhNjRjMGItODI2My04NTQxLWE3OTEtYTUxMDdhZjc1YjZhIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzE2N2RiOGUtZTZlYS01MzQ2LWE2NGItZTI4YjQ2MjI0Y2NmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNDgiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+AiiIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74CKIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTY3ZGI4ZS1lNmVhLTUzNDYtYTY0Yi1lMjhiNDYyMjRjY2YiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTM6NTcrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGI1OWMxZWItNDJhMS00ODQ2LThiNzgtNjk1ZjQwMjVlMGI2IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE0OjIxKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyYzYwODBiLWMzMWQtYTM0My1hN2Y4LWFkOTAxN2Q3N2M3MyIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNDoyMSswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYjU5YzFlYi00MmExLTQ4NDYtOGI3OC02OTVmNDAyNWUwYjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzE2N2RiOGUtZTZlYS01MzQ2LWE2NGItZTI4YjQ2MjI0Y2NmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzE2N2RiOGUtZTZlYS01MzQ2LWE2NGItZTI4YjQ2MjI0Y2NmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+BubwYQAAAiZJREFUaIHtmu112jAYhR+/E6gb0A3YoHSDbFA2KEwQmAAyQegG3SDJBGGDeAM8wU1+oPS4RqRI8uE0tu45/mPs572vzId0RYWXJAdMuVx7M2v+dZGkKeAuZDZmtr+A6Uj1KslJupf0mnA8+OIhU3NJhwTmQdL8XKO+ZorXe0mukrQBFhGj1dWjmX3vGJsALxlMgK9mVne4D8Asg7k1YJ4BAJgFnnIu84Tha8xymcbln6+PNO2BcY0aznqAfCqVhoeu0vDQNcqG60xGY2aP3XOZzBOGr5HLrQ1YZkJC9++AfQZz7xmX1IrRsgKQNAN+AJOImxvgl5n9Dr3oZ0YL4FukqSdge25hIumGo1cXwaw5en2M9FJUVPQ/StIqYbF+kLT5IACYSnpOWKg/+5QkxHS+ZorXVbvZlAThT5IQMDZJTDvaBicBbmoy836sKkkH8tfEX9o/I340bzOZazNbtZgOOGQymxIADF2l4aGrNDx0jbLhOhtyvQAgV7UB60zINnBuR17TDeEAIFQrRuv3AOAG+JkAeGrPhtryU8Nb4kIFOL7j1t19pRZ3RXyoAHB3LqwoKir6PBrfl5aOf03IWVRvAqZcDwGAC3A3mV7nlaQX4p/CXzKzqmNsAZwMRKSWZrbtcF8zmbWR2aw3MuuccrnMLiNQI0WTUc6lR6XS8NBVGh66jH4W6/seGNeo0RhwlwnZBTavd/QcAPgau9NLo3TsVSPaTHsDBZRk37grKHYAAAAASUVORK5CYII=)}.activity-bubble.contract:before{background-color:#941717;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAACQCAYAAADjszKFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAJmGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDA5OjEzOjIwKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQwOToxMzoyMCswNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZWE0ZjI4ZjItMTNmMi04NDQwLTg5ZGUtNWI1MDAzNTcyNzQzIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NTMzNDJkNjEtM2IyMC1lYTRkLThlMmMtMWQyN2M3OWQwN2MxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjE0NiIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjE0NCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ5OGYyZDczLTEzZTItZTk0ZC04M2Y4LTRiYjJiY2Q0ZGNjYiIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQwOToxMzoyMCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYTRmMjhmMi0xM2YyLTg0NDAtODlkZS01YjUwMDM1NzI3NDMiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMDk6MTM6MjArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZDk4ZjJkNzMtMTNlMi1lOTRkLTgzZjgtNGJiMmJjZDRkY2NiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRhOTFjZjVhLWQ3YzgtNWE0ZS04NjI1LTljN2FkZDRhMzJlNyIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjRhOTFjZjVhLWQ3YzgtNWE0ZS04NjI1LTljN2FkZDRhMzJlNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi8WDkgAAAyPSURBVHic7Z17jFRXHcc/TDYrIeuGELIhm2YyIYSutVGkFR9tkRpEWku11D58UGtqW0gDVQkabNAQrNgimlprpZUAoRbBttpaU8G2IiGkWkIMIUg2m83kljSmEkKwqU3TgH/89naHu2fm3plzzn3N75M0dO+9e+7Zne+ex+91Jp0/fx7PTAamAz3AuYbrlchz0a+jxN3vpM288xZwauzfXNPjse3JwBZgAVD1+J6yEwBvACPAs8AzwDuZ9sjAJE8jUh/wAnClj8a7nGHgKWA9ORKUDyFNAf4KzHPdsHIBJ4CVwItZdwTcryH6gZdQEaXBELAVuD3jfgBuhdQH/AX4uMM2ldZUgXXAV7PuiKuprR/4E7omyooAuBE4nFUHXAhpAJnOLrXvjmLBfuDqrF5uu/0fAH5PvIgOI/aQXsv3pU3WdqgpwAySmU9qyHppu7/uNMdmRJoK/A34UIJnr0b+YpT2mQbciuzQhmKePQB8ynuPDHT6Fzcd2eInEZFix2ngl8AVwMGYZ2tk9Jl0IqR+YC8wx21XlBhOA18B6i2eqQILU+lNhHaFNB1ZWM/10BclngDYFvPMZWl0JEo7QgrtRJd76ouSjGdi7s9IpRcRkgppEFkTzfHXFSUhxxF/WzOmp9WRRpJs/wcRB6wurPPBOeDdrDsRJW5EGgD+iIoobxRKSP2IsVEX1vkjd0JqNrX1IVt8dcAWD5fBigPAdcDFiJX9NcSw/I8kL+1HdmcaCtLdPAxcz0T3TAAcA+4EXg8vRqe2qchIpCLqXgaAvwOLMfv4qsC1yC7+PZdNo5DCUBCdzrqXCvAbZCCZFfPsbCSw7r1vBJn/XgI+6aN35HBxqBjZQXsulouAVTAupF34tVj7zFZR3LCe9gMTq8BNIB/wQvzaiQIuzGdT8sdSJJapk7SxKlDtAa5Cwg+asQ8RQ4X2A9N6kJysAx10UEmHOcDP6Dz3sApM60FsRq3YiAalFYle5A84ybp0KrJgtklgDYAzWYeSKu6J2201shN7z8VJoK5C6l42Y782DhAxZh7crmTDN5AFtm1NhsPAr0CEFLc1V7GViyuB+2i9wUrCUeCO8AsVSXcxA6kQU3PQ1iPAmfALFVL5GKb5LLMTuMTRe1bSsFCvoGIqGyeAtw3XHwdmOnzPpcDTjC3Yk4hIrdL5o9mIcxxJWYqyCliEWyGBTJGbQEejMhEAXwLejFxfBHwLf1XzhoCF6kwtB3XgfmQn1cgs4CHcLK6bUQWu0hGp+ATAb4FfG+5tJb5egAsGVUjF5yCw1nB9J35HokbOqpCKzWHga4brG5AgxbSqCf9L10jFpIJMacuY6OX/MlIKsJZSX0aAP6iQistqxGbUyFwk7CetkShA7FOndGorHpORndhTkeu9iPsjzeL4rwAPgtqRisjbmHdou0m3UsxRJLcN8BeUvwi4G/NfRzeL9yySN/gT3GbWPES6qfUBcA/y8wB+hLQeuI30FntFYwFwA3ANUoXNluXAF0h3XbSJSBlC16PDdUg2Qs1xu2VjHg3JhRbMB9aQnojqwB7gF9EbroV0J3oSUlLmYhfSMQA8intHbCuOIMKdgGsh1Ry3V2aq2FXA24W72KIkHEKcwkZcCyk3xz4VhE5/X4+Q7khUR2abpv11LaSo91lpToD8lbfLKmQtWnPam+YEiPHzeKuHXAtp09iLldYEiEHx9bgHIyzGb2xRlAAxcsZV0nUupBPIENiq6mq3EyBp8Kvb/L4aUvyq5rg/zQj7+aMkD/uwI+0DPoo4Di+O3Gs3bLdsxsv/IL+fCaXzErCD9rJobRmlwXIdhy/L9lnk/AzFDbuRWkRpcZwWOzQT6v3PPxuQKnpprYtGEffWv9v5prJNHWXjZsTdlObi+gHiT2GagAopvwwhu+A0RfQ88Fgn36xCyie9wO9I1930T8Sj3xEqpHyS5HhXlxyhzcV1FBVS/thMuiIaQWK/37JpRIWUL+7CTd2ipNQRS3lL90cSdPufH+YjdYvSFNEWZIFtjS8h9SHb1g94ar8o9DDuMR9AjhHdZ3huOuLRT1NELwM/dtWgDyEtRnxCaZrzi8B+zCICsVynuS4KaKi25gLXa6TZSNSeiuhCjgM3Nrm3FfvfV4BklkxK8OwJxqr1u8T1iLQajZKMEgBfxxzo/x3g09hPaWHUxfKYfpxEtvlvWL5vAq6FpCdwX0iALKBN3v6lwArcFAVdNvb/e4API+KcPXZtBKmZ9DTwQ8t3NcW1kHQXOE4AbAeeMNwbQnxaNQfvWMn4CHMaEWcPsubqA04xMbXbOa4/+JPoQcohR4AfGK734G5dtAHzOS/vIi6P1HC92N6CbC27nUM0X9Duwv5cvACZxkyp25ngWkjPIUN5N8dtDyMLX1NK9kbcrCOPYc4vG3TQdkf4WNOsQ/Lb76H7dnB9yAdscjncBtyK/e/kFcymhO8hu8NR4LOW72gbX4vjg3QQHFVi5iHrGdtt/ghiSIzW0b4eGQVriCW9l5RzDNVp658BJHDfVkR1xJQQHe0uQSIGag3XUk9UVSH5Zwf2lWXD/LI9kes9iP+ucQeYyWeqQvLLw9jn5wfIFt/kYN2GTJuZo0Lyx3Iktdp2Shtl3HLdyAbMp2JncuSHWqL9MB/4LvY7tBFkJxblizTPLtGprSQMILFFNct26kh+Wd1wby05q0OlQnLPVuxjiwLkCPWXm9zvtWzfOSoktzyAGxE9D/y8xTO5q0Plc400E/tfatZC70WyK8IDEnsRO84xw7OLEMu1i9iijvPLssKHkKYxfuRlzUP7WTIKfMZwvR+ZilycWm3aoeUeH/FIeylngFsYtjFquLcFN/aiu/EQvZgGrqeODZRTRCBRjtsN15cj1UJsqCPujyOW7WSGayHNd9xeXgiQqIYoNezj1APgScyRlM1o9bllYpB0LaQpjtvLC3swh6tuxC7SMUDSlO6zaCMXuBbSKcft5YERRDBRrsVNpKPp4L7C4VpIL1C+6MjHMacSrcNulxaeil0KXAvpp0h6TN1xu1lxDPmZonwTmGHR7ghysM1JizZyhQ+D3xLk1Oe6h7bTJEDcHdHY637GoxE7bfcOCrxDM+HLsr0WScWJVmLN2lLdLiOGa2vo3GYUnnNmSiEqND5dJO9gNt4VmWlI/fBOCJBaRE7KyOQNjUdqjzV0NqXVkYzYUooIVEjt0I8ElLVLgKRR/9ltd/KFCik5y2nf+FhHctBKtbA2oUJKTrP6RiaGkd3eEsq3TjRStF1UVtxMcrtRHRHSB+kSEYEKKSk3kMyKHSBnmy3x25380YOKKY6LSOZTqyPO1ye99ian+F4jTfPcvmtMPrW4Q2UC5CTIFaRckyhP+BLSt5GQ0akUJ9z2EHCF4Xorx2odOVLUeIR5N+FDSNuABRRHQCGmgP6lmGOsAqQu473Aiz47VRRcC+ku3FRpzYLXDNc+wsRj0etIQbF7fXeoSLgW0k0UU0QA7zNc+y8y+lQRAR1Agty8F/csGq6FVHPcXpqYrNYPAu9HBPUE7R+v3jW4FtIpilv1/3LMlc5MQf9KBNc2pEOO20uTWchuU+mAMBXZFffj4OyvDFkBLMy6E0XE9Yh0Gvg8Unm1iEkAVSTY//tIhVolIT5cJCPAJ4C5mE8BaOd9PpP9wn6cG/sv/Hoy47FHB+gix6sNPl0kR+iCOBxFUIet4gQVkuIEFVL50GKkSnFRIZUPHZGU4qJCUpygQlKcoEIqH679p4lfmrvi34oVs8gg8VVHJMUJKiTFCSokxQkVJh60a3pGyRdxn0nqpydVMJ9P30gmBcCVlsQJKfXPrJLgpbk7G0wpppDKWs2/qMSJaJiMhPS/mGcuS6MjSmKGaF1V9zQZ2AYrSIH1VmhWRb64JeZ+PY1ORKkg6UOtMj4GgVXpdEeJYSZwe8wzr6bQjwlUkCyJVkKqIvWhO6noqrhjENhFfK2m59LpzoWEC7dnY56rAZuBR7E/KVFpjwHk7JO9wLyYZw9jPq3AO5POnz8PUlntVSaWcDER1gY6k+DZotugbI2xtj9/H8mLlQVIcbNMjqcIvcSngYeRmj+1mO8patmasrOfDM84CUekkL3IseNKsTgMfIwMZ4Do0H0LcgiwUhyGkc8t02VEVEhngGsodnmabuIo8DlyUJ8gOrWFVJAd2mJ0TZRHAmTmWEZ89EYqNBNSyALkEL8hVFB5oI6UH9xIzo7sihNSyFyk3vRcYDpS9qXmr1vKGAEy4owg5Zt3k9MKL0mFFKUfiQpo184SF/tUZCpN/o3ebyQaohMN2n+Tghyg/H91oS1q//OTbwAAAABJRU5ErkJggg==)}.activity-bubble.rvm:before{background-color:#f05282;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9CAYAAADxoArXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKnGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjI1OjIzKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIyVDE0OjAzOjI3KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMlQxNDowMzoyNyswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBhYTJmMTMtODk1Mi04MjQ0LWFjOGMtOGNlMjVhM2FhMjYwIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OTQ4YTQ5Y2UtYzkwMC1kODRlLTgwNTYtNGFiODJiMzNlZmUxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+huSIgcGhvdG9zaG9wOkxheWVyVGV4dD0i76G5Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+NTVGOEFGNkIzQkRBQzhGMDVEQzFDNUYyRDVCRDkyNDg8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NWUzYWNjYS05MThhLWU3NGItODc5My1kZTg2YzZjMWVhNGYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MjU6MjMrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MjI3MDg2NjctMjdhYi0wZTQ0LWE2MjEtZjk2ZTkwZDc4M2VmIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIyVDE0OjAzOjI3KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjEwYWEyZjEzLTg5NTItODI0NC1hYzhjLThjZTI1YTNhYTI2MCIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMlQxNDowMzoyNyswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMjcwODY2Ny0yN2FiLTBlNDQtYTYyMS1mOTZlOTBkNzgzZWYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9F62TQAAA/VJREFUaIHtmU9oFVcUxn/KQ4I8JASNIFZEQ7BRQyg2iK0Q/yC2SOtKNOg2LnXT0kV3Iq7EQnFRJLjooooGURB1oaL9I8Eao21iXhRBUBEtRUuREqSfizsTx8m58+bNE42T+eDCzXnn3O9+9++5k2mSmEqY/q478LZRCM47CsF5RyE47ygE5x2F4LyjEJx3FILzjkJw3lGq0b8MrAAWAY2B7TEwAgwA/7+xnk1EB9Ae8JaA58BowPs0bSNpBa8HduDEtnl8BoDfgEPAzbQdqIIOYBuwFpgFtBo+w8AgcAI4XrVFSUllmaQ+SRWlR0XSQUkzq7SdVBok7c/Ae0bSR0ltJ5FurZEwjn5JHSkFRkubpJ/r4K1I6vG17yPtUX1iQwxJ6vSRG2WJpBtvgLciabfFMU0TP9NuAL737JcQI8DfuFO+qYrvILAu8E9CGbiIOyeq8b7AHV7tCb6jwFfAqdessREoSbqaMGo/SVorqSkSM1/SFrn941sVR63RjpXDnthbks5L6o7xliR1SeoNfCz8IWlWlCdO+m2C2K0pOv2NR3RF0saEuJWeuFuS9qXg3ST/VtjvE1ySdN3T2c9TkIbla0/nTyTEHPaI3VMD70q5M8Nqp9kSvNlwlqS9NZCGpc9opyKpxfAty16SZzLw7va01R36RFPLT4yN/yewr8phY+FgcGhE0Yp9IK0HlnjaqBXfAf8Y9jVhJSq4xXAcAP7NQHwBO92zTvOFHt6zGXjBZXtxLAorUcFNhuPtjKQA9w3bB4ZtjmF7iLt6sqBi2B6ElajgGYZjltlNirUeF+U6OCxYL8APrR+ttT+3DuJmw/bcsD0xbPUMghX7X1iJCv7LcOzMSNoILDDs9wybtfSbsfd2Gnxs2B6Flajgq4bjfGBVBtIe7GfkgGEbZeKJ3gZsz8C7LChxDI/XIndYh+yE4VyNd+E82QnMNUkzPDFXDP8bklpr5D5mtDMkaYV1Dw8aIw1uaR1KOcKNwI+4h3scZ4ExT1yfwd0O9AKzU3IfwJ7dR8Dv43/FRqjLM8sVSSflPggk5bP9RmyIhiqz86sn7pqkLxLiWuQeJ1aGNRSPtZ6HPwBd2EnCKC776gfuBrblwKe4/Z70TPyMVyfoGNDAqxl/gfuU0+2JHcHdzZeAO7jTfh6wGrearEwN4EjQ7jgswQDncO/i9xmXce/w1xIYn+Ay7qPYApJnbbLiMm5mH8Z/8AkOkbS8JyOGcVffTuwkp6pggE3ALib3bA/jZrMXt2+9SCM4xCrgS9yhtRhYWkcH68V94Bkuq7oJnAZ+SRNYi+BcYMr9b6kQnHcUgvOOQnDeUQjOOwrBeUchOO8oBOcdU07wS+WBzSE/rbreAAAAAElFTkSuQmCC);background-size:20px}.activity-bubble.voice:before{background-color:#57487e;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAiCAYAAABStIn6AAAACXBIWXMAAAsTAAALEwEAmpwYAAALBmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJmYzhlN2UxLTk3MmYtZjU0Ny1iOWNiLTExN2JiZWNlOWMwNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNmZiYTMxMS01MTkxLWFkNDgtODIyNC1lZWNiZWQ3OTZhMzEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0iODRGMzQ0NTI1ODUzMUU3QjM4MTk1QkY5QzZGOTA1OEYiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wOS0yM1QxNzowNzozMSswNTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDktMjNUMTc6MTA6MTgrMDU6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDktMjNUMTc6MTA6MTgrMDU6MDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB0aWZmOkltYWdlV2lkdGg9IjgyMCIgdGlmZjpJbWFnZUxlbmd0aD0iMTA1NCIgdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPSIyIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlNhbXBsZXNQZXJQaXhlbD0iMyIgdGlmZjpYUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOllSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6RXhpZlZlcnNpb249IjAyMzEiIGV4aWY6Q29sb3JTcGFjZT0iNjU1MzUiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxOCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjM0Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gaW1hZ2UvanBlZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NjIxNGMyZC0xMDVjLTZhNDctOWFlYS0xZmM1NzhlM2M4ZTciIHN0RXZ0OndoZW49IjIwMjItMDktMjNUMTc6MDk6MzYrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YWJhNjQwOGEtNDRmZC05MjQ4LTg1MTEtM2QzNWI4YmFkMzdjIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIzVDE3OjEwOjE4KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjE2ZmJhMzExLTUxOTEtYWQ0OC04MjI0LWVlY2JlZDc5NmEzMSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yM1QxNzoxMDoxOCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphYmE2NDA4YS00NGZkLTkyNDgtODUxMS0zZDM1YjhiYWQzN2MiIHN0UmVmOmRvY3VtZW50SUQ9Ijg0RjM0NDUyNTg1MzFFN0IzODE5NUJGOUM2RjkwNThGIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9Ijg0RjM0NDUyNTg1MzFFN0IzODE5NUJGOUM2RjkwNThGIi8+IDx0aWZmOkJpdHNQZXJTYW1wbGU+IDxyZGY6U2VxPiA8cmRmOmxpPjg8L3JkZjpsaT4gPHJkZjpsaT44PC9yZGY6bGk+IDxyZGY6bGk+ODwvcmRmOmxpPiA8L3JkZjpTZXE+IDwvdGlmZjpCaXRzUGVyU2FtcGxlPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaTVXoAAAKESURBVEiJ1ZVLiI1hGMd/58xxnZhBuYeS0rilRpSSXNJs2ChJSVm4hAULO2WnRMnGSjRFkZ3bgpXEQowol5FcIkMSMhjDz+J9Tn2O75tzsvOvt6/3/Z7nd77nfS6npFKgUcAmoAMYDTwCTgEXcq3VvDVNvWW+DqnlWp88SEU9XwCpamMjoPY6ENXr6qCsXzkn2rlFl5bRDGBM9iAP1NoAaEisAUGFaayx+cMuD/RP+j9ApQb8/rIpAwuA6ZmzRi67AvzK7FdVgA3AbOAycB+4BPQCI4CRwPDMD/QCn4Ce2O8Ju+0V4BuwPNZh4B6wBXgZTn3AD2AQMIFUZ83AQ2AXMAUQdat6UH2rzld3NtAiquPUI+pL9VQFOAa0AVuBJuAKsC/Cao3n0AjrM/ABeA18DPsfwOZKxF+K1R/31R6hvQdeAYMjxGEBngp0ZhJjFVQtg37SQFtdmK+kPmAH8DM+oFwFfCeltBV4XAcC8IKUiPHAV6CvCnoTsS8DboThQLoYX7UY6Ab6swPtuNqjDlfXqT8LstWttqprY7+hdkK2qX3qidivUbsygC/qWXWyOjXK5a7aXAtC3RZOnWqLWlLnqEvVSWGzRH0W4IUOMLN3BOyDejRCWKluUS/Gu9fqcusMf9QF6pmAZfXc1AXja31KFv9BAowjFejYKIvuSPtfqjfYeoAVwAFS8eVCGgEBTCR1eMtARkWgJlKrDM6cSRofQ/Mcqr02FlgELARmAZNI7XIauA7MJ3X5VVLjvgMeALeBa8AT1L1RF3nqVXerHeq5ApuP6smSddLWqMrAeuAmqYv/RU+B/dU6KgPzYs0EppFGRDNpVpdId/SNNOyeBaALuAN8+g04INqOc8Uq7QAAAABJRU5ErkJggg==);background-size:11px}.activity-bubble.deal:before{background-color:#ff5b62;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABQCAYAAADLPJ1qAAAACXBIWXMAAAsTAAALEwEAmpwYAAANeWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTI2VDE1OjMxOjMwKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yNlQxNTozMTozMCswNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NWZmYjIwZDAtNGZkZS1hNzQ3LWE4NzctNTgyZGRkNDlkNWIxIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGEzZWMxYzctMzQ1ZC1hNTQxLWFhNmItMWU2NjcwN2QzZWQzIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpZUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOlJlc29sdXRpb25Vbml0PSIyIiBleGlmOkNvbG9yU3BhY2U9IjEiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxNDAiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSI4MCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ5OGYyZDczLTEzZTItZTk0ZC04M2Y4LTRiYjJiY2Q0ZGNjYiIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQwOToxMzoyMCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYTRmMjhmMi0xM2YyLTg0NDAtODlkZS01YjUwMDM1NzI3NDMiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMDk6MTM6MjArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gaW1hZ2UvcG5nIHRvIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjdkZTdmZmMwLTA4NGUtNTg0MS04ZmQ2LTQ1Mzk0MjhjMjViZSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yNlQxNTozMToxNyswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNDI0YTRhMy02MmU5LWJmNDYtYWMzNC1iNGE4ZTdmOTkyMzkiIHN0RXZ0OndoZW49IjIwMjItMDktMjZUMTU6MzE6MzArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NWZmYjIwZDAtNGZkZS1hNzQ3LWE4NzctNTgyZGRkNDlkNWIxIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTI2VDE1OjMxOjMwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI0MjRhNGEzLTYyZTktYmY0Ni1hYzM0LWI0YThlN2Y5OTIzOSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjUzMzQyZDYxLTNiMjAtZWE0ZC04ZTJjLTFkMjdjNzlkMDdjMSIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjRhOTFjZjVhLWQ3YzgtNWE0ZS04NjI1LTljN2FkZDRhMzJlNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoSVmDYAABFQSURBVHic7Z15tF1FlcZ/eYEQQkhCBCKGZiZhEkOLgTAnyKyMIrOxwTTgWoC2LZNNu6BBbOwWkUFUNDJjA9KIQBhCgDA0EgIERcLMk5kwhCEhEPj6j30vuam769xT59bLey/hW6vWe/ecqu/sc+6+dXZV7b2rjyQqoB9wENAXuB14sgrJp+h9WKpCm6WBu4FNa5/nAI8A/wtMBh4APs4h3KfoMqwEDACeS23Yp0IPcyBwacH5F4A/AvcBNwEvp17gU3QJ1gO2A8YAXwf6A6cAP0whqaIwFwCHlaw7D5iK9Uh/AGakXqybMAB7oH2A+Vgv+mG3SpSOZYHRwJ61v1tE6q0IvF6WtIrCPAGsk9qohueAW4FrMOX5e0We3BgNfAnYGfslDsUeeB9MUd4DZgOdWM85DXgWu4dKRmAX4QvAJsDXgM0wZWiFPbA3QimkKsxo7IHlgIAbsB5oKnBPJt6y2Ajrmg8E1q7I0QlMAh7CHvoLWSQrj2WAr2L25A7AP1bgOAM4rmzlVIU5GjgrOHYeZvDugmnrWimEDfgLcD/W+9yG/aq7AlsAJwBfycz7ITZinARcAbyYmb+OtYHdgbFYL7Jym3ydwOplK6cqzK3A9sGxbbAeoo4RmNZvD3yRajf0OvZ6mFZQZwgwGBiE2RtLY7+4+v9L1UoH9mpZBtgN6667GvMxxZlY+zunDa6VsJ59HPZc163A8ST2+pwIbA78IDg/AjM1WiJFYVYA3giOvQysCnwUadMf6y63woyvjTHboAxmAN/HutkNMLuiriBDavIsX1b4BLwKPIPZVx/VrjEc++JWxOagUvn+AJyL9aJlsSnwE+wL7p94zbcw0+EaYDrWc9exLvB4UP944D/LEKcozG7An4JjlwIHlyXAHvhYYC9gFLB+QtuuxK3AFOzV+hQ2ugvRF/gMZhR/GTMuvwisknCdW4AzgRtL1J1HmnL+GeuRr8IU5N1Ivb6YEg9tOPYAC+bViiGpbLlEzfhWQnuvbCnpBEnXOdxdjXclnSppZIK8YVla0lcl/VjSzIRr3yXpkAjn2pJ+VoJjtqRLJR0laf1Euc8NuD6QtHyZtikXed4Reo1EQWNluxIPKCd+I2nlTLI3lm0knS3p5ZJyTJe0h6QRkk6UdHeL+o/JlHyspCFtyHmQw13qx1/2lbQRNv3fiCepZoB5uI5yo5a5wEtYl/oe1u2+i3Xf7wN/BbbEhsoepgFHAf/Xpryt0A84AFtv2yEj79HA2Rl4hmOjo46GY5dh8hai7FrSvs6xK0q2LYPNg8/vY4biTEw5XsIm/TppNrxDjI8cPxt74IsCHwAX1soY4JvAt1j4C6qCHcijMC8Ad2Ej3Dq2xUaTxT1IyS7sRqcL26GNLjHsxkOcWpHrcYdLko7OJGs7ZTVJp0l6PSJjGcyV9JlM8pzu8K/Xql0Zje8faCLAa9gkVQ7s7RybUoHnfPxX5DHAzyvw5UYnNv+xBvAfxGeFH8HW63YErg/O9cdGaDlwtXNsj5atSmjilo4mXpJJy5E0I+B+UVLfRI5dHRkl6fiMcuYu/SQdU7v/KZK+IWmdoM6/OPd0bkYZXgq4H2zVpgzpzxyhD80k8Ocd7t8ncvSR9KbDc00mGbuzrCrp4+C+Hs3If3nA/aFaDK/LvJJ2Cz5/APxPiXZlsK1z7K5EjlOwmd9GvE8Ji78X4Hng6eDYSGBYJv7bgs9LER9hAq2t9uE0uzLMID6LmIpxweePgcsT2g/FFhJDHE576zc9CaHrQQewfybuqc6x8DtpungRPG27pbQ4rRH2MI8CsxLaH4lNdTdiJnBRO0L1MPzeORZOQ1TFY5hrRiPGUrAk0UphNnOO3ZEmUxRjWXg9A5rXqlrBm3M5vpo4UYwBfgn8BltEXdR4kGZXj7FU88f2cG/weaUav48CA6efpFmBUfSqbP0kh8HlGdObJbT3DOZXK8rS0fD/OpK+IukCSU871zgu0/2nlBscObbPxL2Lwx2dByvqYcZhq7ONmEw+39Zwbuc94OGE9t9wjl1YQY5jsTmSp2rlCWyp4jBgTaf+j4Hf0fwq7Ep4A4ExmbhvBN4Jju0cq1ykMNs5xyZXEMjDRph7QCOmYKObsvAm6S5LlOMQzA9kOOYpWNZbcDw2wbZa4vWq4hLn2H4Z+UOFHIX5GzWhSGHCGcUPyTec9myB1AXB4cHneTQ7BhXhs9iMalWsj40YQw/ErkAnzcGCG2HOazkQrgv2JTK8jinMYMwDvRGPAG+3J9cn8FamUxYz+9DsuPQYaX7Ad9LaQWku5mIZ80YbjDlffTfhulXhDQi8eawquN055hq+MYXZl2Yr/Ko2BGrEIJonA5/D7Iey6KBZ9pQovpvwX2kPYtMGvwB2xV45u2Ajr02Jr//8FPhtwvWrwOvdt87EXbfhGrEN3g8qYg1f5FjOG2Syyr11n18ncvSRrTk14pqSbSc615ds1Naq7WBJt0TaS7YmtGLF59Kq9Jc0L7jeXzPyn+bcz85hvVgPE3Z1r2Ndfg54M4kps7tgPhthtF4Zg/UCzDclxPXAd0q0n435pJwbOb8d5sQVizJsB+/TvMK8AWag5oAXFxaOZN0eZgtH03KukN7v8A+qwBP6AX8kmzvy6g6UdL1zXUl6qOJ9/HOEr44DKvIWlX9yrvPtTNzLq7kHezas5/Uw3ggmXKSqipE0e6ffRDVjenrwuQMLSwmxCxbesatz7mGqz2f8CvsFPh85fxklQzcSMJnmzBi5AvLeoXmZYHXCqFBH0+4LtOxDSStk0uIjnV/IkRW5VnG4JOlkSfvIfo1TI3Uke//3z3BPy0m6qeA6d6ikR37JMsW5xuBM3N9zuL/XWCdssLLT4P6MN+u5eo5qgy/05yiLOyUtm/G+kPTfBdd7VtImma5zssOfy112PYf7nsY6YYN9nQYnZBJmkMPdrpW/gqT3HN4iXJjpfrxyRItrx2KRUornA506yoyVPrL1uEa8L7MBkZptGG9277pM70hvSb5d2+hNLKzkzRJ1ZwMTiEcV5MD5NXliSZQuon275n4sdrsRuWabBVwZHFuGhlFzqDDhcPAN4G+ZhPHWPm7PwPsQsCHxZYs5WIzySNpbCiiLe7BZ8thSx7FYCE1V94S5NA+v1yQhA0ML3O0cWzDN0tAdfcHp6s7J1NUhqdPhzx19uIGs2/+hzFjbUfnCMqqU8517rmOmpDUr8n7T4fvXTDIPk4XONqKzfr6x4uGOEPtkEmJDh3t6Ju6eXryRYR3vypQ6lXMNh+vqjDJ7s9lrSgvbMLsH3dB75Jt/8WyjXCvfPR2/wFb+PbtmOWweyvNLLsKzNL86xpGeiiQGz9d3T1hgwwymeWLrVsoZk2XQPMVsq8VLCiZj0/gx99Yfkb64G3INwWy5HPD8tg+CBQrj+e6mhnvEsDzNxvTfWfQ57bobb2JrTedHzu+DrZaXNV69yMW90sVyMZ3mHDkbAwPrCnOA0yhXdMDmNI/GVsBCRpdEHEl8oXMUFjlRJuPDdCxJQSNah7qWwzxsJNeIpYH96l9kuII8i+b0HlXhKeNAqvnfLi44C5s7me2cGwDcjMVWtULoMrse9mxzwHPHHdeBLS6FvqmXkS/9e+zXsg1+IH5vxSDsCyuL27Bu/sHI+fMxg7kVRyP6kS/po2eSbN2B5aoN0UrQsmjld3ohNlLo7dgb8/j7G7Yy/vmS7TqxpI+ekzfAEdgXNyhy3jOic7ltzqQ5i+kqHfgjmKMxTR3Q5kVbaftAbDTWm9GBTfkPqX3eELMvoqEaDg7Bd80AW2p4BPvxhXia5kTbuRQGLJymEXNRcT62WZL+JOn7MseqVHeAKQXcjbgg46TToi4das6wUEdq0Nvuiicc+kB+wh9v9TolINAra8kcwG4OeN8mIlwMr8oSCh5RIy26qJeq4s+SDo5w/1ubN9md5biCZ5aaS+dzku6NcL3o1F/HqXdihXvYRNKxkiYV3MvbrW62FaZKOlPS1mr2Lxnv1L+8du5HEb69lX6jPaV4zkeNzynVicpzxJesxz9c0ncknSffSeyOEvz9JG1V4/DcZj3MrTceIct5dqfMw64KZkn6oyyT0ghJFzt1GhfIYl5q45T2YHtS2VPmP+LhGaVHXvwgwtUKsyN8q8nWBy+R9EoVYi/t6nAsbmg0ltu+3c0P6vgY+BzwSu1zB7Ym8g9O3dEsnO68N2E9LKP4SOfcfGw2NiVLxT1U8zveAsvMMKJ2zS2w77NPBa4HqGVLb5Wntz+2j9DWWHDbRlT343ic5oe4OhYCGnJ+hKVlTwnO70lYFsvzv1Pk/FHAOSW59sAUMBUzsQXPKqOm1zBFvQbzN1rwPSR2kavIMkZfKfNTTcHZEU4vrEWS3lF6SvSuKMvV7vnACm1/UvA8zirJsXEBhyS9JXNteLRFvVaYKgvm20oFo+F2H+ausmFdq5TnkjSmgGenSJt3ZQ+su5RlmBb+YVythXPJlCnjC57JtSXa/5fT7kRJE2TPvx7TdWjBdTy8Iel3shFvmL0zWnI+3JGyIfOFkv4SCHd5ifaeA7pk8w9fyihnSjnLkWeGSiRADsq28vdqqPNtGGm3rkoEl9XK6Ah/HW/JEhOdJBvVfuLYnVK68mFvI4vK2yuhTWyO5iPlC6VIKbHh/3xJX0vkGiJpcgHfTkH9HWS9QIh/j/D3lfRUUPcx2Wvx66oWXdpUqmwS2tUYT/OUdB374ycJ7Cosh+1DtEHk/EnAqYmc5wLfjpybhGVRGIG/aPs6tjYXS7y0LLautQw2yszlcbAAObSuC8r+kV+iZO/uRSlLPzVPkTfictWmJxLKMQV8ReiuV/MnpbsVo6h4e/rU8d1ukOfMAnkekdkbKXxFM8MeDuuGe+5VCoPs3RvD6Rn4J8jWsIaUrO9lT6hjrmzjq5TrhzujeZgt+/F093fRKxQG2VJBDBPb4G1cq3lRtpxRpt1mKp5WPyZBhrUKeKbJjO6hbdzjEqkwyIaB8yMPdpLSdz9Z1eGZo+K5osaykqTbI/JI0q9K8oxw2k5X+rB9kZV2dwhbVJiKuTN6eex2wkYDIxL45jrHlsWmwyeUaP8aFgHw08j5CcANmON0EcLUs2D3mivbV350t8YmliEynxoPc2Q9UVmuvSI8UtqOcEV2zaOy5ZRY2zucNvsnXHuRl24XoGKZ4jzoOlJGE/sV8JR9rSBpUzVvVlXHLPk5cE5y6s5JuOanCpNYfut9OzWckcCzZwHPFEkDSvIMk+W7KZLpANnsd8yj7qgEubul9MSZ3hScTnz3kivxIyI8FLkQPIu5CHSW4FkGc+OoklJ+OubS0aPRW4zeGE7AIgk97IvF/KxRgudaasHmDtbAjOoyexTNA04uUS/E0/h7O/Q49HaFAQv42hE/bfwoLG+uF0oT4lr8/bnB4oLupdyGELGsmjHcicUmhTuK9EgsDgoDFge+MfCMc24AFvBVZpPzq7Aw1hiuoPUGXmWTOr8FHIe97ryQ2R6J3m7DhBiIRRHGgtKvwoLGirbZGUnreZCJwKHO8aHYXFEY3zwG8+ddE9sVphPbl6lX9CoLobut7i4qp0RGIZL0hGw3t1hbbxbYw30yd8Z+shCb3SU959Sb1gOex6ejpBI4hOLNQifgJ0k8DTix4fN8ih3fX8H2F1oxcr7uvb9YYHGxYTxcjKWp9+wagF/X6tS3WV4as09ODOq9ihnV4f7RdQwjriznsRgpCyx+NoyHgVi2ph0L6jyMxV+Fm3aB2T37YsH211F+Z9nraM4b2OuxJChMHWcQz5BQhM+yIPgOLKboWIrTmPwcOKbCtXo8liSFAfN3vZjyaUx2xrJchugHHIyl4tgcs3FmYPlhbiZffsAehyVNYcBCc8+h+HUxG3M4n7RIJOpFWBIVpo5tsRjywVhoLtho5w1s/8YnukmuHo3/By3GoBJ/oYdpAAAAAElFTkSuQmCC);background-size:25px}button.waves-effect.table-btn{background:transparent;border:0;padding:0}#layout-wrapper .card .card-body table td,#layout-wrapper .card .card-body table th{border-right:0;text-align:left;vertical-align:middle}.Activity.card{background-position:50%;background-repeat:no-repeat;background-size:cover;border:0;border-radius:15px}.tab-pane.secondary-tabs ul.nav.nav-tabs{padding-top:0}.secondary-tabs ul.nav.nav-tabs li.nav-item a.nav-link{background:transparent;border:0;color:#555}.secondary-tabs ul.nav.nav-tabs li.nav-item a.active.nav-link{color:#7a6fbe;text-decoration:underline!important}.details.ProflieActions button.btn.btn-link{text-align:right}.ClientDialer .AboutCard{overflow:auto}.CompanyDialer .AboutCard{height:calc(100vh - 440px)}@media screen and (max-width:7000px) and (min-width:1700px){.CompanyDialer .AboutCard{height:calc(100vh - 440px)}.ClientDialer .AboutCard{height:calc(100vh - 380px);overflow:auto}}@media screen and (max-width:1092px) and (min-width:540px){.CompanyDialer .AboutCard{height:calc(100vh - 469px)}}@media screen and (max-width:1365px) and (min-width:1093px){.CompanyDialer .AboutCard{height:calc(100vh - 410px)}}.ClientDetails .AboutCard{height:calc(100vh - 243px)}.ActivityTitle p{color:#7d98b5}.ActivityTitle{text-transform:capitalize;width:70%}.Training{height:calc(100vh - 230px);overflow-x:hidden;overflow-y:auto;padding:0 15px 0 0}.Activity.card .accordion-item button.btn.btn-link{max-width:200px;min-width:200px;padding:0;text-align:left}.page-content.dialer .CompanyDetail .col-md-3.text-end{padding-right:15px}.deal-pipeline.remove-arrow .row{align-items:center}.deal-pipeline.remove-arrow button.accordion-button{padding:.7rem 1.25rem}.table>:not(caption)>*>*{padding:.2rem .5rem}.proposal-grid{margin-left:0!important}.page-content.dialer .CompanyDetail .deal-pipeline.remove-arrow .col-md-3.text-end button.btn.btn-link{margin:0 0 0 15px;max-width:none;min-width:auto}.activity-bubble.email .ActivityTitle,.activity-bubble.rvm .ActivityTitle{width:65%}.CompanyDetail.ClientDetails .tab-content .tab-pane .remove-arrow{grid-template-columns:62% auto}.CompanyDetail.ClientDetails .tab-content .tab-pane .remove-arrow button.btn.btn-link{max-width:none;min-width:auto}.CoachesDrop{margin-bottom:10px;position:relative;z-index:1}.FixHeightTable{max-height:300px}.CoachesDrop .DropDownCoh.ClonePage{max-height:150px;overflow:auto;position:static}.CoachesDrop.ToCoach .DropDownCoh.ClonePage{max-height:unset}.CoachesDrop.Criteria{margin:0;top:-20px}.PipeLineDrop{position:relative}.CardImages{max-height:190px;overflow:hidden}.training-view .card-body p.card-text{-webkit-line-clamp:3;line-clamp:3}.training-view .card-body .h6.card-subtitle,.training-view .card-body p.card-text{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.training-view .card-body .h6.card-subtitle{-webkit-line-clamp:2;line-clamp:2}a.waves-effect.TemplateCard.btn.btn-light{margin-bottom:30px;width:100%}.TemplateCard .card-body{align-items:center;background:rgba(0,0,0,.7);bottom:0;color:#fff;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.TemplateCard .card{margin:0}#sidebar-menu.ProposalViewBar a.dropdown-item{padding:.35rem .5rem 0}#sidebar-menu.ProposalViewBar ul li a i{float:left;line-height:normal;min-width:1.2rem}.simplebarSide .simplebar-content-wrapper{overflow:hidden!important}.simplebar-offset .simplebar-content-wrapper .ProposalViewBar{height:calc(100vh - 75px);overflow:auto}.simplebar-offset .simplebar-content-wrapper::-webkit-scrollbar{width:8px}.simplebar-offset .simplebar-content-wrapper::-webkit-scrollbar-track{background:#d9d9d9}.simplebar-offset .simplebar-content-wrapper::-webkit-scrollbar-thumb{background:#239933;border-radius:5px}.simplebarSide .metismenu li span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.green-border{border-top:5px solid #60c560}.orange-border{border-top:6px solid #f0ad4e}.Activity.card .tab-content .PrimaryTabs .details .accordion-collapse p button.btn.btn-sm.btn-link{float:left;margin:3px 5px 0;max-width:none;min-width:auto}table#as-react-datatable tr td a.waves-effect{margin:0;width:100%}.CompanyProfileBG.card .company{min-height:150px}.UserProfileBG.card .company{min-height:100px}.CompanyDetail.ClientProfileDetails .LeftSideUser .client-chat-area{bottom:auto;overflow:auto;position:absolute;top:0;width:100%}.CompanyDetail.ClientProfileDetails .LeftSideUser{background:transparent;border:0;height:calc(100vh - 110px);position:-webkit-sticky;position:sticky;top:0;z-index:8}.CompanyDetail.ClientProfileDetails.NewLeadDialer .LeftSideUser{background:transparent;border:0;max-width:23vw;min-width:23vw;position:fixed;top:82px;z-index:1}.CompanyDetail.ClientProfileDetails.NewLeadDialer .LeftSideUser .AboutCard{background:#fff;height:calc(100vh - 340px)}.CompanyDetail.ClientProfileDetails .LeftSideUser .AboutCard{background:#fff}.UserProfileBG.card{box-shadow:none;margin:0}h6.ProfileSecHeading{background-color:#eee;color:#000;margin:0}.pipeline ul li:hover{color:#f16321;color:var(--bd-color,#f16321);cursor:pointer}.button-items .btn{margin:2px}.MainTZone{display:inline-block;height:38px;position:relative;width:100%;z-index:2}.MainTZone .css-2b097c-container{position:absolute;width:100%;z-index:1}.MainTZone.MainZone .css-2b097c-container{z-index:2}.UsageType{position:relative;width:100%}.UsageType .css-2b097c-container{position:absolute;width:100%;z-index:1}.UsageType .css-2b097c-container .css-yk16xz-control{height:33px;min-height:25px}.MainTZone.UsageGroup{z-index:999}.EventReminder{z-index:3}.Assessment.One,.Campaign.One,.Campaign.Two,.Client.One,.ClientDetails.One,.ClientDetailsUpdate.One,.EventReminder.One,.LeadsImport.One,.MainTime.One,.SendSMS.One,.Task.One{z-index:7}.EventReminder.Two{z-index:6}.EventReminder.Three{z-index:5}.ProfileInfo{display:inline-block;font-size:16px;list-style:none;margin:0;min-width:70px;padding:0;text-align:center}ul.ProfileInfo .compant-action-btn{margin-top:10px}.ClientProfileDetails .logo{align-items:center;border:2px solid #ccc;border-radius:100%;display:flex;height:85px;justify-content:center;line-height:38px;margin:0 auto;padding:0;text-align:center;width:85px}.ClientProfileDetails .logo img{border-radius:100%;width:100%}.company-info .info.ProfileInfo{margin-top:15px;text-align:center;width:100%}.CompanyDetail.ClientProfileDetails .LeftSideUser .UserProfileBG.card{border:2px solid #e2e2e2;margin:0}.ClientProfileDetails h2.accordion-header button.accordion-button{background:#f16321;background:var(--bd-color,#f16321);box-shadow:none;color:#fff;font-size:14px;font-weight:500;padding:7px 10px}.ClientProfileDetails h2.accordion-header button.accordion-button.collapsed{background:#f2f1f9;color:#000}.ClientProfileDetails .accordion-body .info span{display:inline-block;font-size:13px;text-transform:capitalize;vertical-align:top;width:100px}.ClientProfileDetails .accordion-body .info p{display:inline-block;font-size:12px;padding:0 0 0 10px;width:62%;word-break:break-all}.ClientProfileDetails .accordion-body .info{padding:0;vertical-align:middle}.ClientProfileDetails .accordion-body .info:nth-child(2n){background:#f2f6f9}.accordion-collapse .info.info{background:#fff;padding-left:0}.ClientInfor h6{background:#f2f6f9;margin:0}.ClientProfileDetails .accordion-body .BackGroundWhite{background:#fff}.pl-5{padding-left:2rem}.UserActivityDetails ul.nav.nav-tabs{align-items:center;border:0;display:flex;justify-content:space-between;margin:auto;padding:0;width:290px}.UserActivityDetails ul.nav.nav-tabs li.nav-item{position:relative;width:95px}.UserActivityDetails ul.nav.nav-tabs li.nav-item a.nav-link{align-items:center;background:transparent;border:0;border-radius:5px;display:flex;flex-direction:column;font-size:1.2em;justify-content:center;margin:0;min-height:60px;min-width:4rem;padding:8px 0!important}.UserActivityDetails ul.nav.nav-tabs li.nav-item:last-child a.nav-link{margin:0}.UserActivityDetails .secondary-tabs ul.nav.nav-tabs li.nav-item a.nav-link{margin:0;min-height:auto;min-width:auto;padding:5px 15px!important}.UserActivityDetails .secondary-tabs ul.nav.nav-tabs{border-bottom:1px solid #ddd;display:inline-block;height:auto;position:static;width:100%}.UserActivityDetails .secondary-tabs ul.nav.nav-tabs li.nav-item{display:inline-block}.UserActivityDetails li.nav-item a.nav-link i{font-size:22px;margin:0 20px 0 0}.UserActivityDetails ul.nav.nav-tabs li.nav-item a.active.nav-link{position:relative}.UserActivityDetails .secondary-tabs ul.nav.nav-tabs li.nav-item a.active.nav-link{background:#f16321;background:var(--bd-color,#f16321);border-bottom-left-radius:0;border-bottom-right-radius:0;color:#fff;padding:5px 15px!important;text-decoration:none!important}.ProfileIcons{align-items:center;border-radius:10px;display:flex;height:70px;justify-content:center;line-height:60px;margin:0;padding:5px;text-align:center;width:70px}.UserActivityDetails ul.nav.nav-tabs li.nav-item a.active.nav-link span{color:#000;text-align:center;width:100%}.OnlineOffline{font-size:12px;left:10px;position:absolute;top:5px}span.Offline,span.OnlineIcon{background:#46af69;border-radius:50%;float:left;height:8px;margin:5px 3px 0 0;width:8px}span.OfflineIcon{background:red}.page3.ProfileClient{width:74.3%}.ProfileIcons img{width:80%}.ProfileIcons{background:#239933;position:relative}.ProfileIcons.Video .VideoUploads{align-items:center;border:2px solid #fff;border-radius:100%;display:flex;height:45px;justify-content:center;margin:0 auto;width:45px}.ProfileIcons.Video .VideoUploads img{width:70%}.UserActivityDetails ul.nav.nav-tabs li.nav-item a.nav-link span{font-size:12px;font-weight:500;margin-top:5px}.settingArea button{height:auto}.ClientProfileDetails .LeftSideUser ul.nav.nav-tabs{border:0;padding:5px 0 0}.settingArea{position:absolute;right:5px;top:3px}.client-chat-area .card{border-radius:0;margin:0}.client-chat-area .card-body{padding:0}.client-chat-area .chat-message-left,.client-chat-area .chat-message-right{flex-wrap:wrap;margin-right:auto}.client-chat-area .chat-message-right{margin-right:0}.client-chat-area .chat-message-right .small.text-nowrap{text-align:right}.client-chat-area .small.text-nowrap{width:100%}.client-chat-area .chat-message-left .bg-light.rounded,.client-chat-area .chat-message-right .bg-light.rounded{-webkit-column-gap:10px;column-gap:10px;display:flex}.client-chat-area .chat-message-right .bg-light.rounded{flex-direction:row-reverse}.client-chat-area .chat-message-left .bg-light.rounded p,.client-chat-area .chat-message-right .bg-light.rounded p{line-height:normal;margin:0;padding-top:5px}.client-chat-area .chat-messages{height:calc(100vh - 435px);overflow:auto}.client-chat-area{border:2px solid #e2e2e2;overflow:auto}.UserActivityDetails .page3 .nav-tabs{margin:0}.ExistingAttachment{height:calc(100vh - 100px);overflow-x:hidden;overflow-y:auto}.Activity.card .ProfileClient .accordion-item button.btn.btn-link{max-width:260px;min-width:260px;padding:0;text-align:left}.page3.ProfileClient .accordion-head{grid-template-columns:74% auto}.ExistingAttachment td{vertical-align:middle}.company-info .info.ProfileInfo h5{font-size:14px;margin:0}.SystemNotification .notification-item .media{padding:5px 10px}.SystemNotification .avatar-xs{height:20px;width:20px}.assessment-vertical-menu{height:calc(100vh - 135px);position:-webkit-sticky;position:sticky;top:0}.simplebar-mask #sidebar-menu{padding-top:0}section.top-section.Assessments{background:transparent}.SummaryAssessment .survey.card.card-body{margin-left:-1px;max-height:calc(100vh - 200px);padding-left:0}.mr-30{margin-right:30px}.color-success{color:#00782b;font-weight:700}.card{margin-bottom:15px}.TimeZoneMain{float:left;min-height:40px;position:relative;width:100%}.TimeZoneMain .css-2b097c-container{position:absolute;width:100%;z-index:1}.TimeZoneMain.MainTime .css-2b097c-container{z-index:2}.Pipline span.pipelint-title{display:inline-block;margin:0;max-width:194px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.training-view .bg-purple h5{line-height:normal}.training-view .page-title-box{padding-bottom:0}.NameBtns{min-width:130px;text-align:left}.action-controls input[type=checkbox]{float:left;height:18px;margin:1px 5px 0 0;width:18px}ul.navbar-nav.client-nav-bar{flex-direction:row;line-height:50px}ul.navbar-nav.client-nav-bar li.nav-item .nav-link{background:transparent;border:0;color:#fff}.from-coach .room{height:calc(100vh - 172px);position:relative}.pull-right.video-button .page3.w-75.slide-in{height:calc(100vh + 5px)}.from-coach .remote-participants .participant video{height:calc(100vh - 51px);object-fit:cover;width:100%}.room{height:calc(100vh - 118px);position:relative}.video-control{bottom:20px}.video-control button{border:0;border-radius:50%;font-size:22px;height:50px;width:50px}.local-participant video{border-radius:50%;display:inline-block;height:100px;object-fit:cover;position:absolute;right:20px;top:10px;width:100px;z-index:9999999999}.remote-participants{position:relative;z-index:1}.remote-participants .participant video{height:calc(100vh - 105px);object-fit:cover;width:100%}.page2.video-call{height:calc(100vh - 122px)}.page3.video-chat-call.ProfileClient{height:calc(100vh + 5px)}button.call-drop{background:red;color:#fff;-webkit-transform:rotate(135deg);transform:rotate(135deg)}#sidebar-menu ul li a,.metismenu li button.dropdown-btn{background:#d9d9d9;margin:0 0 1px;padding-left:10px;padding-right:10px;text-align:center}.metismenu li button.dropdown-btn{background:#f16321;background:var(--bd-color,#f16321);color:#fff}.metismenu li .dropdown-container .survey-filled{background:#f16321!important;background:var(--bd-color,#f16321)!important;color:#fff!important;opacity:.6}.metismenu li.mm-active li.mm-active{background:#f16321;background:var(--bd-color,#f16321)}.simplebar-mask #sidebar-menu.CoachSidebar li a.has-arrow.waves-effect.mm-active{background:#f16321;background:var(--bd-color,#f16321);color:#fff!important}.simplebar-mask #sidebar-menu.CoachSidebar li a{text-align:left}.simplebar-mask #sidebar-menu.CoachSidebar li a.active{color:#fff!important}#sidebar-menu .ResourcesSidebar li a:hover,.simplebar-mask #sidebar-menu.CoachSidebar li a:hover{background:#f16321;background:var(--bd-color,#f16321)}.page-content.dialer .page3.contract-details{height:calc(100vh + 5px)}ul#side-menu.metismenu.list-unstyled.CreditsPage a{text-align:left}#sidebar-menu .ResourcesSidebar li a.active,ul#side-menu.metismenu.list-unstyled.CreditsPage a.dropdown-item.active{color:#fff!important}#sidebar-menu ul li ul.sub-menu li a{padding:.4rem 1.5rem}#sidebar-menu .ResourcesSidebar li a{text-align:left}.sun-editor{position:relative;z-index:6}.page2.video-chat-call.CoachPickup{width:25%}.CalculatorArea{align-items:center;display:flex;height:100%}.ProfileImpact{display:inline-block;height:200px;margin:0 auto;position:relative;width:566px}.ProfitImpactChart{align-items:center;background:#6ca14c;border:15px solid #f16321;border:15px solid var(--bd-color,#f16321);border-radius:50%;display:flex;flex-direction:column;height:200px;justify-content:center;text-align:center;width:200px}.ProfitImpactChart h3{color:#fff;display:inline-block;font-weight:400;width:100%}.survey .BreakDownShadow.card.card-body.Breakdown .half-circle{background-color:unset;border:10px solid #000;border-bottom:0;border-top-left-radius:145px;border-top-right-radius:145px;height:115px;left:45px;margin:0;position:absolute;top:43px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:227px}.Impacts .PointIcon{background:#f16321;background:var(--bd-color,#f16321);border-radius:50%;height:20px;position:absolute;width:20px;z-index:1}.Impacts._0 .PointIcon{left:157px;top:0}.Impacts._1 .PointIcon{left:202px;top:45%}.Impacts._2 .PointIcon{bottom:0;left:155px}.Impacts:after{background:#f16321;background:var(--bd-color,#f16321);content:"";height:3px;position:absolute;width:45px;z-index:1}.Impacts._0:after{left:175px;top:9px}.Impacts._1:after{left:220px;top:50%;width:45px}.Impacts._2:after{bottom:3%;left:175px}.OperationsImpact{align-items:center;display:flex;left:220px;position:absolute;z-index:1}.SummaryAssessment{position:relative;z-index:1}.PercentCounter .PercentNumber{background:#fff;border:3px solid #008037;border-radius:50%;color:#008037;font-size:16px;font-weight:600;height:55px;justify-content:center;margin:0 auto;width:55px;z-index:5}.PackegeName,.PercentCounter .PercentNumber{align-items:center;display:flex;position:relative}.PackegeName{background:#008037;border-radius:0 15px 15px 0;margin:25px 0 0 -12px;padding:5px 10px;right:0;z-index:0}.PackegeName h6{color:#fff;margin:0 5px}.survey section.breakthrough{align-items:center;border-radius:5px;display:flex;justify-content:center;line-height:35px;margin:0 auto;min-height:35px;position:relative;top:15px;width:85%;z-index:1}button.btn.btn-primary.saveBtn{width:100%}.survey .card.card-body.Breakdown{display:flex;flex-direction:column;justify-content:center;min-height:345px}.BGYellow{align-items:center;background:#f4bc33;color:#fff;padding:5px 20px}.PackegeName i.fa.fa-arrow-circle-up{color:#fff;font-size:16px;margin:0 0 0 10px}.OperationsImpact._0{top:-25px}.OperationsImpact._1{left:265px;top:33%}.OperationsImpact._2{bottom:-30px}.ShowTotalRev{text-align:right}.ShowTotalRev h3{background:#239933;border-radius:0 0 5px 5px;color:#fff;float:right;font-size:16px;margin:0 10px 0 0;min-width:60px;padding:1px 5px;text-align:center;width:auto}.bars-icon{align-items:center;bottom:auto;color:#f5bd32;display:flex;font-size:22px;height:30px;position:absolute;right:5px;top:0}.CalculationResult{display:flex;justify-content:space-between;margin:0 auto;width:62%}.Current{display:inline-block;width:70%}.Current.Projected{width:100%}.fill-survey-question{max-height:calc(100vh - 250px);min-height:calc(100vh - 420px);overflow-x:hidden;overflow-y:auto}.fill-survey-question button{background:#008037;border:0;color:#fff;cursor:default;padding:5px 0;width:100%}.Current .ShowCalc{background-color:#239933;float:left;height:20px;margin:0 10px 0 0;width:20px}.survey.card.card-body table.table tbody tr td:first-child{background:#008037;color:#fff}.survey.card.card-body table.table tbody tr:nth-child(odd) td:first-child a{color:#fff;float:left;font-size:12px;margin:0 10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survey.card.card-body table.table tbody tr:nth-child(odd) td:first-child span{color:#fff;font-size:12px}.survey.card.card-body table.table tbody tr:nth-child(2n) td:first-child a{color:#fff;float:left;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.Current.Projected .ShowCalc{background-color:#008037}.training-view .pulse .card-body{min-height:152px}.HeadshotImg{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#5b626b;display:block;font-size:.8125rem;font-weight:400;line-height:1.5;padding:.375rem .75rem .375rem 115px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.HeadshotImg label{left:0;margin:0;padding:1rem .75rem;position:absolute;right:0;top:0;width:100%}.HeadshotImg label span{background:#f1f1f1;border-radius:.25rem 0 0 .25rem;bottom:0;height:31px;left:0;line-height:31px;padding:1px 14px;position:absolute;top:0}.ImagePreview img{height:auto;max-height:100%;max-width:100%}.centerr-logo{background:#fff;padding-bottom:5px}.logo-centerrr{left:-30px;margin:auto;position:absolute;right:0}.toogle-sales{position:absolute;right:0;top:30px;z-index:1}.toogle-sales .form-check-input:checked{background-color:#000;border-color:#000}ul.summary-report.h-100px{height:100px}@media (min-width:1200px){.proposal-grid{margin-left:0!important}}@media screen and (max-width:1365px) and (min-width:1200px){.client-search-bar{right:auto}}@media screen and (max-width:1199px) and (min-width:992px){.app-search.search{width:49%}.Statuses .RecentRecord.RecentLeads.card-body,.Statuses .StatusListing.card-body{max-height:608px;min-height:608px}}@media screen and (max-width:991px) and (min-width:768px){.topnav{height:auto}.Campaigns,.RecentRecord.MySchedule ul,.RecentRecord.RecentLeads,.Statuses .card-body,.Statuses .RecentRecord.RecentLeads.card-body,.Statuses .StatusListing.card-body{min-height:auto}.dropdown-menu{right:0}.app-search.search{width:100%}.RecentRecord.RecentLeads{min-height:calc(100vh + 296px)}.MyScheduleMain{display:inline-block;width:48.8%}.display-flex{display:flex}.Statuses .RecentRecord.RecentLeads.card-body,.Statuses .StatusListing.card-body{max-height:608px;min-height:608px}.RecentRecord.MySchedule{height:calc(100vh + 4px)}.RecentRecord{height:calc(100vh + 44px)}}@media screen and (max-width:767px) and (min-width:576px){.topnav{height:auto}.dropdown-menu{right:0}.app-search.search{width:100%}.MyScheduleMain{display:inline-block;width:48.8%}.display-flex{display:flex}.Statuses .RecentRecord.RecentLeads.card-body,.Statuses .StatusListing.card-body{max-height:608px;min-height:608px}.RecentRecord{height:calc(100vh - 44px)}#layout-wrapper .card .card-body table tr:last-child td,.client-actions{white-space:nowrap}.CompanyDetail .page2,.page3{width:100%}}@media screen and (max-width:575px) and (min-width:320px){.top-navigation{background:#fff}.topnav{height:auto}.app-search.search{width:100%}.Statuses .VariousCalls.TotalRecord .card-body{max-height:none;min-height:auto}.Campaigns,.RecentRecord.MySchedule ul,.RecentRecord.RecentLeads,.Statuses .card-body,.Statuses .RecentRecord.RecentLeads.card-body,.Statuses .StatusListing.card-body{min-height:auto}.VariousCalls.card i.ion{font-size:26px}.VariousCalls.card .card .NumberFunc{font-size:22px}.ContactDescription h6.card-title{font-size:12px}.UserMessage p{font-size:11px}.RecentRecord ul li .StatusIcon{flex:30px 1;font-size:14px;height:25px;line-height:25px;width:15px}.dropdown-menu{right:0}.client-search-bar{min-width:100%;right:0;width:90%}.MyScheduleMain{width:100%}.RecentRecord,.RecentRecord.MySchedule{height:auto}.page-content.dialer .page3,.page-content.dialer .page3.deal-assign,.page-content.dialer .page3.invoice-details{width:100%}#layout-wrapper .card .card-body table tr:last-child td,.client-actions{white-space:nowrap}.CompanyDetail .page2,.page3{width:100%}}.confirm-title-header{height:40px;position:relative;text-align:center}.confirm-title-header h3.title.btn-primary.btn.w-50{left:0;margin:0 auto;position:absolute;right:0;top:-12px}.modal-backdrop{background-color:#fff}.sidebar-close{cursor:pointer;font-size:20px;position:absolute;right:0;top:-20px}.Graph{position:relative;z-index:1}.Graph .QuestionWizred{height:100%;position:absolute;right:50px;width:84%;z-index:2}.Graph .QuestionWizred .OverLay{background:hsla(0,0%,100%,.8);bottom:0;left:-14%;position:absolute;right:-4%;top:0;z-index:-1}.cross-cls{font-size:20px;position:absolute;right:20px;top:10px}.modalQuestion{padding-bottom:40px}.modal-dialog.confirm .modal-content h5{color:#000;font-size:1.6em;font-weight:600}.modal-dialog.confirm .modal-content h5 b{font-weight:800}.modal-dialog.confirm .modal-content p{color:#000;font-size:1.1em;opacity:1}.modal-dialog.confirm .modal-content h6{color:#000;font-size:1.3em}.DashboardHeadingSection{background:#239933;background:var(--bd-color,#239933);border-radius:5px;color:#fff;left:0;margin:auto;max-width:350px;padding:5px;position:absolute;right:0;text-align:center;text-transform:uppercase;top:-15px}.SummaryAssessment .survey.card.card-body table.table tr th:first-child{max-width:0}#lead-datatable-container table#lead-datatable td:last-child{border-right:2px solid #ddd}.VariousCalls.BusinessInbox .RecentRecord.card-body{padding:0}.VariousCalls.BusinessInbox .RecentRecord.card-body ul{width:100%}.VariousCalls.BusinessInbox .RecentRecord.card-body ul li{display:flex;width:100%}.NewCoachDashboard .VariousCalls.BusinessInbox .RecentRecord.card-body ul li .ContactDescription{display:inline-block;margin-top:0;width:100%}.VariousCalls.BusinessInbox .RecentRecord.card-body ul li .StatusIcon{display:inline-block;flex-shrink:0;height:35px;line-height:35px;margin:-20px 10px 0;width:35px}.MessageTime span{margin:0 0 0 10px}.MessageTime{color:#222;font-size:10px;margin-top:5px;text-transform:uppercase}.VariousCalls.BusinessInbox .RecentRecord.card-body ul li .StatusIcon i.ion{font-size:20px;line-height:35px}.Campaigns .ProgressDashboardCoaching{display:inline-block;width:100%}.calander-full-dashboard .fc-day-other.blockdays,.calander-full-dashboard .fc-day-other.normaldays{background:#fff!important;color:#fff}.calander-full-dashboard .fc-view-harness-passive .fc-dayGridMonth-view tbody tr td{border:0}.fc-dayGridMonth-view table.fc-scrollgrid table.fc-scrollgrid-sync-table tbody td,.fc-dayGridMonth-view table.fc-scrollgrid table.fc-scrollgrid-sync-table tbody th{border:0;vertical-align:middle}.calander-full-dashboard .fc .fc-daygrid-day-frame{border-bottom:2px solid #000;height:50px;min-height:auto}.calander-full-dashboard .DayCal .fc .fc-daygrid-day-frame{background:#fff;height:auto}.calander-full-dashboard .DayCal .fc-timegrid-event-harness{margin:3px 0 0}.fc .fc-scrollgrid table{border-style:hidden}.IconWithCount .dot{background-image:none;border-radius:50px;height:10px;margin:0 0 5px;width:10px}.calander-full-dashboard .card .card-body table td.fc-day-other,.calander-full-dashboard .card .card-body table td.fc-day-other a{border-bottom:0;border-top:0;cursor:default;opacity:0}.calander-full-dashboard .fc .fc-daygrid-day-top a{color:#000}.calander-full-dashboard .fc-timegrid-event-harness>.fc-timegrid-event{bottom:0;left:0;margin:3px 0 0!important;padding:0!important;position:static;right:0;top:auto}.calander-full-dashboard .MonthCal .fc-event,.calander-full-dashboard .MonthCal .fc-event-dot{background:transparent}.calander-full-dashboard .MonthCal .fc-daygrid-day-events{bottom:3px;height:14px;left:auto;line-height:0;margin:0;min-height:0;position:absolute;right:5px;text-align:right;top:auto;width:14px}.calander-full-dashboard .card-body{background:#fff;border:0}.calander-full-dashboard .table-bordered{border:0}.NewCoachDashboard .calander-full-dashboard .DayCal{background:#fff;margin-top:15px;overflow:auto;position:relative;z-index:1}.calander-full-dashboard .DayCal table tbody tr td{background:#fff;border:0;border-bottom:2px solid #000}.calander-full-dashboard span.event-label-month i.fas.fa-circle{left:0;position:absolute;top:0}.calander-full-dashboard .MonthCal .fc .fc-toolbar.fc-header-toolbar{display:none}.calander-full-dashboard input.form-control{background:#f1f1f1;float:right;height:30px;margin:5px 22px 0 0;width:40%}.calander-full-dashboard .MonthCal{position:relative;z-index:1}.calander-full-dashboard td.fc-timegrid-divider.table-active{display:none}.calander-full-dashboard .DayCal .fc .fc-toolbar.fc-header-toolbar{justify-content:flex-start;margin-bottom:0;margin-top:0;text-align:left}.calander-full-dashboard .card{margin:0}.selectboxtop{display:inline-block;height:40px;margin-top:0;position:relative;width:100%;z-index:1}.selectboxtop .css-2b097c-container{background-color:#f1f1f1;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#008037,#008037);background-position:calc(100% - 12px) calc(.5em + 2px),calc(100% - 7px) calc(.5em + 2px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2em 2.5em;border:0;border-radius:5px;height:25px;min-height:25px;position:absolute;right:26px;width:150px;z-index:1}.selectboxtop .css-g1d714-ValueContainer{font-size:13px;height:24px;position:absolute;top:0;width:100%;z-index:1}.selectboxtop .css-tlfecz-indicatorContainer{color:transparent;padding:0}.VariousCalls.TotalRecord.MyScheduleMain h5.card-title{float:right;font-size:14px;width:35%}.NewCoachDashboard .calander-full-dashboard input.form-control,.StatusHeading input.form-control{background-color:#f1f1f1;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#008037,#008037);background-position:calc(100% - 13px) calc(.8em + 2px),calc(100% - 8px) calc(.8em + 2px),100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,2em 2.5em;border:0;float:left;height:30px;left:0;margin-top:0;min-width:140px;position:relative;width:145px;z-index:1}.StatusHeading input.form-control{height:30px;margin:0;padding-bottom:0;padding-top:0}.StatusHeading .card-title{margin:0 0 7px 15px}.StatusHeading .card-title button.btn.btn-link.border-0.float-end.pb-0{line-height:30px;padding:0}.selectboxtop .select2-selection__indicators.css-1hb7zxy-IndicatorsContainer{background-color:#d9d9d9;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#008037,#008037);background-position:calc(100% - 13px) calc(.5em + 3px),calc(100% - 7px) calc(.5em + 3px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2em 2.5em;height:100%;min-height:23px;overflow:hidden;position:absolute;top:0;width:100%}.selectboxtop .css-yk16xz-control{border:0;border-radius:5px;height:25px;min-height:25px;overflow:hidden}.selectboxtop .css-1pahdxg-control{background:transparent;border:0;box-shadow:none;height:25px;min-height:25px;overflow:hidden}.selectboxtop .css-1pahdxg-control:hover{border-color:transparent}.selectboxtop .css-1okebmr-indicatorSeparator{display:none}.selectboxtop .css-b8ldur-Input{margin:0;padding:0}.selectboxtop .css-tj5bde-Svg{color:transparent}input[type=date]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-inner-spin-button,input[type=month]::-webkit-calendar-picker-indicator,input[type=month]::-webkit-inner-spin-button{-webkit-appearance:none;height:100%;opacity:0;position:absolute;right:0;width:145px;z-index:0;z-index:9}.selectboxtop .css-1uccc91-singleValue{width:75%}.SummaryAssessment .survey.card.card-body table.table tr th.implementation-th{min-width:200px;width:200px}.finincial-break-down--edit-btn{position:absolute;right:38px;top:-38px}.ProfitSide{flex-direction:column;height:100%}.GulakArea,.ProfitSide{align-items:center;display:flex;justify-content:center}.GulakArea{max-width:350px;position:relative;width:100%}.GulakArea img{height:100%;position:relative;width:auto;width:100%;z-index:1}.GreenStatus{bottom:4px;height:25%;position:absolute;width:98%;z-index:0}.PercentNumbers{align-items:center;bottom:0;display:flex;justify-content:center;left:0;margin:35px auto auto;position:absolute;right:0;text-align:center;top:0;z-index:2}.PercentNumbers h2{color:#000}.YellowStatusBox{background:#fff;bottom:60.2%;max-width:38%;min-height:36%;z-index:1}.GreenStatusBox,.YellowStatusBox{border:0;border-radius:0 0 30px 30px;left:0;margin:auto;overflow:hidden;position:absolute;right:0}.GreenStatusBox{bottom:0;min-height:72%;z-index:0}.YellowStatus{border-radius:0 0 18px 18px;bottom:2px;left:0;position:absolute;right:0}.ClientProfileDetails .Breakdown .ROiPercents .SectionHeader.RoiPage{border-width:2px;padding:2px}.ClientProfileDetails .Breakdown .ROiPercents{display:inline-block;width:100%}.NewLeadDialer.ClientProfileDetails .Breakdown .ROiPercents .revenue p{font-size:10px;text-transform:uppercase}.ClientProfileDetails .ROiPercents .SectionHeader.RoiPage .Percents h4.GrayBG{height:20px}.NewLeadDialer .SectionHeader.RoiPage .Percents h4.GrayBG span.pull-left{font-size:12px;margin:0;text-transform:uppercase}.ClientProfileDetails .ROiPercents .SectionHeader.RoiPage .Percents h4{align-items:center;display:flex;font-size:12px;font-weight:500;height:20px;margin:0;padding:0 5px;text-transform:uppercase}.ClientProfileDetails .TotalPercent{height:auto}.NewLeadDialer .clientProfileHeading{margin:0 auto;max-width:80%;min-width:80%;padding:5px;position:relative;top:-15px}.NewLeadDialer .boxescard.card .card-body{max-height:260px;min-height:260px}.NewLeadDialer .clientProfileHeading h4{font-size:14px;margin:0;text-transform:uppercase}.GoalSwiltch.ProfileToggle{float:right}.GoalSwiltch.ProfileToggle .form-check.form-switch{float:left;margin:0 0 0 20px;width:auto}.NewLeadDialer .clientProfileHeading h5{font-size:14px;text-transform:uppercase}.NewLeadDialer .boxescard.card .card-body .card.card-body.Breakdown.PathwayProgression{border:0;border-radius:0;box-shadow:none;margin:0;max-height:215px;min-height:215px;overflow:auto;padding:0}.clientProfileHeading.ToolKit{max-width:310px}.ProfitBalance{display:inline-block;width:100%}.CurIcon{background:#008037;border-radius:50%;color:#fff;float:left;font-size:15px;height:25px;line-height:25px;margin:0 10px 0 -20px;text-align:center;width:25px}.ProfitBalance h5{float:left;font-size:15px;margin:0;width:88%}.ProfileBreakDown{max-height:275px;min-height:275px}.ProfileBreakDown,.ProfilePipelineStats{display:inline-block;overflow:auto;padding-right:5px;width:100%}.ProfilePipelineStats{max-height:245px;min-height:245px}.CompanyDetail.ClientProfileDetails .card.card-body{display:inline-block;max-height:325px;min-height:325px;padding-bottom:15px;width:100%}.profileBadges ul.summary-report li{height:45px;margin:0 5px 0 0;max-width:40px;min-height:45px;min-width:40px;width:40px}.profileBadges .BottomShade{bottom:-6px}.profileBadges .BottomShade img{width:40px}.profileBadges ul.summary-report li p{font-size:10px;line-height:normal;min-height:28px}.NewLeadDialer .SectionHeader.RoiPage .Percents h4.FullBG{font-weight:400;justify-content:center;text-transform:uppercase}.profileBadges ul.summary-report.h-100px{height:60px}.ClientProfileDetails .SectionHeader.RoiPage .TotalPercent{right:0;z-index:0}.ClientProfileDetails span.percentageSign{color:#021732;font-weight:500}.TasksAsign{list-style:none;padding:0}.TasksAsign li{align-items:center;display:flex;flex-direction:row;margin-bottom:24px}.TasksAsign .StatusIcon{color:#7b0404;float:left;font-size:22px;line-height:normal;margin:0 5px 0 0}.TasksAsign .TaskNumber.complete{background:#f4bc33}.TasksAsign .TaskNumber.assigned,.TasksAsign .TaskNumber.in-review{background:#008037}.TasksAsign .TaskNumber{align-items:center;background:#021732;border-radius:5px;color:#fff;display:flex;float:left;font-size:40px;height:80px;justify-content:center;margin:0 10px 0 0;min-width:56px;text-align:center}.TaskDesription{border-bottom:2px solid #239933;padding-bottom:8px;width:100%}.TaskDesription p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.ProfileClientActivity .page3.ProfileClient{background:#f1f1f1;bottom:22px;height:calc(100vh - 105px);overflow:unset;top:auto;z-index:7}.CloseBtn{background:#d9d9d9;font-size:20px;font-weight:400;height:30px;padding:0;position:absolute;right:10px;top:5px;width:30px}.ActivityPanel .DashboardHeadingSection.WelcomeTraining{position:relative}.ActivitiesList{height:calc(100vh - 260px);overflow:auto}.MonthlyDropDown{display:inline-block;text-align:right;width:100%}.MonthlyDropDown select.form-control,.MonthlyDropDown select.form-select{background-color:#f1f1f1;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#008037,#008037);background-position:calc(100% - 13px) calc(.4em + 7px),calc(100% - 8px) calc(.4em + 7px),100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,2em 2.5em;border:0;float:right;height:30px;padding:0 5px;position:relative;right:-1px;width:140px;z-index:1}.NewClientDialer .InboxBusiness ul li.activity-note-in .desp-box{max-width:215px;min-width:215px}.ProfileClientActivity .page3.ProfileClient .MonthlyDropDown select.form-control,.task label,.VariousCalls.boxescard .MonthlyDropDown select.form-control{background-color:#f1f1f1}.task label{background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#239933,#239933);background-position:calc(100% - 12px) calc(.5em + 7px),calc(100% - 7px) calc(.5em + 7px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2em 2.5em;border:0;border-radius:5px;flex-direction:row;height:30px;padding:6px 0 0 8px;position:relative;right:0;width:120px;z-index:1}.task-client-action button.btn.btn-success{background-color:#008037;border-color:#008037;opacity:1}.RecentRecord.ProfileMessages ul li{-webkit-column-gap:0;column-gap:0;margin:0;width:100%}.CompanyDetail.ClientProfileDetails .ActivityPanel.card.card-body{height:calc(100vh - 205px);max-height:unset;min-height:auto}.RecentRecord.ProfileMessages ul li{display:inline-block}.RecentRecord.ProfileMessages ul li .StatusIcon{flex:auto;float:left}.RecentRecord.ProfileMessages ul li .ContactDescription{display:inline-block;float:none;width:83%}.RecentRecord.ProfileMessages ul{height:calc(100vh - 537px);max-height:unset}.RecentRecord.ProfileMessages ul li .StatusIcon.Message{background:#008037}.RecentRecord.ProfileMessages ul li .StatusIcon.Message i.mdi.mdi-comment{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.NameUser{display:inline-block;width:100%}.RecentRecord.ProfileMessages .ContactDescription h6{float:left}.MessageDate{float:left;font-size:16px;font-weight:600;line-height:normal;margin:0 0 0 10px}.ActivityPanel .activity-bubble.call:before{background-color:#34c934;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9CAYAAADxoArXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjI1OjIzKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjI1OjQwKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToyNTo0MCswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDk3MTM1NmYtNDAxMy1kMjQ0LThkZjQtMTkzNTAyOTc2M2ZlIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OTM3ZWI0MzctZDRiYy1lOTRjLTllZDktMzIyYWRiODE0MDFiIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+huSIgcGhvdG9zaG9wOkxheWVyVGV4dD0i76G5Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NWUzYWNjYS05MThhLWU3NGItODc5My1kZTg2YzZjMWVhNGYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MjU6MjMrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OTNmMDI2YTAtY2M0MS1jYjQ4LWI5MWItZWU3YjcwY2JlZWNiIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjI1OjQwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjA5NzEzNTZmLTQwMTMtZDI0NC04ZGY0LTE5MzUwMjk3NjNmZSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToyNTo0MCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5M2YwMjZhMC1jYzQxLWNiNDgtYjkxYi1lZTdiNzBjYmVlY2IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OYvYpwAAAy9JREFUaIHVm/1R20AQxZ+3AlFB5A5EBdgduANMBTEVxFQAqQCnAtKB7QpQB5AKrAoe+eNOjnAMlu52ufNvRjMY8NM+ae9TqxECIDkBUPmPKxFpQnRSMDr1DyQLABM4g1f+5y4NgKmI1JqBWfGfYZIlnKkrOJNVD52NiEwV47KF5IzkE8kdybfAo0ztoxckFxEmu8djai99GJHcASgUtBoA49w7MIGOWXiduZKWGSOSb4p6ryIyVtRTR5T1SpIzZU1VBK7tafJdWU8VAVAra05yHqK0U7rlh5FuNALg1UB35qek2SEA/hjoFsh0iLK6w0CmnZdFp9WS5RAlxsu6ylA7iLaXro30fxvpBtMa3hho3+W4KdAa3ipqNgBuRGSpqKnGCNhv4+wU9Bpkvt0jAODXsHWkVg23Ho7VMaU7tfwVobMSkcvcF//vIFkGbu0sUsceDMnngWaXqWMeyuFqaWhaX2sFkgSSRUBKz1PHHQXJx4GGX3JdCh7j2AbAz4EaJYBFdCQpIbkOSO0qddzBkJwEGH5OHXcUgXf5PnXcwZCsAicis9SxBxPQY7/RPYEsU8cehB+XdyHt+ZyGqneQnAem9lmbDunAztd0RGqrmSa5pJvV7XzfUsY7+/yEs0DD0ab5cZXC2nRUIHkfYfqFAbOxnhf6xV+UwsJ0aHtuj8WAc1UDm5J+uvv2/Bxp+unU3VA4j166020HhXZi3bvxYUAKmaSb7gHp9tmdKA+075XMHl7g6mTp4SnTANbQqQRaAbiDqwK0qvnaRBkG1E2bE13y4Dfep7B7zqxJrVLj4U1fwu4ppBY6hoH945opXFvMlW10Gz4G3eQix92PsYlhYN+ZPSKfKoBGRC6s6rS6ndmD1TkGsgHsCtMAuHYtIrfIo0PbAsaGW0SkFpFLADfQr+3sSw30eMlDGz+nXcDVcRVfdV4RGQEJDLd0jF/DPa6xZP8Sypek9DF8+176gvIb2FQSteyLdpIZ7iIiK38HxgBuod/B7fWSpfQp/JJxhn8vhxURchdt/Um2hg/xE5kJgG9wk5lJz6/eishD++FsDH8E3XuQgMuA6uDPGxHZdH/xF9QiNTp8wPCUAAAAAElFTkSuQmCC)}.ActivityPanel .activity-bubble.note:before{background-color:#40b7ad;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAA9CAYAAADS+1sCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjE2OjIzKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE2OjM0KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNjozNCswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NWNjOGJlYWUtNWUxZS1mNTQ0LTg5MWEtYzk4NjM3ZTc5ZWIyIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTM4MDk3MmYtOTc2Yi0wODQ3LWExNGUtZWZlZTEzMGFlNTM5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmM5NWVhNWEtZTg3OC04NDRjLTg5YjQtZGVhM2Y4OGQyMDhlIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjQ2IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+FnCIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74WcIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Yzk1ZWE1YS1lODc4LTg0NGMtODliNC1kZWEzZjg4ZDIwOGUiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTY6MjMrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTk2ZDg4YWQtYjRhNS01MTRkLTk3ZmQtODFmNGFkYzU4OTVkIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE2OjM0KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjVjYzhiZWFlLTVlMWUtZjU0NC04OTFhLWM5ODYzN2U3OWViMiIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNjozNCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphOTZkODhhZC1iNGE1LTUxNGQtOTdmZC04MWY0YWRjNTg5NWQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NmM5NWVhNWEtZTg3OC04NDRjLTg5YjQtZGVhM2Y4OGQyMDhlIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmM5NWVhNWEtZTg3OC04NDRjLTg5YjQtZGVhM2Y4OGQyMDhlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++fKuSAAAAfxJREFUaIHtmuFt2zAQRp8/ZABv0HQDeYI6G7gbxBs0G3SDoBM4I6QTOBuEI6gbaIJDf0gKisBSeCpFyQgfYMCQdNIDcSdSJDe8w8wq4PD++EwESc9TAjf9n074BFRJlOKpgaOkF0/QBt6kz8A2sZSHo6Sn2It78Vfyt/QlouXVtXY1p42Dk5ndx1wo8hViLFHyNyPnHoCQSOZ84VjDcE2dzIyxtBkTD95KH8LMLh3+BXwB7gfCRuWVQmwqko7A08glg2mzqDhMl19cHKbJr0Ic/PKrEYdo+QOsTByi5B9hheLwofytmR3G3uNz883Mfo6c/8NwJ1UtKb7vfpNYZarEUMQ/oE59w1zi30ksn6U4JQXgq5lt8X+0XBoS5xHvkdQAL56YgSFxKc7sFPHcXK24+61iZo+kn4cJkh48AS5xM9sDPzwxkezN7LdnVuFqU6WI58YrXtN+laSmwTkIcxWnpNrMdsCtJy6CWlLtCXC/DrsHuB4yB58mx1eDtwPa0g7sq8QeAbjrxutReFu8Yp5lF/d9rzZVinhuvOKBdAta/3Vfb8/ZADtPzFx8mlRZDUU8N0U8N0U8N0U8N2Nd/nloUn0NbLo9Wa9LizjZqVufCQuLeAiSQp/jR+aZ6ElNQ+vaFmfX6nesu+UD7Qd1gH+2qPZk3lsby3Mv3PMXWaWduTSsKw4AAAAASUVORK5CYII=)}.ActivityPanel .activity-bubble.task:before{background-color:#00a03d;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA9CAYAAADmgpoeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjE3OjQxKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE3OjU0KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNzo1NCswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YzM4NmU1NjktOWQ3NC02NjQwLWIzZDUtMTk3MjM3ZTdlYmI1IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MjU1OTcyOTgtZTY0MS0zNDQ2LTgzYmQtZThkZDViZDAwNTYzIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGZkZjZjYTctZDYzZC02YjQ3LTllYjQtMGZhNjU1MTA5NTlmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjU0IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+JtCIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74m0Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ZmRmNmNhNy1kNjNkLTZiNDctOWViNC0wZmE2NTUxMDk1OWYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTc6NDErMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGM0NzFkZGItYmI0Mi1hNzQyLWFiZjUtNGQwOGZkOGNkMTMyIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE3OjU0KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmMzODZlNTY5LTlkNzQtNjY0MC1iM2Q1LTE5NzIzN2U3ZWJiNSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNzo1NCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYzQ3MWRkYi1iYjQyLWE3NDItYWJmNS00ZDA4ZmQ4Y2QxMzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGZkZjZjYTctZDYzZC02YjQ3LTllYjQtMGZhNjU1MTA5NTlmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGZkZjZjYTctZDYzZC02YjQ3LTllYjQtMGZhNjU1MTA5NTlmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x7ELnwAAAm1JREFUaIHtm9GR2jAQQB87KUCpIKQDpYNQQa4EroKQDpIKklSAU0HoADoIHdylAlzBJh+WCcMYYyRLQhe/GT5AmvW+kZHEWsy4EVW1wENHUy0i326NdxZ7BZiOpo2I7ENiD7n4QVX/XHitAuKueuIebo0nHjkYz7akcX3EimASK41JrDRmp2/cGvWRZp0y6dPxogY2wPfTte4opqpLYJ04qbF5FJEKnJiqvge2GRMak4WI7FqxX4DNm89o7EXk3UxV58BT7mxG5q0A89xZRGD+Yqf7Saw0JrHSeNXTVgE/EuXhiwW+djX0if0WkV2MbMZCVS+2vdhbcRIrjUmsNO5OTFU/q+paVU1InL7pPjmqugaW7q1V1YWI1D6x7mbEzqSgWXy3viN3F2IdUi0Wz5JFdrEeqRbrM2pZxQZIAVQ+37NsYjdIPfrEzyIWWwoCxVTVugeBT66KfK2/caW+5ZWuQVIQIOZEtjSl8DnN1Gx7+hvX/2IfR7AUeIqdSbUYGrl5R39DQinwH7FzqRYD/DydnnNIgYfYgDXF4nYMuaTAQ8ytKZ+udLM0QlmkwHMTLCKVqzf0PXayA0JFkYKAWdE9hwpJKpoUBK5jAXJfYkrBCL/HBt6WpxyfOsZklC3VDSOXRApG3CsOkEsmBSNvgnvkkkpBhN19h1xyKYhUzHETyg4w0c8ZXiBalUpEnmPFHnT9nBePySRWGv+l2JtkWfjz4VJD36y4dCfiiqQ9JHagnPOJ16hF5HV7K1Y5MxmZCv6NmGHYz/h7Z09zXrEWONYxFjRHUEtlg5OCszPBAK4u+EA537ma5r8vz6cf/gW9sSGdh+yb5QAAAABJRU5ErkJggg==)}.activity-bubble.mms:before,.ActivityPanel .activity-bubble.sms:before{background-color:#2196f3;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9CAYAAADxoArXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjE1OjMwKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE1OjUxKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNTo1MSswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzkzN2M1ZDEtMDJjMi1hMzQ5LTg1NTEtYmEwY2QzYjU3M2M0IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjhlYjQ5ZmYtYWM1Yy0wMzRhLTgzOWMtNTkyM2I2ZTlhOTVmIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZTNiNmVmOGEtMTRhYy0yNDQzLTlhYmUtOWY5ZmZiMjU3ZjI0IiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+JuiIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74m6Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplM2I2ZWY4YS0xNGFjLTI0NDMtOWFiZS05ZjlmZmIyNTdmMjQiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTU6MzArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YWFjN2IxZDItMWIwNS1hYzQxLTliNDItYTUwZWU3MTJlZjE0IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE1OjUxKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5MzdjNWQxLTAyYzItYTM0OS04NTUxLWJhMGNkM2I1NzNjNCIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNTo1MSswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphYWM3YjFkMi0xYjA1LWFjNDEtOWI0Mi1hNTBlZTcxMmVmMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZTNiNmVmOGEtMTRhYy0yNDQzLTlhYmUtOWY5ZmZiMjU3ZjI0IiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZTNiNmVmOGEtMTRhYy0yNDQzLTlhYmUtOWY5ZmZiMjU3ZjI0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xDjZjgAAAe9JREFUaIHtm9FN40AQhr+MeL+UkOvA6SAdEEqgApwOuAqgBDqAq4BQQdIBKWEr+I8HOyiy1gSEd5Zb7SftQ3Ylz3zyZOxIkxkRJDXACpjHzv8DArA1s/3wYHb6QdIauAMWDkl5cAA2ZvZ03HgXlnQHtO4p+XBvZhsAA5DUUq4sQNs7MpO0AF6zpuPHbwNucmfhyM0FXTeOsQH2bqlMS0PXfIeskPQvsp6dE5wcSc8xN8udWEJeYpslC0epwqVThUunCpdOFS6dKlw6Vbh0qnDpVOHSqcKlU4VLpwqXThUunSpcOlW4dKpw6VThgvgV2xwTnqfLw41VbHPWz3PEDp+Av3TTbN/hYGYfXqMfnVp8M86RBXAJrCNnWyS1I4MtU63bM7Kp45+u1oAHumFMVyTNJT0SHy9KQQAezMwCcOUUFHif1t0RL7tUXJlZMAAz29JJh9RR+5nHHX4Tu4FOdgsnXbofsV2SqMRzlTCwjI4PD+nLbv6FAA1xmT90Hf+Rj+9qoBt3PHwh5ui1YsPhkyJpNdIZd5/onrv+0ZQcjzet5sz5vZktzz2rp+LCI8gIAbg+/X55kEt4T9c5D96Bc/x4cC3hIZ53OJChhId4Ce/JVMJDPEo6awkPSXmHAz+ghJMhqcnxIpEVSevjH6J+Km9K8ceASDls5AAAAABJRU5ErkJggg==)}.ActivityPanel .activity-bubble.email:before{background-color:#77a05e;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAtCAYAAADydghMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjA1OjM4KzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjA2OjAxKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMTowNjowMSswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MmJiMmY1MTgtOGFiZC1lODRhLWFkMjAtODFiZjQyNGI5ZDhlIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTBmOWY1OTUtY2QwNC05ZjQwLWE5OWItMTJkYzI2YmZlNzQwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZmFiYzMxYjYtZjQ4My1iNDQ1LTk3MTgtYTdjMDZmNzJhMWVmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNDUiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+DoCIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74OgIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmYWJjMzFiNi1mNDgzLWI0NDUtOTcxOC1hN2MwNmY3MmExZWYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MDU6MzgrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MmUyYzVmYTctNjI0OS0yYjQ0LTgwN2MtZjA3NzlmNmQ2NGVhIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjA2OjAxKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjJiYjJmNTE4LThhYmQtZTg0YS1hZDIwLTgxYmY0MjRiOWQ4ZSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMTowNjowMSswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZTJjNWZhNy02MjQ5LTJiNDQtODA3Yy1mMDc3OWY2ZDY0ZWEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZmFiYzMxYjYtZjQ4My1iNDQ1LTk3MTgtYTdjMDZmNzJhMWVmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZmFiYzMxYjYtZjQ4My1iNDQ1LTk3MTgtYTdjMDZmNzJhMWVmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x/nZyQAAAvJJREFUaIHtWtGR2jAQfexcAS6BVBDTAVRwUEFMB1cCqYASjlRgUoHpAFKB3QGu4JEPLRPikWwJZHNw92Y8w0jW7j6bfVrJGqEBkhmAVwBTAEmz/0FQA9gB+C0im8uO0fkHyTGAHEA6WFjD4ABgISIVoISV7B6P+0a7UAOYiEgl2pDjeckChlsOACPN2fd7RjMgli8wAmVDBeDXcLFExQ8AY0v7K0geSZ4aVzlwgNFBsrTwOgrsuVsNG14vqCxtiVganxpfhBUpyXTIQGJCY09dnc3EvryyAeOMApJZG6cuwieS63uT8AXJdRcfH8InkgXJ5N6EXCCZkMx9uPgSPpHcf8S8JplqbF48QgiftEiZ35vkGSSnjsLJeYVOSwmAnORb/PDDoIJaIHTR43gSpceTu9uCg+S7xz/RVlo633AFYAazeHYh09xJIvNxQsWpAJC13HYAMIGjPHb+pUXkAEN612I8BVAOIWbqYw+z9eTCFsDsvLvhMmSdhhr3dM1vR/ZYpJCce6TYujGmCFHpwuK0tYKxOY1E9s3Db2YZdxthNZJ6POk8Rl5rvvqIU+oYfzthNTRm90S/vyWvlayPj6TFhpVw8PJQBWEGIxAupAAKktNQ+/qgSrRvF29gxKkOtR/8hhtju8TMml8t9jKPlFl52orzl3YE2UW6s0ghufLI13lAXP0QVuM+Ylbqw0kuxiXa1pWvZagm9EpYHfiI2TVXqziFEo62p+UpZqHYiMjkKnFyIOomnojUIrIA8DOCuaWILCPY+Q+97FqKyArAAuYjVigqmClnEy2gC/S2TSsiWwDfYN525TGk0nsnIrLrK64RyZOlfScis5iOaIqQKYDv+LdorwH8UX+7yP4KWFZWLzGdtEEJ7Yby58LXl4dnx6ckXFvax9dUNx8FGvvY0lWPSOYA5pbOCo/7nXgMO+HtpzvjcT62tMfznc9q4iAik7NoXVsGPgpqGI5GpXWlM0H7xvuj4gA9lAZcHD08g09+1vIvN2jqpwWw0i8AAAAASUVORK5CYII=)}.ActivityPanel .activity-bubble.other:before{background-color:#ff6900;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAwCAYAAABNPhkJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjEzOjU3KzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDExOjE0OjIxKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMToxNDoyMSswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTJjNjA4MGItYzMxZC1hMzQzLWE3ZjgtYWQ5MDE3ZDc3YzczIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTFhNjRjMGItODI2My04NTQxLWE3OTEtYTUxMDdhZjc1YjZhIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzE2N2RiOGUtZTZlYS01MzQ2LWE2NGItZTI4YjQ2MjI0Y2NmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNDgiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+AiiIgcGhvdG9zaG9wOkxheWVyVGV4dD0i74CKIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTY3ZGI4ZS1lNmVhLTUzNDYtYTY0Yi1lMjhiNDYyMjRjY2YiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MTM6NTcrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGI1OWMxZWItNDJhMS00ODQ2LThiNzgtNjk1ZjQwMjVlMGI2IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDExOjE0OjIxKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyYzYwODBiLWMzMWQtYTM0My1hN2Y4LWFkOTAxN2Q3N2M3MyIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQxMToxNDoyMSswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYjU5YzFlYi00MmExLTQ4NDYtOGI3OC02OTVmNDAyNWUwYjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzE2N2RiOGUtZTZlYS01MzQ2LWE2NGItZTI4YjQ2MjI0Y2NmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzE2N2RiOGUtZTZlYS01MzQ2LWE2NGItZTI4YjQ2MjI0Y2NmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+BubwYQAAAiZJREFUaIHtmu112jAYhR+/E6gb0A3YoHSDbFA2KEwQmAAyQegG3SDJBGGDeAM8wU1+oPS4RqRI8uE0tu45/mPs572vzId0RYWXJAdMuVx7M2v+dZGkKeAuZDZmtr+A6Uj1KslJupf0mnA8+OIhU3NJhwTmQdL8XKO+ZorXe0mukrQBFhGj1dWjmX3vGJsALxlMgK9mVne4D8Asg7k1YJ4BAJgFnnIu84Tha8xymcbln6+PNO2BcY0aznqAfCqVhoeu0vDQNcqG60xGY2aP3XOZzBOGr5HLrQ1YZkJC9++AfQZz7xmX1IrRsgKQNAN+AJOImxvgl5n9Dr3oZ0YL4FukqSdge25hIumGo1cXwaw5en2M9FJUVPQ/StIqYbF+kLT5IACYSnpOWKg/+5QkxHS+ZorXVbvZlAThT5IQMDZJTDvaBicBbmoy836sKkkH8tfEX9o/I340bzOZazNbtZgOOGQymxIADF2l4aGrNDx0jbLhOhtyvQAgV7UB60zINnBuR17TDeEAIFQrRuv3AOAG+JkAeGrPhtryU8Nb4kIFOL7j1t19pRZ3RXyoAHB3LqwoKir6PBrfl5aOf03IWVRvAqZcDwGAC3A3mV7nlaQX4p/CXzKzqmNsAZwMRKSWZrbtcF8zmbWR2aw3MuuccrnMLiNQI0WTUc6lR6XS8NBVGh66jH4W6/seGNeo0RhwlwnZBTavd/QcAPgau9NLo3TsVSPaTHsDBZRk37grKHYAAAAASUVORK5CYII=)}.ActivityPanel .activity-bubble.contract:before{background-color:#941717;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAACQCAYAAADjszKFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAJmGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIxVDA5OjEzOjIwKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQwOToxMzoyMCswNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZWE0ZjI4ZjItMTNmMi04NDQwLTg5ZGUtNWI1MDAzNTcyNzQzIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NTMzNDJkNjEtM2IyMC1lYTRkLThlMmMtMWQyN2M3OWQwN2MxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjE0NiIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjE0NCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ5OGYyZDczLTEzZTItZTk0ZC04M2Y4LTRiYjJiY2Q0ZGNjYiIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQwOToxMzoyMCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYTRmMjhmMi0xM2YyLTg0NDAtODlkZS01YjUwMDM1NzI3NDMiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMDk6MTM6MjArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZDk4ZjJkNzMtMTNlMi1lOTRkLTgzZjgtNGJiMmJjZDRkY2NiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRhOTFjZjVhLWQ3YzgtNWE0ZS04NjI1LTljN2FkZDRhMzJlNyIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjRhOTFjZjVhLWQ3YzgtNWE0ZS04NjI1LTljN2FkZDRhMzJlNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi8WDkgAAAyPSURBVHic7Z17jFRXHcc/TDYrIeuGELIhm2YyIYSutVGkFR9tkRpEWku11D58UGtqW0gDVQkabNAQrNgimlprpZUAoRbBttpaU8G2IiGkWkIMIUg2m83kljSmEkKwqU3TgH/89naHu2fm3plzzn3N75M0dO+9e+7Zne+ex+91Jp0/fx7PTAamAz3AuYbrlchz0a+jxN3vpM288xZwauzfXNPjse3JwBZgAVD1+J6yEwBvACPAs8AzwDuZ9sjAJE8jUh/wAnClj8a7nGHgKWA9ORKUDyFNAf4KzHPdsHIBJ4CVwItZdwTcryH6gZdQEaXBELAVuD3jfgBuhdQH/AX4uMM2ldZUgXXAV7PuiKuprR/4E7omyooAuBE4nFUHXAhpAJnOLrXvjmLBfuDqrF5uu/0fAH5PvIgOI/aQXsv3pU3WdqgpwAySmU9qyHppu7/uNMdmRJoK/A34UIJnr0b+YpT2mQbciuzQhmKePQB8ynuPDHT6Fzcd2eInEZFix2ngl8AVwMGYZ2tk9Jl0IqR+YC8wx21XlBhOA18B6i2eqQILU+lNhHaFNB1ZWM/10BclngDYFvPMZWl0JEo7QgrtRJd76ouSjGdi7s9IpRcRkgppEFkTzfHXFSUhxxF/WzOmp9WRRpJs/wcRB6wurPPBOeDdrDsRJW5EGgD+iIoobxRKSP2IsVEX1vkjd0JqNrX1IVt8dcAWD5fBigPAdcDFiJX9NcSw/I8kL+1HdmcaCtLdPAxcz0T3TAAcA+4EXg8vRqe2qchIpCLqXgaAvwOLMfv4qsC1yC7+PZdNo5DCUBCdzrqXCvAbZCCZFfPsbCSw7r1vBJn/XgI+6aN35HBxqBjZQXsulouAVTAupF34tVj7zFZR3LCe9gMTq8BNIB/wQvzaiQIuzGdT8sdSJJapk7SxKlDtAa5Cwg+asQ8RQ4X2A9N6kJysAx10UEmHOcDP6Dz3sApM60FsRq3YiAalFYle5A84ybp0KrJgtklgDYAzWYeSKu6J2201shN7z8VJoK5C6l42Y782DhAxZh7crmTDN5AFtm1NhsPAr0CEFLc1V7GViyuB+2i9wUrCUeCO8AsVSXcxA6kQU3PQ1iPAmfALFVL5GKb5LLMTuMTRe1bSsFCvoGIqGyeAtw3XHwdmOnzPpcDTjC3Yk4hIrdL5o9mIcxxJWYqyCliEWyGBTJGbQEejMhEAXwLejFxfBHwLf1XzhoCF6kwtB3XgfmQn1cgs4CHcLK6bUQWu0hGp+ATAb4FfG+5tJb5egAsGVUjF5yCw1nB9J35HokbOqpCKzWHga4brG5AgxbSqCf9L10jFpIJMacuY6OX/MlIKsJZSX0aAP6iQistqxGbUyFwk7CetkShA7FOndGorHpORndhTkeu9iPsjzeL4rwAPgtqRisjbmHdou0m3UsxRJLcN8BeUvwi4G/NfRzeL9yySN/gT3GbWPES6qfUBcA/y8wB+hLQeuI30FntFYwFwA3ANUoXNluXAF0h3XbSJSBlC16PDdUg2Qs1xu2VjHg3JhRbMB9aQnojqwB7gF9EbroV0J3oSUlLmYhfSMQA8intHbCuOIMKdgGsh1Ry3V2aq2FXA24W72KIkHEKcwkZcCyk3xz4VhE5/X4+Q7khUR2abpv11LaSo91lpToD8lbfLKmQtWnPam+YEiPHzeKuHXAtp09iLldYEiEHx9bgHIyzGb2xRlAAxcsZV0nUupBPIENiq6mq3EyBp8Kvb/L4aUvyq5rg/zQj7+aMkD/uwI+0DPoo4Di+O3Gs3bLdsxsv/IL+fCaXzErCD9rJobRmlwXIdhy/L9lnk/AzFDbuRWkRpcZwWOzQT6v3PPxuQKnpprYtGEffWv9v5prJNHWXjZsTdlObi+gHiT2GagAopvwwhu+A0RfQ88Fgn36xCyie9wO9I1930T8Sj3xEqpHyS5HhXlxyhzcV1FBVS/thMuiIaQWK/37JpRIWUL+7CTd2ipNQRS3lL90cSdPufH+YjdYvSFNEWZIFtjS8h9SHb1g94ar8o9DDuMR9AjhHdZ3huOuLRT1NELwM/dtWgDyEtRnxCaZrzi8B+zCICsVynuS4KaKi25gLXa6TZSNSeiuhCjgM3Nrm3FfvfV4BklkxK8OwJxqr1u8T1iLQajZKMEgBfxxzo/x3g09hPaWHUxfKYfpxEtvlvWL5vAq6FpCdwX0iALKBN3v6lwArcFAVdNvb/e4API+KcPXZtBKmZ9DTwQ8t3NcW1kHQXOE4AbAeeMNwbQnxaNQfvWMn4CHMaEWcPsubqA04xMbXbOa4/+JPoQcohR4AfGK734G5dtAHzOS/vIi6P1HC92N6CbC27nUM0X9Duwv5cvACZxkyp25ngWkjPIUN5N8dtDyMLX1NK9kbcrCOPYc4vG3TQdkf4WNOsQ/Lb76H7dnB9yAdscjncBtyK/e/kFcymhO8hu8NR4LOW72gbX4vjg3QQHFVi5iHrGdtt/ghiSIzW0b4eGQVriCW9l5RzDNVp658BJHDfVkR1xJQQHe0uQSIGag3XUk9UVSH5Zwf2lWXD/LI9kes9iP+ucQeYyWeqQvLLw9jn5wfIFt/kYN2GTJuZo0Lyx3Iktdp2Shtl3HLdyAbMp2JncuSHWqL9MB/4LvY7tBFkJxblizTPLtGprSQMILFFNct26kh+Wd1wby05q0OlQnLPVuxjiwLkCPWXm9zvtWzfOSoktzyAGxE9D/y8xTO5q0Plc400E/tfatZC70WyK8IDEnsRO84xw7OLEMu1i9iijvPLssKHkKYxfuRlzUP7WTIKfMZwvR+ZilycWm3aoeUeH/FIeylngFsYtjFquLcFN/aiu/EQvZgGrqeODZRTRCBRjtsN15cj1UJsqCPujyOW7WSGayHNd9xeXgiQqIYoNezj1APgScyRlM1o9bllYpB0LaQpjtvLC3swh6tuxC7SMUDSlO6zaCMXuBbSKcft5YERRDBRrsVNpKPp4L7C4VpIL1C+6MjHMacSrcNulxaeil0KXAvpp0h6TN1xu1lxDPmZonwTmGHR7ghysM1JizZyhQ+D3xLk1Oe6h7bTJEDcHdHY637GoxE7bfcOCrxDM+HLsr0WScWJVmLN2lLdLiOGa2vo3GYUnnNmSiEqND5dJO9gNt4VmWlI/fBOCJBaRE7KyOQNjUdqjzV0NqXVkYzYUooIVEjt0I8ElLVLgKRR/9ltd/KFCik5y2nf+FhHctBKtbA2oUJKTrP6RiaGkd3eEsq3TjRStF1UVtxMcrtRHRHSB+kSEYEKKSk3kMyKHSBnmy3x25380YOKKY6LSOZTqyPO1ye99ian+F4jTfPcvmtMPrW4Q2UC5CTIFaRckyhP+BLSt5GQ0akUJ9z2EHCF4Xorx2odOVLUeIR5N+FDSNuABRRHQCGmgP6lmGOsAqQu473Aiz47VRRcC+ku3FRpzYLXDNc+wsRj0etIQbF7fXeoSLgW0k0UU0QA7zNc+y8y+lQRAR1Agty8F/csGq6FVHPcXpqYrNYPAu9HBPUE7R+v3jW4FtIpilv1/3LMlc5MQf9KBNc2pEOO20uTWchuU+mAMBXZFffj4OyvDFkBLMy6E0XE9Yh0Gvg8Unm1iEkAVSTY//tIhVolIT5cJCPAJ4C5mE8BaOd9PpP9wn6cG/sv/Hoy47FHB+gix6sNPl0kR+iCOBxFUIet4gQVkuIEFVL50GKkSnFRIZUPHZGU4qJCUpygQlKcoEIqH679p4lfmrvi34oVs8gg8VVHJMUJKiTFCSokxQkVJh60a3pGyRdxn0nqpydVMJ9P30gmBcCVlsQJKfXPrJLgpbk7G0wpppDKWs2/qMSJaJiMhPS/mGcuS6MjSmKGaF1V9zQZ2AYrSIH1VmhWRb64JeZ+PY1ORKkg6UOtMj4GgVXpdEeJYSZwe8wzr6bQjwlUkCyJVkKqIvWhO6noqrhjENhFfK2m59LpzoWEC7dnY56rAZuBR7E/KVFpjwHk7JO9wLyYZw9jPq3AO5POnz8PUlntVSaWcDER1gY6k+DZotugbI2xtj9/H8mLlQVIcbNMjqcIvcSngYeRmj+1mO8patmasrOfDM84CUekkL3IseNKsTgMfIwMZ4Do0H0LcgiwUhyGkc8t02VEVEhngGsodnmabuIo8DlyUJ8gOrWFVJAd2mJ0TZRHAmTmWEZ89EYqNBNSyALkEL8hVFB5oI6UH9xIzo7sihNSyFyk3vRcYDpS9qXmr1vKGAEy4owg5Zt3k9MKL0mFFKUfiQpo184SF/tUZCpN/o3ebyQaohMN2n+Tghyg/H91oS1q//OTbwAAAABJRU5ErkJggg==)}.ActivityPanel .activity-bubble.rvm:before{background-color:#f05282;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9CAYAAADxoArXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKnGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDExOjI1OjIzKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTIyVDE0OjAzOjI3KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMlQxNDowMzoyNyswNTowMCIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBhYTJmMTMtODk1Mi04MjQ0LWFjOGMtOGNlMjVhM2FhMjYwIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OTQ4YTQ5Y2UtYzkwMC1kODRlLTgwNTYtNGFiODJiMzNlZmUxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iNjEiPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9Iu+huSIgcGhvdG9zaG9wOkxheWVyVGV4dD0i76G5Ii8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+NTVGOEFGNkIzQkRBQzhGMDVEQzFDNUYyRDVCRDkyNDg8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NWUzYWNjYS05MThhLWU3NGItODc5My1kZTg2YzZjMWVhNGYiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMTE6MjU6MjMrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MjI3MDg2NjctMjdhYi0wZTQ0LWE2MjEtZjk2ZTkwZDc4M2VmIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIyVDE0OjAzOjI3KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjEwYWEyZjEzLTg5NTItODI0NC1hYzhjLThjZTI1YTNhYTI2MCIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMlQxNDowMzoyNyswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMjcwODY2Ny0yN2FiLTBlNDQtYTYyMS1mOTZlOTBkNzgzZWYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTVlM2FjY2EtOTE4YS1lNzRiLTg3OTMtZGU4NmM2YzFlYTRmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9F62TQAAA/VJREFUaIHtmU9oFVcUxn/KQ4I8JASNIFZEQ7BRQyg2iK0Q/yC2SOtKNOg2LnXT0kV3Iq7EQnFRJLjooooGURB1oaL9I8Eao21iXhRBUBEtRUuREqSfizsTx8m58+bNE42T+eDCzXnn3O9+9++5k2mSmEqY/q478LZRCM47CsF5RyE47ygE5x2F4LyjEJx3FILzjkJw3lGq0b8MrAAWAY2B7TEwAgwA/7+xnk1EB9Ae8JaA58BowPs0bSNpBa8HduDEtnl8BoDfgEPAzbQdqIIOYBuwFpgFtBo+w8AgcAI4XrVFSUllmaQ+SRWlR0XSQUkzq7SdVBok7c/Ae0bSR0ltJ5FurZEwjn5JHSkFRkubpJ/r4K1I6vG17yPtUX1iQwxJ6vSRG2WJpBtvgLciabfFMU0TP9NuAL737JcQI8DfuFO+qYrvILAu8E9CGbiIOyeq8b7AHV7tCb6jwFfAqdessREoSbqaMGo/SVorqSkSM1/SFrn941sVR63RjpXDnthbks5L6o7xliR1SeoNfCz8IWlWlCdO+m2C2K0pOv2NR3RF0saEuJWeuFuS9qXg3ST/VtjvE1ySdN3T2c9TkIbla0/nTyTEHPaI3VMD70q5M8Nqp9kSvNlwlqS9NZCGpc9opyKpxfAty16SZzLw7va01R36RFPLT4yN/yewr8phY+FgcGhE0Yp9IK0HlnjaqBXfAf8Y9jVhJSq4xXAcAP7NQHwBO92zTvOFHt6zGXjBZXtxLAorUcFNhuPtjKQA9w3bB4ZtjmF7iLt6sqBi2B6ElajgGYZjltlNirUeF+U6OCxYL8APrR+ttT+3DuJmw/bcsD0xbPUMghX7X1iJCv7LcOzMSNoILDDs9wybtfSbsfd2Gnxs2B6Flajgq4bjfGBVBtIe7GfkgGEbZeKJ3gZsz8C7LChxDI/XIndYh+yE4VyNd+E82QnMNUkzPDFXDP8bklpr5D5mtDMkaYV1Dw8aIw1uaR1KOcKNwI+4h3scZ4ExT1yfwd0O9AKzU3IfwJ7dR8Dv43/FRqjLM8sVSSflPggk5bP9RmyIhiqz86sn7pqkLxLiWuQeJ1aGNRSPtZ6HPwBd2EnCKC776gfuBrblwKe4/Z70TPyMVyfoGNDAqxl/gfuU0+2JHcHdzZeAO7jTfh6wGrearEwN4EjQ7jgswQDncO/i9xmXce/w1xIYn+Ay7qPYApJnbbLiMm5mH8Z/8AkOkbS8JyOGcVffTuwkp6pggE3ALib3bA/jZrMXt2+9SCM4xCrgS9yhtRhYWkcH68V94Bkuq7oJnAZ+SRNYi+BcYMr9b6kQnHcUgvOOQnDeUQjOOwrBeUchOO8oBOcdU07wS+WBzSE/rbreAAAAAElFTkSuQmCC);background-size:20px}.ActivityPanel .activity-bubble.voice:before{background-color:#57487e;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAiCAYAAABStIn6AAAACXBIWXMAAAsTAAALEwEAmpwYAAALBmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJmYzhlN2UxLTk3MmYtZjU0Ny1iOWNiLTExN2JiZWNlOWMwNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNmZiYTMxMS01MTkxLWFkNDgtODIyNC1lZWNiZWQ3OTZhMzEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0iODRGMzQ0NTI1ODUzMUU3QjM4MTk1QkY5QzZGOTA1OEYiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wOS0yM1QxNzowNzozMSswNTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDktMjNUMTc6MTA6MTgrMDU6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDktMjNUMTc6MTA6MTgrMDU6MDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB0aWZmOkltYWdlV2lkdGg9IjgyMCIgdGlmZjpJbWFnZUxlbmd0aD0iMTA1NCIgdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPSIyIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlNhbXBsZXNQZXJQaXhlbD0iMyIgdGlmZjpYUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOllSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiIGV4aWY6RXhpZlZlcnNpb249IjAyMzEiIGV4aWY6Q29sb3JTcGFjZT0iNjU1MzUiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxOCIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjM0Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gaW1hZ2UvanBlZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NjIxNGMyZC0xMDVjLTZhNDctOWFlYS0xZmM1NzhlM2M4ZTciIHN0RXZ0OndoZW49IjIwMjItMDktMjNUMTc6MDk6MzYrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YWJhNjQwOGEtNDRmZC05MjQ4LTg1MTEtM2QzNWI4YmFkMzdjIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIzVDE3OjEwOjE4KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjE2ZmJhMzExLTUxOTEtYWQ0OC04MjI0LWVlY2JlZDc5NmEzMSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yM1QxNzoxMDoxOCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphYmE2NDA4YS00NGZkLTkyNDgtODUxMS0zZDM1YjhiYWQzN2MiIHN0UmVmOmRvY3VtZW50SUQ9Ijg0RjM0NDUyNTg1MzFFN0IzODE5NUJGOUM2RjkwNThGIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9Ijg0RjM0NDUyNTg1MzFFN0IzODE5NUJGOUM2RjkwNThGIi8+IDx0aWZmOkJpdHNQZXJTYW1wbGU+IDxyZGY6U2VxPiA8cmRmOmxpPjg8L3JkZjpsaT4gPHJkZjpsaT44PC9yZGY6bGk+IDxyZGY6bGk+ODwvcmRmOmxpPiA8L3JkZjpTZXE+IDwvdGlmZjpCaXRzUGVyU2FtcGxlPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaTVXoAAAKESURBVEiJ1ZVLiI1hGMd/58xxnZhBuYeS0rilRpSSXNJs2ChJSVm4hAULO2WnRMnGSjRFkZ3bgpXEQowol5FcIkMSMhjDz+J9Tn2O75tzsvOvt6/3/Z7nd77nfS6npFKgUcAmoAMYDTwCTgEXcq3VvDVNvWW+DqnlWp88SEU9XwCpamMjoPY6ENXr6qCsXzkn2rlFl5bRDGBM9iAP1NoAaEisAUGFaayx+cMuD/RP+j9ApQb8/rIpAwuA6ZmzRi67AvzK7FdVgA3AbOAycB+4BPQCI4CRwPDMD/QCn4Ce2O8Ju+0V4BuwPNZh4B6wBXgZTn3AD2AQMIFUZ83AQ2AXMAUQdat6UH2rzld3NtAiquPUI+pL9VQFOAa0AVuBJuAKsC/Cao3n0AjrM/ABeA18DPsfwOZKxF+K1R/31R6hvQdeAYMjxGEBngp0ZhJjFVQtg37SQFtdmK+kPmAH8DM+oFwFfCeltBV4XAcC8IKUiPHAV6CvCnoTsS8DboThQLoYX7UY6Ab6swPtuNqjDlfXqT8LstWttqprY7+hdkK2qX3qidivUbsygC/qWXWyOjXK5a7aXAtC3RZOnWqLWlLnqEvVSWGzRH0W4IUOMLN3BOyDejRCWKluUS/Gu9fqcusMf9QF6pmAZfXc1AXja31KFv9BAowjFejYKIvuSPtfqjfYeoAVwAFS8eVCGgEBTCR1eMtARkWgJlKrDM6cSRofQ/Mcqr02FlgELARmAZNI7XIauA7MJ3X5VVLjvgMeALeBa8AT1L1RF3nqVXerHeq5ApuP6smSddLWqMrAeuAmqYv/RU+B/dU6KgPzYs0EppFGRDNpVpdId/SNNOyeBaALuAN8+g04INqOc8Uq7QAAAABJRU5ErkJggg==);background-size:11px}.ActivityPanel .activity-bubble.deal:before{background-color:#ff5b62;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABQCAYAAADLPJ1qAAAACXBIWXMAAAsTAAALEwEAmpwYAAANeWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA5LTI2VDE1OjMxOjMwKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yNlQxNTozMTozMCswNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NWZmYjIwZDAtNGZkZS1hNzQ3LWE4NzctNTgyZGRkNDlkNWIxIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGEzZWMxYzctMzQ1ZC1hNTQxLWFhNmItMWU2NjcwN2QzZWQzIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpZUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOlJlc29sdXRpb25Vbml0PSIyIiBleGlmOkNvbG9yU3BhY2U9IjEiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxNDAiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSI4MCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NGE5MWNmNWEtZDdjOC01YTRlLTg2MjUtOWM3YWRkNGEzMmU3IiBzdEV2dDp3aGVuPSIyMDIyLTA5LTIxVDA5OjEyOjUwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ5OGYyZDczLTEzZTItZTk0ZC04M2Y4LTRiYjJiY2Q0ZGNjYiIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yMVQwOToxMzoyMCswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYTRmMjhmMi0xM2YyLTg0NDAtODlkZS01YjUwMDM1NzI3NDMiIHN0RXZ0OndoZW49IjIwMjItMDktMjFUMDk6MTM6MjArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gaW1hZ2UvcG5nIHRvIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjdkZTdmZmMwLTA4NGUtNTg0MS04ZmQ2LTQ1Mzk0MjhjMjViZSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0yNlQxNTozMToxNyswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNDI0YTRhMy02MmU5LWJmNDYtYWMzNC1iNGE4ZTdmOTkyMzkiIHN0RXZ0OndoZW49IjIwMjItMDktMjZUMTU6MzE6MzArMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NWZmYjIwZDAtNGZkZS1hNzQ3LWE4NzctNTgyZGRkNDlkNWIxIiBzdEV2dDp3aGVuPSIyMDIyLTA5LTI2VDE1OjMxOjMwKzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI0MjRhNGEzLTYyZTktYmY0Ni1hYzM0LWI0YThlN2Y5OTIzOSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjUzMzQyZDYxLTNiMjAtZWE0ZC04ZTJjLTFkMjdjNzlkMDdjMSIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjRhOTFjZjVhLWQ3YzgtNWE0ZS04NjI1LTljN2FkZDRhMzJlNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoSVmDYAABFQSURBVHic7Z15tF1FlcZ/eYEQQkhCBCKGZiZhEkOLgTAnyKyMIrOxwTTgWoC2LZNNu6BBbOwWkUFUNDJjA9KIQBhCgDA0EgIERcLMk5kwhCEhEPj6j30vuam769xT59bLey/hW6vWe/ecqu/sc+6+dXZV7b2rjyQqoB9wENAXuB14sgrJp+h9WKpCm6WBu4FNa5/nAI8A/wtMBh4APs4h3KfoMqwEDACeS23Yp0IPcyBwacH5F4A/AvcBNwEvp17gU3QJ1gO2A8YAXwf6A6cAP0whqaIwFwCHlaw7D5iK9Uh/AGakXqybMAB7oH2A+Vgv+mG3SpSOZYHRwJ61v1tE6q0IvF6WtIrCPAGsk9qohueAW4FrMOX5e0We3BgNfAnYGfslDsUeeB9MUd4DZgOdWM85DXgWu4dKRmAX4QvAJsDXgM0wZWiFPbA3QimkKsxo7IHlgIAbsB5oKnBPJt6y2Ajrmg8E1q7I0QlMAh7CHvoLWSQrj2WAr2L25A7AP1bgOAM4rmzlVIU5GjgrOHYeZvDugmnrWimEDfgLcD/W+9yG/aq7AlsAJwBfycz7ITZinARcAbyYmb+OtYHdgbFYL7Jym3ydwOplK6cqzK3A9sGxbbAeoo4RmNZvD3yRajf0OvZ6mFZQZwgwGBiE2RtLY7+4+v9L1UoH9mpZBtgN6667GvMxxZlY+zunDa6VsJ59HPZc163A8ST2+pwIbA78IDg/AjM1WiJFYVYA3giOvQysCnwUadMf6y63woyvjTHboAxmAN/HutkNMLuiriBDavIsX1b4BLwKPIPZVx/VrjEc++JWxOagUvn+AJyL9aJlsSnwE+wL7p94zbcw0+EaYDrWc9exLvB4UP944D/LEKcozG7An4JjlwIHlyXAHvhYYC9gFLB+QtuuxK3AFOzV+hQ2ugvRF/gMZhR/GTMuvwisknCdW4AzgRtL1J1HmnL+GeuRr8IU5N1Ivb6YEg9tOPYAC+bViiGpbLlEzfhWQnuvbCnpBEnXOdxdjXclnSppZIK8YVla0lcl/VjSzIRr3yXpkAjn2pJ+VoJjtqRLJR0laf1Euc8NuD6QtHyZtikXed4Reo1EQWNluxIPKCd+I2nlTLI3lm0knS3p5ZJyTJe0h6QRkk6UdHeL+o/JlHyspCFtyHmQw13qx1/2lbQRNv3fiCepZoB5uI5yo5a5wEtYl/oe1u2+i3Xf7wN/BbbEhsoepgFHAf/Xpryt0A84AFtv2yEj79HA2Rl4hmOjo46GY5dh8hai7FrSvs6xK0q2LYPNg8/vY4biTEw5XsIm/TppNrxDjI8cPxt74IsCHwAX1soY4JvAt1j4C6qCHcijMC8Ad2Ej3Dq2xUaTxT1IyS7sRqcL26GNLjHsxkOcWpHrcYdLko7OJGs7ZTVJp0l6PSJjGcyV9JlM8pzu8K/Xql0Zje8faCLAa9gkVQ7s7RybUoHnfPxX5DHAzyvw5UYnNv+xBvAfxGeFH8HW63YErg/O9cdGaDlwtXNsj5atSmjilo4mXpJJy5E0I+B+UVLfRI5dHRkl6fiMcuYu/SQdU7v/KZK+IWmdoM6/OPd0bkYZXgq4H2zVpgzpzxyhD80k8Ocd7t8ncvSR9KbDc00mGbuzrCrp4+C+Hs3If3nA/aFaDK/LvJJ2Cz5/APxPiXZlsK1z7K5EjlOwmd9GvE8Ji78X4Hng6eDYSGBYJv7bgs9LER9hAq2t9uE0uzLMID6LmIpxweePgcsT2g/FFhJDHE576zc9CaHrQQewfybuqc6x8DtpungRPG27pbQ4rRH2MI8CsxLaH4lNdTdiJnBRO0L1MPzeORZOQ1TFY5hrRiPGUrAk0UphNnOO3ZEmUxRjWXg9A5rXqlrBm3M5vpo4UYwBfgn8BltEXdR4kGZXj7FU88f2cG/weaUav48CA6efpFmBUfSqbP0kh8HlGdObJbT3DOZXK8rS0fD/OpK+IukCSU871zgu0/2nlBscObbPxL2Lwx2dByvqYcZhq7ONmEw+39Zwbuc94OGE9t9wjl1YQY5jsTmSp2rlCWyp4jBgTaf+j4Hf0fwq7Ep4A4ExmbhvBN4Jju0cq1ykMNs5xyZXEMjDRph7QCOmYKObsvAm6S5LlOMQzA9kOOYpWNZbcDw2wbZa4vWq4hLn2H4Z+UOFHIX5GzWhSGHCGcUPyTec9myB1AXB4cHneTQ7BhXhs9iMalWsj40YQw/ErkAnzcGCG2HOazkQrgv2JTK8jinMYMwDvRGPAG+3J9cn8FamUxYz+9DsuPQYaX7Ad9LaQWku5mIZ80YbjDlffTfhulXhDQi8eawquN055hq+MYXZl2Yr/Ko2BGrEIJonA5/D7Iey6KBZ9pQovpvwX2kPYtMGvwB2xV45u2Ajr02Jr//8FPhtwvWrwOvdt87EXbfhGrEN3g8qYg1f5FjOG2Syyr11n18ncvSRrTk14pqSbSc615ds1Naq7WBJt0TaS7YmtGLF59Kq9Jc0L7jeXzPyn+bcz85hvVgPE3Z1r2Ndfg54M4kps7tgPhthtF4Zg/UCzDclxPXAd0q0n435pJwbOb8d5sQVizJsB+/TvMK8AWag5oAXFxaOZN0eZgtH03KukN7v8A+qwBP6AX8kmzvy6g6UdL1zXUl6qOJ9/HOEr44DKvIWlX9yrvPtTNzLq7kHezas5/Uw3ggmXKSqipE0e6ffRDVjenrwuQMLSwmxCxbesatz7mGqz2f8CvsFPh85fxklQzcSMJnmzBi5AvLeoXmZYHXCqFBH0+4LtOxDSStk0uIjnV/IkRW5VnG4JOlkSfvIfo1TI3Uke//3z3BPy0m6qeA6d6ikR37JMsW5xuBM3N9zuL/XWCdssLLT4P6MN+u5eo5qgy/05yiLOyUtm/G+kPTfBdd7VtImma5zssOfy112PYf7nsY6YYN9nQYnZBJmkMPdrpW/gqT3HN4iXJjpfrxyRItrx2KRUornA506yoyVPrL1uEa8L7MBkZptGG9277pM70hvSb5d2+hNLKzkzRJ1ZwMTiEcV5MD5NXliSZQuon275n4sdrsRuWabBVwZHFuGhlFzqDDhcPAN4G+ZhPHWPm7PwPsQsCHxZYs5WIzySNpbCiiLe7BZ8thSx7FYCE1V94S5NA+v1yQhA0ML3O0cWzDN0tAdfcHp6s7J1NUhqdPhzx19uIGs2/+hzFjbUfnCMqqU8517rmOmpDUr8n7T4fvXTDIPk4XONqKzfr6x4uGOEPtkEmJDh3t6Ju6eXryRYR3vypQ6lXMNh+vqjDJ7s9lrSgvbMLsH3dB75Jt/8WyjXCvfPR2/wFb+PbtmOWweyvNLLsKzNL86xpGeiiQGz9d3T1hgwwymeWLrVsoZk2XQPMVsq8VLCiZj0/gx99Yfkb64G3INwWy5HPD8tg+CBQrj+e6mhnvEsDzNxvTfWfQ57bobb2JrTedHzu+DrZaXNV69yMW90sVyMZ3mHDkbAwPrCnOA0yhXdMDmNI/GVsBCRpdEHEl8oXMUFjlRJuPDdCxJQSNah7qWwzxsJNeIpYH96l9kuII8i+b0HlXhKeNAqvnfLi44C5s7me2cGwDcjMVWtULoMrse9mxzwHPHHdeBLS6FvqmXkS/9e+zXsg1+IH5vxSDsCyuL27Bu/sHI+fMxg7kVRyP6kS/po2eSbN2B5aoN0UrQsmjld3ohNlLo7dgb8/j7G7Yy/vmS7TqxpI+ekzfAEdgXNyhy3jOic7ltzqQ5i+kqHfgjmKMxTR3Q5kVbaftAbDTWm9GBTfkPqX3eELMvoqEaDg7Bd80AW2p4BPvxhXia5kTbuRQGLJymEXNRcT62WZL+JOn7MseqVHeAKQXcjbgg46TToi4das6wUEdq0Nvuiicc+kB+wh9v9TolINAra8kcwG4OeN8mIlwMr8oSCh5RIy26qJeq4s+SDo5w/1ubN9md5biCZ5aaS+dzku6NcL3o1F/HqXdihXvYRNKxkiYV3MvbrW62FaZKOlPS1mr2Lxnv1L+8du5HEb69lX6jPaV4zkeNzynVicpzxJesxz9c0ncknSffSeyOEvz9JG1V4/DcZj3MrTceIct5dqfMw64KZkn6oyyT0ghJFzt1GhfIYl5q45T2YHtS2VPmP+LhGaVHXvwgwtUKsyN8q8nWBy+R9EoVYi/t6nAsbmg0ltu+3c0P6vgY+BzwSu1zB7Ym8g9O3dEsnO68N2E9LKP4SOfcfGw2NiVLxT1U8zveAsvMMKJ2zS2w77NPBa4HqGVLb5Wntz+2j9DWWHDbRlT343ic5oe4OhYCGnJ+hKVlTwnO70lYFsvzv1Pk/FHAOSW59sAUMBUzsQXPKqOm1zBFvQbzN1rwPSR2kavIMkZfKfNTTcHZEU4vrEWS3lF6SvSuKMvV7vnACm1/UvA8zirJsXEBhyS9JXNteLRFvVaYKgvm20oFo+F2H+ausmFdq5TnkjSmgGenSJt3ZQ+su5RlmBb+YVythXPJlCnjC57JtSXa/5fT7kRJE2TPvx7TdWjBdTy8Iel3shFvmL0zWnI+3JGyIfOFkv4SCHd5ifaeA7pk8w9fyihnSjnLkWeGSiRADsq28vdqqPNtGGm3rkoEl9XK6Ah/HW/JEhOdJBvVfuLYnVK68mFvI4vK2yuhTWyO5iPlC6VIKbHh/3xJX0vkGiJpcgHfTkH9HWS9QIh/j/D3lfRUUPcx2Wvx66oWXdpUqmwS2tUYT/OUdB374ycJ7Cosh+1DtEHk/EnAqYmc5wLfjpybhGVRGIG/aPs6tjYXS7y0LLautQw2yszlcbAAObSuC8r+kV+iZO/uRSlLPzVPkTfictWmJxLKMQV8ReiuV/MnpbsVo6h4e/rU8d1ukOfMAnkekdkbKXxFM8MeDuuGe+5VCoPs3RvD6Rn4J8jWsIaUrO9lT6hjrmzjq5TrhzujeZgt+/F093fRKxQG2VJBDBPb4G1cq3lRtpxRpt1mKp5WPyZBhrUKeKbJjO6hbdzjEqkwyIaB8yMPdpLSdz9Z1eGZo+K5osaykqTbI/JI0q9K8oxw2k5X+rB9kZV2dwhbVJiKuTN6eex2wkYDIxL45jrHlsWmwyeUaP8aFgHw08j5CcANmON0EcLUs2D3mivbV350t8YmliEynxoPc2Q9UVmuvSI8UtqOcEV2zaOy5ZRY2zucNvsnXHuRl24XoGKZ4jzoOlJGE/sV8JR9rSBpUzVvVlXHLPk5cE5y6s5JuOanCpNYfut9OzWckcCzZwHPFEkDSvIMk+W7KZLpANnsd8yj7qgEubul9MSZ3hScTnz3kivxIyI8FLkQPIu5CHSW4FkGc+OoklJ+OubS0aPRW4zeGE7AIgk97IvF/KxRgudaasHmDtbAjOoyexTNA04uUS/E0/h7O/Q49HaFAQv42hE/bfwoLG+uF0oT4lr8/bnB4oLupdyGELGsmjHcicUmhTuK9EgsDgoDFge+MfCMc24AFvBVZpPzq7Aw1hiuoPUGXmWTOr8FHIe97ryQ2R6J3m7DhBiIRRHGgtKvwoLGirbZGUnreZCJwKHO8aHYXFEY3zwG8+ddE9sVphPbl6lX9CoLobut7i4qp0RGIZL0hGw3t1hbbxbYw30yd8Z+shCb3SU959Sb1gOex6ejpBI4hOLNQifgJ0k8DTix4fN8ih3fX8H2F1oxcr7uvb9YYHGxYTxcjKWp9+wagF/X6tS3WV4as09ODOq9ihnV4f7RdQwjriznsRgpCyx+NoyHgVi2ph0L6jyMxV+Fm3aB2T37YsH211F+Z9nraM4b2OuxJChMHWcQz5BQhM+yIPgOLKboWIrTmPwcOKbCtXo8liSFAfN3vZjyaUx2xrJchugHHIyl4tgcs3FmYPlhbiZffsAehyVNYcBCc8+h+HUxG3M4n7RIJOpFWBIVpo5tsRjywVhoLtho5w1s/8YnukmuHo3/By3GoBJ/oYdpAAAAAElFTkSuQmCC);background-size:25px}.CompanyDetail .ActivityPanel .activity-content{background-color:#f1f1f1;border:0;border-radius:3px;color:#3d4f5f;min-width:100%;padding:10px 5px;position:relative;text-align:left;width:100%;z-index:2}.CompanyDetail .ActivityPanel .activity-bubble:after{background:#239933;content:"";height:1px;left:-40px;position:absolute;width:40px;z-index:1}.CompanyDetail .ActivityPanel .activity-body{margin-left:65px;margin-right:5px;position:relative;width:100%}.CompanyDetail .ActivityPanel .activity-body .activity-bubble:before{left:-65px}.survey .MonthlyDropDown{align-items:center;display:flex;margin:0;padding:0;width:auto}.survey section.breakthrough.conversation{justify-content:space-between}.survey section.breakthrough.conversation .MonthlyDropDown select.form-control{width:128px}.survey .card.card-body.Breakdown.RoiBreakDown{min-height:auto}.survey .card.card-body.Breakdown.RoiBreakDown .LeadsSales .toogle-sales{position:absolute;right:0;top:30px;z-index:1}.survey .card.card-body.Breakdown.RoiBreakDown .LeadsSales{bottom:0;height:calc(100% + 40px);margin:-20px 0 0 20px;position:static;top:-19px}.survey .card.card-body.Breakdown.RoiBreakDown .card.card-body{min-height:369px}.JourneyVideo video{height:auto;width:100%}.meeting-schdule .accordion-head{background:#f1f1f1;display:grid;grid-template-columns:75% auto;margin-bottom:5px}.Statuses.clientProfileDetail ul li{width:100%}.Statuses.clientProfileDetail .StatusIcon.Call{width:35px}.NewLeadDialer .ClientProfileDetails .card.boxescard{display:inline-block;min-height:calc(100vh - 470px);width:100%}.ClientProfileDetails .card.boxescard .card.card-body{margin:0;max-height:325px;min-height:325px}.FixedSidebar{position:fixed;right:.9vw;width:14.8vw}.CompanyDetail.ClientDialer.ClientProfileDetails .NoShadow.custom-scroll.LeftSideUser.FixedLeftSidebar{left:1vw;position:fixed;top:83px;width:23.2vw;z-index:1}.ClientProfileDetails .card.boxescard.calanderbox{min-height:auto}.user-profile-pic-area.AboutCardHeight{height:calc(100vh - 330px)}.CompanyDetail.ClientDialer.ClientProfileDetails .NoShadow.custom-scroll.LeftSideUser.FixedLeftSidebar .AboutCard{background:#fff;border:0;bottom:0;height:calc(100vh - 374px);position:absolute;top:0}.page-content.dialer .NoShadow.card.FixedSidebar{border:0}.CompanyDetail.ClientDialer.ClientProfileDetails .RecentRecord.ProfileMessages{height:calc(100vh - 436px)}.ClientDialer .accordion-item,.CoachDailer.card .accordion-item{background:#f1f1f1;border:0;border-radius:0;display:flex;flex-direction:column;margin-bottom:0;padding:0;position:relative;width:100%}.Counters.CustomerBreakDown .Count-LastYear{align-items:center;display:flex;justify-content:end;text-align:right;width:100%}.LeadsSales .Counters.CustomerBreakDown .Count-LastYear span.CountDesc{float:none;margin:0 10px 0 0}.Counters.CustomerBreakDown .Count-LastYear span.CountNumber{background:#fff;border-radius:3px;display:inline-block;float:none;min-width:30%;padding:0 10px;text-align:center;width:auto}.form-check.form-switch.ConversionSwith label{color:#000}.form-check.form-switch.ConversionSwith input.form-check-input{float:right;margin:3px 10px 0 5px}.survey .card.card-body.Breakdown.RoiBreakDown .LeadsSales .toogle-sales.ConversionSwith{text-align:right}.details.ProflieActions button.btn.btn-link img{width:20px}.page-content.dialer .NoShadow.card .details.meeting-schdule .accordion-item{border:0}.form-check-input:checked{background-color:#008037;border-color:#008037;padding:0}.ClientProfileDetails .card.boxescard.calanderbox input.form-control{margin-right:10px;margin-top:0;right:0}.NewLeadDialer.ClientProfileDetails .card.boxescard.calanderbox .calander-full-dashboard .DayCal{margin-top:15px;max-height:200px;overflow:auto;position:relative;z-index:1}.NewLeadDialer.ClientProfileDetails .card.boxescard.calanderbox .calander-full-dashboard .DayCal ul.CalendarTask{display:inline-block;height:calc(100vh - 450px);padding-top:5px;width:100%}.MonthlyDropDown.p-tracker{width:auto}.NoShadow.custom-scroll.FixedSidebar.CoachDailer.card{border:0;height:calc(100vh - 113px)}.Breakdown.PathwayProgression .Percents h4{display:flex;flex-direction:column;font-size:16px;font-weight:400;justify-content:center}.SummaryAssessment .Breakdown.PathwayProgression .ProfileBreakDown .SectionHeader.RoiPage .Percents h4 span{margin:0}.SummaryAssessment section.breakthrough.clientProfileHeading{min-width:50%}.modalQuestion button.BtnCenter{display:block;margin:0 auto;position:relative;top:-30px}.modalQuestion button.BtnCenterClose{font-size:20px;position:absolute;right:12px;top:5px}.ProfileBreakDown.PTracker.ClientProfile{height:calc(100vh - 140px);max-height:unset;min-height:auto}.task button.btn.btn-primary{opacity:1}.page3.ProfileClient.slide-in.white-bg.tab-slider.custom-scroll.contract-details,.ProfileBreakDown.PTracker.ClientProfile .TasksAsign{background:#fff}.ProfileBreakDown.PTracker.ClientProfile .TasksAsign li{align-items:center;border-bottom:1px solid #e2e2e2;display:flex;flex-direction:row;margin-bottom:15px}.video-button button.btn.btn-primary.mr-5{padding:0 5px;position:absolute;right:10px;top:15px;z-index:9}.TasksAsign.tracker-list li{border-bottom:1px solid #ccc;padding-bottom:15px}.client-quick-dialer .dropdown-menu.show{left:auto;right:0!important}.imp-time.rounded-3{border-radius:1rem!important}.host-video{height:calc(100vh - 122px)}.page-content.chat.group-chat{height:calc(100vh - 20px);padding:39px 0 15px}.host-video .chat,.remoote-video .chat{background:#fff;display:inline-block;height:calc(100vh - 87px);width:100%}.host-video .message{height:calc(100vh - 119px);overflow:auto}.remoote-video .message{height:calc(100vh - 135px);overflow:auto}.shareable-link{position:absolute;right:20px;top:20px;z-index:1}.customVideoRoom .host video{height:calc(100vh - 86px);object-fit:cover;width:100%}.host-video .video-control{bottom:40px}.JoinVideoChat{align-items:center;display:flex;height:calc(100vh - 80px);justify-content:center}.JoinVideoChat form{min-width:300px}.customVideoRoom .remote-video video{height:100%;object-fit:cover;width:100%}.remote-participants-standalone .participant.remote-video .RemoteUser{align-items:center;background:rgba(0,0,0,.2);bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:11}.remote-participants-standalone .participant.remote-video{border:3px solid #fff;display:inline-block;margin:-130px 0 0 11px;position:relative}.remote-participants-standalone .participant.remote-video .remote{display:inline-block;height:100px;position:relative;width:100px}.remote-participants-standalone .participant.remote-video video{width:100%}.remote-participants-standalone .participant .host{position:absolute;top:0;width:100%}.local-participant-standalone.host-remote{height:300px;position:absolute;right:20px;top:20px;width:300px;z-index:9}.local-participant-standalone .participant.remote-video{position:absolute;right:0;top:0;width:300px;z-index:9}.video-control{bottom:15px;display:flex;justify-content:space-around;left:0;margin:0 auto;position:absolute;right:0;text-align:center;width:190px;z-index:999999}.local-participant-standalone .participant.remote-video .remote .RemoteUser{background:rgba(0,0,0,.4);color:#fff;position:absolute;text-align:center;top:0;width:100%;z-index:11}.local-participant-standalone .video-control{bottom:90px;display:flex;justify-content:space-around;left:0;margin:0 auto;position:absolute;right:0;text-align:center;width:190px;z-index:999999}.local-participant-standalone.host-local .video-control{bottom:150px}.remote-participants-standalone.host-remote{bottom:20px;left:20px;width:100%}.remote-participants-standalone.remote-remote{position:absolute;width:100%}.message-list li.me,.message-list li.other{display:flex;flex-shrink:0;height:auto;line-height:normal}.message-list li.me{flex-direction:row-reverse;height:auto;margin-left:auto}.nav-bg #ii0u{color:#fff}.left-shown .dropdown-menu.show{right:0!important}i.fas.code-red{color:red}i.fas.code-green,i.fas.code-red{background-color:transparent!important}i.fas.code-green{color:green}.calander-full-dashboard .fc .fc-scrollgrid-section-sticky>*{position:static}.code-red{background-color:#960303!important;color:#fff}.code-blue{background-color:#239933!important;background-color:var(--bd-color,#239933)!important;color:#fff}.code-green{background-color:#008037!important;border-color:#008037;color:#fff}.code-green:hover{background:#239933!important;border-color:#239933!important;color:#fff}.code-yellow{background-color:#f4bc33!important;color:#fff}.code-dark{background-color:#239933!important;color:#fff}.code-black{background-color:#000!important;color:#fff}.DotTask{border-radius:50px;flex-shrink:0;height:10px;margin:0 0 0 5px;width:10px}.Statuses .RecentRecord.MyTasks.NewTasks ul li{border:0;justify-content:flex-start;margin:0;text-align:left}.NewTasks .TaskDescp{background:#fff;border-radius:5px;margin:0 0 0 10px;padding:0;width:80%}.NewTasks .research-date p,.NewTasks .TaskDescp p{color:#000;font-size:12px;line-height:normal;text-transform:uppercase}.NewTasks .TaskDescp .desp-task p{text-transform:none}.Statuses .RecentRecord.MyTasks.NewTasks ul li hr{background-color:#000}.Statuses .RecentRecord.MyTasks.NewTasks ul{margin-top:30px;max-height:280px}.text-right{text-align:right}.NameUser h6.card-title{color:#222;font-size:14px;text-transform:uppercase}.UserMessage p{color:#222;font-size:13px;word-break:break-word}.VariousCalls.BusinessInbox .RecentRecord.card-body ul li i.fas.fa-reply{background:#008037;border-radius:50px;color:#fff;height:30px;line-height:30px;margin:-20px 0 0 10px;text-align:center;width:30px}.calander-full-dashboard .fc .fc-scrollgrid table thead th.fc-col-header-cell{color:#000}.NewCoachDashboard .card,.VariousCalls.BusinessInbox.card{margin:0}.NewCoachDashboard .VariousCalls.BusinessInbox .card-body .RecentRecord.card-body{height:auto;min-height:auto}.NewCoachDashboard ul.CalendarTask{display:inline-block;list-style:none;margin:0;max-height:230px;min-height:230px;overflow:auto;padding:0;width:100%}.calander-full-dashboard .card .card-body table td.fc-day-other .fc-daygrid-day-frame.fc-scrollgrid-sync-inner{height:0}.NewCoachDashboard ul.CalendarTask li .TaskDescp{border-radius:5px;margin:0;padding:10px;width:90%}.NewCoachDashboard ul.CalendarTask li{align-items:center;border:0;display:flex;justify-content:flex-start;margin:0;text-align:left;width:100%}.no-record .ContactDescription{width:100%}.NewCoachDashboard ul.CalendarTask li .TaskDescp p{color:#000}.NewCoachDashboard ul.CalendarTask .research-date p{text-transform:uppercase}.NewCoachDashboard ul.CalendarTask li hr{background-color:#000}.NewCoachDashboard ul.CalendarTask ul{margin-top:30px;max-height:280px}.NewCoachDashboard ul.CalendarTask .DotTask{border-radius:50px;float:none;height:15px;width:15px}ul.todo-list li button.btn{align-items:center;display:flex;float:left;height:35px;justify-content:center;margin:0;width:35px}ul.list-group.todo-list{list-style:none;max-height:200px;min-height:200px;overflow:auto;padding:0}.notes{display:flex;padding:0 5px}.todotask .list-todo{width:100%}.todotask .list-todo p.notes{background:#f1f1f1;border-radius:5px;display:inline-block;margin:0 0 0 5px;padding:5px;width:79%}.boder-green{border-color:#008037;color:#008037}.btn.btn-outline-success.boder-green.rounded-100{font-size:20px;text-align:center}button.btn.btn-link.Remove-Action{background:#f1f1f1!important;border-radius:50px;color:#860606}.CalendarSelectDate{color:#000;font-size:14px;font-weight:500;text-transform:uppercase}.NewCoachDashboard .VariousCalls.TotalRecord.MyScheduleMain .card-body .card-body{box-shadow:none;max-height:unset;min-height:auto}.NewLeadDialer .PointsContent{display:flex;flex-direction:column;justify-content:center;min-height:210px}.NewLeadDialer .PointsCount{align-items:center;border-radius:4px;padding:0 10px}.NewLeadDialer .PointsCount h4{margin:0}.NewLeadDialer .TotalPoints{align-items:center;border-radius:5px;display:flex;font-size:40px;height:95px;justify-content:center;margin-top:-6px;text-align:center}.NewLeadDialer .PointsCount i{font-size:18px}.NewLeadDialer .boxescard.card .card-body .calander-full-dashboard .card-body{border:0;box-shadow:none;min-height:auto}.NewLeadDialer .boxescard.calanderbox.card .card-body{min-height:600px}.NewClientDialer .CalendarSelectDate,.NewLeadDialer .CalendarSelectDate{color:#000;font-size:14px;font-weight:500;text-transform:uppercase}.NewLeadDialer ul.CalendarTask{list-style:none;margin:0;padding:0}.NewCoachDashboard .VariousCalls.BusinessInbox .card,.NewCoachDashboard .VariousCalls.BusinessInbox .card .RecentRecord.card-body{border-radius:0;box-shadow:none}.NewCoachDashboard .VariousCalls.BusinessInbox .border-three .card{border-radius:5px;box-shadow:0 0 5px 0 #999}.NewCoachDashboard .VariousCalls.BusinessInbox .RecentRecord.card-body ul li{display:flex;margin-bottom:5px;width:98%}.NewLeadDialer ul.CalendarTask li{align-items:center;border-radius:5px;box-shadow:0 0 5px 0 #999;cursor:pointer;display:flex;margin:0 auto 15px;padding:5px;width:97%}.NewLeadDialer .TaskDescp{background:#fff;border-radius:5px;margin:0 0 0 8px;width:100%}.NewLeadDialer .DotTask{border-radius:50px;flex-shrink:0;height:10px;margin:0;width:10px}.NewLeadDialer .IconWithCount span{color:#000;display:inline-block;font-size:12px;width:100%}.research-date p{text-transform:uppercase}.NewLeadDialer .VariousCalls.TotalRecord .card .NumberFunc{color:#000;font-size:20px}.NewLeadDialer .calander-full-dashboard input.form-control,.NewLeadDialer .StatusHeading input.form-control{background-color:#f1f1f1;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#008037,#008037);background-position:calc(100% - 13px) calc(.5em + 2px),calc(100% - 7px) calc(.5em + 2px),100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,2em 2.5em;border:0;float:left;height:25px;left:0;position:relative;width:145px;z-index:1}.NewLeadDialer .selectboxtop.PlusSign{display:inline-block;height:auto;margin:0;width:100%}.NewLeadDialer .selectboxtop.PlusSign.CalanderPanel{float:right;height:45px;margin:0;padding:0;width:auto}.NewClientDialer .calander-full-dashboard .MonthCal,.NewLeadDialer .calander-full-dashboard .MonthCal{margin:0!important}.NewLeadDialer .VariousCalls.TotalRecord.MyScheduleMain.TaskManager .card-body{margin:0;min-height:600px}.MyScheduleMain.card .RecentRecord.MyTasks.NewTasks.card-body{min-height:auto}.NewLeadDialer .boxescard.card .card-body.InboxBusiness ul{list-style:none;margin:0;max-height:295px;min-height:295px;overflow:auto;padding:0 0 10px}.NewLeadDialer .ContactDescription{background:#fff;border-radius:5px;margin:0 auto;width:88%}.NewLeadDialer .boxescard.card .InboxBusiness.card-body{max-height:600px;min-height:600px}.NewLeadDialer .boxescard.card .card-body button.btn.code-green{line-height:normal;margin:0}.NewLeadDialer .VariousCalls.card .MyScheduleMain.card{background:#fff;margin-top:5px}.NewLeadDialer .RecentRecord ul{max-height:385px}.NewLeadDialer .InboxBusiness ul li{justify-content:space-between}.NewLeadDialer .InboxBusiness ul li.activity-note-in{align-items:self-start;display:flex;padding-top:10px}.NewLeadDialer .InboxBusiness ul li.activity-note-out,.NewLeadDialer .InboxBusiness ul li.activity-note-system_out{align-items:self-start;box-shadow:none;display:flex;padding-left:0;padding-top:10px;width:100%}.NewLeadDialer .InboxBusiness ul li.activity-note-in .StatusIcon,.NewLeadDialer .InboxBusiness ul li.activity-note-out .StatusIcon,.NewLeadDialer .InboxBusiness ul li.activity-note-system_out .StatusIcon{align-items:center;background:#008037;border-radius:50px;color:#fff;float:left;height:30px;justify-content:center;line-height:30px;margin:0 5px 0 0;text-align:center;width:30px}.NewLeadDialer .InboxBusiness ul li.activity-note-in .ContactDescription,.NewLeadDialer .InboxBusiness ul li.activity-note-out .ContactDescription{background:#f1f1f1;border-radius:0 5px 0;width:80%}.NewLeadDialer .InboxBusiness ul li.activity-note-in .StatusIcon i,.NewLeadDialer .InboxBusiness ul li.activity-note-out .StatusIcon i{font-size:15px}.NewLeadDialer ul li.activity-note-out .NameUser h6.card-title{color:#fff;font-size:11px}.NewLeadDialer .InboxBusiness ul li.activity-note-out .ContactDescription{background:#239933;border-radius:0 5px 0;float:left;max-width:100%;min-width:100%;width:auto}.NewLeadDialer .InboxBusiness ul li.activity-note-in .ContactDescription{margin:0;width:100%}#layout-wrapper .calander-full-dashboard .MonthCal table thead th{text-align:right}.NewLeadDialer .MessageDate{display:inline-block;font-size:10px;font-weight:400;margin:5px 0 0;text-transform:uppercase}.NewLeadDialer .MessageDate span{margin:0 0 0 10px}.NewLeadDialer .InboxBusiness ul li.activity-note-out .UserMessage p{color:#fff;font-size:13px}.NewLeadDialer .InboxBusiness ul li.activity-note-out .desp-box{float:left;padding:0 10px 0 0;width:87%}.NewLeadDialer .InboxBusiness ul li.activity-note-in .StatusIcon{margin:5px 0 0}.NewLeadDialer .InboxBusiness ul li.activity-note-in .desp-box{float:left;margin:0 0 0 5px;padding:0 10px 0 0;width:87%}.NewLeadDialer .InboxBusiness ul li.activity-note-out .reply-icon{background:#008037;border-radius:50px;color:#fff;float:left;font-size:14px;height:25px;line-height:25px;margin:0 0 0 5px;text-align:center;width:25px}.NewLeadDialer .InboxBusiness ul li.activity-note-out .StatusIcon{margin:5px 0 0}.NewLeadDialer .InboxBusiness ul li.activity-note-in .reply-icon{display:none}.ClientProfileDetails .DashboardHeadingSection{max-width:250px}.ClientProfileDetails .clientProfileHeading{margin:0 auto;max-width:239px;position:relative;text-transform:uppercase;top:-17px}.ClientProfileDetails .Breakdown .ROiPercents .revenue{text-transform:uppercase}.ClientProfileDetails .Breakdown .ROiPercents .revenue p{font-size:11px}.ClientProfileDetails .clientProfileHeading h5{font-size:14px;margin:0;text-transform:uppercase}.NoShadow.card.ProfileClientActivity .card-body{min-height:608px}.ClientProfileDetails .RecentRecord ul{list-style:none;margin:0;max-height:330px;overflow:auto;padding:0}.ClientProfileDetails .VariousCalls.TotalRecord.MyScheduleMain.TaskManager.card{margin:0}.ProductivityIcons{align-items:center;display:flex;min-height:555px}.my-coaches .CoachRevnewCount{background:#239933;border:5px solid #d9d9d9;border-radius:8px;min-height:168px}.my-coaches .RevenueCoach{color:#fff;font-size:12px;text-transform:uppercase}.my-coaches .CoachRevCount{align-items:center;color:#fff;display:flex;font-size:35px;justify-content:center;min-height:100px;text-align:center}.my-coaches .CoachesLists{margin:0;padding:0}.my-coaches .LastLogin{color:#000;text-transform:uppercase}.my-coaches .MyCoachesList .DashboardHeadingSection{max-width:425px;padding:10px 0;top:-24px}.my-coaches .StatusDot{border-radius:50px;display:inline-block;height:13px;margin:0 10px 0 0;position:relative;top:2px;width:13px}.my-coaches .CoachStatus{text-transform:uppercase}.my-coaches .CoachStatus .Offline span{color:#960303;font-weight:500}.my-coaches .CoachStatus .Online span{color:#008037;font-weight:500}.my-coaches .PointsContent .PointsCount h4.count-numbers{font-size:14px;font-weight:400;margin:0 0 0 5px}.my-coaches .PointsContent .PointsCount{border-radius:10px}.my-coaches .PointsContent .PointsCount i{line-height:normal}.my-coaches .PointsContent .TotalPoints{align-items:center;border-radius:10px;display:flex;height:68px;justify-content:center;text-align:center;width:100%}.my-coaches .PointsContent .TotalPoints i{align-items:center;background:#fff;border-radius:100%;display:flex;font-size:28px;height:40px;justify-content:center;width:40px}.my-coaches .TotalPoints.LikeThumb i{color:#008037}.my-coaches .TotalPoints.DislikeThumb i{color:#960303}.my-coaches .ContactsCoach{align-items:center;color:#008037;display:flex;margin-bottom:5px;width:100%}.my-coaches .ContactsCoach i{margin:0 5px 0 0}.my-coaches .ContactsCoach .UserDetalisCoach,.my-coaches .MyCoachesList .BarProgress{width:100%}.my-coaches .MyCoachesList .BarProgress .ProgressLabel{float:none;width:100%}.my-coaches .VariousCalls.CoachProgressBars .MyCoachesList{max-height:250px;min-height:250px;overflow:auto}.my-coaches .ProgressDashboard .progress,.my-coaches .ProgressDashboardCoaching .progress{height:30px;position:relative}.my-coaches .ProgressDashboard.OutboundGoals .progress-bar.bg-primary{height:25px;margin:1px 0 0 -1px}.toast-custom-cls{box-shadow:none;font-size:16px}.toast-custom-cls.success{color:#008037;display:none}.toast-custom-cls button.Toastify__close-button{display:none}.toast-custom-cls.error{color:red}.my-coaches .CoachesLists.LockCoach .card-body{min-height:490px}.MyCoachesList img{bottom:0;height:50%;left:0;margin:auto;position:absolute;right:0;top:0}.NewCoachDialer .CoachRevnewCount{background:#239933;border:5px solid #d9d9d9;border-radius:8px;min-height:166px}.NewCoachDialer .RevenueCoach{color:#fff;font-size:14px;text-transform:uppercase}.NewCoachDialer .CoachRevCount{align-items:center;color:#fff;display:flex;font-size:35px;justify-content:center;min-height:100px;text-align:center}.NewCoachDialer .CoachRevCount i{align-items:center;background:#fff;border-radius:50px;display:flex;height:50px;justify-content:center;width:50px}.NewCoachDialer .CoachRevCount i.ion.ion-md-thumbs-up{color:#008037}.NewCoachDialer .CoachRevCount i.ion.ion-md-thumbs-down{color:#960303}.NewCoachDialer .boxescard .BarProgress{width:100%}.NewCoachDialer .boxescard.CampaignStats.card .card-body{max-height:330px;min-height:330px}.NewCoachDialer .boxescard.CampaignStats.card .card-body .NewDailerCampaign{max-height:230px;min-height:230px;overflow:auto}.NewCoachDialer .boxescard.card .card-body .Breakdown.PathwayProgression .ProfileBreakDown{max-height:295px;min-height:295px;overflow:auto}.NewCoachDialer .SectionHeader.RoiPage .Percents h4.GrayBG span.pull-left{float:left;font-size:14px;margin:0}.NewCoachDialer .boxescard.ListAction .card-body{max-height:326px;min-height:326px}.NewCoachDialer .boxescard.ListAction .card-body .todo-list{max-height:240px;min-height:240px;overflow:auto}.NewCoachDialer .MonthlyDropDown select.form-control{width:130px}.NewCoachDialer .list-todo.activityLists .ActivityIcon{display:inline-block;flex-shrink:0;width:25px}.NewCoachDialer .list-todo.activityLists .ActivityIcon img{width:100%}.NewCoachDialer .list-todo.activityLists p.notes{margin:0 0 0 15px;width:85%}.NewCoachDialer .list-todo.activityLists .ActivityDate{margin:0 20px 0 0}.NewCoachDialer .ActivityRecent .card-body{max-height:320px;min-height:320px}.NewCoachDialer .ActivityRecent .card-body ul.list-group.todo-list{max-height:230px;min-height:230px;overflow:auto}.Statuses.clientProfileDetail.FinacialSuccess .VariousCalls.TotalRecord.MyScheduleMain.boxescard.calanderbox.card{max-height:320px;min-height:320px}.NewCoachDialer .ProgressDashboard{display:flex;justify-content:center;margin:0 15px;position:relative}.NewCoachDialer .VariousCalls.card i.ion{font-size:25px;width:auto}.NewCoachDialer .FinacialIcon{float:left;margin:18px 0 0;width:20px}.NewCoachDialer .FinacialIcon img{width:100%}.NewCoachDialer .boxescard .BarProgress i.ion.ion-md-thumbs-up{align-items:center;background:#008037;border-radius:50px;color:#fff;display:flex;font-size:15px;height:20px;justify-content:center;width:20px}.NewCoachDialer .FinacialLists{max-height:270px;min-width:257px;overflow:auto}.NewCoachDialer .PipelineLists .BarProgress .ProgressLabel{width:100%}.NewCoachDialer .boxescard.calanderbox.PipelineStats .card-body{max-height:320px;min-height:320px}.NewCoachDialer .boxescard.calanderbox.PipelineStats .PipelineLists{max-height:275px;min-height:275px;overflow:auto}.page-content.dialer .NewClientDialer .card.card-body{padding:0 .7rem}.NewClientDialer .Breakdown.PathwayProgression .ProfileBreakDown{max-height:285px;min-height:285px}.NewLeadDialer .VariousCalls.TotalRecord.MyScheduleMain.TaskManager .RecentRecord.MyTasks.NewTasks ul{max-height:360px}.NewClientDialer .TaskManager .MyScheduleMain.card ul{max-height:365px}.NewClientDialer .ClientActionList.card-body{max-height:325px;min-height:325px}.NewClientDialer .EventsCalendar input.form-control{background-color:#f1f1f1;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#008037,#008037);background-position:calc(100% - 12px) calc(.5em + 7px),calc(100% - 7px) calc(.5em + 7px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2em 2.5em;border:0;height:30px;margin-right:10px;margin-top:0;max-width:145px;min-width:145px;position:relative;right:0;z-index:1}.NewClientDialer .EventsCalendar .calander-full-dashboard .selectboxtop.PlusSign.CalanderPanel{margin:0}.NewClientDialer .EventsCalendar.card-body .DayCal{margin-top:-15px;max-height:215px;min-height:215px;overflow:auto;position:relative;z-index:1}.NewClientDialer .EventsCalendar.card-body .DayCal ul.CalendarTask{list-style:none;padding:0}.NewClientDialer .EventsCalendar ul.CalendarTask li{align-items:center;border-radius:5px;box-shadow:0 0 5px 0 #999;cursor:pointer;display:flex;margin:0 auto 15px;padding:5px;width:97%}.NewClientDialer .EventsCalendar ul.CalendarTask li .DotTask{margin:0 10px 0 0}.NewClientDialer .EventsCalendar ul.CalendarTask li .research-date{font-size:12px;text-transform:uppercase}.NewClientDialer .EventsCalendar ul.CalendarTask li .TaskDescp p{line-height:inherit}.NewClientDialer .EventsCalendar ul.CalendarTask li .TaskDescp{width:100%}.NewClientDialer .EventsCalendar.card-body,.NewClientDialer .InboxBusiness.ClientDailer.card-body{max-height:608px;min-height:608px}.NewClientDialer .InboxBusiness.ClientDailer.card-body ul{list-style:none;margin:0 0 20px;max-height:262px;min-height:263px;overflow:auto;padding:0}.NewClientDialer .InboxBusiness ul li.activity-note-in .StatusIcon,.NewClientDialer .InboxBusiness ul li.activity-note-out .StatusIcon{align-items:center;background:#008037;border-radius:50px;color:#fff;flex-basis:30px;flex-shrink:0;float:left;height:30px;justify-content:center;line-height:30px;margin:5px 5px 0 0;text-align:center;width:30px}.NewClientDialer .InboxBusiness ul li.activity-note-in .StatusIcon{margin:5px 5px 0 0}.NewClientDialer .InboxBusiness ul li.activity-note-out .ContactDescription{background:#239933;float:left;max-width:85%;min-width:85%;width:auto}.NewClientDialer .InboxBusiness ul li.activity-note-out .desp-box{display:flex;flex-direction:column;justify-content:flex-end;max-width:202px;min-width:202px}.NewClientDialer .InboxBusiness ul li.activity-note-out .reply-icon{background:#008037;border-radius:50px;color:#fff;float:left;font-size:14px;height:25px;line-height:25px;margin:5px 0 0 5px;text-align:center;width:25px}.NewClientDialer .InboxBusiness ul li.activity-note-in .reply-icon{display:none}.NewClientDialer .InboxBusiness ul li.activity-note-out .UserMessage p,.NewClientDialer ul li.activity-note-out .NameUser h6.card-title{color:#fff;font-size:13px}.NewClientDialer .MessageDate{display:inline-block;font-size:10px;font-weight:400;margin:2px 0 0;text-transform:uppercase}.NewClientDialer .InboxBusiness ul li.activity-note-out{align-items:self-start;box-shadow:none;display:flex;padding-bottom:5px;padding-left:20px;padding-top:5px}.NewClientDialer .InboxBusiness ul li.activity-note-in .StatusIcon i,.NewClientDialer .InboxBusiness ul li.activity-note-out .StatusIcon i{font-size:15px}.NewClientDialer .InboxBusiness ul li{border-radius:5px;margin:0 auto;width:100%}.NewClientDialer .InboxBusiness ul li.activity-note-in{align-items:self-start;display:flex;height:100%;margin:0}.NewClientDialer .SendMessage .form-control{border:3px solid #d9d9d9;font-size:14px;line-height:normal;min-height:65px;padding:3px;resize:none;text-transform:uppercase}.NewClientDialer .Breakdown{max-height:210px;min-height:210px;overflow:auto}.NewClientDialer .Breakdown.PathwayProgression{max-height:unset;min-height:auto;overflow:auto}.NewClientDialer .card-title,.NewClientDialer h5{font-size:16px;margin:0}.ProfileIcons.Video.disable:after{align-items:center;background:rgba(0,0,0,.5);border-radius:10px;bottom:0;color:#fff;content:"Coming Soon";cursor:auto;display:flex;left:0;line-height:normal;margin:auto;position:absolute;right:0;top:0}.ProfileClientActivity.Events input.form-control{background-color:#f1f1f1;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(90deg,#008037,#008037);background-position:calc(100% - 12px) calc(.5em + 2px),calc(100% - 7px) calc(.5em + 2px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2em 2.5em;border:0;float:left;height:25px;left:0;max-width:150px;min-width:150px;position:relative;z-index:1}.ProfileClientActivity.Events .DayCal ul.CalendarTask li .DotTask{margin:0 10px 0 0}.ProfileBreakDown .TaskDescp{width:100%}.card-body.package{border:1px solid #ddd;border-radius:5px}.LicenseDetails .clientProfileHeading.ToolKit{border-radius:5px 5px 0 0;max-width:100%;width:100%}.LicenseDetails .TaskDescp{background:transparent;margin:0;width:100%}.LicenseDetails ul{max-height:unset}.LicenseDetails ul li:nth-child(odd){background:#f1f1f1}.LicenseDetails ul li{border:0;border-left:0;border-radius:0;border-right:0;padding:15px 0}.pr-15{padding-right:15px}.pr-40{padding-right:40px}.ProgressTrackerImplementation ul.list-group.todo-list.tracker-todo{max-height:calc(100vh - 425px);min-height:calc(100vh - 365px)}.ProgressTrackerImplementation .ProfileBreakDown.PTracker.ProgressTrackers{max-height:400px;min-height:400px}.ClientProgress.SummaryAssessment .ProgressTrackerImplementation .ProfileBreakDown.PTracker.ProgressTrackers.OptimizeConversions{max-height:calc(100vh - 385px);min-height:calc(100vh - 385px)}.ProfileBreakDown.PTracker.ProgressTrackers.OptimizeConversions .TasksAsign.tracker-list{max-height:calc(100vh - 410px);min-height:calc(100vh - 410px)}.ProgressTrackers.OptimizeConversions .TaskDesription-Ptracker{height:calc(100vh - 440px);max-height:unset;overflow:auto}.ClientProgress.SummaryAssessment .ProgressTrackerImplementation .boxescard.card{margin-bottom:0;min-height:calc(100vh - 245px)}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.CompanyDetail.ClientProfileDetails.NewLeadDialer .LeftSideUser .AboutCard.LeadDailer{height:calc(100vh - 365px)}.ClientProfileDetails .border-three .card{max-width:unset}i[disabled],li[disabled]{opacity:.65;pointer-events:none}table.table.table-borderless{border:transparent}.PipeLineStatus table.table.table-borderless,.PipeLineStatus table.table.table-borderless td,.PipeLineStatus table.table.table-borderless tr{border-color:transparent;vertical-align:middle}.PipeLineStatus table tr td:first-child{text-align:center}.PipeLineStatus table{border-collapse:separate;border-spacing:0 10px}.PipeLineStatus table tr{background:#eee}.TableName a{float:right;height:17px;line-height:normal;margin:4px 0 0}.TableName a i.fas.fa-plus{font-size:16px}.TableName h4{margin:0}.MainTZone.MainTime.TwoTimeZone{z-index:10}.DealCards{border:1px solid #eee;border-radius:3px}.DealCards .form-check{background:#eee;border-radius:3px 3px 0 0;padding:5px 10px;position:relative;width:100%}.DealCards input.form-check-input{height:15px;margin:0;width:15px}.DealCards .form-check-right .form-check-label{color:#000;display:block;font-size:16px}.DealCards .form-check.complete{background:#008037;color:#fff}.DealCards .form-check.complete label.form-check-label{color:#fff}.DealCards .form-check.complete input.form-check-input{opacity:1}.cr-btns.pull-right{position:absolute;right:55px;top:41px;z-index:9}.training-progress .progress{border-radius:50px;height:22px}.welcome-training{background:#239933;background:var(--bd-color,#239933);border-radius:5px;color:#fff;left:0;margin:auto;max-width:350px;padding:5px;position:absolute;right:0;text-align:center;text-transform:uppercase;top:-15px}.welcome-training h4.card-title{line-height:normal;margin:0}.welcome-training{max-width:425px;padding:10px 5px;position:static}.carousel-inner .CalculatorArea{position:relative;z-index:0}.roi-popover .fa-ul{margin-left:0}.donut{background:conic-gradient(#008037 35%,#239933 20%);height:120px;margin:0 auto;width:120px}.donut,.hole{border-radius:50%}.hole{background:#fff;height:85px;position:relative;width:85px}.donut,.hole p{align-items:center;display:flex;justify-content:center}.hole p{bottom:0;color:#000;font-size:20px;font-weight:700;left:0;margin:auto;position:absolute;right:0;top:0;z-index:1}.legend{align-items:center;display:flex;justify-content:center;margin-top:30px}.legend .legend-roi{font-size:10px}.legend .segment1{background:#008037;height:5px;margin:0 5px;width:5px}.legend .segment2{background:#239933;height:5px;margin:0 5px;width:5px}.legend .legend-roi.total-inst{margin:0 10px 0 0}.d-chart .hole-arrow{bottom:0;left:0;margin:auto;position:absolute;right:0;top:auto;width:70px}.d-chart .hole-arrow img{width:100%}button[data-command=update]{display:none!important}.QuestionWizred .modalQuestion button.btn.btn-info.btn-sm.ml-3{background:#008037;border:#008037;position:absolute;right:20px}label.formbuilder-text-label{width:95%}.response-area .q-width{width:96%}.goalAchivenmnetBox ul.nav.nav-tabs.nav-fill{border-bottom:0;display:inline-block}.goalAchivenmnetBox ul.nav.nav-tabs.nav-fill li.nav-item{display:inline-block;margin:0 15px 0 0;width:100px}.goalAchivenmnetBox ul.nav.nav-tabs button.nav-link{background:#f16321;background:var(--bd-color,#f16321);border:0;border-radius:10px 10px 0 0;color:#fff!important}.goalAchivenmnetBox ul.nav.nav-tabs button.active.nav-link{background:#f4bc33;border-color:#f4bc33}.goalAchivenmnetBox .todotask .list-todo p.notes{width:calc(100% - 110px)}.goalAchivenmnetBox .TaskNumber{align-items:center;background:#021732;border-radius:5px;color:#fff;display:flex;float:left;font-size:35px;height:80px;justify-content:center;margin:10px 10px 0;min-width:45px;text-align:center}.goalAchivenmnetBox .TaskNumber.complete{background:#f4bc33}.goalAchivenmnetBox .list-todo button.btn{margin-top:30px}.SummaryAssessment .survey .goalAchivenmnetBox.card.card-body{margin:0;min-height:calc(100vh - 322px)}.goalAchivenmnetBox ul.list-group.todo-list{list-style:none;max-height:calc(100vh - 475px);overflow:auto;padding:0}.ClientProfileGoals .goalAchivenmnetBox ul.nav.nav-tabs.nav-fill li.nav-item{display:inline-block;margin:0 1px 0 0;width:70px}.ClientProfileGoals .goalAchivenmnetBox ul.nav.nav-tabs button.nav-link{font-size:10px;padding:5px 3px!important}.ClientProfileGoals .goalAchivenmnetBox .list-todo button{font-size:10px;height:25px;line-height:23px;width:25px}.ClientProfileGoals .goalAchivenmnetBox .btn i{font-size:14px!important}.ClientProfileGoals .goalAchivenmnetBox .TaskNumber{align-items:center;background:#021732;border-radius:5px;color:#fff;display:flex;float:left;font-size:16px;height:40px;justify-content:center;margin:0 0 0 5px;min-width:10px;text-align:center}.ClientProfileGoals .goalAchivenmnetBox button.btn.btn-link.Remove-Action{background:#f1f1f1!important;border-radius:50px;color:#860606;flex-shrink:0;justify-content:center;padding:0}.ClientProfileGoals .goalAchivenmnetBox .todotask .list-todo p.notes{font-size:10px;width:calc(100% - 65px)}.ClientProfileGoals ul.todo-list li button.btn{float:left;height:25px;margin:0;width:25px}.ClientProfileGoals .MonthlyDropDown select{width:110px}.ClientProfileGoals .goalAchivenmnetBox .todotask .list-todo p.notes hr{margin:.1rem 0}.ClientProfileGoals .goalAchivenmnetBox ul.list-group.todo-list{max-height:170px;min-height:auto}.subject .active{background:#f2f1f9}.subject a.dropdown-item{padding:.35rem 1.5rem}.subject a.dropdown-item:focus,.subject a.dropdown-item:hover{background-color:#f8f9fa;color:#2c3034;text-decoration:none!important}.document-drag-handle{color:#d9e2ec;cursor:move;margin-right:4px}.main-way .row{display:flex}#record-section canvas.audio-react-recorder__canvas{height:100px!important}.field-is-updated{border-left:1px solid #13b716;border-color:#13b716 #13b716 currentcolor;border-right:1px solid #13b716;border-top:1px solid #13b716}.froala #preview{background:#efefef;line-height:1.5;padding:10px;white-space:pre-line}.froala #edit{padding:10px}.way-content .widthWise .form-action .css-2b097c-container{position:relative}.slider-tracker .steps{display:inline-block;position:relative;width:100%}.lh-2{line-height:2}.modal-footer button.btn.btn-primary{background:#008037;border-color:#008037}.box{position:relative;width:100%}.box,.box-center-align{min-height:calc(100vh - 120px)}.box-center-align{align-items:center;display:flex;justify-content:center}.SmallContaner{margin:0 auto;width:725px}.WizredTopBar{padding:5px 0;position:fixed;text-align:center;width:100%;z-index:1}.WizredTopBar.finish-step{bottom:30px;left:0;position:absolute;right:0}.WizredForm .form-control.no-border{background:#f9f9fa!important;border:0;border-bottom:1px solid #dee2e6!important;border-radius:0;font-size:13px}.WizredForm .form-group label{color:#000;margin:0}.parent.themeSelection .theme-img img{cursor:pointer;height:100%;object-fit:cover;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;width:180px}.parent.themeSelection .theme-img label{overflow:hidden;position:relative}.parent.themeSelection .imgbgchk:checked+label>.tick_container{opacity:1}.parent.themeSelection .imgbgchk:checked+label>img{opacity:.3;-webkit-transform:scale(1.25);transform:scale(1.25)}.parent.themeSelection .bgimgbgchk:checked+label>.tick_container{opacity:1}.parent.themeSelection .bgimgbgchk:checked+label>.hero-img-area>img,.parent.themeSelection .bgimgbgchk:checked+label>img{opacity:.3;-webkit-transform:scale(1.25);transform:scale(1.25)}.hero-img-area{height:120px;overflow:hidden}.parent.themeSelection .tick_container{cursor:pointer;left:50%;opacity:0;position:absolute;text-align:center;top:33%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transition:.5s ease}.parent.themeSelection .tick{align-items:center;background-color:#4caf50;border-radius:100%;color:#fff;display:flex;font-size:16px;height:40px;padding:6px 12px;width:40px}.nopad{padding-left:0!important;padding-right:0!important}.finishStatement{background:#f1f1f1;border:1px solid #333;margin:10px 0}.describe-image-checkbox,.image-checkbox{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#000;cursor:pointer;margin-bottom:0;outline:0;padding:10px;width:100%}.describe-image-checkbox input[type=checkbox],.image-checkbox input[type=checkbox]{display:none}.describe-image-checkbox-checked,.image-checkbox-checked{border:1px solid #000;width:100%}.describe-image-checkbox .fa,.image-checkbox .fa{padding:10px;position:absolute;right:0}.describe-image-checkbox-checked .fa,.image-checkbox-checked .fa{display:block!important}label.describe-image-checkbox.disabled,label.image-checkbox.disabled{pointer-events:none}.domain-selection .input-group-text{background:transparent;border:0;border-bottom:1px solid #dee2e6;border-radius:0}.folders button.active.page-link{background:#7a6fbe;color:#fff}.custom-btn-success,.custom-btn-success:active,.custom-btn-success:focus,.custom-btn-success:hover{background-color:#007a36;border-color:#007a36;box-shadow:none;color:#fff}.custom-btn-danger,.custom-btn-danger:active,.custom-btn-danger:focus,.custom-btn-danger:hover{background-color:#c10001;border-color:#c10001;box-shadow:none;color:#fff}.custom-btn-secondary,.custom-btn-secondary:active,.custom-btn-secondary:focus,.custom-btn-secondary:hover{background-color:#011f5e;border-color:#011f5e;box-shadow:none;color:#fff}.custom-btn-muted,.custom-btn-muted:active,.custom-btn-muted:focus,.custom-btn-muted:hover{background-color:#757170;border-color:#757170;box-shadow:none;color:#fff}.WizredForm .finishStatement .notificaitons-bg{background:#fff;font-size:12px;padding:5px}.z_index-1{z-index:1}.StripeCardElement .StripeElement,.StripeCardElement input{background:#fff;border-radius:4px;display:block;font-family:Source Code Pro,monospace;font-size:1em;margin:0;outline:0;padding:10px 14px}.StripeCardElement input::-webkit-input-placeholder{color:#aab7c4}.StripeCardElement input:-ms-input-placeholder{color:#aab7c4}.StripeCardElement input::placeholder{color:#aab7c4}.StripeCardElement .StripeElement--focus,.StripeCardElement input:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.078);transition:all .15s ease}.StripeCardElement .StripeElement.FpxBankElement,.StripeCardElement .StripeElement.IdealBankElement,.StripeCardElement .StripeElement.PaymentRequestButton{padding:0}.StripeCardElement .StripeElement.PaymentRequestButton{height:40px}.dialer-table-leadClient select.form-control option:last-child{display:none}.answersContainer-column{display:flex;flex-direction:column}.answer-option{align-items:center;display:flex}.answer-option input[type=radio]{margin-right:10px}.answer-option p{margin:0}.MainTZone.ClientDetails.PopUpInPut,.MainTZone.ClientDetails.Two{height:auto;position:relative;z-index:1}.ClientDetails.PopUpInPut .css-2b097c-container,.ClientDetails.Two .css-2b097c-container,.CommonSelectTwo.ZindexLow .css-2b097c-container{position:static}.CommonSelectTwo.Zindex{height:auto;z-index:4}.ClientDetails.One,.CommonSelectTwo.ZindexLow{height:auto;position:relative;z-index:1}.PopupEditor .sun-editor{z-index:1}.page2.scripts-only.slide-in.custom-scroll .script-render video{max-width:100%}.WayBookBar button#vertical-menu-btn img{width:20px}.form-check.form-switch label{font-size:11px}.disable_option{background:#6e6b6e1c!important}td.max-width-300{max-width:300px}input#leave_voicemail{height:18px!important;width:36px!important}.agent_preview_icon{background:#2c5282;border:1x solid #fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);height:6rem;margin:0 auto;width:6rem}select#status{margin:0;position:static;width:100%}.table-filter select.form-control{width:110px}.filter-table{margin:0 auto;width:88%}.filter-table .css-g1d714-ValueContainer{max-height:101px;overflow:auto;padding:2px 5px!important}.filter-table .css-tlfecz-indicatorContainer{padding:2px}.filter-table .css-yk16xz-control{min-height:33px;position:absolute;width:100%}.rounded-100{border-radius:100px;padding:0 10px}#layout-wrapper table.table.table-bordered td,#layout-wrapper table.table.table-bordered th,table#lead-datatable td,table#lead-datatable th{text-align:center;vertical-align:middle}#layout-wrapper table.table.table-bordered th{text-transform:uppercase}.communication{text-align:center}.communication span.badge.rounded-100{margin:0 2px;padding:4px 6px}.border-3{border:3px solid #acabaf}.btn-success.dark-success{background-color:#008037}#layout-wrapper table.table.table-bordered thead tr th,table#lead-datatable thead tr th{background:#239933;background-position:100%;background-repeat:no-repeat;color:#fff;padding:5px}#layout-wrapper table.table.table-bordered,table#lead-datatable{border-collapse:separate;border-spacing:0 3px}#layout-wrapper table.table.table-bordered td,#layout-wrapper table.table.table-bordered th,table#lead-datatable td,table#lead-datatable th{border:0;border-bottom:1px solid #f3f4f6;margin:0;text-align:left}#layout-wrapper table.table.table-bordered td{border-right:0}#layout-wrapper table.table.table-bordered td:first-child,table#lead-datatable td:first-child{border-left:2px solid #ddd}#layout-wrapper table.table.table-bordered td:last-child,table#lead-datatable td:last-child{border-right:2px solid #ddd}#layout-wrapper table.table.table-bordered th,table#lead-datatable th{border-bottom:0;border-top:0;padding:5px}#layout-wrapper table.table.table-bordered.table-striped{border:0}#layout-wrapper table.table.table-bordered.table-striped td:last-child{border-right:2px solid #ddd}.table-striped>tbody>tr:nth-of-type(odd){background-color:#fff}ul.popupSideBar{height:100vh}ul.popupSideBar li{background:#ebebeb;position:relative}ul.popupSideBar li .document-popup button.dropdown-item{font-size:.9rem;font-weight:600;padding:.35rem 10px .35rem .5rem;white-space:normal}ul.popupSideBar li ul.popupSideBar1 li button.dropdown-item{background:#f1f1f1;border:0;color:#000;font-size:.8rem;font-weight:400;text-transform:uppercase}ul.popupSideBar li ul.popupSideBar1 li button.dropdown-item:disabled{color:#888}ul.popupSideBar li ul.popupSideBar1 li button.dropdown-item.activeStep{background:#008037;color:#fff}ul.popupSideBar.onborading li{background:transparent}ul.popupSideBar li ul.popupSideBar1 li{background:transparent;margin:.3rem 0}ul.popupSideBar li.mm-active,ul.popupSideBar li.mm-active button.dropdown-item{background-color:#008037;color:#fff}ul.popupSideBar li.mm-active i,ul.popupSideBar li.mm-active span{color:#fff}.NoShadow.HeightAuto.PopUpDataShow.card{border:3px solid #ebebeb;border-radius:5px;height:calc(100vh - 145px);margin:0}.PopUpProgress{border:2px solid #222;border-radius:36px;float:right;margin:0 15px 5px 0;padding:2px;width:50%}.PopUpProgress .progress{float:right;height:20px;width:100%}.survey-content-question.PopUpModal.ExtraLarge button.btn.btn-md.btn-link.PopupClose{color:#fff;position:absolute;right:12px;top:12px}.PopUpModal .modal-body{height:440px;padding-bottom:0;padding-top:5px}.PopUpDataShow .NoShadow.traning.VideoHeight.card{height:calc(100vh - 212px)}ul.popupSideBar{height:calc(100vh - 210px);list-style:none;margin:0;overflow:auto;padding:0}.PopUpDataShow .NoShadow.traning.VideoHeight.card{height:calc(100vh - 170px);margin:10px 0 0;overflow:auto}.PopUpDataShow .NoShadow.traning.VideoHeight.card .card-body,.PopUpDataShow .video-lesson{height:100%}ul.popupSideBar li:hover,ul.popupSideBar li button:hover{background-color:#008037;color:#fff}ul.popupSideBar.onborading li:hover{background:transparent}ul.popupSideBar1 li:hover,ul.popupSideBar.onborading li .dropdown-item:hover{background:#008037;color:#fff!important}.dropdown-item.completed{background:#008037;color:#fff}.PopUpModal .modal-footer{border:0;padding:5px 12px;position:relative;z-index:1}.PopUpModal .modal-content{border:5px solid #dee2e6}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}ul.popupSideBar li i{align-items:center;bottom:0;display:flex;margin:auto;position:absolute;right:10px;top:0}ul.summary-report li img.assessment-icon{margin-top:5px;width:45px}tbody#MainHTML td select.form-control{max-width:70px}.survey.card.card-body table.table tbody tr td.ImplimAssment{max-width:50px;min-width:50px;padding:0 10px 0 0;width:50px}.show-value{position:relative;z-index:1}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul li{display:flex;justify-content:space-between;padding:0 0 0 10px}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul li .StatusIcon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul .ContactDescription{border-radius:0 5px 5px 0;width:94%;word-break:break-all}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul{height:calc(100vh - 450px);list-style:none;margin:10px 0 0;max-height:330px;overflow:auto;padding:0}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul li .StatusIcon i.ion{align-items:center;display:flex;font-size:20px;justify-content:center;width:100%}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul li .MessageDate{float:left;font-size:13px;font-weight:600;line-height:normal;margin:0}.UserActivityDetails.ProfileClientActivity.card .tab-pane.secondary-tabs.profilePopup .card-body{min-height:auto;padding-bottom:10px}.NewClientDialer .InboxBusiness ul li.Activitylis.activity-note-in{box-shadow:none;padding:0;width:100%}.NewClientDialer ul li.Activitylis .ContactDescription{min-width:100%}.NewClientDialer .InboxBusiness ul li.Activitylis.activity-note-out .desp-box{display:flex;flex-direction:column;justify-content:flex-end;min-width:174px}.NewClientDialer .InboxBusiness ul li.Activitylis.activity-note-out .ContactDescription{background:#239933;float:left;min-width:100%;width:auto}.NewClientDialer .InboxBusiness ul li.Activitylis.activity-note-out .desp-box{max-width:85%;min-width:85%}.NewClientDialer .InboxBusiness ul li.Activitylis.activity-note-out{padding-left:0}.NewClientDialer .InboxBusiness ul li.Activitylis.activity-note-in .desp-box{max-width:85%;min-width:85%}.se-component.se-video-container.__se__float-none{height:535px;margin-bottom:20px}.se-component.se-video-container.__se__float-none figure{height:100%!important;padding-bottom:0!important}.se-component.se-video-container.__se__float-none p{height:100%}.ProfileClientActivity.Events .DayCal ul.CalendarTask li{align-items:center;display:flex;padding:0 10px}.NewCoachDashboard ul.CalendarTask li,.ProfileClientActivity.Events .DayCal ul.CalendarTask li{border-radius:5px;box-shadow:0 0 5px 0 #999;margin:5px auto 10px;width:97%}.ProfileClientActivity.Events .DayCal ul.CalendarTask{list-style:none;margin:0;max-height:185px;overflow:auto;padding:0}.send-message .form-group.mx-0.row{display:flex}.NoShadow.custom-scroll.Activity.UserActivityDetails.ProfileClientActivity.Events .ProfileBreakDown{overflow:unset}.NoShadow.custom-scroll.Activity.UserActivityDetails.ProfileClientActivity.Events .ProfileBreakDown .card-body{min-height:300px}.WayBookBar{background:#fff;border-radius:5px;bottom:0;box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.19);height:calc(100vh - 100px);padding:10px 0;position:-webkit-sticky;position:sticky;top:10px;width:100%;z-index:1}.WayBookCate .accordion-header button.accordion-button,.WayBookCate .accordion-header button.accordion-button a,.WayBookCate .subject-data a,.WayBookCate .subject-data button,.WayBookDropDown .show.dropdown a,.WayBookDropDown a{color:#000}.mainCate.active.accordion-item .accordion-header{background:#eff9f3;border-radius:5px;padding:0 10px}.mainCate.active.accordion-item .accordion-header a{color:#008037}.WayBookCate .subject-action .dropdown button{color:#000;padding:0 0 0 5px}.mainCate.active.accordion-item .accordion-collapse .subject{padding:5px 10px}.subjexts.side-change-dropdown .dropdown-menu.show a.dropdown-item,.WayBookCate .document-action .show.dropdown .dropdown-menu.show a.dropdown-item{color:#000}.WayBookCate .content-way.collapse.show{margin-left:0}.WayBookCate{background:transparent}.WayBookCate .content-way.collapse.show .list-group-item button i{color:#ccc}.mainCate.active.accordion-item .accordion-collapse{position:relative}.WayBookCate .subject .active .subject-data a{color:#000}.WayBookCate .subject .active .subject-data button{color:#008037}.WayBookBar .WayBookDropDown button#dropdown-basic{color:#000}.WayBookCate .subject .subject-data a{color:#333}.WayBookCate .accordion-button.collapsed:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.WayBookCate .accordion-button:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.WayBookCate .accordion-button:not(.collapsed){box-shadow:none}.WayBookCate .accordion-item{border:0;border-bottom:1px solid #f5f5f5;position:relative}.WayBookCate .accordion-header button.accordion-button{background:transparent;padding:.5rem 0;pointer-events:none}.WayBookCate .accordion-header button.accordion-button .category-action,.WayBookCate .accordion-header button.accordion-button a{pointer-events:auto}.WayBookCate .subject-action,.WayBookCate .ThreeDots:hover .subject-action{align-items:center;display:flex}.WayBookCate .document-action{align-items:center;right:0;top:0}.WayBookCate .document-action i.fas.fa-info-circle{color:#f93;line-height:normal;margin:0}.WayBookCate .list-group-flush>.list-group-item:hover .document-action{display:flex}.WayBookCate .subject .active{background:transparent}.WayBookCate .content-way.collapse.show .list-group-item{background:transparent;border:0;border-bottom:1px solid #f5f5f5;padding:5px 0 5px 5px}.WayBookCate .content-way.collapse.show .list-group-item a{color:#555;display:inline-block;position:relative;z-index:1}.WayBookCate .category-action .dropdown button.btn{color:#000}.WayBookCate .content-way.collapse.show .active.p-2.list-group-item a{color:#102a43;font-weight:500}.way-subject-header .modal-header{padding:.81rem 0}.TraningRightContent .way-subject-header .modal-header{padding:0}.way-subject-header .modal-header h5{color:#000}.border-table{border:1px solid #eee}.border-table tbody tr.content-page-documents-list-item{background-color:#fff;vertical-align:middle}.way-content{margin-top:10px;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);position:relative}.way-content .gjs-pn-views{height:40px;width:20%}.way-content .gjs-pn-options{right:20%}.way-content .gjs-cv-canvas{width:78%}.way-content .gjs-pn-views-container{width:22%}.page-content.waybook-content{height:calc(100vh - 20px);overflow:auto;padding:38px 0 10px}.way-content .step-lists.content-page-documents-list-item.list-group{border-left:0;border-radius:0;border-right:0;max-height:calc(100vh - 250px);min-height:calc(100vh - 250px);overflow:auto}.way-content .list-group-item+.list-group-item.active{background:#eff9f3;border-right:0;border-color:#ddd;font-weight:500}.TraningContent{padding:0;position:relative}.TraningRightContent .TraningContent{display:inline-block;padding:0 10px;width:100%}.way-content .list-group-item{background-color:#fff;border-bottom:0;border-left:0;border-right:0;display:block;padding:.75rem;position:relative}.way-content .list-group-item:first-child{border:0;border-radius:6px 6px 0 0}.way-content .list-group-item:last-child{border-left:0;border-radius:0 0 6px 6px;border-right:0}.way-content .list-group-item.active{border:0}.way-content .active.list-group-item{background-color:#f8fafc;font-weight:500}.way-content .postion-absolute{background:#fff;border:1px solid #eee;border-radius:100%;height:215px;margin:30px auto 0;padding-top:6px;text-align:center;width:215px}.way-content .border-bottom-1{border-bottom:1px solid #ddd}.way-content .action-way{flex-direction:column;height:calc(100vh - 120px)}.way-content .widthWise{margin:0 auto;max-height:calc(100vh - 140px);position:relative;width:55%}.way-content tr td .dropdown-menu{left:auto!important;right:0!important}.way-content .widthWise .css-2b097c-container{position:absolute;width:100%}.WayBookCate .subject-data{display:flex;padding:0;width:81%}.content-page-documents-list-item .dropdown-menu{left:auto!important;right:0!important}.ediditor-proposl-view .row{display:flex}.mark-option i.fas.fa-circle{color:#f0f4f8;cursor:pointer}.mark-option i.fas.fa-check-circle{color:#008037;cursor:pointer}.WayBookCate .subject .active .step-content span a{color:#008037;font-weight:600}.swal2-styled.swal2-cancel{background-color:#e8e8e8;color:#555}.WayBookCate .subject .step-content span a{color:#555;position:relative;z-index:11}.way-content .progress-bar{background-color:#008037}.dummy-box{cursor:pointer;display:block;position:absolute;width:15px;z-index:1}.waybook-page .row{padding:0}.mainCate.accordion-item a.dropdown-item{padding:.35rem 1.5rem}.WayBookCate .category-action{align-items:center;position:absolute;right:0;top:5px}.WayBookCate .category-action i.fas.fa-info-circle{color:#f93;line-height:normal;margin:0}.WayBookCate .mainCate.accordion-item .accordion-header:hover .category-action{display:flex}td.draggable.drag-handle.document-drag-handle.has-tooltip{width:2%}tr.content-page-documents-list-item td{padding:10px 5px 10px 0;vertical-align:middle}tr.content-page-documents-list-item td:first-child{width:40%}tr.content-page-documents-list-item td:last-child{width:25%}.script-render{border-left:1px solid #cece;height:350px;overflow:auto;padding-left:10px;padding-right:10px}.TextEditor{margin-top:0}.QuizCheckbox button.accordion-button{align-items:self-start}.subject .progress-bar{background:#008037}.subject-document-lists{max-height:calc(100vh - 196px);min-height:calc(100vh - 196px);overflow:auto}.way-content .widthWise .welcome-token .css-2b097c-container{position:relative;z-index:9}.way-sidebar{max-height:calc(100vh - 225px);min-height:calc(100vh - 225px);overflow-x:hidden;overflow-y:auto}.WayBookCate .subject-action .dropdown-menu{left:auto!important;right:0!important}.way-content .action-way.current_6{height:calc(100vh - 120px)}.subjexts.side-change-dropdown .dropdown-menu.show{left:auto!important;right:0!important}.steps{display:inline-block;position:relative;width:100%}ul.popupSideBar .document-popup i{align-items:unset;top:8px}.video-welcome-msg{max-height:calc(100vh - 110px);overflow:auto;padding-right:20px}.start-Training .postion-absolute{text-align:center}ul.popupSideBar1 li button.dropdown-item{align-items:center;display:flex;justify-content:space-between;padding:.35rem .5rem;white-space:normal;word-break:break-word}body.modal-open .modal-backdrop.show{background:rgba(0,0,0,.5);opacity:.9}.INBOXLEAD .boxescard.card .InboxBusiness.card-body{box-shadow:none;max-height:560px;min-height:500px}.INBOXLEAD .InboxBusiness ul li.activity-note-out .ContactDescription{background:#e5f5f8;border:1px solid #7fd1de;border-radius:15px 15px 15px 0;max-width:unset;min-width:unset;word-break:break-word}.INBOXLEAD .InboxBusiness ul li.activity-note-in .ContactDescription{background:#edf2f6;border:1px solid #d0dae4;border-radius:15px 15px 0 15px;box-shadow:inherit;color:#3d4f5f;max-width:100%;padding:14px 20px;width:100%;word-break:break-word}.INBOXLEAD .InboxBusiness ul li .ContactDescription .NameUser h6.card-title{color:#000;font-size:12px}.INBOXLEAD .InboxBusiness ul li.activity-note-out .ContactDescription .UserMessage p{color:#555}.INBOXLEAD .InboxBusiness ul li.activity-note-in,.INBOXLEAD .InboxBusiness ul li.activity-note-out,.INBOXLEAD .InboxBusiness ul li.activity-note-system_out{box-shadow:none}.INBOXLEAD .InboxBusiness ul li.activity-note-out{align-items:end;-webkit-column-gap:15px;column-gap:15px;justify-content:flex-start}.INBOXLEAD .InboxBusiness ul li.activity-note-out .desp-box{float:left;padding:0 10px 0 0;width:auto}.INBOXLEAD .InboxBusiness ul li.activity-note-in{align-items:end;-webkit-column-gap:15px;column-gap:15px;display:flex;flex-direction:row-reverse;justify-content:end}.INBOXLEAD .InboxBusiness ul li.activity-note-in .StatusIcon{flex-shrink:0;margin:0 0 10px}.INBOXLEAD .InboxBusiness ul li.activity-note-out .StatusIcon{margin:-20px 0 10px}.INBOXLEAD .border-bottom-0{border-bottom:0!important}.INBOXLEAD .parent a .sb-avatar.sb-avatar--text{margin:0 10px 0 0}.CompanyDetail.ClientProfileDetails.NewLeadDialer.INBOXLEAD .LeftSideUser{max-width:24vw;min-width:24vw;top:59px}.INBOXLEAD .boxescard.card .card-body.InboxBusiness ul{max-height:calc(100vh - 275px);min-height:calc(100vh - 275px)}.INBOXLEAD .VariousCalls{max-height:calc(100vh - 90px);min-height:calc(100vh - 90px)}.INBOXLEAD .accordion-collapse .accordion-body button span{width:auto}.INBOXLEAD .btn-round{background:#e5f5f8;border:1px solid #7fd1de;border-radius:5px;color:#3d4f5f;display:inline-block;font-size:12px;margin:0 5px 5px 0;padding:3px}.INBOXLEAD .InboxBusiness ul li.activity-note-in .desp-box,.INBOXLEAD .InboxBusiness ul li.activity-note-out .desp-box{max-width:75%;width:auto}.INBOXLEAD .InboxBusiness ul li.activity-note-in .MessageDate,.INBOXLEAD .InboxBusiness ul li.activity-note-out .MessageDate{color:#a3afb7;margin:5px 0 0;text-align:left;text-transform:none;width:100%}.INBOXLEAD .InboxBusiness ul li.activity-note-in .MessageDate{text-align:right}.INBOXLEAD .info span.badge{color:#3d4f5f;cursor:pointer;font-size:12px;padding:0}.INBOXLEAD .NoShadow.card{height:calc(100vh - 135px);margin:0}.INBOXLEAD .chat-user-list{height:auto;max-height:calc(100vh - 180px);overflow-y:auto}.CompanyDetail.ClientProfileDetails.NewLeadDialer.INBOXLEAD .LeftSideUser .AboutCard{background:#fff;height:calc(100vh - 277px)}.CompanyDetail.ClientDialer.ClientProfileDetails.NewLeadDialer.INBOXLEAD{margin-top:-16px}.INBOXLEAD .compant-action-btn button{margin:0 1px}.INBOXLEAD .card-header .btn.btn-sm.searchBtn{position:static}.INBOXLEAD .card-header{align-items:center;display:flex;justify-content:space-between}.INBOXLEAD .InboxBusiness.ClientDailer section.breakthrough.clientProfileHeading.ToolKit{border-bottom:1px solid #ddd;border-radius:0;min-width:100%;padding:10px 3%}.tooltip-inner{max-width:700px}.theme-img{align-items:center;align-items:self-start;background-color:rgba(0,0,0,.1);border-radius:var(--sampler-theme-border-radius);border-radius:5px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.6);color:#000;cursor:pointer;display:flex;margin-top:20px;max-height:250px;min-height:40px;min-width:75px;opacity:1;outline:0;overflow:hidden;padding-bottom:8px;padding-top:8px;position:relative;transition-duration:.1s;transition-property:background-color,color,border-color,opacity,box-shadow;transition-timing-function:ease-out;width:100%}.img-footer{display:flex;gap:10px;margin-top:10px}.img-footer label.img-box{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.6);border-radius:var(--sampler-comp-radius-keyhint);display:flex;height:24px;justify-content:center;width:24px}.WebsiteBuilderTheme{position:-webkit-sticky;position:sticky;top:21px;z-index:1}.WebsiteBuilderTheme .nav-bg{margin:0}.WebsiteBuilderTheme .nav-bg:before{background:#fff;content:"";height:21px;left:0;position:fixed;right:0;top:0}.container.parent.themeSelection{border:0}.TitleWizred h5{line-height:normal;margin:0}.StepHeading .StepNumber{font-size:14px}.StepHeading .StepNumber i{font-size:12px}.StepHeading h4{color:#000;font-size:18px}.TitleWizred h5,.TitleWizred span.fs-5{color:#000;font-size:15px!important;font-weight:600}.WizredForm .finishStatement .image-checkbox h5{font-size:15px!important}.WizredForm .finishStatement h5{font-size:15px!important;margin:0}.websitebuilder .modal-body{height:calc(100vh - 200px);overflow:hidden}.disabled.accordion-item,a.disabled,button.disabled{pointer-events:none}.modal-dialog.PopUpModal.ExtraLarge{height:70%;margin:2% auto 0;min-height:calc(100% - 3.2rem);width:93vw}.modal-dialog.PopUpModal.ExtraLarge .modal-fullscreen .modal-content{height:88%}.file,.folder{box-shadow:0 1px 4px 0 rgba(0,0,0,.14);-webkit-column-gap:10px;column-gap:10px;display:inline-block;font-weight:500;justify-content:flex-start;margin-bottom:10px;min-width:250px;padding:5px 10px}.file,.folder,.folder .info{align-items:center;display:flex}.folder .info{color:#333;font-size:16px;gap:10px}#displayCont table td{padding:.9rem .5rem;vertical-align:middle}#displayCont table td i{align-items:center;display:flex;font-size:18px}#displayCont table td .action button i{color:#333;font-size:14px;font-weight:400}#displayInfoNav ol.breadcrumb{margin:0}#displayInfoNav ol.breadcrumb li{font-size:20px}.folder .info i.fas.fa-folder{font-size:18px}.files .folder{align-items:normal;background:#f2f6fc;border-radius:10px;height:180px}.files .folder .img-thumbnail{background-color:transparent;border:0;max-height:130px;object-fit:cover;padding:0;width:100%}#displayCont table td img{background:transparent;border:0;border-radius:0;padding:0;width:30px}.files .folder:hover{background:#eee}.user-card.displayCard .name i{color:#999;font-size:45px;margin:0 0 25px}.user-card.displayCard .name h5{color:#333}.fileIcon{width:35px}.fileIcon,.icon-class-design{display:flex;justify-content:center;text-align:center}.icon-class-design{align-items:center;height:100%}.icon-class-design i{font-size:40px}.h_iframe{position:relative}.h_iframe .ratio{display:block;height:auto;width:100%}.h_iframe iframe{height:80vh;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{margin:70px auto}div#editor .fr-toolbar.fr-desktop.fr-top.fr-basic.fr-sticky-off{z-index:1}.MediaPlayer{align-items:center;border:1px solid #ddd;display:flex;max-height:150px;min-height:150px;overflow:hidden;width:100%}.ediditor-proposl-view .simplebar-wrapper{height:100vh!important}.ediditor-proposl-view .metismenu li{display:block;width:98%}.ediditor-proposl-view .auth-logo .auth-logo-dark{display:block;height:auto;margin:0 auto;max-width:100%}.PackegesDetails{margin-left:1.5em;margin-top:15px;padding:0}.PackegesDetails span i{color:#008037}section.pricing span.period{border:1px solid #008037;border-radius:10px;color:#008037;font-weight:400;padding:2px 10px}section.pricing h6.card-price{font-weight:600}.Informations{border:1px solid #ddd;border-radius:5px;padding:20px 10px;position:relative}.SectionName{background:#fff;font-size:14px;font-weight:600;left:10px;padding:0 10px;position:absolute;text-align:center;top:-12px;width:170px}.InputsFieds{position:relative}.InputsFieds input{padding-left:25px}.InputsFieds i{font-size:15px;height:0;left:7px;margin:auto;position:absolute;top:8px}.ConfirmPass i.fas.fa-check{color:#fff;font-size:8px;left:9px;top:15px}.SectionName.PaymentInfo{width:85px}.SectionName.BillingInfor{width:150px}.PackegesDetails li{font-size:14px;margin-bottom:10px}section.pricing h4.card-title{color:#000;font-size:18px;font-weight:600}.img-logo.pricing-logo{text-align:center;width:100%}.img-logo.pricing-logo img{margin:0 auto;text-align:center;width:60%}.drive-main .info p{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:170px}.drive-action-button button i{font-size:22px}.as-react-table nav{border:0}.BreakWords{width:82%;word-break:break-word}.bg-muted-color,.btn-muted,.btn-muted.disabled,.btn-muted:disabled,.btn-muted:hover{background-color:#757170;border-color:#757170;color:#fff}.editor-image-buttons .info{display:inline-block;margin:3px 0 10px;text-align:center;width:100%}.editor-image-buttons:hover .info{align-items:center;display:flex;justify-content:center}.editor-image-buttons .icon-class-design{height:151px}.editor-image-buttons{background-color:#f5f5f5;border:1px solid #dee2e6;border-radius:.25rem;height:auto;max-width:100%}.editor-image-buttons .icon-class-design img.img.img-thumbnail{border:0;max-height:100%;padding:0;width:100%}.action-editior-button{background:#fff;padding:0 0 5px;position:relative;text-align:center;z-index:1}.editor-image-buttons .info p{color:#222;font-size:13px;margin:0 auto;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:90%}.action-editior-button button{border-radius:50%;height:30px;width:30px}.folder-editor p{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:85%}.modal-dialog.MediaPopup .modal-content{min-height:684px}.table>:not(caption)>*>*{padding:.1rem .3rem}td .btn-sm,th .btn-sm{padding:.05rem .2rem}#sidebar-menu ul li a{align-items:center;background:transparent;border-radius:8px;color:hsla(0,0%,100%,.7);display:flex;font-size:14px;font-weight:500;gap:12px;margin-bottom:5px;padding:12px 15px;transition:all .3s ease;width:100%}#sidebar-menu ul li a.active{background:#007f32;color:#fff!important}#sidebar-menu .has-arrow:after{position:absolute;right:10px}.form-wrap.form-builder .stage-wrap.empty{min-height:200px!important}.ActionBtsns button{font-size:12px}.ActionBtsns button i{width:100%}.UserProfileTable .Login-History.card .row.table-foot.asrt-table-foot{display:none}.UserProfileTable .Client-Accounts .table-body.asrt-table-body,.UserProfileTable .Login-History.card .table-body.asrt-table-body,.UserProfileTable .Subscription-History.card .table-body.asrt-table-body{margin-top:5px!important}.UserProfileTable .AI-Subscription-History.card .card-title,.UserProfileTable .Client-Accounts.card .card-title,.UserProfileTable .Login-History.card .card-body .card-title,.UserProfileTable .Subscription-History.card .card-title{line-height:normal;margin:0;position:absolute;top:20px;z-index:1}.UserProfileTable .card{margin-bottom:0}.CreditsPageTable.card-body .table-body.asrt-table-body{margin-top:10px!important}.CreditsPageTable.card-body .table-foot.asrt-table-foot{display:none}.page-content.chat ul.nav.nav-tabs:first-child{border:0}.GroupSelect.nav-link{background:transparent;padding:0!important}.ProfileSelectGroup{height:29px;line-height:normal;padding:.05rem .15rem;width:182px}#layout-wrapper .card .card-body table td img{height:30px}#layout-wrapper .ConversationSide .card .card-body table td img{height:auto;max-width:100%}#layout-wrapper .card .card-body table td .client-actions{min-width:95px;white-space:nowrap}.box.DesperationBox{min-height:auto}.VariousCalls.BusinessInbox.card li{justify-content:normal}.CloneTable.table th{background:#239933;color:#fff}.NewClientDialer .EventsCalendar .dashboard-calander .calander-full-dashboard .DayCal{margin:10px 0 0}#layout-wrapper .card .card-body table td.fc-daygrid-day.fc-day.fc-day-future.fc-day-other .fc-daygrid-day-frame,#layout-wrapper .card .card-body table td.fc-daygrid-day.fc-day.fc-day-past.fc-day-other .fc-daygrid-day-frame{height:0}.NewLeadDialer.ClientProfileDetails .card.boxescard.calanderbox .calander-full-dashboard .DayCal ul.CalendarTask{height:auto}.CustonField{background:#239933;color:#fff;font-weight:500;padding:6px 15px}td.fc-daygrid-day.selectionDate{background:#23993366!important}.mini-stat-icon{align-items:center;background:#ddd;border-radius:10px;display:flex;float:left;height:64px;justify-content:center;margin:0;width:64px}.mini-stat.card{background:#fff;border-radius:10px;box-shadow:0 0 8px 0 #888}.card-body.mini-stat-img.card-body .text-white{color:#222!important;float:right;text-align:right}.card-body.mini-stat-img.card-body .text-white span{width:100%}.mini-stat-icon.TodayLogin{background:#35333e}.mini-stat-icon.YesterdayLogin{background:#e83974}.mini-stat-icon.CurrentLogin{background:#58b05c}.mini-stat-icon.LastWeekLogin{background:#3d97ef}.mini-stat .mini-stat-icon i{align-items:center;background:transparent;border-radius:50%;color:#fff!important;display:flex;font-size:30px;height:50px;justify-content:center;line-height:64px;text-align:center;width:50px}span.WeekLogins{height:100%;position:relative;width:100%}span.WeekLogins i.float-end.mdi.mdi-key-variant{left:0;position:absolute;top:0}span.WeekLogins i.float-end.mdi.mdi-calendar-month{left:10px;line-height:normal;position:absolute;top:10px}.CoachStatistics.card-body{border:1px solid #ddd;border-radius:10px;box-shadow:0 0 5px 0 #999;margin-top:20px;overflow:hidden}.CoachStatistics.card-body table{border-collapse:separate;border-spacing:0 3px;margin-bottom:0}.CoachStatistics.card-body table thead tr th{background:#239933;background-position:100%;background-repeat:no-repeat;color:#fff;padding:5px}.CoachStatistics.card-body table td{border-color:#ddd;border-style:solid;border-width:2px 1px;margin:0;text-align:left}.CoachStatistics.card-body table td:first-child{border-left:2px solid #ddd}.CoachStatistics .table-responsive{margin:15px auto 0;width:97%}.CoachStatistics .DashboardHeadingSection{top:0}.top-heading.AttachmentsSec{background:transparent}.page3.ProfileClient.slide-in.custom-scroll.attachment-details{bottom:22px;height:calc(100vh - 105px);overflow:unset;top:auto;z-index:7}.SidePopupsHead{width:100%}.SidePopupsHead button.btn.btn-link{float:right}.form-switch-lg .form-check-input{height:20px;width:40px}.css-4ljt47-MenuList{max-height:230px!important}.LicenseDetails .card-body{overflow:hidden}.as-react-table .table-body{overflow:unset}.dropdown-item{padding:.15rem .5rem}#layout-wrapper table.table.coach-invoice.table-bordered.table-striped th{border:0;border-bottom:2px solid #ddd;font-size:14px}#layout-wrapper table.table.coach-invoice.table-bordered.table-striped td.no-line.no-border,#layout-wrapper table.table.coach-invoice.table-bordered.table-striped td.thick-line.no-border,#layout-wrapper table.table.coach-invoice.table-bordered.table-striped th.no-border{border:0}#layout-wrapper table.table.coach-invoice.table-bordered.table-striped td{border:0;border-bottom:1px solid #ddd;padding:10px 5px}#layout-wrapper table.table.coach-invoice.table-bordered.table-striped td:first-child{border-left:0}address.user-address-info{float:left;width:49%}.CompanyDetail.ClientProfileDetails .LeftSideUser .tab-pane{height:calc(100vh - 310px);position:relative}.user-profile-pic-area.ClientsProfiles.ClientsProlie{border-radius:10px;height:calc(100vh - 105px);margin:0 auto;width:100%}.user-profile-pic-area.ClientsProfiles.ClientsProlie .info.ProfileInfo{float:left;margin:5px 0 0 5px;overflow:auto;text-align:center;text-align:left;width:72%}.user-profile-pic-area.ClientsProfiles.ClientsProlie .company-info .url a{font-size:11px;word-break:break-all}.NoShadow .user-profile-pic-area.ClientsProfiles.ClientsProlie .company-info .url i{font-size:10px;margin:0}.UserPhoneNbmr{width:100%}.UserPhoneNbmr a{font-size:12px}.UserPhoneNbmr button{display:inline-block;font-size:10px;margin:0 0 0 5px;padding:0 5px}.NoShadow .user-profile-pic-area.ClientsProfiles.ClientsProlie .OnlineOffline{bottom:0;font-size:12px;left:5px;position:absolute;right:auto;top:auto}.NoShadow .user-profile-pic-area.ClientsProfiles.ClientsProlie .UserProfileBG.card{max-height:155px;min-height:155px}.NoShadow .user-profile-pic-area.ClientsProfiles.ClientsProlie .chat-messages{height:calc(100vh - 355px);overflow:auto}.user-profile-pic-area.ClientsProfiles.ClientsProlie .info.ProfileInfo h5{color:#000}.user-profile-pic-area.ClientsProfiles.ClientsProlie .company-info button{padding:0 5px}.user-profile-pic-area.ClientsProfiles.ClientsProlie .logo{border-radius:100%;float:left;height:45px;overflow:hidden;padding:0 1px 1px;width:45px}.user-profile-pic-area.ClientsProfiles.ClientsProlie .logo img{width:100%}.ClientProfileGoals .goalAchivenmnetBox .btn i.fas.fa-edit{color:#7a6fbe}.dash-welcome-left .body-area img,.PopUpDataShow .NoShadow.traning.VideoHeight.card .card-body,.PopUpDataShow .video-lesson img{max-width:100%!important}.modal-dialog.subActionTraining .modal-body ul.list-group{height:calc(100vh - 210px);overflow:auto}.pagenation button.page-link{border:2px solid #ddd;border-radius:5px;margin:0 3px}ul.InvoiceClientList{background:#fff;border:1px solid #ddd;max-height:300px;overflow:auto;padding:0;position:absolute;width:100%;z-index:11}ul.InvoiceClientList li{border-bottom:1px solid #ddd;padding:5px 10px}ul.InvoiceClientList li:last-child{border-bottom:0}ul.InvoiceClientList li:hover{background:#f9f9f9}.invoice-data h5{margin:0}.video-welcome-msg .video-lesson img{max-width:100%!important}.InvoiceTotal{font-size:18px;font-weight:600;margin-top:0;padding:10px 0;text-align:center}.INBOXLEAD .InboxBusiness ul li.activity-note-out.in-out-class{-webkit-column-gap:0;column-gap:0;justify-content:flex-end}.INBOXLEAD .InboxBusiness ul li.activity-note-in.in-out-class{-webkit-column-gap:5px;column-gap:5px;flex-direction:row-reverse;justify-content:flex-end}.INBOXLEAD .InboxBusiness ul li.activity-note-in.in-out-class .ContactDescription{border-radius:15px 15px 15px 0}.INBOXLEAD .InboxBusiness ul li.activity-note-out.in-out-class .ContactDescription{border-radius:15px 15px 0 15px}.border-top-2{border-top:2px solid #ddd}.border-bottom-2{border-bottom:2px solid #ddd;margin:0 0 -2px}.note.LeadDialer .modal-body{max-height:calc(100vh - 176px);overflow:auto}.CommonSelectTwo .css-2b097c-container{position:absolute;width:100%;z-index:1}.CommonSelectTwo{display:inline-block;height:38px;position:relative;width:100%}button.btn.btn-primary.waves-effect.waves-light{position:static}.NewCoachDashboard .DashboardPage .card-body{min-height:210px}.react-player__preview{pointer-events:none}.MainTZone.Two{z-index:5}.MainTZone.ZIndex{z-index:1}button.rejact.mute{background:#36d576}button.rejact.unmute{background:#f22f46}.btn-outline-dark{background:#fff}.NoShadow.HeightAuto.PopUpDataShow.ChangeForPopup.card iframe.PopupIframe{min-height:calc(100vh - 238px);overflow:auto}.btn-action-slider{bottom:0;float:right;position:absolute;right:0;width:auto}.WizredBox{display:table;margin:0 auto;position:relative;width:725px}#layout-wrapper .campagian table.table.table-bordered td{border-right:2px solid #ddd}.campagian .table-responsive{overflow:hidden}.open-widget-right-bottom .keypad .keypad-button{color:#000}.height-130{height:130px}.way-content .TextEditor.fr-view .TraningContent iframe.PopupIframe{min-height:calc(100vh - 238px);overflow:auto}.page2.scripts-only.slide-in.custom-scroll{width:33%;z-index:9}.page2.scripts-only.slide-in.custom-scroll .script-render{height:calc(100vh - 190px)}.calander-full.appointmentList table.fc-scrollgrid.table-bordered thead{position:relative;z-index:1}.CloneTable.table td label{margin:0}#layout-wrapper .CloneTable.table td{vertical-align:middle}.input-group .btn{z-index:unset}.from-user-profile.card-body .froala{position:relative;z-index:1}.cancel-button.TraningBook{padding-bottom:40px}.HeightHundred{background:#fff;border-radius:5px;box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.19);position:-webkit-sticky;position:sticky;top:65px;z-index:0}section.roi-breakdown-pTracker .MonthlyDropDown{visibility:hidden;width:10px}.input-group.ChangeWidthMain{width:83%}.TableTopArea button{background-color:#008037;border:0;border-radius:5px;color:#fff;display:inline-block;padding:0 9px;position:relative;z-index:2}.SideBarTagsPopup,.TagsPopup{min-width:1000px}.LeftRightArrow{align-items:end;display:flex;flex-direction:column;justify-content:center;margin:auto;position:absolute;right:-18px;top:110px;z-index:1}.LeftRightArrow i{font-size:25px}.LeftRightArrow a{align-items:center;color:#008037;display:flex;height:15px;margin:5px 0}.LeftRightArrow a i[disabled]{color:#bbb}.LeftRightArrow a.disable{cursor:default}.TagsTable.table>:not(caption)>*>*{padding:.2rem .5rem}.TagsFooter.modal-footer{justify-content:flex-start}.TagsTable tr td:first-child,.TagsTable tr th:first-child{min-width:60px;text-align:center;width:60px}.HeightHundred .OverFlowAuto{border-radius:5px;overflow:hidden}.TagsTable tbody tr,.TagsTable thead tr{display:table;table-layout:fixed;width:100%}.TagsTable tbody{display:block;max-height:180px;overflow:auto;width:100%}.note.TrainingModal .modal-head.top-heading{background:transparent;color:#000;position:static}.note.TrainingModal .modal-head.top-heading span,.note.TrainingModal .modal-head.top-heading span a{color:#008037;font-size:14px}.SideTags .btn-primary{background-color:#008037;border-color:#008037;color:#fff}.season_tabs{clear:both;margin:25px 0;min-height:360px;position:relative}.season_tab{clear:both;float:left;width:286px}.season_tab label{background:#eee;border:1px solid #ccc;display:table-cell;font-size:21px;height:68px;left:1px;margin-left:-1px;padding:10px;position:relative;vertical-align:middle;width:264px}.season_tab [type=radio]{display:none}.season_content{background:#fff;border:1px solid #ccc;bottom:0;left:286px;padding:20px;position:absolute;right:0;top:0}.season_content span{-webkit-animation:slideInFromTop .5s ease-out 0s 1;animation:slideInFromTop .5s ease-out 0s 1}[type=radio]:checked~label{color:#008037;z-index:0}[type=radio]:checked~label~.season_content{z-index:1}.QuestionTopBar span.select2-selection{margin:0}.accordion-button:hover{z-index:1}.TrainingTgs{bottom:calc(50vh - 5.15rem);float:right;position:fixed;right:21vw}.TrainingTabs a.nav-link{align-items:center;background:transparent;border-bottom:1px solid transparent;color:#222;display:flex;padding:8px 0 8px 5px!important}.TrainingTabs a.nav-link.active{background:transparent;border:1px solid #ccc;border-radius:0;border-right-color:#f1f1f1;color:#000;margin:0 -1px 0 0;padding:8px 0 8px 5px!important;position:relative;z-index:1}.TrainingTabs a.nav-link input{margin:0 5px 0 0}.TrainingTabs .tab-content{border:1px solid #ccc;max-height:370px;min-height:370px;overflow:auto;padding:0}ul.TrainingList{list-style:none;margin:0;padding:0}ul.TrainingList li{border-bottom:1px solid #ccc;padding:8px 10px}ul.TrainingList li a{color:#222}ul.TrainingList li:last-child{border-bottom:0}.SideTags .LeftRightArrow{bottom:60px;top:0}.TagsPopup .nav.nav-tabs{border:0}.TagsPopup .tab-content{border-top:1px solid #ced4da;margin-top:-1px}.SideBarTagsPopup .nav-tabs button.active.nav-link,.TagsPopup .nav-tabs button.active.nav-link{background:#fff;color:#008037!important}.TagsPopup .nav-tabs .nav-link,.TagsPopup .nav-tabs .nav-link:focus,.TagsPopup .nav-tabs .nav-link:hover{background-color:transparent}.TrainingTgsStep{bottom:calc(46vh - 7rem)}.TrainingTgsQuiz,.TrainingTgsStep{float:right;position:fixed;right:calc(36.5vw + 5px);z-index:999}.TrainingTgsQuiz{bottom:calc(41vh - 7rem)}.TrainingTgsStepUpdate{bottom:calc(53vh - 7rem);float:right;position:fixed;right:calc(36.5vw + 17px);z-index:999}.IncreaseZindex{position:relative;z-index:1}.modal-body img,.TraningContent iframe{max-width:100%}span.FilterBtn{position:relative;top:17px;z-index:2}span.FilterBtn button{background:#008037;border:1px solid #008037;border-radius:5px;color:#fff;padding:1px 7px;z-index:1}span.FilterBtn button.reset-btn{background:#fff;border:1px solid #008037;color:#008037}.TrainingTags .btn-round.btn.btn-secondary{display:inline-block;margin:0 2px 3px 0;padding:0 5px;white-space:nowrap}.TrainingTags .btn-round.btn.btn-secondary span.badge{padding:0;top:2px;width:auto}.main-content .piple-status{position:relative;z-index:1}.RemoveTagPopup table thead{background-color:#f9fafb}.RemoveTagPopup table tr{display:block;padding:5px 0}.RemoveTagPopup table thead tr th,.RemoveTagPopup table tr td{border:0}.RemoveTagPopup table tbody{display:block;max-height:300px;overflow:auto}.CoachesDrop.Criteria .DropDownCoh,.CoachesDrop.FreeCredit .DropDownCoh{position:absolute;width:100%}.badge{border:0}.CategoryListTarnings{position:absolute;width:100%;z-index:2}.MainTZone.Campaign.Five{z-index:1}.CommonSelectTwo.ComMain,.CommonSelectTwo.ComMain.TraningSubject{z-index:2}.CommonSelectTwo.ComMain.TraningSubjectUpdate,.LowIndexothers{position:relative;z-index:1}.LowIndexothers.ActionOne,.LowIndexothers.ActionThree,.LowIndexothers.CreateSubject,.LowIndexothers.UpdateStep{z-index:4}.CategoryListTarnings.ActionTwoSub{z-index:5}.CommonSelectTwo.ComMain.TraningSubject.TraningUpdate,.LowIndexothers.AddStepPopup{z-index:3}.GroupTraningsLable.accordion-body label{align-items:center;display:flex;flex-direction:row;padding-left:12px}.GroupTraningsLable.accordion-body label input,.GroupTraningsLable.accordion-body label span{padding-left:8px;width:auto}.SideTags .form-group{width:100%}.survey section.breakthrough .dropdown-menu[style]{left:auto!important;right:0!important}.input-group-text{border-radius:.25rem 0 0 .25rem;justify-content:center;min-width:34px}.group-addnon .input-group .form-group input{border-radius:0 .25rem .25rem 0}.TagBadges button.btn-round{padding:0 5px}.modal-body .btn-success{background-color:#008037;border-color:#008037;color:#fff}.MessageDate .CreationDate span,.MessageTime .CreationDate span{color:#fe1616;margin:0;text-transform:capitalize}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul li .MessageDate.ActivityPopup{font-size:10px;font-weight:400}.UserActivityDetails.ProfileClientActivity .VariousCalls .RecentRecord.ProfileMessages ul li .MessageDate.ActivityPopup span{color:#fe1616}.way-content .postion-absolute input:focus{outline:0}.way-training-bg{background-color:#f6f6f6;height:calc(100vh - 81px);padding:0}.list-group .active .document-action .dropdown button,.OverFlowAuto .dropdown button.btn{color:#555}.TraningRightContent{background:#fff;border-radius:5px;box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.19);margin-bottom:10px;min-height:calc(100vh - 103px);padding:10px 15px 10px 20px}.list-group-item.active.paidicon{color:#212529}.ThreeDots{position:relative}.steps-list a{font-size:13px}button.btn.btn-reset{position:absolute;right:0;top:0}.HeightHundred .OverFlowAuto .active .steps-list a{color:#008037}.froala iframe{min-height:525px;width:100%}.froala p{max-width:100%}.edit-step-action{white-space:nowrap}.add-step-btn .btn.btn-primary,.edit-step-action button.btn.btn-primary.submit-step-content{background:#008037;border-color:#008037}.add-step-btn .btn.btn-primary:hover,.edit-step-action button.btn.btn-primary.submit-step-content:hover{background-color:#3a3b3d;border-color:#3a3b3d}button.btn.btn-reset:focus{box-shadow:none;outline:0}.mainCate.active.accordion-item .accordion-header button.accordion-button:after{color:#008037}.subject{padding:5px 5px 0 10px}.WayBookCate .accordion-header button.accordion-button a{display:inline-block;position:relative;width:96%;z-index:1}.TagsListings.nav.nav-pills{display:inline-block;max-height:365px;overflow-x:hidden;overflow-y:auto;width:100%}.TagsListings.nav.nav-pills .nav-item label{display:flex;margin-bottom:0}.DomainName,.TrainingTagsListLast,.WebsiteListActio{white-space:nowrap}.UndoCompleted{background:red;border-color:red}.QuestionTopBar{background:#f7fbfc;border-bottom:1px solid #f2f6f7;border-top:1px solid #f2f6f7;display:inline-block;padding:8px 0 8px 20px;width:100%}.QuestionTopBar span{margin:0 15px 0 0}.QuestionList{margin:0 auto;width:80%}.QuestionAnwser{background:#fff;box-shadow:0 0 5px 0 #ddd;display:block;margin:0 auto;width:100%}.QuestionAnwser button.accordion-button{background:#f7fbfc;padding:0 15px 0 0}.QuestionMove{align-items:center;cursor:move;display:flex;flex-direction:column;justify-content:start;min-height:60px;min-width:60px}.QuestionMove i{font-size:22px;line-height:14px;padding:0}.QuestionAnwser button.accordion-button a{color:#000;font-size:17px;font-weight:600;overflow:hidden;padding:0 0 0 10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.QuestionAnwser button.accordion-button:after{display:none}.QuizHeading i{font-size:20px}.QuestionMove.MoveQ{border:0;font-size:10px;min-height:auto;min-width:auto}.QuestionMove.MoveQ i{font-size:14px;line-height:7px}.AnswerQuestion{margin:10px 0 0;padding:15px}.AnswerQuestion .form-check-input:checked{background-color:#008037;border-color:#008037}.QuizHeading{margin-left:10px;margin-top:5px;width:90%}.AnswerQuestion .form-switch-md .form-check-input{left:auto;margin:0 auto}.AnswerQuestion textarea.form-control{resize:none}.QuestionMove.QNumber{cursor:auto;font-size:20px}.QuestionBodyLeft h5{color:#000;margin:0}.AnswerQuestion.PickOne{background:#fff;padding:15px}.AnswerQuestion.PickOne [type=radio]:checked~label{border:0}.MultipleQuestion{margin:0 auto;width:80%}.MultipleQuestion .QuestionAnwser{width:100%}.MultipleSubmit{background:#f7fbfc;border:1px solid #e6eff2}.TestPass{border:2px solid #008037;border-radius:8px;color:#008037;margin:0 auto;padding:10px;width:80%}.TestPass h5{margin-bottom:5px}.TestPass h5,.TestPass p{color:#008037}.TestPass.quizlock{border:2px solid red}.TestPass.quizlock h5{color:red;margin-bottom:5px}.TestPass.quizlock p{color:red}.mainCate.active.accordion-item:hover .category-action{display:block}.SearchTraningBar{background:#fff;display:inline-block;padding:0 10px 0 0;position:-webkit-sticky;position:sticky;width:100%}.SearchTraningBar .InputSearch{display:inline-block;position:relative;width:100%}.SearchTraningBar input{padding:.375rem .75rem .375rem 1.85rem;width:100%}.SearchTraningBar i{font-size:20px;left:5px;position:absolute;top:2px;z-index:1}.SearchResults{background:#fff;margin-top:-6px;padding-bottom:10px;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);padding-top:10px}.SearchResultItem{background:#fff;margin:20px auto 0;width:80%}.SearchResultItem ul{list-style:none;padding:0}.SearchResultItem ul li.InContent a{color:#222;font-size:12px}.SearchResultItem ul li.InContent a strong{display:inline-block;width:100%}.SearchResultItem ul li.InSubjectFind{border-top:1px solid #eee;display:inline-block;padding-bottom:7px;padding-top:10px;width:100%}.SearchResultItem ul li.InSubjectFind a{display:inline-block}.SearchSection{position:-webkit-sticky;position:sticky;top:0;width:82%;z-index:2}.SearchSection.edit-adjust{max-width:77%}.ActivityColumn{white-space:nowrap}.table-body.asrt-table-body{overflow:unset}.notes img{max-width:100%}.steps-list a,.TraningRightContent h4{color:#222}.way-content .false.disabled.list-group-item .steps-list a{color:#999}.LowIndexothers.AddStepPopup.MoreZindex{z-index:4}.WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item{border-radius:0;padding:5px 5px 5px 15px}.step-action .dropdown button{color:#000}.WayBookCate .content-way.collapse.show .step-action .dropdown button i{font-size:12px}.WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item .steps-list i{color:#e6e6e6;font-size:7px;margin:0 10px 0 0;position:relative;z-index:1}.WayBookCate .content-way .step-lists.content-page-documents-list-item .active.list-group-item .steps-list a,.WayBookCate .content-way .step-lists.content-page-documents-list-item .active.list-group-item .steps-list i{color:#008037}.WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item .steps-list a{color:#999}.WayBookCate .category-action .dropdown-menu,.WayBookCate .document-action .dropdown-menu{left:auto!important;right:0!important}.WayBookCate .content-way.collapse.show .document-action{top:auto}.froala{position:relative;z-index:0}.QuestionChoice .froala{z-index:1}.mainCate.accordion-item h2.accordion-header button.accordion-button:after{display:none}.mainCate.accordion-item h2.accordion-header a{align-items:center;display:flex;font-size:12px;max-width:92%;padding:0}.subjects.CoachTrainSide.CourseArea.AdminSection a{max-width:215px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.WayBookCate .subject .arrow .ThreeDots:after{content:"\f078";font-family:Font Awesome\ 5 Free;font-weight:900}.WayBookCate .subject .active.arrow .ThreeDots:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.WayBookCate .subject .arrow{padding:5px}.WayBookCate .content-way .list-group-item .active{background:#eff9f3;border-radius:5px;padding:8px}.WayBookCate .content-way.collapse.show button.btn.btn-link.p-0{font-size:15px;padding:0}.WayBookCate .subject .active .subject-data a{color:#008037;font-weight:600}.WayBookCate .content-way.collapse.show .list-group-item .active a,.WayBookCate .content-way.collapse.show .list-group-item .active button i{color:#008037}.subject .step-content .progress,.WayBookCate .subject .active .progress{height:.325rem;margin-top:5px}.WayBookCate .subject .step-action{align-items:center;display:flex}.WayBookCate .subject .step-action .dropdown-menu.show a.dropdown-item{color:#222;font-weight:400}.WayBookCate .content-way.collapse.show .list-group-item .AddBorder:after{background:#e6e6e6;content:"";height:100%;left:18px;margin-top:7px;position:absolute;width:1px}.WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item:first-child:after{background:#fff;bottom:0;content:"";height:50%;left:16px;position:absolute;top:0;width:5px}.WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item:last-child:before{background:#fff;bottom:-40%;content:"";height:95%;left:16px;position:absolute;top:auto;width:5px;z-index:1}.NextBackBtn.edit-step-action button.BackBtn.NextBtn.bwaves-effect.waves-light.btn.btn-primary{background:#008037;border-color:#008037}.step-lists.content-page-documents-list-item.list-group{margin-top:5px}.WayBookCate .step-lists.content-page-documents-list-item.list-group .list-group-item{border:0}.ProgressBarHide{border-bottom:1px solid #f5f5f5}.accordion-body .subject .active.ProgressBarHide,.accordion-body .subject:last-child .ProgressBarHide,.WayBookCate .content-way.collapse.show .list-group-item:last-child{border-bottom:0}.WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item .steps-list a.upcoming-step{color:#444}.fr-popup.fr-active{z-index:9999!important}.WayBookBar.AdminEdit .SearchSection{width:100%}.ProgressButtons .progress{border-radius:2rem;height:.525rem}.css-9gakcf-option,.css-9gakcf-option:active{background-color:#008037!important}.SearchResultItem .SearchList{border:1px solid #eee;border-radius:5px;display:inline-block;padding:5px 0;width:100%}.MyCoaching .subjects.side-change-dropdown.CourseArea .course-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MyCoaching .highlight.list-group-item .steps-list{width:90%}.SearchResultItem .SearchList:hover{background:#f9f9f9}.SearchResultItem .SearchList li{padding:0 10px}.TraningRightContent .border-bottom{border-color:#f1f1f1!important;margin-top:5px}span.PercentageShow{color:#008037;float:right;font-weight:600}.WayBookCate .step-lists.content-page-documents-list-item.list-group .highlight.list-group-item .steps-list a{color:#000}.WayBookCate .step-lists.content-page-documents-list-item.list-group .active.highlight.list-group-item .steps-list a{color:#008037;font-weight:400}.WayBookCate .step-lists.content-page-documents-list-item.list-group .disabled.highlight.list-group-item .steps-list a{color:#bbb}.WayBookCate .content-way.collapse.show .list-group-item.disabled a{color:#999}.SearchResultItemTitle.bg-gray{background:#edf4f6;border:1px solid #e2e2e3;border-radius:5px}.SearchResultItem .SearchList hr{background-color:#bbb}.SearchResultItem .SearchList li.InContent.HeadingSearch a{font-size:15px;font-weight:600;margin:0;padding-bottom:5px}.SearchResultItem .SearchList li.InContent.InDocumentsSearch span{font-weight:500;padding:0}.SearchResultItem .SearchList li.InContent.HeadingSearch a:hover,.SearchResultItem ul li.InContent a span:hover{color:#008037}.ProgressButtons{max-width:300px;position:relative}.ProgressButtons .RightAreaBtn{display:inline-block;min-width:245px;width:100%}.accordion-body .subject .active.ProgressBarHide .subject-action{align-items:center;display:flex}.MultipleSubmit button.btn.btn-primary{background:#008037;border-color:#008037}.WayBookCate .subject .step-content .subject-action button{color:#999}.SearchTraningBar .InputSearch i{color:#008037}.PointsContent.SideBarPage ul{list-style:none}.PointsContent.SideBarPage ul.popupSideBar li .document-popup button.dropdown-item{border-bottom:1px solid #f1f1f1;color:#008037}.PointsContent.SideBarPage ul.popupSideBar li ul.popupSideBar1 li button.dropdown-item{background:transparent;border:0;border-bottom:1px solid #f1f1f1;color:#000;font-size:.8rem;font-weight:400;text-transform:none}.PointsContent.SideBarPage ul.popupSideBar.onborading li .dropdown-item:hover,ul.popupSideBar1 li:hover{background:transparent;color:#008037!important;font-weight:500}.PointsContent.SideBarPage ul.popupSideBar.onborading li button.dropdown-item.completed.activeStep{color:#008037;font-weight:600}.PointsContent.SideBarPage ul.popupSideBar li ul.popupSideBar1.SubNavbar li button.dropdown-item{color:#999}.TraningRightContent.CoachTraning{margin-top:10px}.CoachTraning .NoShadow.HeightAuto.PopUpDataShow.ChangeForPopup.card{border:0;height:auto}.TraningRightContent.CoachTraning .NoShadow.traning.VideoHeight.card{height:auto}.PointsContent.SideBarPage ul.popupSideBar.onborading.WayBookBar{height:calc(100vh - 103px)}button.swal-button.swal-button--confirm{background:#008037}button.swal-button.swal-button--confirm:not([disabled]):hover{background-color:#3a3b3d}.page-content.way-training-bg .NoShadow.card{overflow:unset}.WayBookCate .subject .ProgressBarHide .step-content span a{position:static;width:100%}.TraningRightContent .NextBackBtn.edit-step-action button.BackBtn.btn.btn-secondary{background:#008037;border-color:#008037}.CoachTraning .NextBackBtn.edit-step-action button.BackBtn.btn.btn-secondary:hover{background-color:#3a3b3d;border-color:#3a3b3d}ul.popupSideBar1.SubNavbar li{position:relative}ul.popupSideBar1.SubNavbar .dropdown{position:absolute;right:0;top:0}.PointsContent.SideBarPage ul .dropdown-menu{left:auto;right:5px!important}.PointsContent.SideBarPage ul .dropdown button.btn{color:#555;padding:unset}.WebsiteListAction{white-space:nowrap}.vertical-menu .simplebar-wrapper{background:#00002a;height:calc(100vh - 61px)!important;padding:25px 20px}.simplebar-mask #sidebar-menu ul{padding:25px 20px}#sidebar-menu ul li a:hover{background:hsla(0,0%,100%,.1);color:#fff}#sidebar-menu ul li a i{color:#fff;font-size:1.2rem}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{font-size:1.2rem}#sidebar-menu ul li a.active i{color:#fff!important}body .page-content{padding-left:290px;padding-right:30px}body.vertical-collpsed.sidebar-enable .page-content{padding-left:70px}.page-content .card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,127,50,.1);overflow:hidden}#sidebar-menu ul li a:hover i{color:#fff}.accordion-body .subject .active.ProgressBarHide .subject-action i,.WayBookCate .accordion-header button.accordion-button i{color:#008037}.RevenueType,.StartDateProduct{white-space:nowrap}.TraningRightContent .TopTitle{background:#eff9f3;border-radius:5px 5px 0 0;padding:5px 10px 0 8px}#isPasted,.froala #editor #isPasted,.froala #editor #isPasted>div{max-width:100%!important}.modal-dialog.subActionTraining.modal-md.modal-dialog-centered .card{margin:0}.ProgressBarHide .step-content span{position:relative;z-index:1}.TraningRightContent.RenamePages{margin:0 0 10px;min-height:calc(100vh - 103px);padding:3rem 0 0}.TraningRightContent.RenamePages .action-way{height:auto}.SettingIconDropDown .dropdown-menu[style]{right:0!important}.SettingIconDropDown{position:relative;z-index:2}.PopUpShow{background:#fff;border-radius:5px;box-shadow:0 0 5px 5px #ddd;min-width:230px;padding:20px;position:absolute;right:15px;z-index:3}.SettingIconDropDown button{position:relative}.SettingIconDropDown:before{background:rgba(0,0,0,.4);bottom:0;content:"";display:none;left:0;position:fixed;right:0;top:0}.SettingIconDropDown button.CogBtn{background:transparent;font-size:15px;margin:0 10px 0 0}.roadmapDashboard{text-transform:capitalize}.MultipleQuestion .QuestionAnwser.disabledquestions{opacity:.4;pointer-events:none}.MultipleSubmit.TopButtonStart{background:transparent;border:0}.DashboardHeadingSection h4.card-title{color:#fff;font-size:14px;font-weight:600;margin:0}.DashboardCard .card{border-radius:10px;box-shadow:0 0 5px 0 #999;position:relative;z-index:revert-layer}.DashboardCard ul{list-style:none;margin-bottom:0;overflow:auto;padding:0}.TraningRightContent.DashboardCard ul li{border-bottom:1px solid #e9e9e9;padding:5px 0}.TraningRightContent.DashboardCard ul li:first-child{padding:0}.TraningRightContent.DashboardCard ul li:last-child{border-bottom:0}.TraningRightContent.DashboardCard ul li .ID-Number{align-items:center;background:#008037;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-size:12px;height:20px;justify-content:center;padding:0;text-align:center;width:20px}.TraningRightContent.DashboardCard .DashboardHeadingSection{background:#e9e9e9;border:1px solid #ccc;color:#f8f9fa;max-width:270px}.TraningRightContent.DashboardCard h4.card-title{color:#000}.TraningRightContent.DashboardCard ul li h6{color:#000;margin-bottom:3px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TraningRightContent.DashboardCard ul.RecentlyViewed li h6{width:255px}.TraningRightContent.DashboardCard ul.IncompleteTraining li h6{width:210px}.TraningRightContent.DashboardCard ul li p{color:#999;display:inline-block;font-size:11px;line-height:normal;margin:0}.TraningRightContent.DashboardCard ul li p span{border-radius:100%;float:left;font-size:16px;margin:-3px 0 0}.DashboardHeading h3{color:#bbb;font-weight:500}.DashboardHeading h3 span.PrimaryClass{color:#008037;font-weight:700}.DashboardHeading h3 span.SecondryClass{color:#000;font-weight:700}#layout-wrapper .card .card-body table.table.table-border.DashboardTable td:last-child{border-right:2px solid #ddd}#layout-wrapper .card .card-body table.table.table-border.DashboardTable th{text-transform:uppercase}.PercentageComplete{color:#008037;font-size:12px;font-weight:600;margin:0 10px 0 0}.SetpsQuestions{background:#f4fff7;border:1px solid #d7ffe4;border-radius:3px;padding:5px}.SetpsQuestions ul li{font-size:11px}.SetpsQuestions ul li span{color:#008037}.TraningRightContent.DashboardCard .SetpsQuestions ul li{border:0;padding:0}.text-success{color:#008037!important}.TraningRightContent.DashboardCard #lead-datatable.DashboardTable thead tr th,.TraningRightContent.DashboardCard table#as-react-datatable thead tr th{background:#f3f3f3;border:1px solid #ddd;border-right:0;color:#000}.TraningRightContent.DashboardCard #lead-datatable.DashboardTable thead tr th:last-child,.TraningRightContent.DashboardCard table#as-react-datatable thead tr th:last-child{border-right:1px solid #ddd}.tableFixHead{max-height:calc(100vh - 228px);overflow-x:hidden;overflow-y:auto}.tableFixHead thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1}.TrainingImage img{max-width:100%}.TrainingsContents p{text-align:justify}.TestPass.quizlock .btn-outline-primary{color:#000}.TestPass.quizlock .btn-outline-primary:hover{background-color:#3a3b3d;border-color:#3a3b3d;color:#fff}.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Questions{min-width:210px}.PermissionLib.DashboardDatatable #as-react-datatable-table-body{margin-left:0;margin-right:0}.PermissionLib.DashboardDatatable #as-react-datatable-table-foot{display:none}.DashBordTop{min-height:260px}.ProgressKnob:after{background:transparent;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.CreateDated{white-space:nowrap}.Green{background:#008037;border-color:#008037}.Green:hover{background:#239933;border-color:#239933}#layout-wrapper table.table.table-bordered td.IpAddress{white-space:nowrap}.ProgressButtons .RightAreaBtn span,tr.content-page-documents-list-item td span{color:#008037;font-weight:600}.NewCoachDialer .boxescard .dashboard-calander .calander-full-dashboard .card-body{box-shadow:none}td.LogListsName{min-width:165px}td.IpaddressLogs{white-space:nowrap}.froala #editor .fr-element.fr-view{max-height:calc(100vh - 320px)}.WayBookCate .active .document-action i.fas.fa-info-circle{color:#008037}.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Questions_name,.PermissionLib.DashboardDatatable table#as-react-datatable tr td.ScrosesName{max-width:200px;min-width:200px}.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Questions_id,.PermissionLib.DashboardDatatable table#as-react-datatable tr td.SRScrosesName{max-width:30px;min-width:30px}.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Questions_score,.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Scroses{max-width:90px;min-width:90px}#sidebar-menu .ResourcesSidebar li a.dropdown-item.active,#sidebar-menu .ResourcesSidebar li a:hover{background:#239933;color:#fff;opacity:1}.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Questions_statu,.PermissionLib.DashboardDatatable table#as-react-datatable tr td.ScrosesType{max-width:60px;min-width:60px}.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Questions_type{max-width:150px;min-width:150px}.PermissionLib.DashboardDatatable table#as-react-datatable tr td.Questions_date,.PermissionLib.DashboardDatatable table#as-react-datatable tr td.ScrosesDate{max-width:130px;min-width:130px}.PermissionLib.DashboardDatatable table#as-react-datatable tr td,.PermissionLib.DashboardDatatable table#as-react-datatable tr th.Questions{max-width:230px;min-width:230px}.PermissionLib.DashboardDatatable table#as-react-datatable thead.quizstats_thead tr th{background:#f3f3f3;border:1px solid #ddd;border-right:0;color:#000}.PermissionLib.DashboardDatatable table#as-react-datatable thead.quizstats_thead tr th:last-child{border-right:1px solid #ddd}.PermissionLib.DashboardDatatable #as-react-datatable-table-head,.tableFixHead #as-react-datatable-container #as-react-datatable-table-foot,.tableFixHead #as-react-datatable-container #as-react-datatable-table-head{display:none}.TrainingTagSubject,.way-content .widthWise .TrainingTagCategory,.way-content .widthWise .TrainingTagDocument{bottom:8px;height:25px;position:absolute;right:40px;z-index:9}tr.content-page-documents-list-item td small img{height:auto;max-height:100%}.CoachesDrop.ToCoach .DropDownCoh.ClonePage .select2-selection__control{max-height:200px}.MyCoaching .WayBookDropDown{background:#f3f3f3}.WayBookBar .dropdown .dropdown-menu{left:auto!important;right:0!important}.MyCoaching a.OpenTraining{color:#008037;font-size:14px;font-weight:600}.tableFixHead .table-body.asrt-table-body{margin-top:0!important}td.LogSrNo{min-width:42px}.LowIndexothers.AddStepPopup.MoreZindex.Zfive{z-index:5}.MainTZone.zIndexThree{z-index:6}.MainTZone.Three,.MainTZone.zIndexFour{z-index:5}.MainTZone.ClientDetailsUpdate.Two{z-index:6}.email .modal-body .campddd_log{max-height:calc(100vh - 150px);overflow:auto}.openEdndbook .viewhtml iframe{height:1100px!important;width:100%!important}.openEdndbook .viewhtml{max-width:100%;overflow:auto;width:100%}.openEdndbook .viewhtml img{max-width:100%}.email-leftbar.card{height:calc(100vh - 118px);position:-webkit-sticky;position:sticky;top:0;z-index:1}.email-leftbar.card,.page-content.MailInbox .email-rightbar .card{box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02)}.page-content.MailInbox .email-rightbar .card{min-height:calc(100vh - 118px)}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper,.fr-command.fr-btn.fr-active+.fr-dropdown-menu{max-width:440px}.MyCoaching .WayBookDropDown.CourseToggle{background:#eff9f3;width:100%}.MyCoaching .WayBookDropDown.CourseToggle .OpenTraining{color:#000}.CourseArea .category-action{z-index:1}.CourseArea .accordion .accordion-item h2.accordion-header{align-items:center;display:flex;width:54%}.CourseArea .CourseTitle{align-items:center;background:#eff9f3;display:flex;justify-content:space-between;margin-top:5px;position:relative;width:100%;z-index:unset}.CourseArea .WayBookCate .category-action{z-index:unset}.CourseArea .WayBookCate .subject .active .step-content span a{color:#555;font-weight:400}.CourseArea .WayBookCate .content-way .list-group-item .active{background:transparent;border-radius:5px;position:relative;z-index:unset}.CourseArea .WayBookCate .content-way.collapse.show .list-group-item .active a{color:#555}.CourseArea .WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item .steps-list i{margin:0 10px 0 0}.CourseArea .WayBookCate .content-way.collapse.show .list-group-item:last-child .AddBorder:after{background:#e6e6e6;content:"";height:96%;left:18px;margin-top:7px;position:absolute;width:1px}.CourseArea .WayBookCate .content-way.collapse.show .list-group-item:last-child{border-bottom:0;padding-top:0}.CourseArea .WayBookCate .content-way .step-lists.content-page-documents-list-item .list-group-item:last-child:before{bottom:-10%;height:65%}.CourseArea .ProgressBarHide .step-content span,.CourseArea .WayBookCate .content-way.collapse.show .list-group-item a{overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:unset}.CourseArea .ProgressBarHide .step-content span{max-width:220px}.ToggleBtn button{border-radius:100%;height:13px;width:13px}.ToggleBtn{align-items:center;background:#fff;border:1px solid green;border-radius:20px;display:flex;height:15px;position:relative;transition:width 2s;width:60px}.ToggleBtn button{position:absolute;top:0;transition:width 2s}.ToggleBtn button.StateA,.ToggleBtn button.StateB{left:0;transition:width 2s}.ToggleBtn button.StateB{margin:auto;right:0}.ToggleBtn button.StateC{left:auto;right:0;transition:width 2s}.CourseArea .step-lists.content-page-documents-list-item.list-group:last-child .highlight.list-group-item:after{display:none}.CoursePriceSetup{padding:5px}.CoursePriceSetup input.form-control{height:30px;width:40%}.CoursePriceSetup label{margin:0}.CourseArea .accordion .accordion-item .accordion-button{padding:10px}.CourseArea .accordion .accordion-item{border:0;border-bottom:1px solid #eee}.CourseArea .accordion .accordion-item .accordion-button:after{display:none}.CourseName{align-items:center;display:flex;position:relative}.CourseName .dropdown{position:absolute;right:5px}.CourseArea .steps-list i{color:#e6e6e6;font-size:7px;margin:0 10px 0 0;position:relative;z-index:1}.CourseArea .highlight.list-group-item{background:transparent;border:0;padding-top:0}.CourseArea .accordion .accordion-item .accordion-button{background:transparent;border:0;border-radius:0;box-shadow:none;padding:10px 10px 10px 5px}.CourseArea .step-lists.content-page-documents-list-item.list-group{margin-top:0;position:relative}.CourseArea .step-lists.content-page-documents-list-item.list-group:before{background:#fff;bottom:0;content:"";height:26%;left:22px;position:absolute;top:auto;width:5px;z-index:1}.way-content .TraningRightContent.RenamePages .widthWise{max-height:unset}.way-content .TraningRightContent.RenamePages .action-way.current_2{height:auto;margin-bottom:10px}.CourseArea .accordion .dropdown-item{padding-left:.5rem}.CoursePrice label{margin:0}.CoursePrice input.form-control{height:30px;margin:0 0 0 10px;width:45%}.CoursePrice{border-bottom:1px solid #ddd;padding-bottom:5px}input.form-control.UploadImage{height:33px}.ClientAwardBadges{margin-top:10px;position:absolute;right:-39%;text-align:center;width:200px}.AwardImage{align-items:center;border:1px solid #ddd;border-radius:5px;display:flex;flex-direction:column;gap:10px;margin-top:20px;padding:10px}.AwardImage img{width:50px}.UpdatePageUsr{width:100%}.page-content.MailInbox{background:#f1f1f7;height:calc(100vh - 81px)}.page-content.MailInbox .email-rightbar{margin-left:250px}.page-content.MailInbox .email-rightbar .froala{z-index:6}.email-rightbar .app-search.search{padding:0}.email-rightbar .CommonSelectTwo.Zindex{height:38px}.NotHeight{min-height:38px}.email-rightbar .CommonSelectTwo.NoFixHeight .css-2b097c-container,.email-rightbar .CommonSelectTwo.Zindex .css-2b097c-container{position:static}.email-rightbar .SubmitBtn button.btn.btn-primary,.ReplyBtn button.btn.btn-primary{background:#008037;border-color:#008037}.email-rightbar .app-search.search .form-control{border-radius:4px}.email-rightbar .SubmitBtn button.btn.btn-primary:hover,.ReplyBtn button.btn.btn-primary:hover{background:#239933;border-color:#239933}.message-list{display:block;margin-top:10px;padding-left:0}.message-list li{border-bottom:1px solid #f1f1f1;height:35px;line-height:35px}.message-list li .col-mail-1{align-items:center;display:flex;height:35px;width:320px}.message-list .checkbox-wrapper-mail input{cursor:pointer;height:15px;opacity:0;width:15px}.message-list li .col-mail-1 .checkbox-wrapper-mail{align-items:center;display:flex;height:15px;justify-content:center;margin:0 10px 0 20px;width:15px}.message-list li:nth-child(2n){background:#f8f9fa}.mail-list a{border-bottom:1px solid #f1f1f1}.mail-list a.active,.mail-list a:hover{background:#f8f9fa;color:#343a40}ul.message-list a.subject{padding-top:0}.message-list li .col-mail-2{left:250px;line-height:35px}.message-list .checkbox-wrapper-mail label:before{height:15px;left:1px;margin-top:-10px;width:15px}.message-list .checkbox-wrapper-mail label{height:15px;width:15px}.CourseArea .accordion .accordion-item button.accordion-button{background:transparent;padding-bottom:5px;padding-right:0;padding-top:5px;width:100%}.message-list li .col-mail-1 .star-toggle{margin:0}.message-list li .col-mail-1 .title{color:#000;font-weight:600;left:70px}.EmailContent{background:#f8f9fa;border-radius:5px;max-height:calc(100vh - 275px);min-height:calc(100vh - 275px);overflow:auto;padding:15px}#isPasted,.EmailContent p,.EmailContent span,.EmailContent strong,.EmailContent strong#isPasted{background:transparent!important}.EmailMedia{border-bottom:1px solid #f1f1f1;padding:5px 0}#layout-wrapper .page-content.MailInbox .card .card-body .EmailContent table td img{height:auto}.DeleteBtn{padding:0 10px}.page-content.MailInbox .email-rightbar .card{padding-top:15px}.message-list li .col-mail-2 .subject span.change-color{color:#000;font-weight:600}.PopUpModal.Purchese .modal-content{background:#239933;border:0}.PopUpModalBodyTitle{padding:15px 0 0}.PopUpModalBodyTitle h2{color:#fff}ul.PurchesingPoints{list-style:none;margin:0;padding:0}ul.PurchesingPoints li{color:#fff;font-size:14px;margin-bottom:10px}.EndText p{color:#fff;font-size:16px}.CourseBadges h4{color:#fff}.FrolaContent{max-height:calc(100vh - 190px);min-height:calc(100vh - 190px);overflow:auto}.FrolaContent.QuizSec{max-height:calc(100vh - 228px);min-height:auto}.DropDownSelecter .dropdown button.btn{padding:.375rem .75rem}.TraningRightContent.disabledview{opacity:.4;pointer-events:none}.active.accordion-header .course-title{color:#008037;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TraningRightContent .TopSection .TopTitle{background:transparent}.TraningRightContent .TopSection{background:#eff9f3}.TraningRightContent .TopSection .TopTitle h4{color:#008037;font-size:18px;font-weight:700}.TraningRightContent .TopSection .TopTitle .ProgressButtons h4,.TraningRightContent .TopSection h5{color:#000;font-size:16px;font-weight:600;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TraningRightContent .TopSection h4.TraningTitles{font-size:18px}.TraningRightContent .TopSection h5.TraningSubTitles{font-size:16px;max-width:765px}.CourseArea .WayBookCate .content-way.collapse.show .list-group-item .active a,.subjects.side-change-dropdown.CourseArea .WayBookCate .active.ProgressBarHide a{color:#008037;font-weight:600}.CourseArea .WayBookCate .content-way.collapse.show .list-group-item a.dropdown-item,.subjects.side-change-dropdown.CourseArea .WayBookCate .active.ProgressBarHide a.dropdown-item{color:#555;font-weight:400}.clientpaidbtn{z-index:9}.TraningDashboard .DashboardSidebar{margin:0 15px 0 0;min-width:331px}.vertical-menu.TraningDashboard{background:transparent;box-shadow:none;height:calc(100vh - 84px);top:70px;width:330px!important;z-index:2}.vertical-collpsed .main-content{margin-left:0}.vertical-collpsed.sidebar-enable .way-content.DashboardTraning{padding-left:45px}.vertical-collpsed.sidebar-enable .WayBookBar .HideCollaps{display:none}.vertical-collpsed.sidebar-enable .vertical-menu.TraningDashboard,.vertical-collpsed.sidebar-enable .vertical-menu.TraningDashboard .WayBookBar{background:transparent;box-shadow:none;padding:0}.vertical-collpsed.sidebar-enable .vertical-menu.TraningDashboard button#vertical-menu-btn{background:#008037;border-radius:0 5px 5px 0;color:#fff;height:120px;margin-top:10px;padding:0;width:30px}.dropdown-toggle:after,.vertical-collpsed.sidebar-enable button img{display:none}body{padding:0}.vertical-menu.TraningDashboard .WayBookBar.AdminEdit button#vertical-menu-btn img{margin-bottom:5px;width:20px}.vertical-collpsed.sidebar-enable .vertical-menu.TraningDashboard{width:38px!important}.vertical-collpsed.sidebar-enable .navbar-brand-box{width:255px!important}.email-rightbar .dropdown.show .dropdown-menu.show{left:auto!important;right:0!important}.TraningDash-Board li{color:#000;font-weight:600}.TraningRightContent.DashboardCard .TraningDash-Board li,.TraningRightContent.DashboardCard .TraningDash-Board li:first-child{padding:15px 0}.TraningRightContent.DashboardCard.TraningCoachDash .DashboardHeadingSection{background:#008037;border:1px solid #008037;color:#fff;max-width:270px;z-index:1}.TraningRightContent.DashboardCard.TraningCoachDash .DashboardHeadingSection h4.card-title{color:#fff}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed{height:270px;max-height:270px;text-align:center}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed .carousel.slide{height:250px}.TraningRightContent.DashboardCard.TraningCoachDash .carousel-item img{bottom:15px;float:none;left:0;margin:0 auto;max-height:120px;max-width:140px;position:absolute;right:0}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed h4{color:#008037;font-size:14px;margin:0}.RecentlyViewed.EarnedBadgesBig .SliderContent h5.ChangeColor,.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed.EarnedBadgesBig h4{color:#008037;font-size:20px;margin-bottom:0}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed .carousel-indicators{display:none}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed.EarnedBadgesBig{height:300px;max-height:300px;text-align:center}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed.EarnedBadgesBig .EarnedBadges img{margin-top:5px;max-height:220px;max-width:300px}.SliderContent{padding-top:15px}.SliderContent h5.ChangeColor{color:#008037;font-size:14px}.SliderContent h5{color:#000;font-size:14px}.carousel-control-next-icon .carousel-control-prev-icon{background-image:none}.carousel-control-next-icon:before,.carousel-control-prev-icon:before{color:#008037;font-family:Ionicons;font-size:27px}.carousel-control-next-icon:before{content:"\f3d1"}.carousel-control-prev-icon:before{content:"\f3cf"}.carousel-control-next,.carousel-control-prev{opacity:1}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed li h6{margin:0}.TraningRightContent.DashboardCard.TraningCoachDash ul li p:last-child{color:#008037;font-weight:600}ul.IncompleteTraining.TraningDash-Board small{color:#008037;font-weight:500}.TraningRightContent.DashboardCard .TraningDash-Board li .PercentageComplete{color:#000;text-align:right}.ModuleImg{align-items:center;background:#239933;border-radius:0 10px 10px 0;color:#fff;display:flex;font-weight:600;height:100%;justify-content:center;min-height:100px;position:absolute;right:0;top:0;width:45%}.ModuleImageContent{display:inline-block;margin-top:0;max-height:270px;min-height:270px;overflow:auto;width:53%}.ModuleImageContent h5{color:#000;margin:0}.ModuleImageContent p{color:#000}.NobHeading{display:flex;flex-direction:column;justify-content:center;min-height:80px;position:relative;text-align:center;z-index:1}.NobHeading h4{font-size:14px;margin-bottom:5px}.NobHeading h5{color:#5656a2;font-size:12px;text-align:center}.TraningRightContent.DashboardCard.TraningCoachDash .DashBordTop{min-height:300px}ul.IncompleteTraining.TraningDash-Board{max-height:270px}.ModuleBadge{cursor:pointer;position:absolute;right:15px;text-align:center;z-index:1}.ModuleBadge img{max-width:70px}.ModuleBadge h5{color:#000;font-size:12px;margin:4px 0 0;text-align:center}ul.IncompleteTraining.TraningDash-Board li.auth-user-rank,ul.IncompleteTraining.TraningDash-Board li.auth-user-rank .PercentageComplete{color:#008037}ul.IncompleteTraining.TraningDash-Board li.auth-user-rank{background:#f9f9f9}.way-sidebar .subjects .mainCate.main.accordion-item h2.accordion-header{width:65%}.way-sidebar .subjects.AdminSection .mainCate.main.accordion-item h2.accordion-header{width:52%}.highlight.dssr .steps-list.test{width:195px}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed.BookMark{margin-bottom:10px;max-height:245px;overflow:auto}.TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed.BookMark.BookMarkDetails{-webkit-column-count:2;column-count:2;height:auto;max-height:none}.TraningRightContent.DashboardCard.TraningCoachDash ul li:last-child{border-bottom:1px solid #e9e9e9}.bookmarksCard.card{box-shadow:none}.MyCoaching.mytraning .way-sidebarCoach h2.accordion-header{width:63%}.TraningRightContent.DashboardCard.TraningCoachDash ul.RecentlyViewed.BookMark.BookMarkDetails li{border-bottom:1px solid #e9e9e9;display:inline-block;padding:5px 0;text-align:left;width:100%}.TraningRightContent.DashboardCard.TraningCoachDash ul.pagination li.page-item:last-child,ul.pagination li.page-item{border:0}.TraningRightContent.DashboardCard .TraningDash-Board li.active-course{background:#d0ece5;padding:5px 0}.TraningRightContent.DashboardCard .TraningDash-Board li.active-course:after{border-bottom:24px solid transparent;border-left:19px solid #008037;border-top:24px solid transparent;content:"";height:0;position:absolute;right:-14px;width:0}.inactive-checkbox .inactive-checkbox{background-color:#c00000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");border-color:#c00000}.inactive span.badge.bg-secondary{background:#d9d9d9!important}.BadgesLogo{align-items:center;display:flex;max-height:180px;min-height:180px}.certification_logo{justify-content:center;margin:0 auto;width:200px}.certification_logo img{max-width:100%}.TraningRightContent.DashboardCard.TraningCoachDash .SetpsQuestions ul li:last-child{border-bottom:0}.DashboardCard.TraningCoachDash .DashboardHeadingSection.mb-4.modal_badge_title{background:#e9e9e9;color:#000;left:5px;padding:5px 10px}.DashboardCard.TraningCoachDash .DashboardHeadingSection.mb-4.modal_badge_title h4.card-title{color:#000}.progress.Module{height:5px}.progress.Module .progress-bar{background-color:#008037}.active.mainCate.main.accordion-item h2.accordion-header{background:transparent}.subjects.CoachTrainSide h2.active.accordion-header{padding:0}.mainCate.main.accordion-item .progress.Module{display:none}.active.mainCate.main.accordion-item .progress.Module{display:flex;margin-bottom:15px}.ProgressButtons span{color:#008037;font-size:12px;font-weight:600}.mainCate.main.active.accordion-item .ShowPercent{color:#008037}.mainCate.main.active.accordion-item .ShowPercentSub{color:#555}.WayBookCate .content-way .list-group-item .active .ShowPercentSub{color:#008037}.ProgressButtons .RightAreaBtn span.RightPercent{position:absolute;right:0;top:1px}.mainCate.main.accordion-item{padding:5px 0}.side-change-dropdown.CoachTrainSide.CourseArea.AdminSection.LightGBg .mainCate.main.accordion-item{padding:0}.accordion-body .subject .active.ProgressBarHide .step-content{margin-bottom:10px}.TraningRightContent.DashboardCard .TraningDash-Board.ProgressCourse li,.TraningRightContent.DashboardCard .TraningDash-Board.ProgressCourse li:first-child{padding:5px 0}.CourseBadges img{margin:0 5px 5px 0;max-width:70px}.TabsSideBar li.nav-item a{color:#888;font-size:12px;margin:0;padding:5px 0!important;text-align:center;width:80px}.TabsSideBar{border:0;display:flex;padding-top:0}.TabsSideBar li a{background-color:#fff;border:1px solid #c7c7c7;border-radius:.25rem}.TabsSideBar li a.active.nav-link{background-color:#fff;border:1px solid #008037;color:#008037!important}.TabsSideBar .tab-content{padding:0 10px}.TabsSideBar{left:5px;position:absolute;top:12px}ul.TabsSideBar{display:flex;list-style:none;padding:0}.PointsContent .TraningRightContent.DashboardCard.TraningCoachDash .RecentlyViewed.BookMark{overflow-x:hidden;overflow-y:auto}span.carousel-control-next-icon,span.carousel-control-prev-icon{background-image:none}.ribbon-1{background:#008037;box-shadow:0 0 0 999px #008037;-webkit-clip-path:inset(0 -100%);clip-path:inset(0 -100%);position:absolute}.ribbon-1.left{border-radius:0 0 0 10px;box-shadow:none;color:#fff;font-size:11px;inset:0 auto auto 0;left:auto;padding:2px 15px;right:0;text-transform:uppercase;-webkit-transform-origin:100% 0;transform-origin:100% 0}.card.badges_outer_div .card{border:2px solid transparent;overflow:hidden;position:relative}.card.badges_outer_div .active-card.card{border-color:#008037}input.form-check-input.badge_check[type=checkbox]{height:25px;padding:0;width:25px}.form-check.form-switch i.mdi.mdi-lock-open-variant-outline{position:absolute;right:45px}.LabelLists{position:relative}.LabelLists a{width:100%}.LabelLists .ActionBts{position:absolute;right:0}.filter-table .MainTZone1{position:relative}.filter-table .MainTZone1 .css-2b097c-container{position:absolute;width:100%;z-index:1}.subjects.side-change-dropdown.CoachTrainSide .mainCate.accordion-item h2.accordion-header a .course-title{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-rightbar .FilterDropDown.dropdown.show .dropdown-menu.show{left:0!important}.modal-dialog.PopUpModal.Purchese.modal-dialog-centered .modal-body{height:auto;max-height:calc(100vh - 110px);overflow:auto;padding-bottom:20px}.modal-body .color-dark{color:#000}main.chat-box .askai_card.card{background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.19);display:flex;margin:0;min-height:calc(100vh - 100px)}.page-content.way-training-bg .askai_chat_content{background:#fff;border-radius:5px;box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.19);padding:0 0 10px 10px}.page-content.way-training-bg .askai_chat_content .chat-messages{height:calc(100vh - 212px)}.askai_content{background:#f9f9f9;border:1px solid #e9e9e9;border-radius:5px;padding:15px 20px;width:70%}.askai_content .SearchTraningBar{padding:0}.askai_card.card .card-body{align-items:center;display:flex;justify-content:center;width:100%}.askai_content .form-check.form-switch{min-height:0}main.chat-box .card{background:transparent;margin:0}.WayBookBar.AskAiTab{height:calc(100vh - 100px)}.WayBookBar.AskAiTab ul.TabsSideBar{border-bottom:1px solid rgba(0,0,0,.125);margin:0;padding-bottom:10px;padding-left:10px;position:static}.WayBookBar.AskAiTab .list-group-item{font-size:12px;overflow:hidden;padding:.5rem .45rem;text-overflow:ellipsis;white-space:nowrap}.WayBookBar.AskAiTab .chat-user-list{height:calc(100vh - 185px)}.askai_content p{font-size:10px}.askai_content .SearchTraningBar .InputSearch input.form-control{font-size:12px;font-weight:400;min-height:42px;padding-bottom:5px;padding-top:5px}.certification_div{display:none;left:245px;max-height:400px;position:absolute;right:auto;top:0;width:450px;z-index:1;z-index:9}.certification_div:before{border-bottom:20px solid transparent;border-right:20px solid #999;border-top:20px solid transparent;content:"";left:-20px;position:absolute;top:8%;z-index:1}.certification_sec:hover .certification_div{display:block}.DashboardCard .certification_div ul{padding-left:15px}.certification_sec{height:100%}.TraningRoadMap .carousel-control-next,.TraningRoadMap .carousel-control-prev{bottom:-20px;height:30px;left:8%;position:absolute;top:auto;width:30px}.TraningRoadMap .carousel-control-next{left:10%}.TraningRoadMap.carousel.slide{position:relative}.DashboardCard .BoxShadow.card{max-height:155px}.RoadMapPoints{float:right;margin-top:-12%;padding-right:40px;position:relative;width:920px}.TraningRoadMapImg img{float:right}.RoadMapSteps{float:right;height:100%;position:absolute;right:0;top:0;width:100%}.RoadMapSteps .Step{width:200px}.RoadMapSteps .Step h5{color:#008037;font-size:10px;margin:0}.RoadMapSteps .Step h3{color:#000;font-size:13px;font-weight:600;margin:0}.RoadMapSteps .Step img{border-radius:100%;display:inline-block;float:none;height:63px;left:7px;object-fit:cover;position:relative;top:5px;width:63px}.RoadMapSteps .Step.One .PointContent{margin-top:16%}.RoadMapSteps .Step.One .PointContent h5{margin-left:10px}.RoadMapSteps .Step.One{height:125px;position:absolute;right:0;top:0}.RoadMapSteps .Step.One .PointContent{margin-left:50px}.RoadMapSteps .Step.Two{display:inline-block;height:auto;position:absolute;right:0;top:26%;width:310px}.RoadMapSteps .Step.Two h5{margin-top:0}.RoadMapSteps .Step.Two img{left:6px;top:6.5px}.RoadMapSteps .Step.Two .PointContent{float:right;margin:5% 0 0;width:80%}.RoadMapSteps .Step.Three{float:left;height:auto;height:120px;left:25%;position:absolute;right:auto;top:31.8%;width:227px}.RoadMapSteps .Step.Three h5{margin-top:5px}.RoadMapSteps .Step.Three img{float:right;left:auto;right:0;top:8px}.RoadMapSteps .Step.Three .PointContent{display:inline-block;margin:25% 0 0;width:70%}.RoadMapSteps .Step.Three .PointContent h5{margin-left:10px;margin-top:0;text-align:left}.RoadMapSteps .Step.Four{bottom:6.5%;float:right;height:auto;height:129px;left:auto;position:absolute;right:29.7%;width:210px}.RoadMapSteps .Step.Four h5{margin-top:5px}.RoadMapSteps .Step.Four img{align-items:center;display:flex;float:left;justify-content:center;left:auto;right:60px;top:9px}.RoadMapSteps .Step.Four .PointContent{display:inline-block;margin:11% 0 0;width:100%}.RoadMapSteps .Step.Four .PointContent h5{margin-left:18px;margin-top:0;text-align:left}.RoadMapSteps .Step.Five{bottom:-1%;float:left;height:auto;height:120px;left:6px;position:absolute;right:auto;width:210px}.RoadMapSteps .Step.Five h5{margin-top:5px}.RoadMapSteps .Step.Five img{right:-4px;top:15px}.RoadMapSteps .Step .PointContent{display:inline-block;margin:0;width:69%}.RoadMapSteps .Step.Five .PointContent{display:inline-block;margin:15px 0 0 17px;width:60%}.RoadMapSteps .Step.Five .PointContent h5{margin-left:10px;margin-top:0;text-align:left}.TraningRightContent.DashboardCard.TraningCoachDash .certification_sec .RecentlyViewed{height:auto}.RoadMapSteps .Step.Five img{display:block;float:right;left:auto;right:1px;top:-11.6px}.TraningRoadMap.carousel.slide .carousel-indicators{display:none}.UpdateInformationModal .ModalRoadMap.modal-body{min-height:calc(100vh - 175px)}.UpdateInformationModal .ModalRoadMap.modal-body .RoadMapSteps .Step.One .PointContent{margin-top:45%}.ModalRoadMap.modal-body .RoadMapSteps .Step.One img{left:8px;top:6px}.ModalRoadMap.modal-body .RoadMapPoints{float:right;padding-right:0;position:absolute;right:40px;top:0;width:82%}.ModalRoadMap.modal-body .RoadMapSteps .Step.Five{bottom:5%;float:left;height:70px;left:-14%;position:absolute;right:auto;width:180px}.ModalRoadMap.modal-body .RoadMapSteps .Step img{border-radius:100%;height:50px;left:9px;overflow:hidden;position:absolute;top:5px;width:50px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Five img{display:block;float:right;left:auto;right:1px;top:-11px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Four .PointContent{display:inline-block;left:22%;margin:25% 0 0;position:relative;width:100%}.ModalRoadMap.modal-body .RoadMapSteps .Step.Four img{left:20px;top:9px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Four{bottom:0;float:right;height:auto;height:135px;left:auto;position:absolute;right:22.5%;width:290px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Three{float:left;height:100px;left:15.18%;position:absolute;right:auto;top:31.4%;width:194px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Three img{float:right;left:auto;right:2px;top:10px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Two{display:inline-block;height:auto;position:absolute;right:11px;top:27%;width:210px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Two img{left:4px;top:3px}.ModalRoadMap.modal-body .RoadMapSteps .Step.One{height:auto;position:absolute;right:-42px;top:-1px;width:175px}.ModalRoadMap.modal-body .RoadMapSteps .Step.Three .PointContent{display:grid;margin:47px 0 0;width:65%}.ModalRoadMap.modal-body .RoadMapSteps .Step.Two .PointContent{float:right;margin:60px 0 0;width:73%}.ModalRoadMap.modal-body .RoadMapSteps .Step.Two h5{margin-top:0}.ModalRoadMap.modal-body .RoadMapSteps .Step.Five .PointContent{display:grid;margin:5px 0 0 10px;width:70%}.ModalRoadMap.modal-body .RoadMapSteps .Step.Five .PointContent h5{margin-left:10px;margin-top:0;order:2;text-align:left}.ModalRoadMap.modal-body .RoadMapSteps .Step.Three .PointContent h5{order:2}.subjects.CoachTrainSide.CourseArea.AdminSection a.upcoming-step{max-width:80%}.CourseArea .category-action .clientpaidbtn{padding-left:0;padding-right:0;position:absolute;right:0;top:0;width:95px}button.BackBtn.btn.btn-secondary{background-color:#008037;border-color:#008037}.CourseArea .WayBookCate .category-action.PricingFreePaid{top:12px}.side-change-dropdown.CoachTrainSide.CourseArea.AdminSection.LightGBg .mainCate.main.accordion-item .BgLightGreen .category-action.PricingFreePaid{top:8px}.w-88{width:88%!important}.form-check.form-switch i.mdi.mdi-lock-outline{position:absolute;right:100px;top:6px}.side-change-dropdown.CoachTrainSide.CourseArea.AdminSection.LightGBg .mainCate.main.accordion-item .BgLightGreen{background:#eff9f3;margin-top:5px}.ModalRoadMap.modal-body .RecentlyViewed,.TraningRoadMap .BoxShadows{box-shadow:0 0 2px #888}.text-justify,.UpdateInformationModal .ModalRoadMap.modal-body p{text-align:justify}.certification_card.d-flex.flex-column.BoxShadow.ms-1.card{max-height:200px}.cursor-pointer{cursor:pointer}.certificaion_icon{color:#5b626b!important}.current_progress{font-size:15px;left:50.5%;position:absolute;right:auto;top:50.5%}.CompanyDetail .page2 .modal-head.top-heading,.page-content.dialer .modal-head{border-radius:0}ul.list-group.todo-list.changeHeight{list-style:none;max-height:255px;min-height:255px;overflow:auto;padding:0}.PermissionLib.DashboardDatatable{overflow:hidden}.PermissionLib.DashboardDatatable .table-body.asrt-table-body{overflow:auto}.side-change-dropdown.CoachTrainSide.CourseArea .BgLightGreen{background:#eff9f3}.side-change-dropdown.CoachTrainSide.CourseArea .mainCate.main.accordion-item{margin-top:5px;padding:0}.FixPosition{bottom:5px;position:absolute}.FixPosition h6.color-dark{color:#008037;font-size:16px;font-weight:700;margin:0}.FixPosition h6.color-dark small{color:#0e110f;font-size:12px}.certification_sec.AddonsPage{min-height:250px}.certification_sec.AddonsPage p{color:#333;font-weight:400;line-height:normal}.CourseSelect .css-2b097c-container{position:absolute;right:0;width:75%}.PermissionPage .accordion-button:after,.PermissionPage .accordion-button:not(.collapsed):after{right:0}.PermissionPage .accordion-button{padding:1rem 1.8rem}.PermissionPage .accordion-item{border-bottom:1px solid #ddd}.PermissionPage .accordion-button:not(.collapsed){background-color:transparent;box-shadow:none;color:#5b626b;padding-left:0}.CollapsHead{display:flex;justify-content:space-between}.PermissionPage .accordion-body{border-top:1px solid #eee}.PermissionPage .accordion-header{margin-bottom:0;width:100%}.PermissionPage .accordion-body{border-bottom:0;border-top:0;padding-bottom:0;padding-top:0}.PermissionPage .accordion-item .accordion-body .accordion .accordion-item .accordion-body{border:0;padding-top:0}.PermissionPage .accordion-item .accordion-body .accordion .accordion-item .accordion-button:after,.PermissionPage .accordion-item .accordion-body .accordion .accordion-item .accordion-button:not(.collapsed):after{display:none}.PermissionPage .accordion-item .accordion-body .accordion .accordion-item .accordion-button{padding:.8rem .1rem}.PermissionPage .CollapsHead.StepOne .accordion-header label{font-size:16px;font-weight:600}.CollapsHead.StepOne .form-check-input{height:14px;margin:1px 0 0 -1.5em;width:14px}.PermissionPage .CollapsHead.StepTwo .accordion-header label{font-weight:700}.page-content.MailInbox ul.message-list{margin:0;max-height:calc(100vh - 205px);overflow:auto}.NoMargin.card-body .table-body.asrt-table-body{margin-top:0!important}.zIndexOne.card,.zIndexTwo.card{position:relative;z-index:2}.zIndexOne.card{z-index:1}span.PopupTraningTitle{color:#008037;font-weight:700}.modal-dialog.survey-content-question.PopUpModal.ExtraLarge a.btn.btn-primary:hover{background:#008037;border-color:#008037}#swal2-content ul li{font-size:14px;margin-bottom:10px}.swal2-container .swal2-title{color:#000;font-size:20px;font-weight:500}.swal2-actions{flex-direction:row-reverse;font-size:12px;justify-content:end!important}#layout-wrapper .card .card-body table td img.tx_history{height:auto;margin-top:-2px;width:15px}.TraningRightContent .TopSection h5.TraningTitles{max-width:700px}.UploadedImageBlog img{max-width:200px}.action .dropstart button:before{display:none}.way-content.DashboardTraning{padding-left:335px}.page-content.way-training-bg.CustomBg{background:#fff;height:calc(100vh - 82px);overflow:auto;padding:20px 0 0}.custom-calander .MeetingCalendar .fc .fc-view-harness{background:#fff;border:0}.custom-calander .MeetingCalendar th.fc-col-header-cell.fc-day .fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion{color:#000;text-transform:uppercase}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day .fc-daygrid-day-top a{color:#293056;font-size:16px;padding:0}.custom-calander .MeetingCalendar .fc .fc-scrollgrid-liquid{border:0;height:100%}.custom-calander .MeetingCalendar .fc .fc-scroller-harness .fc-scroller,.custom-calander .MeetingCalendar .fc .fc-scroller-liquid-absolute{overflow:auto!important}.custom-calander .MeetingCalendar .fc .fc-scroller-harness-liquid{height:380px}.custom-calander .MeetingCalendar .fc .fc-toolbar{flex-direction:row-reverse;margin-top:10px;padding:0 18px}.custom-calander .MeetingCalendar .fc-toolbar-chunk button.fc-today-button.fc-button.fc-button-primary,.custom-calander .MeetingCalendar .fc .fc-toolbar .fc-toolbar-chunk:last-child{display:none}.custom-calander .MeetingCalendar .fc .fc-button-group button.fc-button.fc-button-primary{background:#fff;border:0;color:#293056}.custom-calander .MeetingCalendar .fc .fc-button-group button.fc-button.fc-button-primary:focus{box-shadow:none;outline:none}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-future.fc-day-other{background:#fff}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-today.selectedDate .fc-daygrid-day-top,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day .fc-daygrid-day-top{line-height:40px}.slot-list.list-group.list-group-horizontal{background:#f8f9fc;padding:0 30px}.RightSidebar{background:#f8f9fc;padding:20px 0;text-align:center}.RightSidebar .list-group-item.list-group-item{border-radius:8px;border-width:1px;margin-bottom:8px}.CustomShadow{box-shadow:0 4px 8px 2px rgba(0,0,0,.05),0 0 24px 0 rgba(0,0,0,.1)}.CustomShadow .slot-list.list-group.list-group-horizontal{flex-direction:column;height:461px;margin-top:32px;overflow:auto;text-align:center}.TimeDuration{border-bottom:1px solid #d5d9eb;padding:1rem 1.5rem}.nylas-booking,.TimeDuration{color:#000;font-size:16px}.RecentlyViewed ul li{color:#333;font-size:12px;margin-bottom:5px}.RecentlyViewed ul li i.far.fa-check-circle{color:#008037}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-past,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-past a,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sat,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sat.fc-day-future .fc-daygrid-day-frame.fc-scrollgrid-sync-inner,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sat a,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sun,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sun.fc-day-future .fc-daygrid-day-frame.fc-scrollgrid-sync-inner,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sun a{background:#fff;border:0;cursor:not-allowed}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-fri.fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-future .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-past .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top{background:#eaecf5;border:2px solid #fff;border-radius:6px;height:50px;line-height:48px;margin:0;width:50px}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-future.fc-day-other .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top{background-color:#fff}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.selectedDate .fc-daygrid-day-top.childselectedDate{background:transparent;border-radius:0;height:auto;line-height:normal;width:auto}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-future .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top:hover{border-color:#293056}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sat .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top:hover,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-sun .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top:hover{border-color:#fff}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-future .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top.childselectedDate{background-color:#293056;border-color:#293056;color:#fff}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-future .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top.childselectedDate a{color:#fff}.MeetingUser i{font-size:16px;width:20px}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-fri.fc-day-today.selectedDate .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top{background-color:#293056;color:#fff}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-fri.fc-day-today.selectedDate .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top a{color:#fff}.MeetingDetails{background-color:var(--nylas-base-0);background:#fff;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);color:var(--nylas-base-800);flex-direction:column;margin:auto;padding:3rem 1.5rem 1.5rem;position:relative;width:calc(100% - 3rem)}.MeetingDetails,span.MeetingIcon{align-items:center;display:flex;justify-content:center}span.MeetingIcon{background-color:#fff;border:1px solid #d5d9eb;border-radius:50%;height:3rem;left:50%;position:absolute;top:-1.25rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:3rem}.BottomButts button{font-size:16px;font-weight:600;min-height:48px;width:49%}.SchedualForm label{font-size:16px}.SchedualForm input{font-size:15px;min-height:45px}div.scheduler-editor-content{height:410px!important}.CustomShadow.NlyasTabs a.active{border-radius:0}.CustomShadow.NlyasTabs li.nav-item a.nav-link{background:transparent;border:0;border-bottom:1px solid #ccc;font-size:15px;padding:12px 10px!important}.CustomShadow.NlyasTabs ul.nav.nav-tabs{border-bottom:0}.CustomShadow.NlyasTabs{min-height:485px}.CustomBorder{border-left:1px solid #ddd;height:100%}.EventHead{background:#eee;border-bottom:1px solid #ccc;padding:12.5px 15px}.EventHead h2{color:#000;font-size:18px;margin:0}.CustomShadow.NlyasTabs li.nav-item a.active.nav-link{background:#239933}.CustomShadow.NlyasTabs .form-check-input[type=checkbox]{border-radius:.25em;padding:0}.CustomShadow.NlyasTabs .modal-body{min-height:385px}.ContactDescription.NewChangesClient{align-items:center;display:flex;justify-content:space-between}.ReplyBtnAdd{padding:0 0 0 10px}.CustomShadow.NlyasTabs .metting-details td{padding:10px}.CustomShadow.NlyasTabs .metting-details table.table.table-bordered{border:0}.TraningRightContent .TraningContent.there span{background:transparent!important}.QuizCheckbox h2.accordion-header button.accordion-button{padding-top:20px}.QuestionAnwser .accordion-item button.accordion-button .QuestionMove{padding-top:15px}.QuestionAnwser .accordion-item button.accordion-button .QuestionMove.QNumber{padding:0}.RecentRecord.RecentLeads li{box-shadow:0 0 5px 0 #999}.accordion-flush .accordion-item .accordion-button{border-radius:0}.accordion-item button.accordion-button{position:static}.accordion-body .fr-box.fr-basic .fr-element{min-height:200px}.NewCoachDashboard .VariousCalls.BusinessInbox .RecentRecord.card-body ul li.Activitylis.activity-note-in .ContactDescription{background:#239933}.NewCoachDashboard .VariousCalls.BusinessInbox .RecentRecord.card-body ul li.Activitylis.activity-note-in .ContactDescription h6,.NewCoachDashboard .VariousCalls.BusinessInbox .RecentRecord.card-body ul li.Activitylis.activity-note-in .ContactDescription p{color:#fff}.FrolaContent.QuizSec .QuestionBodyLeft .gray-theme.fr-toolbar{background:#f7fbfc}.AddQuestion .btn-group button{background:#f7fbfc;border-color:#ccc}button.RemoveBtn{align-items:center;border:1px solid red;border-radius:100%;color:red;display:flex;height:20px;justify-content:center;margin-left:10px;width:20px}#layout-wrapper .metting-details table.table.table-bordered tr td{border-right:2px solid #ddd}.PointsContent.CalendarCreate{min-height:calc(100vh - 90px)}.CalendarDef .IconCal,.PointsContent.CalendarCreate{align-items:center;display:flex;justify-content:center}.CalendarDef .IconCal{border:3px solid #ccc;border-radius:100%;height:80px;margin:0 auto 20px;width:80px}.CalendarDef i{font-size:40px}.cal-custom.custom-calander.CoachSide{max-height:620px;overflow:auto}.NylasCalendar{display:inline-block;position:relative;width:100%}iframe.CustomIframe{box-shadow:none;left:0;min-height:600px;padding-top:0;position:absolute}.fade.TestClass1St.show.tooltip.bs-tooltip-top{min-width:190px}.fade.TestClass1St.show.tooltip.bs-tooltip-top,.fade.TestClass2nd.show.tooltip.bs-tooltip-top,.fade.TestClass3rd.show.tooltip.bs-tooltip-top{max-width:190px;-webkit-transform:translate(547px,-272.312px);transform:translate(547px,-272.312px);width:190px!important}.fade.TestClass4th.show.tooltip.bs-tooltip-top{max-width:220px;min-width:230px;-webkit-transform:translate(550px,-272.312px);transform:translate(550px,-272.312px);width:230px!important}.nylas-booking{left:15px;position:absolute;top:10px;width:575px;z-index:1}.nylas-booking select.form-select{border:0;color:#000;font-size:20px;padding-left:10px}.nylas-booking select.form-select option{font-size:14px}.nylas-booking select.form-select:focus{box-shadow:none;outline:0}.MeetingTime{margin:0 0 0 20px}.PopUpDataShow .video-lesson iframe,iframe.trainingCalendar{height:auto!important;min-height:680px!important}.meeting.NaylsPopup .alert.alert-info{z-index:2}.certification_sec.AddonsPage.h-auto.NewAddonCompo .FixPosition{bottom:0}.certification_sec.AddonsPage.NewAddonCompo{border:1px solid #ddd;border-radius:15px;box-shadow:0 0 10px 0 #ccc;max-height:none;min-height:auto}.certification_sec.AddonsPage .RecentlyViewed ul{min-height:120px}.certification_sec.AddonsPage.NewAddonCompo ul{list-style:none;margin-bottom:40px;min-height:150px;padding:5px 0 0 5px}.certification_sec.AddonsPage.NewAddonCompo ul li i{color:#008037}.certification_sec.AddonsPage.NewAddonCompo .FixPosition{bottom:10px;left:0;margin:auto;right:0}.PopUpModal.Purchese.AddOnPage .modal-content{background:#fff}.certification_sec.AddonsPage.NewAddonCompo ul li{border-bottom:1px solid #eee;font-size:12px;padding:3px 0}.certification_sec.AddonsPage.NewAddonCompo ul li:last-child{border:0}.PermissionPage .CollapsHead.StepOne .accordion-header label{font-size:14px}.PermissionPage .accordion .accordion-item label.form-check-label{color:#333;font-size:12px;margin:0 0 0 5px}.PermissionPage .accordion-item:last-of-type .accordion-button.collapsed{padding-left:0}.PermissionPage .accordion-button:not(.collapsed){color:#000}.PermissionPage .accordion-collapse.collapse.show{border-top:1px solid #f1f1f1}.PermissionPage .accordion-item .accordion-body .accordion .accordion-item .accordion-button{padding:.4rem .1rem}.PermissionPage .accordion-item .accordion-body .accordion .accordion-item{border:0;border-bottom:1px solid #f8f8f8;padding:5px 0}.PermissionPage .CollapsHead.StepTwo .accordion-header label{color:#333;font-weight:600}.TabsHeading{background:#eff9f3;border-radius:5px;color:#fff;margin-bottom:15px;padding:5px 8px}.TabsHeading h5{color:#000;margin:0}.PermissionPage .accordion-button:after,.PermissionPage .accordion-button:not(.collapsed):after{position:absolute;right:25px}.PermissionPage .CollapsHead.StepOne{background:#eff9f3;padding:0 10px}.PermissionPage .accordion-collapse.collapse{border:1px solid #f1f1f1}.PermissionPage .accordion-item{border:0;border-radius:0;margin-bottom:2px}.PermissionPage .accordion-button{padding:.7rem 0}.HeadModal.modal-header h5.modal-title{align-items:center;display:flex;justify-content:space-between;width:100%}.AiBotDashboard .card{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);border-radius:12px;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);overflow:hidden}.CreateButton button{background:#008037;border-color:#008037}.IconArea.Blue{background:#3182ce}.AiBotDashboard .nav-item a{background:#eaf0f6;display:inline-block;font-size:12px;line-height:1.25rem;margin:0 2px 0 0;padding:5px 10px!important}.AiBotDashboard ul.nav.nav-tabs{display:flex;flex-direction:row;padding-left:0;padding-top:10px}.agentavatar{align-items:center;display:flex;height:10rem}.avataricon{background:#2c5282;border:4px solid #fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.2);height:6rem;margin:0 auto;overflow:hidden;width:6rem}.avataricon img.avataricon{border:0}.AgentDirectory span.badge-popular.badge{color:#fff;font-size:.625rem;line-height:normal}.AiBotDashboard button.nav-link{background:#f3f4f6;border-radius:30px;font-size:.875rem;line-height:1.25rem;margin:0 15px 0 0;padding:.5rem 1rem!important}.AiSidebar .nav-item a{align-items:center;background-color:#f0f0f0;border-bottom:1px solid #e0e0e0;border-radius:0;color:#333;cursor:pointer;display:flex;font-weight:500;padding:6px 10px!important}.training-category{background-color:#e9ecef;border-radius:12px;font-size:12px;margin-left:10px;padding:3px 8px}.ResourcesItems li{list-style:none;padding:0}.training-item{align-items:center;border-bottom:1px solid #eee;color:#000;display:flex;padding:10px}.training-details{flex:1 1}ul.ResourcesItems{margin:0;padding:0}.training-checkbox{margin-right:10px}.training-title{font-weight:600}.training-description{color:#6c757d;font-size:14px;margin-top:5px}.training-item:hover{background-color:#f8f9fa;cursor:pointer}.content-container{padding:20px;position:relative}.intent-item{border-bottom:1px solid #eee;margin-bottom:25px;padding-bottom:15px}.ViewPrompt{z-index:1}.bg-gradient-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.DashboardAi .shadow{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.DashboardAi .rounded-4{border-radius:10px}.DashboardAi p.small.fw-medium{color:#dbeafe}.DashboardAi .bg-success{background:linear-gradient(135deg,#10b981,#059669)}.DashboardAi .bg-gradient-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.DashboardAi .bg-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.tier-card{border:1px solid #e5e7eb;border-radius:8px;border-top:3px solid #008037;overflow:hidden;position:relative;transition:all .2s ease}.AiPricing .tab-navigation{display:flex;justify-content:center;margin-bottom:30px}.AiPricing button.nav-link.active{background:#008037}.AiPricing button.nav-link{background:transparent;border:0;border-radius:0;box-shadow:none;color:#4b5563;cursor:pointer;font-weight:500;margin:0;padding:12px 24px!important;transition:all .2s ease;-webkit-user-select:none;-ms-user-select:none;user-select:none}.AiPricing ul.nav.nav-tabs{background-color:#e5e7eb;border:0;border-radius:8px;display:flex;overflow:hidden;padding:0}.AiPricing .breadcrumb{color:#666;font-size:14px;margin-bottom:20px}.AiPricing .breadcrumb a{color:#008037;text-decoration:none}.AiPricing .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.AiPricing .page-header h1.h3{color:#333;font-size:24px;margin:20px 0}.AiPricing #view-bundles .card,.AiPricing #view-plans .card{border:1px solid #e5e7eb;border-radius:8px;box-shadow:none;overflow:hidden;position:relative;transition:all .2s ease}.AiPricing .CardHeader{border-bottom:1px solid #e5e7eb;padding:20px}.AiPricing .tier-title{color:#000;font-size:18px;font-weight:700;margin:0}.AiPricing .tier-body{padding:20px}.AiPricing li.feature-item{align-items:center;color:#333;display:flex;margin-bottom:12px}.AiPricing h6.card-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.AiPricing .tier-price{color:#008037;font-size:25px;font-weight:700;margin-top:16px}.AiPricing .tier-period{color:#6b7280;font-size:14px}.AiPricing .tier-footer{border-top:1px solid #e5e7eb;padding:20px;text-align:center}.AiPricing button.btn.btn-outline-secondary{background-color:#fff;border:1px solid #d1d5db;color:#4b5563}.AiPricing .EditPlan .card-header{background-color:#008037;border-radius:8px 8px 0 0;color:#fff;font-size:16px;font-weight:500;padding:8px 10px}.AiPricing .EditPlan .card-body{background-color:#fff;padding:24px}.AiPricing .EditPlan label.form-label{color:#374151;display:block;font-weight:500;margin-bottom:8px}.AiPricing .toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.AiPricing .toggle-switch input{height:0;opacity:0;width:0}.AiPricing .toggle-slider{background-color:#e5e7eb;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.AiPricing .toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;position:absolute;transition:.4s;width:18px}.AiPricing input:checked+.toggle-slider:before{-webkit-transform:translateX(24px);transform:translateX(24px)}.AiPricing input:checked+.toggle-slider{background-color:#008037}.AiPricing .bg-warning-subtle.text-warning-emphasis{background-color:#fef3c7;border-radius:6px;color:#92400e;overflow:hidden;padding:10px;position:relative;text-align:center}.AiPricing .EarlyBird{background:#f59e0b;color:#fff;font-size:12px;left:-84px;padding:20px 25px 5px;position:absolute;right:0;text-align:center;top:7px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:220px}.AiPricing .EarlyBirdSection{background-color:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px;padding:16px}.AiPricing .bg-white.rounded.p-3.flex-fill{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1 1;padding:12px}.AiPricing .bg-white.rounded.p-3.flex-fill .fw-semibold{color:#000;font-weight:600}.AiPricing .addon-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.AiPricing .addon-header{border-bottom:1px solid #e5e7eb;display:block;padding:16px}.AiPricing .addon-body{padding:16px}.AiPricing .addon-price{color:#008037;font-size:24px;font-weight:700;margin:8px 0}.AiPricing .addon-title{color:#000;font-size:18px;font-weight:600;margin:0 0 4px}.AiPricing .table th{background-color:#f9fafb;color:#4b5563;font-weight:500}.AiPricing .table td,.AiPricing .table th{border-bottom:1px solid #e5e7eb;padding:12px 5px;text-align:left}.AiPricing .card-footer{background-color:#f9fafb;border-radius:0 0 8px 8px;border-top:1px solid #dee2e6;padding:.75rem 1.25rem}.AiPricing .card{box-shadow:0 1px 3px rgba(0,0,0,.1)}.AiPricing h5{color:#000}.AiPricing .credit-count{font-size:24px;font-weight:600}.AiPricing .credit-add{color:#008037;font-weight:500;text-decoration:none}.AiPricing .text-primary{color:#008037!important}.AiPricing .CreditPricing .h5.text-primary{font-size:20px;font-weight:600}.AiPricing .CreditPricing.ActiveBox{background-color:#e6f7ef;border:1px solid #008037;border-radius:8px;padding:12px;text-align:center}.AiPricing .tier-card.popular:before{background-color:#008037;border-radius:0 0 0 9px;color:#fff;content:"MOST POPULAR";font-size:10px;font-weight:500;padding:4px 8px;position:absolute;right:0;top:0}.AiPricing .CreditSystem{color:#000;font-weight:500;margin-bottom:4px}.AiPricing .CreditPricing{border:1px solid #e5e7eb;border-radius:8px;height:100%;padding:12px;text-align:center}.page-content.aibots{background:#f5f5f5;padding-top:0}.AiPricing #view-bundles .card:hover,.AiPricing #view-plans .card.tier-card:hover{border-color:#008037;box-shadow:0 4px 6px rgba(0,0,0,.05)}.EditPlan.card .label{color:#000;font-weight:600}nav.AiNavBar{background:#999;padding:0;position:fixed;width:100%;z-index:1}nav.AiNavBar .navbar-nav .nav-link{color:#fff}.AiSidebar .nav-pills a.nav-link{background:#eff9f3;border-bottom:0;border-left:4px solid transparent;color:#333;cursor:pointer;font-weight:500;padding:15px}.AiSidebar .nav-pills a.nav-link.active{background-color:#eff9f3;border-left-color:#239933}.TabContentArea.tab-content .fade.tab-pane.active.show{opacity:1}.TabContentArea.tab-content ul.mb-3.flex-row.nav.nav-tabs{display:none}.form-group .info-icon{color:#6c757d;cursor:help;margin-left:5px}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-11{width:.6875em}.AiSidebar{background:#fff;border-radius:5px;bottom:0;height:calc(100vh - 140px);overflow:hidden;padding:5px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:0}.AiSidebar,.card.general-tab{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 2px 0 rgba(0,0,0,.19)}.card.general-tab{margin-bottom:10px;min-height:calc(100vh - 142px)}nav.AiNavBar.navbar.navbar-expand-lg.navbar-light .me-auto.navbar-nav a.nav-link{align-items:center;display:flex;min-height:30px;padding:10px 0}nav.AiNavBar.navbar.navbar-expand-lg.navbar-light .me-auto.navbar-nav a.nav-link.active{background:#000;color:#fff}.EnableDisableCall .form-check.form-switch{align-items:center;display:flex;gap:8px}.EnableDisableCall input{align-items:center;display:flex;height:22px;min-width:50px}.EnableDisableCall .form-check.form-switch label{font-size:14px}.SummariesYesNo input{height:22px;min-width:50px}.SummariesYesNo .form-check.form-switch{align-items:center;display:flex;gap:12px}.AiPricing li.nav-item,ul.mb-3.pt-0.MainTabs.nav.nav-tabs li.nav-item{margin:0}.chat .widget-content ul li img{border-radius:50%;bottom:10px;left:0;position:absolute}.chat .widget-content ul li{margin-bottom:14px;padding-left:35px;padding-right:35px;position:relative}.chat .widget-content ul li.CurrentUser img{left:auto;right:0}.ai-chat-page .UserName{color:#999}.chat .widget-content ul li.BotClass .ChatMsg{background:#f9f9f9;border:1px solid #eee}.chat .widget-content ul li.BotClass .ChatMsg .MessageText{color:#555}.chat .widget-content ul li.BotClass .ChatMsg .MessageTime{color:#222;font-size:10px;margin-top:5px;text-transform:uppercase}.chat .widget-content ul li.CurrentUser .ChatMsg{background:#daefda}.chat .widget-content ul li.CurrentUser .ChatMsg .UserName{color:#888}.chat .widget-content ul li.CurrentUser .MessageText{color:#222}.modal-content{border:0}.fade.SubPopup.modal.show:before{background:rgba(0,0,0,.2);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.fade.SubPopup.modal{z-index:9999}.fade.SubPopup.modal .modal-content{margin:0 auto;width:90%}.text-yellow-400{color:#facc15;color:rgb(250 204 21/var(--tw-text-opacity,1));width:50px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.conversation-container{border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;height:calc(100vh - 160px);overflow:auto}.ChatAreaDetails{max-height:calc(100vh - 362px);min-height:calc(100vh - 362px);overflow:auto}.OutboundCall{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:10px;margin:10px auto;overflow:hidden;width:80%}.CallTranscript h5{color:#000;font-size:14px;font-weight:600}.CallTranscript{background:#fff;padding:12px 15px}.UserDetailsConversations{padding:0 15px}.TypeHeading{border-bottom:1px solid #dee2e6;color:#000;padding:10px 15px 5px}.TypeConversations{font-size:15px}.ConversationsTime{font-size:12px}.MessageAvatar{align-items:center;border-radius:50%;color:red;display:flex;font-weight:700;height:36px;justify-content:center;margin:0 10px;width:36px}.AiAvatar .MessageAvatar{background:#008037;color:#fff}.UserAvater .d-flex{flex-direction:row-reverse}.UserAvater .MessageAvatar{background:#239933;color:#fff}.TypeConversations h5{font-size:15px;margin:0}.FileAttchments{padding:0 15px 12px}.FileAttchments h5{color:#000;font-size:15px}.ConversationSide{position:-webkit-sticky;position:sticky;top:14px}.ConversationsDetailSidebar .card{border:1px solid #ddd;border-radius:.5rem}.timeline-container li{align-items:center;display:flex;margin-bottom:0;padding-bottom:15px;padding-left:30px;position:relative}.timeline-container li:before{background-color:#e0e0e0;bottom:-40px;content:"";left:10px;position:absolute;top:0;width:2px}.timeline-container li .timeline-dot{background-color:#008037;border-radius:50%;bottom:0;bottom:auto;height:10px;left:6px;position:absolute;top:auto;width:10px}.timeline-container li .timeline-content{background-color:#f8f9fa;border-radius:5px;font-size:13px;font-weight:500;padding:10px}.timeline-container li .timeline-time{color:#6c757d;font-size:11px;margin-top:3px}.summary-container{color:#495057;line-height:1.5;padding:0}.note-item,.summary-container{border-radius:5px;font-size:13px}.note-item{background-color:#f8f9fa;margin-bottom:10px;padding:10px}.note-header{color:#6c757d;display:flex;font-size:12px;justify-content:space-between;margin-bottom:5px}.note-content{color:#495057}.chat-preview{border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin:20px auto;overflow:hidden;width:300px}.chat-preview-header{background-color:navy;color:#fff;font-weight:500;padding:15px;text-align:center}.pricing-plan{border:1px solid #e5e7eb;border-radius:.9rem;border-top:3px solid #008037;padding:1.5rem;position:relative;transition:all .2s ease}.pricing-plan:hover{border-color:#008037;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.badge-popular{background-color:#008037;border-radius:0 10px 0 5px;color:#fff;font-size:10px;line-height:2px;padding:4px 10px;position:absolute;right:0;text-transform:uppercase;top:0}.pricing-name.card-title.h5{color:#000;font-size:18px;font-weight:600}.pricing-plan.Plans.card-body .card-subtitle.h6{color:#333;font-weight:400}.pricing-price{color:#008037;font-size:25px;font-weight:700}.pricing-period{color:#6b7280;font-size:.675rem}.addon-item{border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;padding:1rem;transition:all .2s ease}.addon-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.CreateButton{position:absolute;right:10px;top:15px}.Search-Dropdown{display:flex;gap:15px;justify-content:end;min-width:400px;position:absolute;right:30px;top:90px;z-index:2}.SearchInput{min-width:180px;position:relative}.SearchInput svg{position:absolute;right:7px;top:7px;width:20px}.page-content.aibots .AiBotDashboard .MainTabsAIBots.nav.nav-tabs button.nav-link{background:transparent;border:0;border-bottom:3px solid transparent;border-radius:0;color:#6b7280}.page-content.aibots .AiBotDashboard .MainTabsAIBots.nav.nav-tabs button.active.nav-link{border-color:#008037;color:#000!important}.page-content.aibots .tab-content li.nav-item button.nav-link.active{background-color:#008037;border-color:#008037;color:#fff!important}.AgentStatus{border-radius:10px;padding:0 10px;position:absolute;right:10px;top:10px}span.LastUpdated{color:#555}.AiBotDashboard .MainTabsAIBots.nav.nav-tabs li.nav-item{margin:0}.page-content.aibots .MainTabs.nav.nav-tabs button.nav-link.active{background-color:#008037;color:#fff}.slider-container{height:30px;margin-bottom:10px;position:relative}.form-range{background:transparent;position:relative;width:100%;z-index:2}.slider-fill{height:4px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.slider-thumb{border-radius:50%;height:12px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12px;z-index:3}.widget-content{min-height:calc(100vh - 350px)!important}.AiDetails h6{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:95%}.AdvanceSetting a{align-items:center;color:#2563eb;display:flex;gap:5px}.AdvanceSetting svg{color:#2563eb;width:20px}span.PlanType{color:#111;font-size:16px}span.CountTag{background:#dcfce7;border-radius:20px;color:#008037;font-size:13px;margin:5px auto 0;padding:5px 8px;text-align:center;width:100%}@media screen and (min-width:320px) and (max-width:767px){.custom-calander .MeetingCalendar .fc .fc-view-harness{background:#fff;border:0;min-height:425px}.custom-calander .MeetingCalendar .fc .fc-toolbar{display:flex!important}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-fri.fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-future .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-past .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top{height:45px;line-height:43px;width:45px}.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day.fc-day-today.selectedDate .fc-daygrid-day-top,.custom-calander .MeetingCalendar td.fc-daygrid-day.fc-day .fc-daygrid-day-top{line-height:35px}}.slider-container{align-items:center;display:flex;gap:10px}.slider-label{font-size:14px;white-space:nowrap}.slider{-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#008037 0,#008037 calc(100%*(var(--val) - 5)/5),#ddd calc(100%*(var(--val) - 5)/5),#ddd 100%);border-radius:4px;flex:1 1;height:8px;outline:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#008037;border-radius:50%;cursor:pointer;height:16px;width:16px}.slider-number{font-size:14px;padding:4px 6px;width:50px}.AgentBackBtn{position:absolute;right:12px;top:0}.chat .widget-content ul li.CurrentUser .sb-avatar.sb-avatar--text{bottom:10px;float:right;position:relative}.chat .widget-content ul li.CurrentUser{align-items:flex-end;display:flex;flex-direction:row-reverse;padding-right:0}.cursor-pointer.greyed-out-card .card{pointer-events:none}.cursor-pointer.greyed-out-card .card:after{background:hsla(0,0%,100%,.6);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:11}.chat .widget-content ul li.BotClass,.chat .widget-content ul li.CurrentUser .CurrentChtSide{max-width:90%}.chat .widget-content ul li.CurrentUser .CurrentChtSide{display:flex;flex-direction:column;margin:0 10px 0 0;max-width:86%}.no_bots_found{align-items:center;background:#fff;border:1px solid #ddd;border-radius:10px;display:flex;font-size:25px;justify-content:center;min-height:calc(100vh - 310px);text-align:center;width:100%}.slider-container.TempTop{display:flex;gap:40px;justify-content:space-between;margin-bottom:38px;max-width:500px;padding:20px 0}.TempTop .slider-group{align-items:center;display:flex;flex:1 1;flex-direction:column;max-height:43px}.TempTop .slider-label{color:#5b626b;font-size:13px;margin-bottom:6px}.TempTop .info-icon{font-size:12px;margin-left:4px;vertical-align:middle}.slider-container.TempTop input[type=range]{accent-color:#008037;min-height:38px;width:100%}.TempTop .slider-value{color:#333;font-size:14px;margin-top:4px}.speaking-settings{gap:24px;max-width:900px;padding:20px 0}.speaking-settings,.speaking-settings .slider-row{display:flex;flex-direction:column}.speaking-settings .slider-label{color:#444;font-size:14px;margin-bottom:8px}.speaking-settings .info-icon{font-size:12px;margin-left:4px;vertical-align:middle}.speaking-settings .slider-wrapper{align-items:center;display:flex;gap:10px}.speaking-settings input[type=range]{accent-color:#008037;flex-grow:1}.speaking-settings .slider-input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:4px 6px;width:60px}.AddQuestions:nth-child(odd){background-color:#fafafa}.AddQuestions:nth-child(2n){background:#fdfdfd}.topnav li.nav-item{margin:0!important}.TraningRightContent .subject-document-lists .show.dropdown .dropdown-menu.show{left:0!important;right:auto!important}#settings-tabs-tabpane-settings span.badge.bg-success{font-size:12px;font-weight:400}#settings-tabs-tabpane-settings .btn-outline-primary,button.btn.btn-outline-primary.btn-sm.btn.btn-outline-primary{border-color:#008037;color:#008037}#settings-tabs-tabpane-settings .btn-outline-primary:hover,button.btn.btn-outline-primary.btn-sm.btn.btn-outline-primary:hover{background-color:#008037;border-color:#008037;color:#fff}.ConversationsTabs button{border-radius:35px;color:#555;font-size:12px}.AiTabsSettings li.nav-item{margin:0}.AiTabsSettings .MainTabs.nav.nav-tabs{padding-left:0}.AnsweringMachine .form-check-input{display:flex;height:20px;width:45px}.AnsweringMachine{align-items:center;display:flex;gap:5px;margin:0;width:100%}.active.btn.btn-pagination{background:#239933;color:#fff}.AiTabsSettings .btn-pagination:focus{box-shadow:none}a.text-custom{color:#6c757d}.btn.btn-pagination{font-size:12px}.ConversationsTabs button.btn.btn-primary,.ConversationsTabs button:hover{background-color:#008037;border-color:#008037;color:#fff}.ConversationsTabs button.btn.btn-primary:focus{background-color:#008037}.CustomShadow.NlyasTabs li.nav-item{margin:0}.ViewPrompt.TraningBtn{position:absolute;right:10px;top:16px}.ViewPrompt.TraningBtn:focus{box-shadow:none;outline:0}.form-select.GreenPhone option:last-child{color:#008037}.agent-setup-modal .modal-body{max-height:calc(100vh - 150px);overflow:auto;padding-bottom:20px}.PopUpAlert svg{margin-right:5px;width:20px}.MatricsCounter{background:#f9fafb;padding:.75rem}.PopUpAlert .alert.alert-primary{background:#eff6ff;border:0;color:#2563eb;font-size:12px}.MatricsCounter h5{font-size:1.25rem;line-height:1.75rem}#settings-tabs-tabpane-settings input#autoReengage{height:18px!important;width:36px!important}.AiSidebar .nav-item{border-bottom:1px solid #dfdfdf}.AiSidebar .nav-item:last-child{border:0}option.disable_option.unregistered_num{color:red}option.disable_option.registered_num{color:#008037}.addon-item.selected{background-color:#f0f8ff;border:2px solid #007bff}.selected-plan{border:2px solid #0d6efd;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.AiBotDashboard button.btn.btn-outline-success{border-color:#008037;color:#008037}.AiBotDashboard button.btn.btn-outline-success:hover{background:#008037;color:#fff}ul.list-unstyled.small li i{text-align:center;width:15px}.EarlyBirdSection.Promo .EarlyBird{background:#f59e0b;color:#fff;font-size:12px;left:-84px;padding:6px 25px 5px;position:absolute;right:0;text-align:center;top:18px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:240px}.navbar-brand-box a.logo img{display:inline-block;max-width:225px}.PreNextBtn{border:1px solid #eee;font-size:20px}.email-rightbar .BtnToolBar .dropdown.show .dropdown-menu.show{left:0!important;right:auto!important}input[type=checkbox],input[type=radio]{accent-color:#008037}table.table.table-c-border.table-striped{border:1px solid #eee}#layout-wrapper .OrderSummary.card-body table tr td:last-child,#layout-wrapper .OrderSummary.card-body table tr th:last-child{text-align:right}span.DiscountApply{color:red;text-decoration:line-through}.color-black{color:#000;padding:3px 0}.pricing-plan.Plans.card-body .list-group-item{background:transparent;border-bottom:0;padding:.35rem .25rem}.PlansBox table.table.table-striped tr,.pricing-plan.Plans.card-body .table tr{border:0}.pricing-plan.Plans.card-body hr{background-color:#f1f1f1}.BtnShape{background:#008037;border-radius:5px;color:#fff;padding:3px 10px}.AiPricing .CardHeader.AiPricingTable h6.card-subtitle{color:#333;font-size:.8125rem;font-weight:400}.card-body.PlansBorder table.table.table-striped tr,.card-body.PlansBorder table.table.table-striped tr td{border:0;padding:5px 0}.CutOffPrice{font-size:16px}.card-body.PlansBorder{border-top:3px solid #008037}.RecentlyViewed h5{color:#000}.modal-body li.feature-item{border-bottom:0;color:#212529;font-size:12px;padding:.35rem 0}.CurrentPlan{background:#008037;border-radius:0 5px 0;font-size:.625rem;padding:3px 5px 5px;position:absolute;right:0;text-transform:uppercase;top:0}.tier-price{color:#008037;font-size:18px;font-weight:600}.page-content.addonsLibrary{background:#f5f5f5}.page-content.aibots .btn-outline-secondary:disabled{background:#eee;border-color:#999}.page-content.aibots .AiPricing .btn-outline-secondary{background:#008037;border-color:#008037;color:#fff}.page-content.aibots .AiPricing .btn-outline-secondary:hover,.page-content.aibots .AiPricing button.btn.code-green:hover{background:#239933!important;border-color:#239933;color:#fff}.PlanSelect{border-radius:40px}.UpgradePlan{align-items:center;background:#008037;border-color:#008037;border-radius:0 20px 20px 0;display:flex;min-height:35px}.PlansBox.OverageRatesModal h5.card-title{font-weight:700}.PlansBox.OverageRatesModal .modal-body li.feature-item{border-bottom:0;color:#212529;padding:.35rem .25rem}.PlansBox.OverageRatesModal table tr td{font-size:12px}.ChangeBg.modal-body{background:#f5f5f5}.btn.btn-primary.btn-sm.code-green:hover{background:#02045c!important;border-color:#02045c}.PackageDesc,h6.card-subtitle.PlanDesc{color:#333;font-size:11px;font-weight:400;margin-top:8px;width:88%}.tier-price small.tier-period{font-size:12px}.btn-success.disabled,.btn-success:disabled{background-color:#008037;border-color:#008037;color:#fff}.pricing-plan.Plans.current_ai_plan,.tier-card.currentpackage{background:#e9ffed;border-color:#008037}.pricing-plan.Plans.current_ai_plan .bg-light.rounded,.tier-card.currentpackage .bg-light.rounded{background:#fff!important}.certification_sec.AddonsPage.NewAddonCompo .card{border-radius:10px;box-shadow:0 0 5px 0 #999;position:relative;z-index:revert-layer}.PlansBox.OverageRatesModal h5.card-title{color:#000;font-size:18px;font-weight:600;width:100%}.DiscountPrice{float:right}.PlansBox.OverageRatesModal .pricing-period{color:#6b7280;font-size:.675rem;margin:0 5px 0 0}.color-green{color:#008037!important}.ChangeBg.modal-body .tier-card{overflow:hidden}.AiBotDashboard .card.BorderRadius-0{border-radius:0 0 12px 12px}.card.tier-card.renewPackage,.pricing-plan.Plans.renew_ai_plan.card-body{-webkit-animation:blinkBoxBorder 1s infinite;animation:blinkBoxBorder 1s infinite;background:#fff7f7;border-color:red}@-webkit-keyframes blinkBoxBorder{0%,to{border-color:red}50%{border-color:transparent}}@keyframes blinkBoxBorder{0%,to{border-color:red}50%{border-color:transparent}}.DashBoardAi h3.CardHeading{color:#1f2937;font-size:18px}.ChangeSvg svg{width:15px}.text-xl.font-bold{color:#111827;font-size:1.25rem;font-weight:600}.p-4.bg-gray-50{background:#f9fafb;border-radius:5px}.bg-gray-200{background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-green-500{background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.h-15{height:.375rem}.rounded-full{border-radius:9999px}.bg-blue-500{background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-purple-500{background-color:#a855f7;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-yellow-500{background-color:#eab308;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.h-4{height:1rem}.h-full{height:100%}.flex-grow{flex-grow:1}.w-32{width:8rem}.gap-4{grid-gap:1rem!important;display:grid;gap:1rem!important}.card.AddHeight{height:96%;max-height:100%}.apexcharts-text,.apexcharts-title-text{fill:#6c757d}.apexcharts-legend.apexcharts-align-center.apx-legend-position-bottom{display:none}.text-green{color:#008037}.DiscountPriceBadge{background:#f59e0b;border-radius:0;color:#fff;flex-direction:column;font-size:12px;height:68px;justify-content:center;margin:0 auto;padding:27px 0 0;position:absolute;right:-84px;right:-66px;text-align:center;top:-14px;-webkit-transform:rotate(50deg);transform:rotate(50deg);width:170px}.tier-card.currentpackage .PackageDesc{width:100%}.NotesSection{margin-bottom:10px;max-height:400px;overflow:auto;padding:1.25rem}.DiscountAmount input.form-control{border-bottom-right-radius:0;border-top-right-radius:0}.DiscountAmount .input-group-text{border-bottom-left-radius:0;border-bottom-right-radius:.25rem;border-left:0;border-top-left-radius:0;border-top-right-radius:.25rem}.plan-manual-asign .modal-body{overflow:visible}.AiDetails .badge,.AiDetails span.badge{align-items:center;display:flex;line-height:normal}.ChatMessages.MessagesReceiver{background:#edf2f6;border:1px solid #d0dae4;border-radius:15px 15px 15px 0;box-shadow:inherit;color:#3d4f5f;float:left;margin:0 0 0 5px;max-width:100%;padding:14px 20px;width:100%;word-break:break-word}.ChatMessages.MessagesSender{background:#e5f5f8;border:1px solid #7fd1de;border-radius:15px 15px 0 15px;color:#000;max-width:unset;min-width:unset;word-break:break-word}.ChatMessages.MessagesReceiver .MsgTime{text-align:right}.timeline-container li:first-child:before{top:25px}.timeline-container li:last-child:before{display:none;top:20px}.ConversationsDetailSidebar .card-header:first-child{border-radius:.5rem .5rem 0 0}.AiTabsSettings .tab-content #as-react-datatable-container table#as-react-datatable tbody tr{background:#fff}.AiTabsSettings .rdt_Table{background-color:transparent}.AiTabsSettings .rdt_TableCell{border-right:1px solid #ddd;padding:5px 10px}.AiTabsSettings .rdt_TableRow,.AiTabsSettings .rdt_TableRow:not(:last-of-type){border:2px solid #ddd;margin:3px 0 0}.AiTabsSettings .rdt_TableRow:hover{background-color:transparent}.AiTabsSettings .rdt_ExpanderRow{margin:-1px 0}.AiTabsSettings .rdt_Pagination{background:transparent;border:0}.AiTabsSettings .rdt_TableRow .rdt_TableCell:last-child{border-right:0}.AiTabsSettings .rdt_TableBody{display:flex;flex-direction:column}.AiTabsSettings .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol{text-transform:uppercase}.AiTabsSettings .rdt_TableHeadRow{min-height:30px}strong.assistant-label i.fas.fa-robot{color:#008037}.AiTabsSettings .rdt_TableRow:hover{background-color:#fff;border-bottom-color:#ddd}strong.assistant-label i,strong.user-label i{width:18px}.Responses{padding-left:22px;word-break:break-word}@media screen and (min-width:1500px) and (max-width:1900px){.custom-col{width:20%}}@media screen and (min-width:1901px) and (max-width:3000px){.custom-col{width:16.66%}}@media screen and (min-width:3001px) and (max-width:8000px){.custom-col{width:14.28%}}span.SetupBtn.badge{background:#f0fdf4;border:1px solid #e5e7eb;border-radius:5px;color:#008037;font-size:13px;font-weight:600;margin-top:10px;padding:10px;width:100%}.Outcomes,.Outcomes strong{font-size:14px;font-weight:600}.Outcomes p{font-weight:400}.card.tier-card .card-body.PlansBorder table.table td,.Outcomes p{font-size:12px}.MainTZone.SendSMS.One.uppershow .select2-selection__menu{margin-bottom:0;position:absolute!important}.AiTabsSettings.container .rdt_TableCell div:first-child{white-space:unset!important}.CoachSideTabs ul.nav.nav-tabs{background-color:#e5e7eb;border:0;border-radius:8px;display:flex;overflow:hidden;padding:0}.CoachSideTabs button.nav-link{background:transparent;border:0;border-radius:0;box-shadow:none;color:#4b5563;cursor:pointer;font-weight:500;margin:0;padding:12px 24px!important;transition:all .2s ease;-webkit-user-select:none;-ms-user-select:none;user-select:none}.CustomStyling table td{font-size:12px}.agent-setup-modal.PlansBox.OverageRatesModal .modal-dialog.modal-lg{max-width:950px}.conversation-container .form-select{padding:.52rem 1.75rem .52rem .75rem}.GraishBg{background:#f8f9fa}.note-header small{font-size:11px}.LableWidth,.valueWidth{text-align:left;width:50%}.pricing-plan.Plans.current_ai_plan .pricing-name.card-title.h5{justify-content:center;text-align:center}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#bbb!important;opacity:.5}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#bbb!important;opacity:.5}input::placeholder,textarea::placeholder{color:#bbb!important;opacity:.5}.AiDashboardCardHeading{background:#f8fafc;border-bottom:1px solid #e5e7eb;margin-bottom:15px;max-height:50px;padding:15px}.AiDashboardCardHeading h3.CardHeading,.AiDashboardCardHeading h5{color:#222;font-size:16px}.form-select{background-position:right .25rem center}.container.DashBoardAi .card{border-radius:5px;box-shadow:0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);min-height:100%;overflow:hidden}.w-35{width:35%!important}.AiDashboardCardHeading button{font-size:12px}.AiDashboardCardHeading.LastTable{align-items:center;display:flex;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.container.DashBoardAi .form-select-sm{padding-bottom:.25rem}.tier-body table.table tr{border:0}span.text-success.PricingAmount{font-size:25px;font-weight:700}.ChangeBg.modal-body .tier-card .tier-price{color:#008037;font-size:25px;font-weight:700}.CurrentPlan.code-green:hover{background:#008037!important;border-color:#008037!important}.ChangeBg.modal-body .CutOffPrice{font-size:16px;font-weight:400}span.OutcomesIcon{font-family:Font Awesome\ 5 Free}.ChatUsers{border-bottom:1px solid #e8e8e8;padding:5px 0}.AnalyticsDashboardList .ListData h5{color:#000;font-size:14px;margin:3px 0}.NumberStatus{font-size:16px;left:10px;position:absolute;top:10px}.NumberStatus span.badge.code-green{border-radius:10px;padding:5px 10px;text-align:center}.post-message{display:inline-block;width:100%}.widget-content.TestEmailTab .OutboundCall{width:100%}.widget-content.TestEmailTab .OutboundCall.AiSide,.widget-content.TestEmailTab .OutboundCall.UserSide{float:right;margin:0;width:85%}.widget-content.TestEmailTab .OutboundCall.AiSide{float:left}.widget-content.TestEmailTab{display:inline-block;width:100%}.custom_fm_select.css-2b097c-container{width:100%}.Z-IndexChange{z-index:2}.ChangeZ-Index{z-index:0}.AiDashboardCardHeading.LiveTranscription{max-height:unset}ul.tree.Course.TraningCourse .form-check-input[type=checkbox]{border-radius:.25em;left:0;position:absolute;top:0}ul.tree.Course.TraningCourse .CourseTag{left:10px}ul.tree.Course li.CourseName{padding-left:calc(var(--spacing)*2 - var(--radius) - 1px)}ul.tree.Course.TraningCourse .CourseTag{float:left;left:17px;position:absolute;top:0;z-index:1}ul.tree.Course.TraningCourse .CourseTag button.btn.btn-success{left:-10px}ul.tree.Course.TraningCourse li.CourseName{border-left:0;display:inline-block;height:100%;position:relative}ul.tree.Course.TraningCourse ul.LessonTitle ul.TraningTitle li.TitleTrinng span{margin-left:0}ul.tree.Course.TraningCourse .CourseTag.ModuleTag.LessonTag.QuizTag{left:30px}ul.tree.Course.TraningCourse .CourseTag.ModuleTag.LessonTag{left:25px;top:-1px}ul.tree.Course.TraningCourse .CourseTag.ModuleTag{left:25px}ul.tree.Course.TraningCourse ul.MOduleSec li.ModuleTitle li.Tilts ul.TraningTitle:before{bottom:-10px}ul.tree.Course.TraningCourse li.CourseName:after{background:#ddd;content:"";height:100%;left:27px;position:absolute;width:2px}ul.tree.Course.TraningCourse ul.MOduleSec li.ModuleTitle ul.LessonTitle:after{top:0}ul.tree.Course.TraningCourse ul.MOduleSec li.ModuleTitle:before{background:#ddd;content:"";height:2px;left:6px;position:absolute;top:9px;width:32px}.w-90{width:95%!important}.w-80{width:90%!important}ul.tree.Course.TraningCourse li.CourseName small.text-muted{width:90%}ul.tree.Course.TraningCourse{padding:0}#print-data .invoice-title img{max-width:300px}.chat .widget-content p.user-name{word-break:break-all}.tableFixHead.PaginationShow #as-react-datatable-container #as-react-datatable-table-foot{display:block}.tableFixHead.PaginationShow{max-height:none}.PackageInfoPopup .bg-secondary h6{margin:0}.PackageInfoPopup .bg-secondary{background-color:#239933!important}.modal-dialog.plan-manual-asign.PackageInfoPopup.modal-md{max-width:585px}.BadgeBottom{bottom:15px;left:0;position:absolute;right:0}.TraningRightContent.DashboardCard.TraningCoachDash .certification_sec .RecentlyViewed .BadgeCard img{max-height:160px;max-width:180px}.PopUpBadge img{max-width:130px}.modal-body .EarnedBadges img{max-width:170px}.EarnedBadges{align-items:center;display:flex;justify-content:center;min-height:150px}.ModuleBadgeDashboard{min-height:80px}.certification_sec .card{height:100%}.BadgesLogo.certification_logo img.d-block{max-height:170px}.CardBadgeImg{align-items:center;display:flex;justify-content:center;max-height:160px;min-height:160px}.EmptyModule{font-size:10px;left:10px;position:absolute;text-align:center;top:27px}.EmptyModuleProgress{top:26px}.EmptyModuleCompleted,.EmptyModuleProgress{font-size:10px;position:absolute;right:4px;text-align:center}.EmptyModuleCompleted{top:2px}.Four .EmptyModuleCompleted{font-size:10px;position:absolute;right:210px;text-align:center;top:21px}.no-border{border:none!important}.card.path .card{border:0 solid transparent}.light-p{font-size:14px}.fw-medium{font-weight:500!important}.position-relative.card{z-index:1}.dropdown button.btn.btn-none.btn.btn-primary{background:transparent!important;border-color:#999!important;border-bottom:1px solid #999!important;color:#000}.hidden-input .form-group{width:100%}.fa-file-text-o:before{content:"\f6dd";font-family:Font Awesome\ 5 Free;font-weight:900}.themeSelection input+label{display:inline-block;transition:.2s}.themeSelection input:not(:disabled)+label:hover{opacity:.85;-webkit-transform:scale(1.03);transform:scale(1.03)}.themeSelection input:disabled+label{cursor:not-allowed;-webkit-filter:grayscale(40%);filter:grayscale(40%);opacity:.55;pointer-events:none;-webkit-transform:none;transform:none;transition:none}
/*# sourceMappingURL=main.c8dc4643.css.map*/