@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800);@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);div.loader{position:relative}div.loader .loader__overlay{background:#f6f6f6;opacity:.95;min-height:200px;width:100%;height:100%;position:absolute;z-index:999;display:flex;justify-content:center;align-items:center;left:0;top:0}div.loader .loader__overlay .loader__content{display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px}div.loader .loader__overlay .fa-spin{position:relative;color:#3f65f1;z-index:1000;min-width:30px;min-height:30px}div.loader .loader__overlay .loader__text{font-size:14px;font-weight:500;color:#495057;text-align:center;margin-top:8px}div.loader.full .loader__overlay{min-height:100vh;height:100vh;width:100vw;position:fixed}div.loader.full .loader__overlay .fa-spin{min-width:40px;min-height:40px}div.loader.full .loader__overlay .loader__text{font-size:16px;font-weight:600}@media (max-width:768px){div.loader .loader__overlay{opacity:.98;min-height:150px}div.loader .loader__overlay .loader__content{grid-gap:16px;gap:16px}div.loader .loader__overlay .fa-spin{min-width:36px;min-height:36px}div.loader .loader__overlay .loader__text{font-size:16px;font-weight:600}div.loader.full .loader__overlay .fa-spin{min-width:48px;min-height:48px}div.loader.full .loader__overlay .loader__text{font-size:18px}}@media (max-width:480px){div.loader .loader__overlay{opacity:1;background:hsla(0,0%,96.5%,.98)}div.loader .loader__overlay .loader__content{grid-gap:20px;gap:20px}div.loader .loader__overlay .fa-spin{min-width:40px;min-height:40px}div.loader .loader__overlay .loader__text{font-size:18px;font-weight:600;padding:0 20px}div.loader.full .loader__overlay .fa-spin{min-width:56px;min-height:56px}div.loader.full .loader__overlay .loader__text{font-size:20px}}.view-mode-toggle{display:flex;grid-gap:0;gap:0;background:#f5f5f5;border-radius:8px;padding:2px;width:100%;max-width:280px;margin:0 auto}.view-mode-toggle.dropdown-toggle{max-width:100%;margin:0}.view-mode-toggle .view-mode-button{flex:1 1;padding:8px 16px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#6b7280;position:relative;outline:none}.view-mode-toggle .view-mode-button:hover{background:hsla(0,0%,100%,.5);color:#2c3e50}.view-mode-toggle .view-mode-button:focus{outline:2px solid #3f65f1;outline-offset:2px}.view-mode-toggle .view-mode-button.active{background:#fff;color:#3f65f1;box-shadow:0 1px 3px rgba(0,0,0,.1);font-weight:600}.view-mode-toggle .view-mode-button.active:hover{background:#fff}.view-mode-toggle .view-mode-button .view-mode-label{display:block;white-space:nowrap}.desktop-view-mode-toggle{margin:0 12px;display:flex;align-items:center}.desktop-view-mode-toggle .view-mode-toggle{max-width:240px}.three-dots-view-mode-toggle{margin:8px 0;padding:0 4px}.three-dots-view-mode-toggle .view-mode-toggle{max-width:100%}.view-mode-toggle-item{padding:12px 16px!important}.view-mode-toggle-item:hover{background-color:transparent!important}@media (max-width:768px){.view-mode-toggle{max-width:100%}.view-mode-toggle .view-mode-button{padding:10px 12px;font-size:.8125rem}}.upgrade-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;pointer-events:auto;border-radius:8px}.upgrade-overlay .upgrade-overlay-content{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:420px;width:90%;margin:0 auto}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,rgba(63,101,241,.1),rgba(23,201,220,.1));border-radius:50%}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-icon svg{stroke-width:2.5}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-message{font-size:1rem;color:#6b7280;margin-bottom:1.75rem;line-height:1.6}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-button{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:12px 24px;font-size:1rem;font-weight:500;border-radius:8px;background:linear-gradient(135deg,#3f65f1,#17c9dc);border:none;color:#fff;transition:all .2s ease;box-shadow:0 4px 12px rgba(63,101,241,.3)}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(63,101,241,.4);background:linear-gradient(135deg,#2c54d0,#14b3c5)}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-button:active{transform:translateY(0)}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-button svg{stroke-width:3}.dashboard-content-wrapper{position:relative;width:100%;min-height:400px}.dashboard-content-wrapper .dashboard-content{transition:opacity .3s ease,-webkit-filter .3s ease;transition:opacity .3s ease,filter .3s ease;transition:opacity .3s ease,filter .3s ease,-webkit-filter .3s ease}.dashboard-content-wrapper .dashboard-content.visible{opacity:1;-webkit-filter:none;filter:none;pointer-events:auto}.dashboard-content-wrapper .dashboard-content.faded{opacity:.35;-webkit-filter:blur(4px);filter:blur(4px);pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width:768px){.upgrade-overlay .upgrade-overlay-content{padding:2rem 1.5rem;max-width:90%}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-title{font-size:1.25rem}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-message{font-size:.9375rem}.upgrade-overlay .upgrade-overlay-content .upgrade-overlay-button{padding:10px 20px;font-size:.9375rem}}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--cyan:#17a2b8;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}abbr[data-original-title],abbr[title]{-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}dt{font-weight:700}a{color:#007bff}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d}th{text-align:-webkit-match-parent}button:focus:not(:focus-visible){outline:0}[role=button]{cursor:pointer}select{word-wrap:normal}[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}[type=search]::-webkit-search-decoration{-webkit-appearance:none}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem}.small,small{font-size:.875em}.blockquote{font-size:1.25rem}.blockquote-footer{font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\00A0"}.img-thumbnail{border-radius:.25rem}.figure-caption{color:#6c757d}code{word-wrap:break-word}kbd{border-radius:.2rem}kbd kbd{font-weight:700}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-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}}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{max-width:100%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{color:#212529}.table td,.table th{padding:.75rem}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057}.table-dark{background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-hover tbody tr:hover{color:#fff}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.form-control{width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;color:#495057;border:1px solid #ced4da;border-radius:.25rem}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control:focus{color:#495057;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d}.form-control:-ms-input-placeholder{color:#6c757d}.form-control::-ms-input-placeholder{color:#6c757d}.form-control::placeholder{color:#6c757d}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057}.col-form-label-lg{font-size:1.25rem}.col-form-label-sm{font-size:.875rem}.form-control-plaintext{padding:.375rem 0;font-size:1rem}.form-control-sm{height:calc(1.5em + .5rem + 2px);font-size:.875rem;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);font-size:1.25rem;border-radius:.3rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.valid-feedback{font-size:.875em;color:#28a745}.valid-tooltip{left:0;font-size:.875rem;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.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{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid~.custom-control-label,.form-check-input.is-valid~.form-check-label,.was-validated .custom-control-input:valid~.custom-control-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{font-size:.875em;color:#dc3545}.invalid-tooltip{left:0;font-size:.875rem;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.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{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;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='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid~.custom-control-label,.form-check-input.is-invalid~.form-check-label,.was-validated .custom-control-input:invalid~.custom-control-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;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){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn-primary{background-color:#007bff;border-color:#007bff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}@media (prefers-reduced-motion:reduce){.collapsing,.fade{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown-toggle{white-space:nowrap}.dropdown-menu{font-size:1rem;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropdown-divider{border-top:1px solid #e9ecef}.dropdown-item{padding:.25rem 1.5rem;background-color:transparent}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none}.dropdown-header{padding:.5rem 1.5rem;font-size:.875rem;color:#6c757d}.dropdown-item-text{padding:.25rem 1.5rem}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.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-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-text{font-size:1rem;color:#495057;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{z-index:1;min-height:1.5rem;print-color-adjust:exact}.custom-control-input{left:0;width:1rem;height:1.25rem}.custom-control-input:checked~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{vertical-align:top}.custom-control-label:before{top:.25rem;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after{top:.25rem;background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .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){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{height:calc(1.5em + .75rem + 2px);font-size:1rem;font-weight:400;color:#495057;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem}.custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057}.custom-select:disabled{color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file,.custom-file-input{height:calc(1.5em + .75rem + 2px)}.custom-file-input{overflow:hidden}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;color:#495057;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label:after{height:calc(1.5em + .75rem);color:#495057;background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{height:1.4rem;padding:0}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-webkit-slider-thumb{background-color:#007bff}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-thumb{background-color:#007bff}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-ms-thumb{background-color:#007bff}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#007bff}.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}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;font-size:1.25rem}.navbar-nav{flex-direction:column;padding-left:0;margin-bottom:0}.navbar-toggler{font-size:1.25rem;border-radius:.25rem}.navbar-toggler-icon{background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' 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%,.5)}.card{border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{min-height:1px}.card-header{border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-img-overlay{border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}@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{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-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-top-left-radius:0;border-bottom-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{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{margin-bottom:1rem;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item:before{float:left;color:#6c757d}.breadcrumb-item.active{color:#6c757d}.pagination{border-radius:.25rem}.page-link{color:#007bff}.page-link:hover{color:#0056b3}.page-link:focus{z-index:3;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d}.pagination-lg .page-link{font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{padding:.25em .4em;font-size:75%;font-weight:700;border-radius:.25rem;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){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em}.badge-primary{background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{border-radius:.3rem}.alert{border-radius:.25rem}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{z-index:2}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{overflow:hidden;background-color:#007bff}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-size:1rem 1rem}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{border-radius:.25rem}.list-group-item-action{color:#495057}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;background-color:#f8f9fa}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{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{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21}.close{font-size:1.5rem;font-weight:700}.close:hover{color:#000;text-decoration:none}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal{width:100%;height:100%}.modal.fade .modal-dialog{transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered:before{height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{border-radius:.3rem}.modal-backdrop{width:100vw;height:100vh}.modal-header{border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-footer{flex-wrap:wrap;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.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}}.tooltip{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:.875rem}.tooltip-inner{border-radius:.25rem}.popover{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:.875rem;border-radius:.3rem}.popover .arrow{margin:0 .3rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{font-size:1rem;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{float:left;margin-right:-100%;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{z-index:1;padding:0;background:none;border:0;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0}.carousel-indicators li{box-sizing:content-box;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.spinner-border,.spinner-grow{vertical-align:-.125em}.spinner-grow{background-color:currentcolor}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-pill{border-radius:50rem!important}.flex-row{flex-direction:row!important}.user-select-all{-webkit-user-select:all!important;-ms-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}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.mb-0,.my-0{margin-bottom:0!important}.mb-1,.my-1{margin-bottom:.25rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.p-3{padding:1rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-wrap{white-space:normal!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-muted{color:#6c757d!important}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}body{font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#f8f9fa}.app-header{background:#fff;border-bottom:1px solid #e9ecef;padding:.75rem 0}.app-header .search-container{position:relative;max-width:400px}.app-header .search-container .search-input{padding-left:2.5rem;border:1px solid #e9ecef;border-radius:6px;background:#f8f9fa}.app-header .search-container .search-input:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.app-header .search-container .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6c757d}.app-header .user-profile .user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.app-header .user-profile .user-info{margin-left:.5rem}.app-header .user-profile .user-info .user-name{font-weight:600;margin:0;font-size:.875rem}.app-header .user-profile .user-info .user-role{color:#6c757d;margin:0;font-size:.75rem}.app-header .notification-bell{position:relative;color:#6c757d}.app-header .notification-bell .notification-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;font-size:.65rem;padding:0 6px;z-index:10;border-radius:12px;right:-4px;background:#dc3545;color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center}.dashboard{width:100%;max-width:100%;margin:0}.welcome-section{padding:2rem 0 1rem}.welcome-section .welcome-title{font-size:1.75rem;font-weight:600;margin-bottom:.25rem;color:#212529}.welcome-section .welcome-subtitle{color:#6c757d;margin:0}.dashboard-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e9ecef;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:box-shadow .2s ease,transform .2s ease;height:100%;overflow:hidden}.dashboard-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-1px)}.dashboard-card .card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#6c757d;font-size:1.5rem;background:transparent;border-radius:0;flex-shrink:0}.dashboard-card .card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#212529}.dashboard-card .card-description,.dashboard-card .card-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.dashboard-card .card-description{color:#6c757d;margin-bottom:1rem;font-size:.875rem;line-height:1.4}.dashboard-card .card-action{color:#007bff;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;font-size:.875rem;word-wrap:break-word;overflow-wrap:break-word}.dashboard-card .card-action:hover{color:#0062cc;text-decoration:none}.dashboard-card .card-action .action-arrow{margin-left:.25rem;transition:transform .2s ease;flex-shrink:0}.dashboard-card .card-action:hover .action-arrow{transform:translateX(2px)}.dashboard-card .supply-chain-tag{flex-shrink:0;max-width:150px}.dashboard-card .supply-chain-tag .form-select{font-size:.75rem;padding:.25rem 1.75rem .25rem .5rem;border:1px solid #e9ecef;border-radius:4px;background-color:#f8f9fa;color:#6c757d;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-position:right .5rem center;background-size:12px 12px}.dashboard-card .supply-chain-tag .form-select:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.15)}.product-card{border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:box-shadow .2s ease,transform .2s ease;height:240px}.product-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-1px)}.product-card .product-image{width:100%;height:160px;object-fit:cover;background:#f8f9fa}.product-card .product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.4));display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.product-card .product-favorite{position:absolute;top:.75rem;right:.75rem;background:rgba(255,193,7,.9);color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.product-card .product-info{margin-top:auto}.product-card .product-info .product-title{color:#fff;font-weight:600;margin-bottom:.25rem;font-size:1rem}.product-card .product-info .product-company{color:hsla(0,0%,100%,.8);font-size:.875rem;margin-bottom:.75rem}.product-card .product-info .product-action{background:#007bff;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.product-card .product-info .product-action:hover{background:#0062cc}.product-card .product-badge{position:absolute;top:.75rem;left:.75rem;background:rgba(0,0,0,.7);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.unified-product-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:box-shadow .2s ease,transform .2s ease;min-height:360px;height:auto;display:flex;flex-direction:column}.unified-product-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-1px)}.unified-product-card .product-image-container{position:relative;height:180px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.unified-product-card .product-image-container .product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.unified-product-card .product-image-container .product-badge{position:absolute;top:.75rem;left:.75rem;background:rgba(0,0,0,.7);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;z-index:2}.unified-product-card .product-image-container .product-actions{position:absolute;top:.5rem;right:.5rem;display:flex;grid-gap:.25rem;gap:.25rem;z-index:2}.unified-product-card .product-image-container .product-actions .action-btn{background:rgba(0,0,0,.7);color:#fff;border:none;border-radius:4px;padding:.25rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.unified-product-card .product-image-container .product-actions .action-btn:hover{background:rgba(0,0,0,.8)}.unified-product-card .product-image-container .product-actions .action-btn.favorite{background:rgba(255,193,7,.9)}.unified-product-card .product-image-container .product-actions .action-btn.favorite:hover{background:#ffc107}.unified-product-card .product-details{padding:1rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;min-height:140px}.unified-product-card .product-details .product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;min-height:60px}.unified-product-card .product-details .product-info .product-name{font-weight:600;margin-bottom:.5rem;font-size:.875rem;color:#212529;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8rem}.unified-product-card .product-details .product-info .product-company{color:#6c757d;font-size:.75rem;margin:0;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:1.3rem}.unified-product-card .product-details .product-bottom-actions{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;grid-gap:.5rem;gap:.5rem;overflow:hidden;min-height:44px}.unified-product-card .product-details .product-bottom-actions .product-action{background:#007bff;color:#fff;border:none;border-radius:6px;padding:.75rem 1rem;font-size:.75rem;font-weight:500;transition:background-color .2s ease;flex:1 1 auto;min-height:44px;max-height:44px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:0;min-width:0}.unified-product-card .product-details .product-bottom-actions .product-action:hover{background:#0062cc}.unified-product-card .product-details .product-bottom-actions .product-action[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:.5rem;border-radius:4px;font-size:.7rem;white-space:nowrap;z-index:1000;margin-bottom:.5rem;max-width:300px;word-wrap:break-word;white-space:normal}.unified-product-card .product-details .product-bottom-actions .add-product-btn,.unified-product-card .product-details .product-bottom-actions .notification-btn,.unified-product-card .product-details .product-bottom-actions .refresh-btn{background:#f8f9fa;color:#6c757d;border:1px solid #e9ecef;border-radius:6px;padding:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.unified-product-card .product-details .product-bottom-actions .add-product-btn:hover,.unified-product-card .product-details .product-bottom-actions .notification-btn:hover,.unified-product-card .product-details .product-bottom-actions .refresh-btn:hover{background:#007bff;color:#fff;border-color:#007bff}.unified-product-card .product-details .product-bottom-actions .notification-btn{position:relative}.unified-product-card .product-details .product-bottom-actions .notification-btn .notification-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#dc3545;border-radius:50%;border:2px solid #fff}@media (max-width:768px){.unified-product-card{min-height:320px}.unified-product-card .product-image-container{height:160px}.unified-product-card .product-details{padding:.75rem;min-height:120px}.unified-product-card .product-details .product-info{min-height:50px}.unified-product-card .product-details .product-info .product-name{font-size:.8rem;min-height:2.4rem;-webkit-line-clamp:3;line-clamp:3}.unified-product-card .product-details .product-info .product-company{font-size:.7rem;min-height:1.2rem;-webkit-line-clamp:2;line-clamp:2}.unified-product-card .product-details .product-bottom-actions{min-height:40px;overflow:hidden}.unified-product-card .product-details .product-bottom-actions .product-action{font-size:.7rem;padding:.6rem .8rem;min-height:40px;max-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:0;min-width:0}.unified-product-card .product-details .product-bottom-actions .add-product-btn,.unified-product-card .product-details .product-bottom-actions .notification-btn,.unified-product-card .product-details .product-bottom-actions .refresh-btn{width:28px;height:28px;padding:.4rem}}@media (max-width:480px){.unified-product-card{min-height:300px}.unified-product-card .product-image-container{height:140px}.unified-product-card .product-details{padding:.6rem;min-height:110px}.unified-product-card .product-details .product-info{min-height:45px}.unified-product-card .product-details .product-info .product-name{font-size:.75rem;min-height:2.1rem;-webkit-line-clamp:3;line-clamp:3}.unified-product-card .product-details .product-info .product-company{font-size:.65rem;min-height:1.1rem;-webkit-line-clamp:2;line-clamp:2}.unified-product-card .product-details .product-bottom-actions{min-height:36px;overflow:hidden}.unified-product-card .product-details .product-bottom-actions .product-action{font-size:.65rem;padding:.5rem .6rem;min-height:36px;max-height:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:0;min-width:0}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-header .section-title{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:1.25rem;font-weight:600;margin:0}.section-header .section-title .section-icon{color:inherit}.section-header .section-controls{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.section-header .section-controls .filter-dropdown{border:1px solid #e9ecef;border-radius:6px;padding:.375rem .75rem;background:#fff;color:#6c757d;font-size:.875rem}.section-header .section-controls .filter-dropdown:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.section-header .section-controls .filter-button{background:none;border:1px solid #e9ecef;border-radius:6px;padding:.375rem .75rem;color:#6c757d}.section-header .section-controls .filter-button:hover{background:#f8f9fa}.pagination-container{justify-content:center;margin:2rem 0}.pagination-container .pagination-info{font-size:.875rem;margin-right:2rem}.pagination-container .pagination .page-item{margin:0 .125rem}.pagination-container .pagination .page-item .page-link{border:1px solid #e9ecef;color:#6c757d;padding:.5rem .75rem;border-radius:6px}.pagination-container .pagination .page-item .page-link:hover{background:#f8f9fa;border-color:#e9ecef;color:#212529}.pagination-container .pagination .page-item .page-link:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.pagination-container .pagination .page-item.active .page-link{background:#007bff;border-color:#007bff;color:#fff}.pagination-container .pagination .page-item.active .page-link:hover{background:#0062cc;border-color:#0062cc}.pagination-container .pagination .page-item.disabled .page-link{color:#a1a8ae;background:transparent;border-color:#e9ecef}.pagination-container .pagination .page-item.disabled .page-link:hover{background:transparent;color:#a1a8ae}.recent-products .product-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.recent-products .product-item:hover{box-shadow:0 2px 4px rgba(0,0,0,.1)}.recent-products .product-item .product-image-container{position:relative;height:200px}.recent-products .product-item .product-image-container .product-image{width:100%;height:100%;object-fit:cover}.recent-products .product-item .product-image-container .product-actions{position:absolute;top:.5rem;right:.5rem;display:flex;grid-gap:.25rem;gap:.25rem}.recent-products .product-item .product-image-container .product-actions .action-btn{background:rgba(0,0,0,.7);color:#fff;border:none;border-radius:4px;padding:.25rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.recent-products .product-item .product-image-container .product-actions .action-btn:hover{background:rgba(0,0,0,.8)}.recent-products .product-item .product-image-container .product-actions .action-btn.favorite{background:rgba(255,193,7,.9)}.recent-products .product-item .product-image-container .product-actions .action-btn.favorite:hover{background:#ffc107}.recent-products .product-item .product-details{padding:.75rem}.recent-products .product-item .product-details .product-name{font-weight:600;margin-bottom:.25rem;font-size:.875rem}.recent-products .product-item .product-details .product-company{color:#6c757d;font-size:.75rem;margin:0}.text-primary{color:#212529}.text-muted,.text-secondary{color:#6c757d}.bg-light{background-color:#f8f9fa}.shadow-sm{box-shadow:0 2px 4px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (min-width:768px) and (max-width:1400px){.welcome-section{padding:1.5rem 0 1rem}.welcome-section .welcome-title{font-size:1.6rem;word-wrap:break-word;overflow-wrap:break-word}.welcome-section .welcome-subtitle{font-size:1rem;word-wrap:break-word;overflow-wrap:break-word}.dashboard-card{margin-bottom:1.5rem;padding:1.25rem;overflow:hidden}.dashboard-card .card-title{font-size:1.1rem;word-wrap:break-word;overflow-wrap:break-word}.dashboard-card .card-description{font-size:.9rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.dashboard-card .card-action{font-size:.85rem}.dashboard-card .supply-chain-tag{max-width:140px}.dashboard-card .supply-chain-tag .form-select{font-size:.72rem;padding-right:1.5rem}.section-header{margin-bottom:1.25rem}.section-header .section-title{font-size:1.2rem;word-wrap:break-word;overflow-wrap:break-word}.section-header .section-controls{grid-gap:.75rem;gap:.75rem}.section-header .section-controls .filter-button,.section-header .section-controls .filter-dropdown{padding:.5rem .75rem;font-size:.9rem}.product-card{height:220px}.product-card .product-image{height:140px}.product-card .product-overlay{padding:.75rem}.product-card .product-overlay .product-title{font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}.product-card .product-overlay .product-company{font-size:.8rem;word-wrap:break-word;overflow-wrap:break-word}.product-card .product-overlay .product-action{padding:.4rem .8rem;font-size:.8rem}.recent-products .product-item{min-height:280px}.recent-products .product-item .product-image-container{height:180px}.recent-products .product-item .product-details{padding:.6rem}.recent-products .product-item .product-details .product-name{font-size:.9rem;word-wrap:break-word;overflow-wrap:break-word}.recent-products .product-item .product-details .product-company{font-size:.75rem;word-wrap:break-word;overflow-wrap:break-word}.pagination-container{margin:1.5rem 0}.pagination-container .pagination-info{font-size:.9rem;margin-right:1.5rem}.pagination-container .pagination .page-item .page-link{padding:.4rem .6rem;font-size:.9rem}.container{padding-left:16px;padding-right:16px;max-width:100%!important}.container,.row{width:100%!important}.row{margin-left:-8px;margin-right:-8px}.row [class*=col-]{padding-left:8px;padding-right:8px}.dashboard{width:100%!important;max-width:100vw!important;overflow-x:hidden}}@media (max-width:767px){.welcome-section{padding:1rem 0}.welcome-section .welcome-title{font-size:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.dashboard-card{margin-bottom:1rem;padding:1rem}.dashboard-card .card-title{font-size:1rem;word-wrap:break-word;overflow-wrap:break-word}.dashboard-card .card-description{font-size:.8rem;word-wrap:break-word;overflow-wrap:break-word}.dashboard-card .card-action{font-size:.8rem}.dashboard-card .supply-chain-tag{max-width:120px}.dashboard-card .supply-chain-tag .form-select{font-size:.7rem;padding:.2rem 1.4rem .2rem .4rem}.section-header{flex-direction:column;align-items:flex-start;grid-gap:1rem;gap:1rem}.section-header .section-title{font-size:1.1rem;word-wrap:break-word;overflow-wrap:break-word}}@media (max-width:767.98px){.page-wrapper{padding-left:15px!important;padding-right:15px!important;width:100%!important}.page-wrapper,.right-part{margin-left:0!important}.dashboard-card{padding:.875rem!important;overflow:hidden!important}.dashboard-card .card-title{font-size:.95rem!important;line-height:1.3!important}.dashboard-card .card-description{font-size:.75rem!important;line-height:1.3!important}.dashboard-card .card-action{font-size:.75rem!important}}@media (max-width:374px){.dashboard-card{padding:.75rem!important}.dashboard-card .card-icon{margin-bottom:.75rem!important}.dashboard-card .card-icon,.dashboard-card .card-icon>div{width:40px!important;height:40px!important}.dashboard-card .card-icon>div>div{width:28px!important;height:28px!important}.dashboard-card .card-title{font-size:.9rem!important;margin-bottom:.4rem!important}.dashboard-card .card-description{font-size:.7rem!important;margin-bottom:.75rem!important}.dashboard-card .card-action{font-size:.7rem!important}.dashboard-card .supply-chain-tag{max-width:100px!important}.dashboard-card .supply-chain-tag .form-select{font-size:.65rem!important;padding:.15rem 1.2rem .15rem .3rem!important}.welcome-section .welcome-title{font-size:1.25rem!important}.welcome-section .welcome-subtitle{font-size:.8rem!important}}@media (min-width:768px) and (max-width:1024px){.unified-product-card .product-bottom-actions{grid-gap:.75rem!important;gap:.75rem!important;margin-top:1rem!important;min-height:50px!important;flex-wrap:wrap!important;align-items:stretch!important}.unified-product-card .product-bottom-actions .product-action{white-space:normal!important;overflow:visible!important;text-overflow:unset!important;padding:.6rem .8rem!important;font-size:.75rem!important;line-height:1.2!important;min-height:42px!important;max-height:none!important;height:auto!important;flex:1 1 auto;min-width:90px!important;max-width:140px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;word-break:break-word!important}.unified-product-card .product-bottom-actions .add-product-btn,.unified-product-card .product-bottom-actions .notification-btn,.unified-product-card .product-bottom-actions .refresh-btn{width:36px!important;height:36px!important;padding:.5rem!important;margin:0!important;flex-shrink:0!important}.unified-product-card .product-bottom-actions .add-product-btn svg,.unified-product-card .product-bottom-actions .notification-btn svg,.unified-product-card .product-bottom-actions .refresh-btn svg{width:14px!important;height:14px!important}.unified-product-card .product-bottom-actions .add-product-btn:hover,.unified-product-card .product-bottom-actions .notification-btn:hover,.unified-product-card .product-bottom-actions .refresh-btn:hover{transform:scale(1.05)!important}.unified-product-card .product-details{padding:1rem!important;min-height:140px!important}.unified-product-card .product-info{margin-bottom:.75rem!important}.unified-product-card .product-info .product-name{font-size:.85rem!important;line-height:1.3!important;margin-bottom:.4rem!important}.unified-product-card .product-info .product-company{font-size:.72rem!important;line-height:1.2!important}.row{margin-left:-8px!important;margin-right:-8px!important}.row [class*=col-]{padding-left:8px!important;padding-right:8px!important}.btn[class*=action-btn],.btn[class*=product-action],.btn[class*=view-details],button[class*=action-btn],button[class*=product-action],button[class*=view-details]{white-space:normal!important;overflow:visible!important;text-overflow:unset!important;line-height:1.2!important;height:auto!important;min-height:40px!important;padding:.6rem .8rem!important;font-size:.75rem!important;word-break:break-word!important}.recent-products .unified-product-card .product-bottom-actions{grid-gap:.8rem!important;gap:.8rem!important;padding-top:.5rem!important}.recent-products .unified-product-card .product-bottom-actions .product-action{min-width:95px!important;max-width:145px!important;font-weight:500!important}.recent-products .unified-product-card .product-bottom-actions .notification-btn{position:relative!important}.recent-products .unified-product-card .product-bottom-actions .notification-btn .notification-dot{position:absolute!important;top:-3px!important;right:-3px!important;width:10px!important;height:10px!important;background:#dc3545!important;border-radius:50%!important;border:2px solid #fff!important;z-index:10!important}.unified-product-card .product-bottom-actions{overflow:visible!important}.unified-product-card .product-bottom-actions .add-product-btn:hover,.unified-product-card .product-bottom-actions .notification-btn:hover,.unified-product-card .product-bottom-actions .refresh-btn:hover{transform:scale(1.1)!important;box-shadow:0 2px 8px rgba(0,0,0,.15)!important}}.slider-list{min-height:200px;position:relative;max-width:100%;padding:0 60px;margin:0 0 20px;width:100%}@media (max-width:767px){.slider-list{padding:0 50px;margin:15px 0;min-height:180px}}@media (min-width:768px) and (max-width:1024px){.slider-list{padding:0 55px;margin:18px 0;min-height:190px}}@media (min-width:1025px){.slider-list{padding:0 70px;margin:25px 0;min-height:220px}}.slider-list .load-more-btn{display:flex;justify-content:center;align-items:center;color:#3f65f1;border:none;text-align:center;font-size:1em;font-weight:lighter;margin:5px;box-shadow:none;height:40px;width:auto;background-color:#eaf1f6}.slider-list .load-more-btn:hover{background-color:#c6d9e7;color:#3f65f1}.slider-list .load-more-btn.disabled,.slider-list .load-more-btn:not(:disabled):not(.disabled):active{background-color:#a3c1d7;color:#3f65f1}.slider-list .fetch-more-button{display:flex;flex-direction:column;transform:translateX(-50%)}.slider-list .fetch-more-button button{border:none;font-size:1em;margin:5px;height:52px;width:52px;border-radius:50px;background-color:#e1ecf3;box-shadow:none}.slider-list .slider__overlay{background:#f6f6f6;opacity:.5;width:100%;height:90%;position:absolute;z-index:2;display:flex;justify-content:center;align-items:center;left:-3%;top:45px}.slider-list .slider-title{margin:0 0 25px;padding:0 10px;display:flex;align-items:center}.slider-list .slider-title .title{display:flex;align-items:center;flex-wrap:nowrap;grid-gap:0;gap:0}.slider-list .slider-title .title h4{margin:0;font-size:1.4rem;font-weight:600;color:#2c3e50;white-space:nowrap}@media (max-width:767px){.slider-list .slider-title .title h4{font-size:1.2rem}}@media (min-width:768px) and (max-width:1024px){.slider-list .slider-title .title h4{font-size:1.3rem}}.slider-list .slider-title .title h4.color-bg-blue,.slider-list .slider-title .title h4.count{color:#395efa;font-weight:500}.slider-list .slider-title .title .btn{margin-left:0;flex-shrink:0;white-space:nowrap}.slider-list .slider-title h4{margin:0;font-size:1.4rem;font-weight:600;color:#2c3e50}@media (max-width:767px){.slider-list .slider-title h4{font-size:1.2rem}}@media (min-width:768px) and (max-width:1024px){.slider-list .slider-title h4{font-size:1.3rem}}.slider-list .BrainhubCarouselItem{margin-left:16px;padding:0 8px}@media (max-width:767px){.slider-list .BrainhubCarouselItem{margin-left:8px;padding:0 4px}}@media (min-width:768px) and (max-width:1024px){.slider-list .BrainhubCarouselItem{margin-left:12px;padding:0 6px}}@media (max-width:480px){.slider-list .BrainhubCarouselItem{margin-left:4px;padding:0 2px}}.slider-list .BrainhubCarousel,.slider-list .BrainhubCarousel__container{overflow:visible;position:relative}.slider-list .BrainhubCarousel__container{padding:0 25px}@media (max-width:767px){.slider-list .BrainhubCarousel__container{padding:0 15px}}@media (min-width:768px) and (max-width:1024px){.slider-list .BrainhubCarousel__container{padding:0 20px}}@media (max-width:480px){.slider-list .BrainhubCarousel__container{padding:0 10px}}.slider-list .BrainhubCarousel__track{min-height:160px;padding:10px 0}@media (max-width:767px){.slider-list .BrainhubCarousel__track{min-height:140px;padding:8px 0}}@media (min-width:768px) and (max-width:1024px){.slider-list .BrainhubCarousel__track{min-height:150px;padding:9px 0}}.slider-list .BrainhubCarousel__trackContainer{margin-left:-20px}@media (max-width:767px){.slider-list .BrainhubCarousel__trackContainer{margin-left:-16px}}@media (min-width:768px) and (max-width:1024px){.slider-list .BrainhubCarousel__trackContainer{margin-left:-18px}}.slider-list .BrainhubCarousel__customArrows{position:absolute;z-index:10;top:50%;transform:translateY(-50%);cursor:pointer;background:hsla(0,0%,100%,.9);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease;border:1px solid rgba(0,0,0,.1);opacity:1!important;visibility:visible!important;display:flex!important}.slider-list .BrainhubCarousel__customArrows:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateY(-50%) scale(1.1)}.slider-list .BrainhubCarousel__customArrows svg{width:20px;height:20px;color:#333;stroke-width:2}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowLeft{left:15px}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowRight{right:15px}@media (max-width:767px){.slider-list .BrainhubCarousel__customArrows{width:36px;height:36px;top:50%;transform:translateY(-50%)}.slider-list .BrainhubCarousel__customArrows svg{width:18px;height:18px}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowLeft{left:10px}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowRight{right:10px}}@media (min-width:768px) and (max-width:1024px){.slider-list .BrainhubCarousel__customArrows{width:38px;height:38px;top:50%;transform:translateY(-50%)}.slider-list .BrainhubCarousel__customArrows svg{width:19px;height:19px}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowLeft{left:12px}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowRight{right:12px}}@media (min-width:1025px){.slider-list .BrainhubCarousel__customArrows{width:42px;height:42px}.slider-list .BrainhubCarousel__customArrows svg{width:22px;height:22px}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowLeft{left:18px}.slider-list .BrainhubCarousel__customArrows.BrainhubCarousel__custom-arrowRight{right:18px}}.pagination-wrapper{position:relative;right:0;margin-top:0}@media (max-width:767px){.pagination-wrapper{margin-top:1rem}}@media (min-width:768px) and (max-width:1024px){.pagination-wrapper{position:relative;right:0;margin-top:0;width:auto;min-width:0;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center}}.pagination-wrapper.pagination-right{display:flex;justify-content:flex-end;align-items:center;margin-top:0;margin-bottom:0}.pagination-wrapper .nav-lbl,.pagination-wrapper .page-item .page-link{font-weight:700;font-size:16px;text-align:center;color:rgba(20,28,63,.5)}@media (max-width:767px){.pagination-wrapper .nav-lbl,.pagination-wrapper .page-item .page-link{font-size:14px}}@media (min-width:768px) and (max-width:1024px){.pagination-wrapper .nav-lbl,.pagination-wrapper .page-item .page-link{font-size:15px}}.pagination-wrapper.pagination-small .nav-lbl,.pagination-wrapper.pagination-small .page-item .page-link{font-size:12px;font-weight:600}@media (max-width:767px){.pagination-wrapper.pagination-small .nav-lbl,.pagination-wrapper.pagination-small .page-item .page-link{font-size:11px}}.pagination-wrapper.pagination-small .pagination{grid-gap:.25rem;gap:.25rem}.pagination-wrapper.pagination-small .pagination .page-item .page-link{padding:0 3px;margin:0 4px}@media (max-width:767px){.pagination-wrapper.pagination-small .pagination .page-item .page-link{padding:.125rem .25rem;margin:0 1px}}.pagination-wrapper.pagination-small .pagination .next-sec .page-link svg,.pagination-wrapper.pagination-small .pagination .previous-sec .page-link svg{width:14px;height:14px}@media (max-width:767px){.pagination-wrapper.pagination-small .pagination .next-sec .page-link svg,.pagination-wrapper.pagination-small .pagination .previous-sec .page-link svg{width:12px;height:12px}}.pagination-wrapper .pagination{align-items:center;justify-content:center;flex-wrap:wrap}@media (max-width:767px){.pagination-wrapper .pagination{grid-gap:.25rem;gap:.25rem}}@media (min-width:768px) and (max-width:1024px){.pagination-wrapper .pagination{grid-gap:.5rem;gap:.5rem;flex-wrap:nowrap}}.pagination-wrapper .pagination .next-sec .page-link,.pagination-wrapper .pagination .previous-sec .page-link{padding:0;border:none;display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}@media (max-width:767px){.pagination-wrapper .pagination .next-sec .page-link,.pagination-wrapper .pagination .previous-sec .page-link{padding:.25rem .5rem;font-size:.8rem}}.pagination-wrapper .pagination .next-sec .page-link:hover,.pagination-wrapper .pagination .previous-sec .page-link:hover{background:none;border-bottom:2px solid transparent!important}.pagination-wrapper .pagination .next-sec .page-link svg,.pagination-wrapper .pagination .previous-sec .page-link svg{width:18px;height:18px;margin-bottom:2px}@media (max-width:767px){.pagination-wrapper .pagination .next-sec .page-link svg,.pagination-wrapper .pagination .previous-sec .page-link svg{width:14px;height:14px}}.pagination-wrapper .pagination .next-sec .page-link:not([disabled]),.pagination-wrapper .pagination .previous-sec .page-link:not([disabled]){background:none;transition:all .5s}.pagination-wrapper .pagination .next-sec .page-link:not([disabled]) .nav-lbl,.pagination-wrapper .pagination .previous-sec .page-link:not([disabled]) .nav-lbl{color:#141c3f}.pagination-wrapper .pagination .next-sec .page-link:not([disabled]) svg,.pagination-wrapper .pagination .previous-sec .page-link:not([disabled]) svg{width:18px;height:18px}@media (max-width:767px){.pagination-wrapper .pagination .next-sec .page-link:not([disabled]) svg,.pagination-wrapper .pagination .previous-sec .page-link:not([disabled]) svg{width:14px;height:14px}}.pagination-wrapper .pagination .next-sec .page-link:not([disabled]) svg path,.pagination-wrapper .pagination .previous-sec .page-link:not([disabled]) svg path{stroke-opacity:1}.pagination-wrapper .pagination .page-item .page-link{border:0;border-bottom:2px solid transparent;color:#141c3f;padding:0 5px;margin:0 8px}@media (max-width:767px){.pagination-wrapper .pagination .page-item .page-link{padding:.25rem .5rem;margin:0 2px;font-size:.8rem}}.pagination-wrapper .pagination .page-item .page-link:hover{background:none;border-bottom:2px solid #141c3f}.pagination-wrapper .pagination .page-item.active .page-link{background:none;color:#141c3f;border-bottom:2px solid #141c3f}.pagination-wrapper_remover{position:relative!important;right:0!important}.supplier-search-ingredients{padding:20px;min-height:100vh;background-color:#f5f7fa}.supplier-search-ingredients .search-ingredients-container{display:flex;grid-gap:20px;gap:20px;max-width:1400px;margin:0 auto}.supplier-search-ingredients .filters-sidebar{width:280px;background:#fff;border-radius:8px;padding:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;box-shadow:0 2px 4px rgba(0,0,0,.1)}.supplier-search-ingredients .filters-sidebar .filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e7eb}.supplier-search-ingredients .filters-sidebar .filters-header h5{margin:0;font-size:18px;font-weight:600;color:#1f2937}.supplier-search-ingredients .filters-sidebar .filters-header .clear-all-btn{padding:0;font-size:14px;color:#3b82f6;text-decoration:none;border:none;background:none;cursor:pointer}.supplier-search-ingredients .filters-sidebar .filters-header .clear-all-btn:hover{text-decoration:underline}.supplier-search-ingredients .filters-sidebar .filter-section{margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:15px}.supplier-search-ingredients .filters-sidebar .filter-section:last-child{border-bottom:none}.supplier-search-ingredients .filters-sidebar .filter-section .filter-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;color:#374151;margin-bottom:12px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-header:hover{color:#1f2937}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content{margin-top:12px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .filter-search{width:100%;margin-bottom:12px;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .filter-checkboxes{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .filter-checkboxes .filter-checkbox{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#374151}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .filter-checkboxes .filter-checkbox input[type=checkbox]{margin-right:8px;cursor:pointer}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .filter-checkboxes .filter-checkbox:hover{color:#1f2937}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-input{width:100%;margin-bottom:16px;padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;color:#374151;font-weight:400;transition:border-color .2s ease}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper{position:relative;width:100%;height:20px;margin-top:8px;margin-bottom:4px;display:flex;align-items:center}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper:after{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:6px;border-radius:3px;background:#e5e7eb;z-index:0}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:0;width:var(--distance-percent,0);height:6px;border-radius:3px;background:#3b82f6;z-index:1;transition:width .1s ease}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider{position:relative;width:100%;height:20px;margin:0;padding:0;background:transparent;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:2;cursor:pointer}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;cursor:pointer;border:1.5px solid #d1d5db;background-color:#fff;background-image:radial-gradient(circle at center,#3b82f6 0,#3b82f6 4px,transparent 4.5px);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-webkit-slider-thumb:hover{border-color:#9ca3af;box-shadow:0 2px 4px rgba(0,0,0,.25)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-webkit-slider-thumb:active{border-color:#6b7280;box-shadow:0 1px 2px rgba(0,0,0,.2)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;cursor:pointer;border:1.5px solid #d1d5db;background-color:#fff;background-image:radial-gradient(circle at center,#3b82f6 0,#3b82f6 4px,transparent 4.5px);box-shadow:0 1px 3px rgba(0,0,0,.2);-moz-transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-moz-range-thumb:hover{border-color:#9ca3af;box-shadow:0 2px 4px rgba(0,0,0,.25)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-moz-range-thumb:active{border-color:#6b7280;box-shadow:0 1px 2px rgba(0,0,0,.2)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-moz-range-track{background:transparent;height:6px;border:none}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-webkit-slider-runnable-track{background:transparent;height:6px;border:none}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-ms-track{background:transparent;height:6px;border:none;color:transparent}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .distance-slider-wrapper .distance-slider::-ms-thumb{width:20px;height:20px;border-radius:50%;cursor:pointer;border:1.5px solid #d1d5db;background-color:#fff;background-image:radial-gradient(circle at center,#3b82f6 0,#3b82f6 4px,transparent 4.5px);box-shadow:0 1px 3px rgba(0,0,0,.2)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .dual-range-container{position:relative;width:100%;height:6px;margin-top:12px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .dual-range-container .price-slider{position:absolute;width:100%;height:6px;border-radius:3px;background:transparent;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none;z-index:1}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .dual-range-container .price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;pointer-events:all;box-shadow:0 2px 4px rgba(59,130,246,.3)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .dual-range-container .price-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;pointer-events:all;box-shadow:0 2px 4px rgba(59,130,246,.3)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .dual-range-container .price-slider-min{z-index:2}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .dual-range-container .price-slider-max{z-index:1}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .dual-range-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;border-radius:3px;background:linear-gradient(90deg,#e5e7eb 0,#e5e7eb 0,#3b82f6 0,#3b82f6 100%,#e5e7eb 0);background:linear-gradient(90deg,#e5e7eb 0,#e5e7eb var(--min-percent,0),#3b82f6 var(--min-percent,0),#3b82f6 var(--max-percent,100%),#e5e7eb var(--max-percent,100%));z-index:0}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .price-inputs{display:flex;grid-gap:8px;gap:8px;margin-bottom:12px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .price-inputs input{flex:1 1;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .toggle-switch input{opacity:0;width:0;height:0}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .toggle-switch input:checked+.slider{background-color:#3b82f6}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .toggle-switch input:checked+.slider:before{transform:translateX(20px)}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.supplier-search-ingredients .filters-sidebar .filter-section .filter-content .toggle-switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.supplier-search-ingredients .main-content{flex:1 1;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.supplier-search-ingredients .main-content .content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.supplier-search-ingredients .main-content .content-header .page-title{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 8px}.supplier-search-ingredients .main-content .content-header .results-count{font-size:14px;color:#6b7280;margin:0}.supplier-search-ingredients .main-content .content-header .header-controls{display:flex;grid-gap:12px;gap:12px;align-items:center}.supplier-search-ingredients .main-content .content-header .header-controls .sort-select{margin:0;min-width:180px;display:flex;align-items:center;grid-gap:8px;gap:8px}.supplier-search-ingredients .main-content .content-header .header-controls .sort-select .sort-label{font-size:14px;color:#6b7280;white-space:nowrap}.supplier-search-ingredients .main-content .content-header .header-controls .sort-select select{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.supplier-search-ingredients .main-content .content-header .header-controls .view-toggle{display:flex;grid-gap:4px;gap:4px}.supplier-search-ingredients .main-content .content-header .header-controls .view-toggle button{padding:8px 12px;border:1px solid #d1d5db}.supplier-search-ingredients .main-content .search-bar-container{margin-bottom:24px}.supplier-search-ingredients .main-content .search-bar-container .input-group{position:relative;display:flex;align-items:center;width:100%}.supplier-search-ingredients .main-content .search-bar-container .input-group .search-icon{position:absolute!important;left:12px!important;color:#9ca3af!important;z-index:10!important;pointer-events:none!important;display:flex!important;align-items:center;justify-content:center;transition:color .2s ease;opacity:1!important;visibility:visible!important}.supplier-search-ingredients .main-content .search-bar-container .input-group .search-input{padding-left:40px!important;padding-right:40px;height:44px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;position:relative;z-index:1;width:100%;background-color:#fff}.supplier-search-ingredients .main-content .search-bar-container .input-group .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.supplier-search-ingredients .main-content .search-bar-container .input-group .search-input:focus~.search-icon{color:#3b82f6!important}.supplier-search-ingredients .main-content .search-bar-container .input-group .clear-icon{position:absolute!important;right:12px!important;color:#9ca3af;cursor:pointer;z-index:10!important;display:flex;align-items:center;justify-content:center;pointer-events:all}.supplier-search-ingredients .main-content .search-bar-container .input-group .clear-icon:hover{color:#6b7280}.supplier-search-ingredients .main-content .ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:32px}.supplier-search-ingredients .main-content .ingredients-list{display:flex;flex-direction:column;grid-gap:16px;gap:16px;margin-bottom:32px}.supplier-search-ingredients .main-content .ingredient-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s;position:relative}.supplier-search-ingredients .main-content .ingredient-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.supplier-search-ingredients .main-content .ingredient-card .card-header{position:absolute;top:12px;right:12px;z-index:1}.supplier-search-ingredients .main-content .ingredient-card .card-header svg{cursor:pointer;transition:all .2s}.supplier-search-ingredients .main-content .ingredient-card .card-header svg:hover{transform:scale(1.1)}.supplier-search-ingredients .main-content .ingredient-card .card-image{width:100%;height:120px;margin-bottom:12px;border-radius:6px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.supplier-search-ingredients .main-content .ingredient-card .card-image img{width:100%;height:100%;object-fit:cover}.supplier-search-ingredients .main-content .ingredient-card .card-body .ingredient-name{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 4px}.supplier-search-ingredients .main-content .ingredient-card .card-body .ingredient-supplier{font-size:14px;color:#6b7280;margin:0 0 12px}.supplier-search-ingredients .main-content .ingredient-card .card-body .ingredient-tags{display:flex;grid-gap:8px;gap:8px;margin-bottom:12px;flex-wrap:wrap}.supplier-search-ingredients .main-content .ingredient-card .card-body .ingredient-tags .tag{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.supplier-search-ingredients .main-content .ingredient-card .card-body .ingredient-tags .tag.organic{background:#d1fae5;color:#065f46}.supplier-search-ingredients .main-content .ingredient-card .card-body .ingredient-tags .tag.ai{background:#dbeafe;color:#1e40af}.supplier-search-ingredients .main-content .ingredient-card .card-body .ingredient-tags .tag .tag-icon{font-size:14px}.supplier-search-ingredients .main-content .ingredient-card .card-body .card-price{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:12px}.supplier-search-ingredients .main-content .ingredient-card .card-body .card-actions{display:flex;grid-gap:8px;gap:8px}.supplier-search-ingredients .main-content .ingredient-card .card-body .card-actions button{flex:1 1;font-size:14px;padding:8px 16px}.supplier-search-ingredients .main-content .empty-state,.supplier-search-ingredients .main-content .loading-state{text-align:center;padding:60px 20px;color:#6b7280}.supplier-search-ingredients .main-content .pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.supplier-search-ingredients .main-content .pagination-container .pagination-info{display:flex;align-items:center;grid-gap:16px;gap:16px}.supplier-search-ingredients .main-content .pagination-container .pagination-info .items-per-page{display:flex;align-items:center;grid-gap:8px;gap:8px;margin:0}.supplier-search-ingredients .main-content .pagination-container .pagination-info .items-per-page select{padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.supplier-search-ingredients .main-content .pagination-container .pagination-info .items-per-page span,.supplier-search-ingredients .main-content .pagination-container .pagination-info .pagination-text{font-size:14px;color:#6b7280}@media (max-width:1024px){.supplier-search-ingredients .search-ingredients-container{flex-direction:column}.supplier-search-ingredients .filters-sidebar{width:100%}.supplier-search-ingredients .main-content .ingredients-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.supplier-search-ingredients{padding:12px}.supplier-search-ingredients .main-content{padding:16px}.supplier-search-ingredients .main-content .content-header{flex-direction:column;grid-gap:16px;gap:16px}.supplier-search-ingredients .main-content .content-header .header-controls{width:100%;justify-content:space-between}.supplier-search-ingredients .main-content .ingredients-grid{grid-template-columns:1fr}.supplier-search-ingredients .main-content .pagination-container{flex-direction:column;grid-gap:16px;gap:16px;align-items:flex-start}}div.integration-simple{height:40px;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:space-around}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:.7}to{opacity:1}}div.integration-item img.inactive{-webkit-animation:blink 1s;animation:blink 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;transition:all 1s ease-in-out;-webkit-animation:blink 2s ease-in-out infinite normal;animation:blink 2s ease-in-out infinite normal}div.integration-simple__items{border-radius:6px;height:40px;border:1px solid var(--powder-blue);width:90%;padding:5px 10px;display:flex;align-items:center;justify-content:space-between}div.integration-simple__items p{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:2px;color:var(--battleship-grey);margin-bottom:0}div.integration-simple__items img{width:20;height:25px}div.integration-simple__items img.inactive{-webkit-filter:grayscale(1);filter:grayscale(1)}@media (max-width:525px){.feature-row{flex-direction:column;align-items:stretch;min-height:0;padding:10px 6px}.feature-row .feature-label{margin-bottom:10px;min-width:auto;white-space:pre-line}}.ingredients-table-container{min-height:650px;background:#fff;border-radius:12px;padding:28px 20px;max-width:1100px;margin:5px auto;font-size:14px;overflow:hidden}.ingredients-table-container .agent-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px}.ingredients-table-container .agent-box .agent-title{font-size:23px;font-weight:700;color:#664de5;margin-bottom:7px}.ingredients-table-container .agent-box .agent-desc{margin-bottom:12px}.ingredients-table-container .agent-box .agent-features{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;font-weight:500;margin-bottom:7px}.ingredients-table-container .agent-box .agent-features span{display:flex;align-items:center}.ingredients-table-container .agent-box .agent-features .feature-icon{margin-right:7px}.ingredients-table-container .agent-box .agent-features .feature-icon.nutrition{color:#33dbc3}.ingredients-table-container .agent-box .agent-features .feature-icon.trend{color:#664de5;margin-right:5px}.ingredients-table-container .agent-box .agent-features .feature-icon.sustainability{color:#1ed760}.ingredients-table-container .agent-box .agent-features .feature-icon.flag{color:#ff914d}.ingredients-table-container .agent-box .run-ai-btn{background:#664de5;color:#fff;border-radius:10px;font-weight:500;padding:10px 26px;font-size:17px;border:none;margin-top:8px;cursor:pointer;transition:background .3s ease}.ingredients-table-container .agent-box .run-ai-btn:hover{background:#503ad4}.ingredients-table-container .search-wrapper{margin-bottom:24px;display:flex;flex-direction:row;align-items:center;grid-gap:8px;gap:8px}.ingredients-table-container .search-wrapper .search-input{width:820px;height:50px;border-radius:8px;border:1px solid #ede9fe;padding-left:12px;font-size:14px;outline:none;box-sizing:border-box}.ingredients-table-container .search-wrapper .search-input:focus{border-color:#664de5;box-shadow:0 0 5px rgba(102,77,229,.67)}.ingredients-table-container .table-wrapper{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;width:100%;border-collapse:collapse;border-spacing:0;margin:0;padding:0;position:relative;display:block}@media (max-width:768px){.ingredients-table-container .table-wrapper{margin-left:-20px!important;margin-right:-20px!important;padding-left:20px!important;padding-right:20px!important;width:calc(100% + 40px);overflow-x:scroll!important;scrollbar-width:thin}.ingredients-table-container .table-wrapper::-webkit-scrollbar{height:8px}.ingredients-table-container .table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ingredients-table-container .table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.ingredients-table-container .table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}}@media (max-width:576px){.ingredients-table-container .table-wrapper{margin-left:-12px!important;margin-right:-12px!important;padding-left:12px!important;padding-right:12px!important;width:calc(100% + 24px);overflow-x:scroll!important}.ingredients-table-container .table-wrapper::-webkit-scrollbar{height:6px}}.ingredients-table-container .ingredients-table{font-size:15px;background:#fafafb;width:100%;max-width:none;min-width:100%;table-layout:fixed;overflow:visible;border-collapse:collapse;border-spacing:0;margin:0;padding:0}@media (max-width:768px){.ingredients-table-container .ingredients-table{min-width:1000px!important;width:1000px!important}}@media (max-width:768px){.ingredients-table-container .ingredients-table.ingredients-table-6col{min-width:800px!important;width:800px!important}}.ingredients-table-container .ingredients-table tbody tr{background:#fff!important;transition:background-color .2s ease}.ingredients-table-container .ingredients-table tbody tr:hover{background:#f8f9fa!important}.ingredients-table-container .ingredients-table tbody tr.list-row,.ingredients-table-container .ingredients-table tbody tr:first-child,.ingredients-table-container .ingredients-table tbody tr:nth-child(2n),.ingredients-table-container .ingredients-table tbody tr:nth-child(odd){background:#fff!important}.ingredients-table-container .ingredients-table tbody tr.list-row:hover{background:#f8f9fa!important}.ingredients-table-container .ingredients-table td:first-child,.ingredients-table-container .ingredients-table th:first-child{width:auto;min-width:40px;max-width:60px}.ingredients-table-container .ingredients-table td:nth-child(2),.ingredients-table-container .ingredients-table th:nth-child(2){width:auto;min-width:200px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;padding-right:20px}.ingredients-table-container .ingredients-table td:nth-child(3),.ingredients-table-container .ingredients-table th:nth-child(3){width:auto;min-width:100px;max-width:120px}.ingredients-table-container .ingredients-table td:nth-child(4),.ingredients-table-container .ingredients-table td:nth-child(5),.ingredients-table-container .ingredients-table th:nth-child(4),.ingredients-table-container .ingredients-table th:nth-child(5){width:8%!important;min-width:50px!important;max-width:70px!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box}.ingredients-table-container .ingredients-table td:nth-child(6),.ingredients-table-container .ingredients-table th:nth-child(6){width:6%!important;min-width:50px!important;max-width:70px!important;box-sizing:border-box}.ingredients-table-container .ingredients-table td:nth-child(7),.ingredients-table-container .ingredients-table th:nth-child(7){width:5%!important;min-width:40px!important;max-width:60px!important;box-sizing:border-box}.ingredients-table-container .ingredients-table td:nth-child(8),.ingredients-table-container .ingredients-table th:nth-child(8){width:8%!important;min-width:70px!important;max-width:90px!important;box-sizing:border-box}.ingredients-table-container .ingredients-table.ingredients-table-6col{min-width:800px!important}.ingredients-table-container .ingredients-table.ingredients-table-6col td:first-child,.ingredients-table-container .ingredients-table.ingredients-table-6col th:first-child{width:30%!important;min-width:180px!important;max-width:300px!important;box-sizing:border-box;padding-right:15px!important}.ingredients-table-container .ingredients-table.ingredients-table-6col td:nth-child(2),.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(2){width:15%!important;min-width:120px!important;max-width:180px!important;box-sizing:border-box;padding-right:10px!important}.ingredients-table-container .ingredients-table.ingredients-table-6col td:nth-child(3),.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(3){width:20%!important;min-width:140px!important;max-width:200px!important;box-sizing:border-box;padding-right:10px!important}.ingredients-table-container .ingredients-table.ingredients-table-6col td:nth-child(4),.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(4){width:12%!important;min-width:90px!important;max-width:130px!important;box-sizing:border-box;padding-right:8px!important;text-align:center!important;vertical-align:middle!important}.ingredients-table-container .ingredients-table.ingredients-table-6col td:nth-child(5),.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(5){width:18%!important;min-width:120px!important;max-width:180px!important;box-sizing:border-box;padding-right:8px!important;text-align:center!important;vertical-align:middle!important}.ingredients-table-container .ingredients-table.ingredients-table-6col td:nth-child(6),.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(6){width:5%!important;min-width:80px!important;max-width:100px!important;box-sizing:border-box;padding-right:5px!important;text-align:center!important;vertical-align:middle!important}.ingredients-table-container .ingredients-table .table-header{color:#664de5}.ingredients-table-container .ingredients-table .actions-header{text-align:center!important}.ingredients-table-container .ingredients-table th:nth-child(8){text-align:center!important;font-weight:600!important;color:#374151!important;white-space:nowrap!important}.ingredients-table-container .ingredients-table th:nth-child(8):first-child{white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important}.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(4),.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(5),.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(6){text-align:center!important;font-weight:600!important;color:#374151!important;white-space:nowrap!important}.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(4):first-child,.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(5):first-child,.ingredients-table-container .ingredients-table.ingredients-table-6col th:nth-child(6):first-child{white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important}.ingredients-table-container .ingredients-table.ingredients-table-6col td:nth-child(5) .allergen-badge{display:block;margin:0 auto;text-align:center}.ingredients-table-container .ingredients-table thead th{background:#fff;border-bottom:2px solid #e5e7eb;font-weight:600;color:#374151;padding:12px 8px;text-align:left}.ingredients-table-container .ingredients-table thead th.actions-header{text-align:center!important}.ingredients-table-container .ingredients-table .ingredient-name{font-weight:600}.ingredients-table-container .ingredients-table tbody td{padding:12px 8px;border-bottom:1px solid #f3f4f6;vertical-align:middle;background:transparent!important}.ingredients-table-container .ingredients-table .category-container,.ingredients-table-container .ingredients-table .similar-ingredients-container{display:flex;flex-direction:column;grid-gap:4px;gap:4px;max-width:100%;overflow:hidden}.ingredients-table-container .ingredients-table .category-tag,.ingredients-table-container .ingredients-table .similar-ingredient-tag{background:#f3f4f6;color:#374151;border-radius:4px;padding:4px 8px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:background-color .2s ease}.ingredients-table-container .ingredients-table .category-tag:hover,.ingredients-table-container .ingredients-table .similar-ingredient-tag:hover{background:#e5e7eb}.ingredients-table-container .ingredients-table .similar-ingredient-tag{cursor:pointer}.ingredients-table-container .ingredients-table .no-data-text{color:#9ca3af;font-style:italic;font-size:12px}.ingredients-table-container .ingredients-table .actions-cell{position:relative!important;text-align:center!important;vertical-align:middle!important;padding:8px 4px!important;background:transparent!important;min-width:60px!important;width:8%!important;overflow:visible!important;display:flex!important;justify-content:center!important;align-items:center!important}.ingredients-table-container .ingredients-table .actions-cell .dropdown-wrapper{position:relative;display:inline-block;width:100%;text-align:center}.ingredients-table-container .ingredients-table .actions-cell .dropdown-toggle-btn{border:none;background:transparent;font-size:18px;cursor:pointer;line-height:1;padding:6px 8px;border-radius:4px;transition:background-color .2s ease;display:inline-block;vertical-align:middle;color:#6b7280;min-width:30px;min-height:30px}.ingredients-table-container .ingredients-table .actions-cell .dropdown-toggle-btn:hover{background:#f3f4f6;color:#374151}.ingredients-table-container .ingredients-table .actions-cell .dropdown-toggle-btn:focus{outline:none;background:#f3f4f6}.ingredients-table-container .ingredients-table .actions-menu,.ingredients-table-container .ingredients-table .dropdown-menu{position:absolute!important;top:100%!important;right:0!important;left:auto!important;display:flex!important;flex-direction:column!important;min-width:120px!important;width:120px!important;padding:4px 0!important;margin:0!important;transform:none!important;z-index:1050!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;visibility:visible!important;opacity:1!important}.ingredients-table-container .ingredients-table .actions-menu .dropdown-item,.ingredients-table-container .ingredients-table .dropdown-menu .dropdown-item{padding:0!important}.ingredients-table-container .ingredients-table .actions-menu button,.ingredients-table-container .ingredients-table .dropdown-menu button{padding:8px 12px;border:none;background:transparent;text-align:left;cursor:pointer;font-size:14px;width:100%;transition:background-color .2s ease}.ingredients-table-container .ingredients-table .actions-menu button.delete-btn,.ingredients-table-container .ingredients-table .dropdown-menu button.delete-btn{color:#e11d48}.ingredients-table-container .ingredients-table .actions-menu button:hover,.ingredients-table-container .ingredients-table .dropdown-menu button:hover{background:#f3f4f6}.pagination-wrapper{display:flex;justify-content:center;align-items:center;margin-top:30px;flex-wrap:wrap;grid-gap:8px;gap:8px;width:100%;box-sizing:border-box}.pagination-wrapper .pagination-btn{background:transparent;border:none;border-radius:5px;margin:0 4px;padding:6px 14px;cursor:pointer;font-weight:500;color:#5755fe;font-size:14px;transition:background .3s ease}.pagination-wrapper .pagination-btn.is-current{background:#5755fe;color:#fff;font-weight:700;cursor:default}.pagination-wrapper .pagination-btn:disabled:not(.is-current){opacity:.55;cursor:not-allowed;background:#f3f4f6;color:#6b7280}.pagination-wrapper .pagination-btn:hover:not(:disabled):not(.is-current){background:#e3e0fd}.pagination-btn.active{background:#5755fe;color:#fff;font-weight:700;cursor:default}.form-input,.form-select-input{height:45px;font-size:16px}.toggle-button-group{display:flex;border-radius:20px;overflow:hidden;border:1px solid #ccc;cursor:pointer;width:100px}.toggle-button-group .toggle-btn{flex:1 1;border:none;padding:8px 0;font-size:14px;background:#f0f0f0;color:#333;transition:background .3s ease,color .3s ease}.toggle-button-group .toggle-btn.active{background:#4caf50;color:#fff}.toggle-button-group .toggle-btn:nth-child(2).active{background:#f44336;color:#fff}.status-badge{background:#232323;color:#fff;padding:3px 16px;font-size:13px}.allergen-badge{background:#f9fafb;color:#232323;border-radius:8px;padding:3px 10px;font-size:13px;border:1px solid #e5e7eb;margin:0 auto;text-align:center}.allergen-badge.none{background:#f3f4f6;color:#4b5563;border:none}@media (max-width:768px){.ingredients-table{min-width:600px!important;width:100%!important;font-size:13px;table-layout:auto}.ingredients-table td:first-child,.ingredients-table th:first-child{width:auto;min-width:30px;max-width:50px}.ingredients-table td:nth-child(2),.ingredients-table th:nth-child(2){width:auto;min-width:150px;padding-right:15px}.ingredients-table td:nth-child(3),.ingredients-table th:nth-child(3){width:auto;min-width:80px;max-width:100px}.ingredients-table td:nth-child(4),.ingredients-table td:nth-child(5),.ingredients-table th:nth-child(4),.ingredients-table th:nth-child(5){width:auto;min-width:80px;max-width:110px}.ingredients-table td:nth-child(6),.ingredients-table th:nth-child(6){width:auto;min-width:45px;max-width:65px}.ingredients-table td:nth-child(7),.ingredients-table th:nth-child(7){width:auto;min-width:35px;max-width:55px}.ingredients-table td:nth-child(8),.ingredients-table th:nth-child(8){width:auto;min-width:70px;max-width:90px}.ingredients-table.ingredients-table-6col td:first-child,.ingredients-table.ingredients-table-6col th:first-child{width:auto;min-width:120px;max-width:200px}.ingredients-table.ingredients-table-6col td:nth-child(2),.ingredients-table.ingredients-table-6col th:nth-child(2){width:auto;min-width:80px;max-width:120px}.ingredients-table.ingredients-table-6col td:nth-child(3),.ingredients-table.ingredients-table-6col th:nth-child(3){width:auto;min-width:100px;max-width:150px}.ingredients-table.ingredients-table-6col td:nth-child(4),.ingredients-table.ingredients-table-6col th:nth-child(4){width:auto;min-width:70px;max-width:100px}.ingredients-table.ingredients-table-6col td:nth-child(5),.ingredients-table.ingredients-table-6col th:nth-child(5){width:auto;min-width:80px;max-width:120px;text-align:center!important;vertical-align:middle!important}.ingredients-table.ingredients-table-6col td:nth-child(6),.ingredients-table.ingredients-table-6col th:nth-child(6){width:auto;min-width:60px;max-width:80px}.ingredients-table .category-tag,.ingredients-table .similar-ingredient-tag{font-size:10px;padding:2px 6px}.ingredients-table .actions-cell{padding:6px 2px!important;min-width:50px!important;width:8%!important;position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important}.ingredients-table .actions-cell .dropdown-toggle-btn{font-size:16px;padding:4px 6px;min-width:30px;min-height:30px}.ingredients-table thead th.actions-header{text-align:center!important}.ingredients-table.ingredients-table-6col thead th:nth-child(4),.ingredients-table.ingredients-table-6col thead th:nth-child(5),.ingredients-table.ingredients-table-6col thead th:nth-child(6){text-align:center!important;white-space:nowrap!important;font-size:13px!important;font-weight:600!important;color:#374151!important}.ingredients-table .search-wrapper .search-input{min-width:140px;font-size:12px}.ingredients-table .pagination-wrapper{grid-gap:5px;gap:5px}.ingredients-table .pagination-wrapper .pagination-btn{padding:4px 10px;font-size:12px}}@media (max-width:768px) and (max-width:576px){.ingredients-table{padding:16px 12px}.ingredients-table .table-wrapper{overflow-x:scroll!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.ingredients-table .table-wrapper::-webkit-scrollbar{height:8px}.ingredients-table .table-wrapper::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.ingredients-table .table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.ingredients-table .table-wrapper::-webkit-scrollbar-thumb:hover{background:#a0aec0}.ingredients-table .ingredients-table{font-size:12px;table-layout:fixed;border-collapse:collapse;border-spacing:0;margin:0;padding:0}.ingredients-table .ingredients-table,.ingredients-table .ingredients-table.ingredients-table-6col{min-width:800px!important;width:800px!important}.ingredients-table .ingredients-table td:first-child,.ingredients-table .ingredients-table th:first-child{width:10%;min-width:30px}.ingredients-table .ingredients-table td:nth-child(2),.ingredients-table .ingredients-table th:nth-child(2){width:35%;min-width:180px;padding-right:8px}.ingredients-table .ingredients-table td:nth-child(3),.ingredients-table .ingredients-table th:nth-child(3){width:10%;min-width:60px}.ingredients-table .ingredients-table td:nth-child(4),.ingredients-table .ingredients-table td:nth-child(5),.ingredients-table .ingredients-table th:nth-child(4),.ingredients-table .ingredients-table th:nth-child(5){width:10%;min-width:80px}.ingredients-table .ingredients-table td:nth-child(6),.ingredients-table .ingredients-table th:nth-child(6){width:8%;min-width:45px}.ingredients-table .ingredients-table td:nth-child(7),.ingredients-table .ingredients-table th:nth-child(7){width:7%;min-width:35px}.ingredients-table .ingredients-table td:nth-child(8),.ingredients-table .ingredients-table th:nth-child(8){width:12%;min-width:70px}.ingredients-table .ingredients-table.ingredients-table-6col td:first-child,.ingredients-table .ingredients-table.ingredients-table-6col th:first-child{width:25%!important;min-width:120px!important;max-width:200px!important}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(2),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(2){width:15%!important;min-width:80px!important;max-width:120px!important}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(3),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(3){width:20%!important;min-width:100px!important;max-width:150px!important}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(4),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(4){width:15%!important;min-width:80px!important;max-width:120px!important;text-align:center!important;vertical-align:middle!important}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(5),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(5){width:15%!important;min-width:100px!important;max-width:150px!important}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(6),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(6){width:10%!important;min-width:80px!important;max-width:100px!important;text-align:center!important;vertical-align:middle!important}.ingredients-table .ingredients-table.ingredients-table-6col thead th{background:#fff!important;border-bottom:2px solid #e5e7eb!important;padding:12px 8px!important;font-weight:600!important;color:#374151!important;white-space:nowrap!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:10!important;box-sizing:border-box!important}.ingredients-table .ingredients-table.ingredients-table-6col thead th:first-child{white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important}.ingredients-table .ingredients-table.ingredients-table-6col tbody td{padding:12px 8px!important;border-bottom:1px solid #e5e7eb!important;vertical-align:middle!important;box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.ingredients-table .ingredients-table.ingredients-table-6col thead th:first-child,.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(2),.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(3){text-align:left!important}.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(4),.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(5),.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(6){text-align:center!important}.ingredients-table .ingredients-table.ingredients-table-6col td:first-child,.ingredients-table .ingredients-table.ingredients-table-6col th:first-child{width:30%;min-width:100px}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(2),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(2){width:15%;min-width:60px}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(3),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(3){width:20%;min-width:80px}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(4),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(4){width:12%;min-width:60px}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(5),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(5){width:13%;min-width:70px;text-align:center!important;vertical-align:middle!important}.ingredients-table .ingredients-table.ingredients-table-6col td:nth-child(6),.ingredients-table .ingredients-table.ingredients-table-6col th:nth-child(6){width:10%;min-width:50px}.ingredients-table .ingredients-table .category-tag,.ingredients-table .ingredients-table .similar-ingredient-tag{font-size:9px;padding:1px 4px}.ingredients-table .ingredients-table .actions-cell{padding:4px 1px!important;min-width:45px!important;width:8%!important;position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important}.ingredients-table .ingredients-table .actions-cell .dropdown-toggle-btn{font-size:14px;padding:3px 4px;min-width:25px;min-height:25px}.ingredients-table .ingredients-table thead th.actions-header{text-align:center!important}.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(4),.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(5),.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(6){text-align:center!important;white-space:nowrap!important;font-size:12px!important;font-weight:600!important;color:#374151!important}.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(4):first-child,.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(5):first-child,.ingredients-table .ingredients-table.ingredients-table-6col thead th:nth-child(6):first-child{white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important}.ingredients-table .ingredients-table .search-wrapper{flex-direction:column;align-items:stretch}.ingredients-table .ingredients-table .search-wrapper .search-input{width:100%;min-width:auto}.ingredients-table .ingredients-modal .form-input,.ingredients-table .ingredients-modal .form-select-input{height:45px;font-size:16px;border-radius:10px;border:1px solid #dbe2ea}.ingredients-table .ingredients-modal .toggle-button-group{display:flex;border-radius:20px;overflow:hidden;border:1px solid #ccc;width:120px}.ingredients-table .ingredients-modal .toggle-button-group .toggle-btn{flex:1 1;border:none;padding:8px 0;font-size:14px;background:#f0f0f0;color:#333;transition:background .3s ease,color .3s ease}.ingredients-table .ingredients-modal .toggle-button-group .toggle-btn.active{background:#4caf50;color:#fff}.ingredients-table .ingredients-modal .toggle-button-group .toggle-btn:nth-child(2).active{background:#f44336;color:#fff}.ingredients-table .ingredients-modal .modal-dialog{max-width:860px}.ingredients-table .ingredients-modal__content{border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.15)}.ingredients-table .ingredients-modal .modal-footer,.ingredients-table .ingredients-modal .modal-header{border-color:#eee}.ingredients-table .ingredients-modal .btn-primary{background-color:#3b82f6;border-color:#3b82f6}.ingredients-table .ingredients-modal .btn-secondary{background-color:#e5eef6;color:#334155;border-color:#e5eef6}}@media (max-width:576px){.admin-layout .col-2{display:block!important}.admin-layout .col-2,.admin-layout .col-10{width:100%!important;flex:0 0 100%!important;max-width:100%!important}.admin-layout .col-10{margin-left:0!important}.admin-layout .col-10 .flex-grow-1{overflow-x:hidden!important;padding:0 10px!important}.admin-layout .container-fluid{padding-left:10px!important;padding-right:10px!important;max-width:100%!important}.admin-layout .table-responsive{margin-left:-5px!important;margin-right:-5px!important;padding-left:5px!important;padding-right:5px!important}.admin-layout .ingredients-table,.admin-layout .user-requests__table,.admin-layout table{min-width:100%!important;width:100%!important}.admin-layout .table-wrapper{margin-left:-5px!important;margin-right:-5px!important;padding-left:5px!important;padding-right:5px!important}.admin-layout .col-10{display:flex!important;justify-content:center!important}.admin-layout .col-2 .sidebar-container,.admin-layout .col-10 .flex-grow-1{width:100%!important;max-width:100%!important}.admin-layout .col-2 .sidebar-container{min-width:100%!important;box-sizing:border-box!important}.admin-layout .col-2 .sidebar-container .sidebar-content,.admin-layout .col-2 .sidebar-container .sidebar-nav{width:100%!important}}.dashboard-container .action-buttons .btn,.tool-admin-container .action-buttons .btn{border-radius:10px;font-size:1rem;padding:.48rem 1.6rem;font-weight:500;display:flex;align-items:center;grid-gap:.6rem;gap:.6rem}@media (max-width:768px){.dashboard-container{padding:.5rem 0}.dashboard-container .dashboard-header{padding:.8rem}.dashboard-container .dashboard-header .search-bar .form-control{height:40px;font-size:15px;padding-left:40px}.dashboard-container .dashboard-header .header-actions{grid-gap:.5rem;gap:.5rem}.dashboard-container .dashboard-header .header-actions .user-avatar{width:34px;height:34px}.dashboard-container .custom-tabs,.dashboard-container .nav-tabs{margin:.8rem 0 1.2rem;border-radius:8px}.dashboard-container .custom-tabs .nav-item,.dashboard-container .nav-tabs .nav-item{min-width:120px}.dashboard-container .custom-tabs .nav-link,.dashboard-container .nav-tabs .nav-link{font-size:.9rem;padding:.7rem .3rem}.dashboard-container .card{margin-bottom:1rem;border-radius:12px}.dashboard-container .card .card-body{padding:1rem}.dashboard-container .action-buttons{flex-direction:column;grid-gap:.8rem;gap:.8rem}.dashboard-container .action-buttons .btn{width:100%;justify-content:center;padding:.6rem 1rem;font-size:.95rem}.dashboard-container .action-buttons .position-relative{width:100%}.dashboard-container .integration-card .d-flex{flex-direction:column;align-items:flex-start!important}.dashboard-container .integration-card .d-flex .integration-icon{margin-right:0!important;margin-bottom:.75rem;align-self:center}.dashboard-container .integration-card .d-flex.justify-content-between{flex-direction:column;grid-gap:.8rem;gap:.8rem}.dashboard-container .integration-card .d-flex.justify-content-between .form-control{width:100%!important;flex:none!important}.dashboard-container .integration-card .d-flex.justify-content-between .toggle-switch{align-self:center}.dashboard-container .table-responsive{font-size:.85rem}.dashboard-container .table-responsive td,.dashboard-container .table-responsive th{padding:.6rem .4rem;font-size:.85rem}.dashboard-container .badge-secondary,.dashboard-container .badge-success,.dashboard-container .badge-warning{font-size:.8rem;padding:.25em .8em}.calendar-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:320px;z-index:1050}.inline-calendar{padding:.8rem}.inline-calendar .calendar-header{margin-bottom:.8rem}.inline-calendar .calendar-header .calendar-title{font-size:1rem}.inline-calendar .calendar-days-header .calendar-day-header{font-size:.8rem;padding:.4rem 0}.inline-calendar .calendar-grid .calendar-day{width:32px;height:32px;font-size:.8rem}}@media (max-width:576px){.dashboard-container .dashboard-header{padding:.6rem}.dashboard-container .dashboard-header .search-bar .form-control{height:36px;font-size:14px}.dashboard-container .custom-tabs .nav-item,.dashboard-container .nav-tabs .nav-item{min-width:100px}.dashboard-container .custom-tabs .nav-link,.dashboard-container .nav-tabs .nav-link{font-size:.85rem;padding:.6rem .2rem}.dashboard-container .card-body{padding:.8rem}.dashboard-container .card-body h3,.dashboard-container .card-body h5{font-size:1.1rem}.dashboard-container .card-body .form-control{font-size:14px;height:40px}.dashboard-container .card-body .form-control[type=textarea]{font-size:14px}.dashboard-container .integration-card{padding:.8rem!important}.dashboard-container .integration-card h5{font-size:1rem}.dashboard-container .integration-card .small{font-size:.8rem}.dashboard-container .action-buttons .btn{padding:.5rem .8rem;font-size:.9rem}.dashboard-container .action-buttons .btn .me-1{margin-right:.3rem!important}.calendar-dropdown{width:95vw;max-width:280px}.inline-calendar{padding:.6rem}.inline-calendar .calendar-grid .calendar-day{width:28px;height:28px;font-size:.75rem}}.generate-product-modal .btn{border-radius:.375rem;font-weight:500;padding:.5rem 1rem}.generate-product-modal .mb-3{margin-bottom:1rem}.generate-product-modal .mr-2{margin-right:.5rem}@media (min-width:769px) and (max-width:1024px){.dashboard{padding-left:15px!important;padding-right:15px!important}.dashboard .container-fluid{padding-left:0!important;padding-right:0!important}.dashboard .d-flex.justify-content-between{flex-direction:column!important;align-items:flex-start!important;grid-gap:1rem;gap:1rem;margin-bottom:2rem!important}.dashboard .d-flex.justify-content-between h2{font-size:1.75rem;margin-bottom:.5rem}.dashboard .d-flex.justify-content-between p{font-size:.95rem;margin-bottom:1rem}.dashboard .row.g-3{margin-left:0!important;margin-right:0!important}.dashboard .row.g-3 .col-md-3{flex:0 0 50%!important;max-width:50%!important;padding-left:.5rem!important;padding-right:.5rem!important;margin-bottom:1rem}.dashboard .col-md-4,.dashboard .col-md-6{flex:0 0 100%!important;max-width:100%!important;margin-bottom:1rem}.dashboard .card{margin-bottom:1rem}.dashboard .card .card-body{padding:1.25rem}.dashboard .card .card-header{padding:1rem 1.25rem;font-size:1rem}.dashboard .kpi-card .card-body{padding:1.5rem}.dashboard .kpi-card .card-body h6{font-size:.9rem;margin-bottom:.75rem}.dashboard .kpi-card .card-body h3{font-size:1.75rem;margin-bottom:.5rem}.dashboard .kpi-card .card-body small{font-size:.8rem}.dashboard .kpi-card .icon{font-size:1.75rem;top:1.25rem;right:1.25rem}.dashboard .d-flex.flex-wrap.gap-2{grid-gap:.75rem!important;gap:.75rem!important}.dashboard .d-flex.flex-wrap.gap-2 .btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.375rem);min-width:calc(50% - .375rem);margin-bottom:.5rem;font-size:.9rem;padding:.5rem .75rem}.dashboard .progress{height:8px;margin-bottom:1rem}.dashboard .list-unstyled li{margin-bottom:.75rem;font-size:.9rem}.dashboard .card-body[style*="height: 200px"]{height:150px!important}.dashboard .card-body[style*="height: 200px"] .fa-chart-line{font-size:2rem!important}.dashboard .card-body[style*="height: 200px"] p{font-size:.9rem}}.scenario-engine{padding:20px;background:#fafafa;font-family:"Inter",sans-serif;min-height:100vh;width:100%}@media (max-width:767px){.scenario-engine{padding:15px}}@media (max-width:480px){.scenario-engine{padding:10px}}.scenario-engine .scenario-header{margin-bottom:30px}.scenario-engine .scenario-header .header-content{display:flex;align-items:center;justify-content:flex-start;grid-gap:15px;gap:15px;flex-wrap:wrap}@media (max-width:991px){.scenario-engine .scenario-header .header-content{grid-gap:10px;gap:10px}}@media (max-width:767px){.scenario-engine .scenario-header .header-content{flex-direction:column;align-items:stretch;grid-gap:15px;gap:15px}}.scenario-engine .scenario-header .search-input{flex:1 1;max-width:300px;min-width:200px;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s ease}.scenario-engine .scenario-header .search-input:focus{outline:none;border-color:#3f65f1;box-shadow:0 0 0 3px rgba(63,101,241,.1)}@media (max-width:767px){.scenario-engine .scenario-header .search-input{max-width:100%;min-width:auto;width:100%}}.scenario-engine .scenario-header .simulate-btn{background:#3f65f1;color:#fff;border:none;border-radius:8px;padding:12px 20px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;white-space:nowrap}.scenario-engine .scenario-header .simulate-btn:hover{background:#2d4ed8;transform:translateY(-1px);box-shadow:0 4px 8px rgba(63,101,241,.3)}@media (max-width:767px){.scenario-engine .scenario-header .simulate-btn{width:100%;padding:14px 20px}}.scenario-engine .scenario-header .notification-bell{font-size:20px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .3s ease}.scenario-engine .scenario-header .notification-bell:hover{background-color:#f0f0f0}@media (max-width:767px){.scenario-engine .scenario-header .notification-bell{align-self:center}}.scenario-engine .scenario-intro{margin-bottom:30px;text-align:center}@media (max-width:767px){.scenario-engine .scenario-intro{text-align:left;margin-bottom:20px}}.scenario-engine .scenario-title{font-weight:600;font-size:28px;margin-bottom:8px;color:#1f2937}@media (max-width:767px){.scenario-engine .scenario-title{font-size:24px}}@media (max-width:480px){.scenario-engine .scenario-title{font-size:20px}}.scenario-engine .scenario-subtitle{color:#666;font-size:16px;margin:0}@media (max-width:767px){.scenario-engine .scenario-subtitle{font-size:14px}}.scenario-engine .scenario-layout{display:flex;grid-gap:30px;gap:30px}@media (max-width:991px){.scenario-engine .scenario-layout{grid-gap:20px;gap:20px}}@media (max-width:767px){.scenario-engine .scenario-layout{flex-direction:column;grid-gap:20px;gap:20px}}.scenario-engine .scenario-list{flex:2 1;display:flex;flex-direction:column;grid-gap:20px;gap:20px}@media (max-width:767px){.scenario-engine .scenario-list{order:2}}.scenario-engine .scenario-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative}.scenario-engine .scenario-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px);border-color:#3f65f1}.scenario-engine .scenario-card.active{border-color:#3f65f1;box-shadow:0 0 0 3px rgba(63,101,241,.1);background:#f8faff}@media (max-width:767px){.scenario-engine .scenario-card{padding:16px}}@media (max-width:480px){.scenario-engine .scenario-card{padding:12px}}.scenario-engine .scenario-card .scenario-card-header{margin-bottom:16px}.scenario-engine .scenario-card .scenario-card-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#1f2937;line-height:1.4}@media (max-width:767px){.scenario-engine .scenario-card .scenario-card-title{font-size:16px}}.scenario-engine .scenario-card .scenario-description{color:#6b7280;font-size:14px;margin-bottom:0;line-height:1.5}@media (max-width:767px){.scenario-engine .scenario-card .scenario-description{font-size:13px}}.scenario-engine .scenario-card .scenario-body{display:flex;justify-content:space-between;margin-bottom:16px;grid-gap:16px;gap:16px}@media (max-width:767px){.scenario-engine .scenario-card .scenario-body{flex-direction:column;grid-gap:12px;gap:12px}}.scenario-engine .scenario-card .scenario-body .scenario-section{flex:1 1;min-width:0}.scenario-engine .scenario-card .scenario-body .scenario-section h6{font-size:13px;font-weight:600;margin-bottom:6px;color:#374151;text-transform:uppercase;letter-spacing:.5px}.scenario-engine .scenario-card .scenario-body .scenario-section .scenario-placeholder{background:#f9fafb;border:2px dashed #d1d5db;height:80px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#9ca3af;border-radius:8px;font-weight:500}@media (max-width:767px){.scenario-engine .scenario-card .scenario-body .scenario-section .scenario-placeholder{height:60px;font-size:11px}}.scenario-engine .scenario-card .scenario-body .scenario-section p{font-size:13px;color:#6b7280;line-height:1.4;margin:0}.scenario-engine .scenario-card .scenario-actions{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}@media (max-width:767px){.scenario-engine .scenario-card .scenario-actions{grid-gap:6px;gap:6px}}.scenario-engine .scenario-card .scenario-actions .action-btn{flex:1 1;background:#fff;border:1px solid #d1d5db;padding:8px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scenario-engine .scenario-card .scenario-actions .action-btn:hover{background:#f9fafb;border-color:#3f65f1;color:#3f65f1}@media (max-width:767px){.scenario-engine .scenario-card .scenario-actions .action-btn{padding:6px 8px;font-size:11px}}.scenario-engine .scenario-detail{flex:1 1;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;position:-webkit-sticky;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto}@media (max-width:767px){.scenario-engine .scenario-detail{order:1;position:static;max-height:none;padding:20px}}@media (max-width:480px){.scenario-engine .scenario-detail{padding:16px}}.scenario-engine .scenario-detail .detail-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.scenario-engine .scenario-detail .detail-header h4{font-size:20px;font-weight:600;margin:0;color:#1f2937;line-height:1.3}@media (max-width:767px){.scenario-engine .scenario-detail .detail-header h4{font-size:18px}}.scenario-engine .scenario-detail .detail-content .detail-section{margin-bottom:24px}.scenario-engine .scenario-detail .detail-content .detail-section:last-child{margin-bottom:0}.scenario-engine .scenario-detail .detail-content .detail-section h6{font-size:14px;font-weight:600;margin:0 0 12px;color:#374151;text-transform:uppercase;letter-spacing:.5px}.scenario-engine .scenario-detail .detail-content .detail-section p{font-size:14px;color:#4b5563;line-height:1.6;margin:0 0 8px}.scenario-engine .scenario-detail .detail-content .detail-section ul{padding-left:20px;margin:0}.scenario-engine .scenario-detail .detail-content .detail-section ul li{font-size:14px;color:#4b5563;line-height:1.6;margin-bottom:6px}.scenario-engine .scenario-detail .detail-content .detail-section ul li:last-child{margin-bottom:0}.scenario-engine .scenario-detail .detail-content .detail-section ul li strong{color:#1f2937;font-weight:600}@media (max-width:1200px){.scenario-engine .scenario-layout{grid-gap:25px;gap:25px}}@media (max-width:991px){.scenario-engine .scenario-layout{grid-gap:20px;gap:20px}.scenario-engine .scenario-card .scenario-body{flex-direction:column}}@media (max-width:767px){.scenario-engine .scenario-header .header-content{flex-direction:column;align-items:stretch}.scenario-engine .scenario-layout{flex-direction:column}.scenario-engine .scenario-detail{order:1}.scenario-engine .scenario-list{order:2}}@media (max-width:480px){.scenario-engine .scenario-card .scenario-actions .action-btn{flex:none;min-width:80px}}.integration-header{box-shadow:0 5px 5px -5px rgba(57,57,57,.2);padding-bottom:10px}.csv-integration-container{margin-top:15px;display:flex;flex-direction:row;overflow:hidden}.csv-integration-container .instructions-container{overflow:scroll;height:100vh;width:60vw;line-height:2rem;display:flex;flex-direction:column;padding-right:10px}.csv-integration-container .instructions-container h4,.csv-integration-container .instructions-container h5{margin:10px 0}.csv-integration-container .instructions-container .info-container{margin-right:50px;margin-bottom:16px;border-radius:6px;padding:20px;font-size:10pt;line-height:1rem;background-color:#e1ecf3;display:flex;flex-direction:row;align-items:center;box-shadow:0 6px 12px 0 rgba(57,57,57,.2)}.csv-integration-container .instructions-container .info-container .info-icon{margin-right:20px;padding:0;min-height:24px!important;min-width:24px!important;color:#fff;fill:#3f65f1}.csv-integration-container .instructions-container ul{padding-left:50px}.csv-integration-container .instructions-container b,.csv-integration-container .instructions-container strong{padding:0}.csv-integration-container .integration-actions{display:flex;flex-direction:column;align-items:flex-start;margin-right:20px;padding-right:10px;border-right:2px solid rgba(206,219,233,.31)}.csv-integration-container .integration-actions .subsection-links .main-list{padding:0;list-style-type:none}.csv-integration-container .integration-actions .subsection-links .main-list li{margin-top:3px}.csv-integration-container .integration-actions .subsection-links .main-list a{color:#2c3e50}.csv-integration-container .integration-actions .subsection-links .main-list a:hover{color:#3f65f1}.csv-integration-container .integration-actions .subsection-links .main-list .sub-list{list-style-type:none}.csv-integration-container .integration-actions .manage-btn{display:flex;height:40px;align-items:center;color:#fff!important;background-color:#3f65f1!important;border:none!important;text-align:justify}.csv-integration-container .integration-actions .template-downloads{margin-top:30px;display:flex;flex-direction:column;align-items:flex-start}.csv-integration-container .integration-actions .template-downloads .download-btn{background-color:#e1ecf3;border:unset;display:inline-block;text-align:justify}.csv-integration-container .integration-actions .template-downloads .download-selection{margin-top:30px}.csv-integration-container .integration-actions .template-downloads .download-selection .download-select{width:300px}.upload-body .upload-type{padding:20px 20px 0 5px}.upload-body .info-container{margin:16px 0;border-radius:6px;padding:20px;font-size:10pt;line-height:1rem;background-color:#e1ecf3;display:flex;flex-direction:row;align-items:center;box-shadow:0 6px 12px 0 rgba(57,57,57,.2)}.upload-body .info-container div div{margin-bottom:10px}.upload-body .info-container div p{margin:3px 0}.upload-body .info-container .info-icon{margin-right:20px;padding:0;min-height:24px!important;min-width:24px!important;color:#fff;fill:#3f65f1}.upload-body .clear-uploads{top:0;display:flex;height:30px;align-items:center}.upload-body .clear-uploads span{margin-left:10px}.upload-body p{margin-top:5px;line-height:1rem}.upload-body .drop-zone{border:3px dashed #cedbe9;border-radius:12px;height:300px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;top:0;transition:top .2s ease,border-color .2s ease}.upload-body .drop-zone .uploaded-files{position:absolute;bottom:0;margin-bottom:15px;text-align:center}.upload-body .drop-zone .uploaded-files p{font-size:12px;padding:5px 0 0;position:relative}.upload-body .drop-zone:hover{border-color:#2c3e50;top:-2px}.upload-body .drop-zone p{margin:auto;text-align:center;font-size:16pt;padding:15px;line-height:normal;cursor:default;position:absolute}.upload-body .drop-zone p a{color:#0ed7ac}.upload-body .upload-success{padding:15px 0 0;display:flex;align-items:center}.upload-body .upload-btn{margin-top:15px;margin-right:15px;display:flex;height:40px;align-items:center;color:#fff!important;background-color:#0ed7ac!important;border:none!important}.upload-body .upload-btn span{margin-left:15px}.upload-body .upload-btn.loading{background-color:rgba(14,215,171,.64)}.upload-body .reset-btn{margin-top:15px;margin-right:15px;display:flex;height:40px;align-items:center;color:#fff!important;background-color:#3f65f1!important;border:none!important}.upload-body .reset-btn span{margin-left:15px}.upload-body .upload-success svg{margin-right:5px}.upload-body .submit-upload{display:flex;flex-direction:row;align-items:center}.upload-body .submit-upload .upload-error-message span{margin-left:5px;color:#e85a73}.upload-body .submit-request .message-info{font-size:12pt;margin-left:5px}.upload-body .submit-request .message{width:100%;min-height:150px;padding:10px;border-radius:6px}.upload-body .submit-request .upload-error-message span{margin-left:5px;color:#e85a73}.upload-body .match-file-container p{margin:15px 5px 5px}.upload-body .selection-error{display:flex;align-items:center;margin-top:15px;color:#e85a73}.upload-body .selection-error span{margin-left:5px;text-align:center}.modal-header{flex-direction:row;align-items:center}.modal-header h3{display:inline}.modal-header .close-modal{float:right;cursor:pointer}.teaser-screenshot-grid{display:flex;flex-direction:row;flex-wrap:wrap}.teaser-screenshot-grid div{width:700px;height:375px;margin:25px;box-shadow:0 5px 16px 0 rgba(57,57,57,.15);border-radius:12px}.upgrade-modal-container{box-shadow:0 5px 16px 0 rgba(57,57,57,.15);width:750px}@media (min-width:576px){.upgrade-modal-container.modal-dialog{max-width:750px;margin:1.75rem auto}}.upgrade-modal-container .modal-content{border:none;padding:16px;border-radius:16px;width:750px}.upgrade-modal-container .modal-content .upgrade-modal-content{height:100%;display:flex;flex-direction:column;align-items:center;margin-right:0;justify-content:center}.upgrade-modal-container .modal-content .upgrade-modal-content #close-prompt{position:absolute;float:right;top:0;right:0;cursor:pointer;margin:10px}.upgrade-modal-container .modal-content .upgrade-modal-content p.details{margin-top:30px;text-align:center;font-size:16px}.upgrade-modal-container .modal-content .upgrade-modal-content h3{text-align:center;width:50%}.upgrade-modal-container .modal-content .upgrade-modal-content h3 a{color:#0ed7ac;cursor:pointer;text-decoration:underline}.upgrade-modal-container .modal-content .upgrade-modal-content .upgrade-modal-button{margin-top:15px;padding:12px;background-color:#3f65f1;border:none;border-radius:6px;color:#fff}.upgrade-modal-container .modal-content .upgrade-modal-content .upgrade-modal-button span{margin-left:12px}.upgrade-modal-container .modal-content .upgrade-modal-content .upgrade-modal-button:active{border:none}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-list{display:flex;flex-flow:row;margin-top:30px}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item{margin-right:20px;height:300px;min-width:215px;border-radius:10px}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item:last-child{margin-right:0}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .name{display:flex;justify-content:center;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px;height:15%}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .name p{color:#fff;font-weight:600;margin-bottom:0;font-size:16px}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .details{background-color:#fff;height:85%;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:15px}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .details .plans{display:flex;flex-flow:row nowrap}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .details .plan{padding:10px}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .details .plan .price{margin-left:5px;color:"#273F52";font-size:36px;font-weight:600}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .details .plan ul{-webkit-padding-start:15px;padding-inline-start:15px}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .details .plan li{color:#657280;font-size:14px}.upgrade-modal-container .modal-content .upgrade-modal-content .subscription .subscription-item .details .plan .active-subscription-btn{background-color:#3f65f1;color:#fff}.supplier-dashboard-wrapper{display:flex;height:100vh}.supplier-main-content{flex:1 1;display:flex;flex-direction:column}.supplier-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px;display:flex;justify-content:space-between;align-items:center}.supplier-header h1{font-size:24px;font-weight:600;color:#111827}.supplier-view-toggle button{margin-left:8px;border:none;background:none;cursor:pointer;padding:8px}.supplier-view-toggle .active{background:#000;border-radius:8px}.supplier-list.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px;padding:24px}.supplier-card.grid{border:1px solid #e5e7eb;padding:16px;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.supplier-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.supplier-info>div{flex:initial!important}.avatar-image{width:48px;height:48px;border-radius:8px;object-fit:cover}.supplier-info h3{font-size:18px;font-weight:600;margin:0}.card-content{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.supplier-score{font-size:14px}.supplier-updated{font-size:13px;color:#6b7280;display:flex;align-items:center}.supplier-ingredients p{font-size:14px;font-weight:500;margin-bottom:4px}.supplier-tag{display:inline-block}.supplier-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #e5e7eb}.supplier-phone{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:14px;color:#6b7280}.supplier-table-wrapper{overflow-x:auto!important;overflow-y:hidden!important;width:calc(100% - 48px)!important;max-width:none!important;display:block!important;scroll-behavior:smooth;&::-webkit-scrollbar{height:8px}&::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}&::-webkit-scrollbar-thumb{background:#888;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}&::-webkit-scrollbar-thumb:hover{background:#555}}.supplier-table,table{min-width:1400px!important;width:1400px!important}table{display:table;table-layout:fixed}td,th{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}th{background:#f9fafb;font-size:14px;font-weight:600;color:#374151;position:-webkit-sticky;position:sticky;top:0;z-index:2}td:first-child,th:first-child{min-width:320px!important;width:320px!important}td:nth-child(2),th:nth-child(2){min-width:220px!important;width:220px!important}td:nth-child(3),th:nth-child(3){min-width:280px!important;width:280px!important}td:nth-child(4),td:nth-child(5),th:nth-child(4),th:nth-child(5){min-width:120px!important;width:120px!important}td:nth-child(6),th:nth-child(6){min-width:240px!important;width:240px!important}td{font-size:14px;color:#111827}.supplier-text-sm{font-size:13px}.supplier-text-gray-500{color:#6b7280}.supplier-tag-more{padding:4px 8px;border-radius:6px;font-size:12px}.supplier-connect-btn{display:flex;align-items:center}@media (min-width:768px) and (max-width:1024px){.supplier-table-wrapper{margin:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;width:calc(100% - 32px)}.supplier-table,table{min-width:1100px;width:1100px;table-layout:auto}td,th{padding:12px 10px;font-size:13px}td:first-child,th:first-child{min-width:280px;width:280px}td:nth-child(2),th:nth-child(2){min-width:200px;width:200px}td:nth-child(3),th:nth-child(3){min-width:250px;width:250px}td:nth-child(4),td:nth-child(5),th:nth-child(4),th:nth-child(5){min-width:110px;width:110px}td:nth-child(6),th:nth-child(6){min-width:200px;width:200px}}@media (min-width:576px) and (max-width:767px){.supplier-table-wrapper{margin:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;width:calc(100% - 24px)}.supplier-table,table{min-width:1000px;width:1000px;table-layout:auto}td,th{padding:10px 8px;font-size:12px}td:first-child,th:first-child{min-width:250px;width:250px}td:nth-child(2),th:nth-child(2){min-width:180px;width:180px}td:nth-child(3),th:nth-child(3){min-width:220px;width:220px}td:nth-child(4),td:nth-child(5),th:nth-child(4),th:nth-child(5){min-width:100px;width:100px}td:nth-child(6),th:nth-child(6){min-width:180px;width:180px}.supplier-info .avatar .avatar-image{width:36px;height:36px}}@media (max-width:575px){.supplier-table-wrapper{margin:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;width:calc(100% - 16px);position:relative}.supplier-table-wrapper:after{content:"← Swipe to see more columns →";display:block;text-align:center;font-size:11px;color:#6c757d;padding:8px;background:linear-gradient(180deg,rgba(248,249,250,.95),transparent);border-top:1px solid #e9ecef;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;pointer-events:none;white-space:nowrap;font-weight:500}.supplier-table,table{min-width:950px;width:950px;table-layout:auto}td,th{padding:8px 6px;font-size:11px}td:first-child,th:first-child{min-width:220px;width:220px}td:nth-child(2),th:nth-child(2){min-width:160px;width:160px}td:nth-child(3),th:nth-child(3){min-width:200px;width:200px}td:nth-child(4),td:nth-child(5),th:nth-child(4),th:nth-child(5){min-width:90px;width:90px}td:nth-child(6),th:nth-child(6){min-width:160px;width:160px}.supplier-info .avatar .avatar-image{width:32px;height:32px}.supplier-tag{font-size:10px;padding:3px 6px}.supplier-connect-btn{padding:4px 8px;font-size:10px}}@media (max-width:400px){.supplier-table-wrapper{margin:4px;width:calc(100% - 8px)}.supplier-table-wrapper:after{font-size:10px;padding:6px}.supplier-table,table{min-width:900px;width:900px}td,th{padding:6px 4px;font-size:10px}td:first-child,th:first-child{min-width:200px;width:200px}td:nth-child(2),th:nth-child(2){min-width:140px;width:140px}td:nth-child(3),th:nth-child(3){min-width:180px;width:180px}td:nth-child(4),td:nth-child(5),th:nth-child(4),th:nth-child(5){min-width:80px;width:80px}td:nth-child(6),th:nth-child(6){min-width:140px;width:140px}.supplier-info .avatar .avatar-image{width:28px;height:28px}.supplier-tag{font-size:9px;padding:2px 4px}.supplier-connect-btn{padding:3px 6px;font-size:9px}}@media (min-width:1025px) and (max-width:1600px){.supplier-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.supplier-table,table{min-width:1400px;width:1400px}}.supplier-dashboard-wrapper,.supplier-list,.supplier-main-content{position:relative}body,html{overflow-x:visible!important}@media (max-width:768px){.supplier-table-wrapper{overflow-x:scroll!important;-webkit-overflow-scrolling:touch!important}td,th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.supplier-table-wrapper .table-responsive{overflow-x:scroll!important;-webkit-overflow-scrolling:touch;.table{min-width:1400px!important;width:1400px!important;margin-bottom:0}td,th{white-space:nowrap;vertical-align:middle}}@media (max-width:768px){.supplier-table-wrapper .table-responsive{.table{min-width:1400px!important;width:1400px!important}td,th{padding:8px 12px;font-size:13px}}}@media (max-width:480px){.supplier-table-wrapper .table-responsive{.table{min-width:1400px!important;width:1400px!important}td,th{padding:6px 8px;font-size:12px}}}.supplier-detail-wrapper{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.supplier-detail-wrapper .supplier-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;grid-gap:24px;gap:24px;flex-wrap:wrap;width:100%;max-width:100%;overflow:hidden}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-title-section{flex:1 1;min-width:0;max-width:100%}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-title-section .supplier-detail-title{font-weight:600;margin-bottom:8px;word-wrap:break-word}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-title-section .supplier-detail-location{margin-bottom:0;color:#6b7280;word-wrap:break-word}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards{flex-shrink:1;flex-grow:0;width:auto;min-width:0;max-width:100%;margin-left:auto;box-sizing:border-box}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards.row{margin-left:0;margin-right:0;max-width:100%;width:auto;flex-wrap:wrap}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards .col,.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards [class*=col-]{max-width:100%;box-sizing:border-box}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper::-webkit-scrollbar{height:8px}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table{width:100%;min-width:600px}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table thead th{white-space:nowrap;padding:12px 16px;background:#f9fafb;font-weight:600;border-bottom:1px solid #e5e7eb}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table tbody td{padding:12px 16px;border-bottom:1px solid #e5e7eb}@media (max-width:991px){.supplier-detail-wrapper .supplier-detail-header{flex-direction:column;align-items:stretch}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-title-section{margin-bottom:16px}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards{width:100%;margin-left:0;max-width:100%}}@media (max-width:1200px){.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards{max-width:calc(50% - 12px);flex-shrink:1}}@media (max-width:767px){.supplier-detail-wrapper .supplier-detail-header{margin-bottom:16px;grid-gap:16px;gap:16px}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-title-section .supplier-detail-title{font-size:1.25rem;margin-bottom:4px}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-title-section .supplier-detail-location{font-size:.875rem}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards{padding:16px!important;width:100%!important;max-width:100%!important;margin-left:0!important}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards .col{margin-bottom:16px}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards .col:last-child{margin-bottom:0}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards h4{font-size:1rem;margin-bottom:12px}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards h3{font-size:1.25rem}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table{min-width:700px}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table tbody td,.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table thead th{padding:8px 12px;font-size:.875rem}}@media (max-width:575px){.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards{padding:12px!important}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards h4{font-size:.9375rem;margin-bottom:8px}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards h3{font-size:1.125rem}.supplier-detail-wrapper .supplier-detail-header .supplier-detail-cards svg{width:18px;height:18px}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table{min-width:600px}.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table tbody td,.supplier-detail-wrapper .dash-list.supplier-detail-table-wrapper .supplier-detail-table thead th{padding:6px 8px;font-size:.8125rem}}.guava-dashboard .dashboard-logo{width:50px;height:50px;border-radius:8px;object-fit:cover}.guava-dashboard .dashboard-title{font-weight:600;font-size:1.5rem;color:#212529;color:var(--text-primary,#212529)}.guava-dashboard .filter-select{width:auto;min-width:140px;font-size:.9rem;border-radius:6px}.guava-dashboard .card{border:none;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.guava-dashboard .card .card-header{background:transparent;border-bottom:none;font-weight:600;font-size:1rem;color:#212529;color:var(--text-primary,#212529)}.guava-dashboard .card .card-body{font-size:.95rem}@media (max-width:768px){.guava-dashboard .dashboard-title{font-size:1.25rem}.guava-dashboard .filter-select{min-width:100px;font-size:.85rem}}.ai-chat-dashboard{height:100vh;height:100dvh;display:flex;flex-direction:column;background:#fff;overflow:hidden;min-width:0!important;padding-bottom:env(safe-area-inset-bottom,0)}.ai-chat-dashboard .mobile-header{display:flex;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;z-index:10}.ai-chat-dashboard .mobile-header .mobile-header-content{width:100%;display:flex;align-items:center;justify-content:center}.ai-chat-dashboard .mobile-header .mobile-header-title{font-weight:700;color:#111827;font-size:1.25rem;margin:0;letter-spacing:-.02em}.ai-chat-dashboard .dashboard-layout{flex:1 1;display:flex;overflow:hidden;min-height:0}.ai-chat-dashboard .dashboard-layout .main-content{flex:1 1;display:flex;flex-direction:column;overflow:hidden;background:#fff;min-width:0}.ai-chat-dashboard .dashboard-layout .main-content .content-header{padding:2rem 2.5rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;background:#fff}.ai-chat-dashboard .dashboard-layout .main-content .content-header .header-content{display:flex;justify-content:space-between;align-items:flex-start}.ai-chat-dashboard .dashboard-layout .main-content .content-header .header-content .header-left .header-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2;letter-spacing:-.02em}.ai-chat-dashboard .dashboard-layout .main-content .content-header .header-content .header-left .header-subtitle{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5;font-weight:400}.ai-chat-dashboard .dashboard-layout .main-content .content-body{flex:1 1;display:flex;flex-direction:column;padding:2rem 2.5rem;overflow:hidden;min-height:0;background:#fff}.ai-chat-dashboard .dashboard-layout .main-content .content-body::-webkit-scrollbar{width:8px}.ai-chat-dashboard .dashboard-layout .main-content .content-body::-webkit-scrollbar-track{background:#f9fafb}.ai-chat-dashboard .dashboard-layout .main-content .content-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.ai-chat-dashboard .dashboard-layout .main-content .content-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ai-chat-dashboard .sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1040}.chat-interface{display:flex;flex-direction:column;flex:1 1;min-height:400px;max-height:100%;background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;position:relative;width:100%!important;max-width:100%!important;min-width:0!important}.chat-interface .quick-actions{padding:1.5rem 2rem;background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;flex-shrink:0}.chat-interface .quick-actions .action-cards-row{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.chat-interface .quick-actions .quick-action-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem;flex:1 1;min-width:0;position:relative}.chat-interface .quick-actions .quick-action-card:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.06)}.chat-interface .quick-actions .quick-action-card:active{transform:translateY(0)}.chat-interface .quick-actions .quick-action-card .card-icon{color:#4b5563;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;transition:all .2s ease}.chat-interface .quick-actions .quick-action-card .card-icon svg{stroke-width:2}.chat-interface .quick-actions .quick-action-card:hover .card-icon{color:#111827}.chat-interface .quick-actions .quick-action-card .card-content{flex:1 1;display:flex;flex-direction:column;grid-gap:.375rem;gap:.375rem}.chat-interface .quick-actions .quick-action-card .card-title{font-size:.9375rem;font-weight:600;color:#111827;margin:0;line-height:1.4}.chat-interface .quick-actions .quick-action-card .card-description{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.5}.chat-interface .chat-messages{flex:1 1;overflow-y:auto;padding:2rem;background:#fafbfc;min-height:300px}.chat-interface .chat-messages::-webkit-scrollbar{width:6px}.chat-interface .chat-messages::-webkit-scrollbar-track{background:transparent}.chat-interface .chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-interface .chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-interface .chat-messages .message{display:flex;margin-bottom:1.5rem;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.chat-interface .chat-messages .message.user-message{justify-content:flex-end}.chat-interface .chat-messages .message.user-message .message-content{background:#111827;color:#fff;border-radius:18px 18px 4px 18px;max-width:70%;padding:.875rem 1.125rem}.chat-interface .chat-messages .message.user-message .message-time{color:hsla(0,0%,100%,.7)}.chat-interface .chat-messages .message.ai-message{justify-content:flex-start}.chat-interface .chat-messages .message.ai-message .message-content{background:#fff;color:#111827;border-radius:18px 18px 18px 4px;border:1px solid #e5e7eb;max-width:75%;padding:.875rem 1.125rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.chat-interface .chat-messages .message .message-avatar{margin-top:.25rem;flex-shrink:0}.chat-interface .chat-messages .message .message-avatar .avatar-circle{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05)}.chat-interface .chat-messages .message .message-content{word-wrap:break-word;word-break:break-word}.chat-interface .chat-messages .message .message-content .message-sender{font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.375rem;display:flex;align-items:center;grid-gap:.375rem;gap:.375rem}.chat-interface .chat-messages .message .message-content .message-sender svg{flex-shrink:0}.chat-interface .chat-messages .message .message-content .message-text{font-size:.9375rem;line-height:1.6;color:inherit;margin-bottom:.375rem}.chat-interface .chat-messages .message .message-content .message-action-card .quick-action-card{background:#f5f7fa;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;transition:all .2s ease;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-top:.5rem}.chat-interface .chat-messages .message .message-content .message-action-card .quick-action-card:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.chat-interface .chat-messages .message .message-content .message-action-card .quick-action-card .card-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;color:#111827}.chat-interface .chat-messages .message .message-content .message-action-card .quick-action-card .card-icon svg{width:18px;height:18px}.chat-interface .chat-messages .message .message-content .message-action-card .quick-action-card .card-content{flex:1 1;min-width:0}.chat-interface .chat-messages .message .message-content .message-action-card .quick-action-card .card-content .card-title{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem}.chat-interface .chat-messages .message .message-content .message-action-card .quick-action-card .card-content .card-description{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4}.chat-interface .chat-messages .message .message-content .message-time{font-size:.75rem;color:#9ca3af;opacity:.8}.chat-interface .chat-messages .message .message-content .message-product-card{margin-top:1rem;width:100%;max-width:100%}.chat-interface .chat-messages .message.typing .message-content{padding:.875rem 1.125rem .75rem}.chat-interface .chat-messages .message.typing .typing-indicator{display:flex;grid-gap:.375rem;gap:.375rem;align-items:center;height:1.25rem;padding-top:.25rem}.chat-interface .chat-messages .message.typing .typing-indicator span{width:8px;height:8px;border-radius:50%;background:#9ca3af;-webkit-animation:typing 1.4s ease-in-out infinite both;animation:typing 1.4s ease-in-out infinite both}.chat-interface .chat-messages .message.typing .typing-indicator span:first-child{-webkit-animation-delay:-.32s;animation-delay:-.32s}.chat-interface .chat-messages .message.typing .typing-indicator span:nth-child(2){-webkit-animation-delay:-.16s;animation-delay:-.16s}.chat-interface .chat-messages .message.typing .typing-indicator span:nth-child(3){-webkit-animation-delay:0;animation-delay:0}.chat-interface .chat-input-area{padding:1.5rem;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;position:relative;z-index:10;width:100%!important;max-width:100%!important;min-height:auto!important;display:flex!important;flex-direction:column!important}.chat-interface .chat-input-area .quick-suggestions{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;margin-top:1rem}.chat-interface .chat-input-area .quick-suggestions .suggestion-pill{background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;padding:.5rem 1rem;font-size:.8125rem;color:#4b5563;cursor:pointer;transition:all .2s ease;font-weight:400;white-space:nowrap}.chat-interface .chat-input-area .quick-suggestions .suggestion-pill:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.chat-interface .chat-input-area .quick-suggestions .suggestion-pill:active{transform:scale(.98)}.chat-interface .chat-input-area .input-group{display:flex;align-items:flex-end;grid-gap:.75rem;gap:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:24px;padding:.75rem 1rem;transition:all .2s ease;width:100%!important;max-width:100%!important;min-width:0!important;flex-shrink:0!important}.chat-interface .chat-input-area .input-group:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);background:#fff}.chat-interface .chat-input-area .input-group .chat-input{flex:1 1;border:none;background:transparent;border-radius:0;padding:0;resize:none;font-size:.9375rem;color:#111827;min-height:24px;max-height:120px;line-height:1.5;font-family:inherit;min-width:0!important;width:auto!important;max-width:none!important}.chat-interface .chat-input-area .input-group .chat-input:focus{outline:none;box-shadow:none}.chat-interface .chat-input-area .input-group .chat-input::-webkit-input-placeholder{color:#9ca3af}.chat-interface .chat-input-area .input-group .chat-input:-ms-input-placeholder{color:#9ca3af}.chat-interface .chat-input-area .input-group .chat-input::-ms-input-placeholder{color:#9ca3af}.chat-interface .chat-input-area .input-group .chat-input::placeholder{color:#9ca3af}.chat-interface .chat-input-area .input-group .btn-icon{background:transparent;border:none;padding:.5rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;flex-shrink:0;width:36px;height:36px;position:relative!important}.chat-interface .chat-input-area .input-group .btn-icon:hover:not(:disabled){background:#f3f4f6;color:#111827}.chat-interface .chat-input-area .input-group .btn-icon:active:not(:disabled){transform:scale(.95)}.chat-interface .chat-input-area .input-group .btn-icon:disabled{opacity:.4;cursor:not-allowed}.chat-interface .chat-input-area .input-group .btn-icon.send-button{background:#111827;color:#fff}.chat-interface .chat-input-area .input-group .btn-icon.send-button:hover:not(:disabled){background:#374151;color:#fff}@-webkit-keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@media screen and (-webkit-min-device-pixel-ratio:1.25){.ai-chat-dashboard .chat-interface .chat-input-area{padding:1.2rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group{padding:.6rem .8rem!important;grid-gap:.6rem!important;gap:.6rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .quick-suggestions{margin-top:.8rem!important;grid-gap:.4rem!important;gap:.4rem!important}.ai-chat-dashboard .chat-interface .quick-actions{padding:1.2rem 1.6rem!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row{grid-gap:.8rem!important;gap:.8rem!important}}@media screen and (-webkit-min-device-pixel-ratio:1.5){.ai-chat-dashboard .chat-interface .chat-input-area{padding:1rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group{padding:.5rem .67rem!important;grid-gap:.5rem!important;gap:.5rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .quick-suggestions{margin-top:.67rem!important;grid-gap:.33rem!important;gap:.33rem!important}.ai-chat-dashboard .chat-interface .quick-actions{padding:1rem 1.33rem!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row{grid-gap:.67rem!important;gap:.67rem!important}}@media screen and (-webkit-min-device-pixel-ratio:1.75){.ai-chat-dashboard .chat-interface .chat-input-area{padding:.86rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group{padding:.43rem .57rem!important;grid-gap:.43rem!important;gap:.43rem!important}.ai-chat-dashboard .chat-interface .quick-actions{padding:.86rem 1.14rem!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row{grid-gap:.57rem!important;gap:.57rem!important}}@media screen and (-webkit-min-device-pixel-ratio:2){.ai-chat-dashboard .chat-interface .chat-input-area{padding:.75rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group{padding:.375rem .5rem!important;grid-gap:.375rem!important;gap:.375rem!important}.ai-chat-dashboard .chat-interface .quick-actions{padding:.75rem 1rem!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row{grid-gap:.5rem!important;gap:.5rem!important}}@media (max-width:768px){.ai-chat-dashboard{height:100vh;height:100dvh}.ai-chat-dashboard .dashboard-layout .main-content .content-header{padding:1rem 1rem .75rem;border-bottom:1px solid #e5e7eb}.ai-chat-dashboard .dashboard-layout .main-content .content-header .header-content .header-left .header-title{font-size:1.25rem;margin-bottom:.25rem}.ai-chat-dashboard .dashboard-layout .main-content .content-header .header-content .header-left .header-subtitle{font-size:.8125rem;line-height:1.4}.ai-chat-dashboard .dashboard-layout .main-content .content-body{padding:1rem 1rem .5rem;overflow:hidden}.chat-interface{min-height:0;max-height:100%;border-radius:12px;display:flex;flex-direction:column;height:100%}.chat-interface .quick-actions{padding:.75rem;flex-shrink:0;max-height:200px;overflow-y:auto}.chat-interface .quick-actions .action-cards-row{grid-gap:.5rem;gap:.5rem;flex-direction:column}.chat-interface .quick-actions .quick-action-card{padding:.875rem;min-width:100%;max-width:100%}.chat-interface .quick-actions .quick-action-card .card-icon{width:32px;height:32px}.chat-interface .quick-actions .quick-action-card .card-icon svg{width:18px;height:18px}.chat-interface .quick-actions .quick-action-card .card-title{font-size:.8125rem}.chat-interface .quick-actions .quick-action-card .card-description{font-size:.6875rem}.chat-interface .chat-messages{padding:1rem .75rem;flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-interface .chat-messages .message{margin-bottom:1rem}.chat-interface .chat-messages .message.ai-message .message-content,.chat-interface .chat-messages .message.user-message .message-content{max-width:85%;padding:.625rem .875rem}.chat-interface .chat-messages .message .message-avatar .avatar-circle{width:28px;height:28px}.chat-interface .chat-messages .message .message-content .message-sender{font-size:.6875rem}.chat-interface .chat-messages .message .message-content .message-text{font-size:.875rem}.chat-interface .chat-messages .message .message-content .message-time{font-size:.6875rem}.chat-interface .chat-input-area{padding:.75rem .75rem calc(.75rem + env(safe-area-inset-bottom, 0));flex-shrink:0;background:#fff;border-top:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;bottom:0;z-index:10}.chat-interface .chat-input-area .quick-suggestions{margin-top:.5rem;grid-gap:.375rem;gap:.375rem;max-height:80px;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-interface .chat-input-area .quick-suggestions .suggestion-pill{padding:.375rem .625rem;font-size:.6875rem;white-space:nowrap}.chat-interface .chat-input-area .input-group{padding:.5rem .75rem;grid-gap:.5rem;gap:.5rem;border-radius:20px}.chat-interface .chat-input-area .input-group .chat-input{font-size:.875rem;line-height:1.4;max-height:100px}.chat-interface .chat-input-area .input-group .btn-icon{width:32px;height:32px;padding:.375rem;flex-shrink:0}.chat-interface .chat-input-area .input-group .btn-icon svg{width:16px;height:16px}}@media (max-width:480px){.ai-chat-dashboard .dashboard-layout .main-content .content-header{padding:.75rem .75rem .5rem}.ai-chat-dashboard .dashboard-layout .main-content .content-header .header-content .header-left .header-title{font-size:1.125rem}.ai-chat-dashboard .dashboard-layout .main-content .content-header .header-content .header-left .header-subtitle{font-size:.75rem}.ai-chat-dashboard .dashboard-layout .main-content .content-body{padding:.75rem .75rem .25rem}.chat-interface{border-radius:8px}.chat-interface .quick-actions{padding:.5rem;max-height:150px}.chat-interface .quick-actions .quick-action-card{padding:.75rem}.chat-interface .quick-actions .quick-action-card .card-icon{width:28px;height:28px}.chat-interface .quick-actions .quick-action-card .card-icon svg{width:16px;height:16px}.chat-interface .quick-actions .quick-action-card .card-title{font-size:.75rem}.chat-interface .quick-actions .quick-action-card .card-description{font-size:.625rem}.chat-interface .chat-messages{padding:.75rem .5rem}.chat-interface .chat-messages .message{margin-bottom:.875rem;grid-gap:.5rem;gap:.5rem}.chat-interface .chat-messages .message.ai-message .message-content,.chat-interface .chat-messages .message.user-message .message-content{max-width:90%;padding:.5rem .75rem}.chat-interface .chat-messages .message .message-avatar .avatar-circle{width:24px;height:24px}.chat-interface .chat-messages .message .message-content .message-sender{font-size:.625rem}.chat-interface .chat-messages .message .message-content .message-text{font-size:.8125rem}.chat-interface .chat-messages .message .message-content .message-time{font-size:.625rem}.chat-interface .chat-input-area{padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom, 0))}.chat-interface .chat-input-area .quick-suggestions{margin-top:.375rem;max-height:60px}.chat-interface .chat-input-area .quick-suggestions .suggestion-pill{padding:.25rem .5rem;font-size:.625rem}.chat-interface .chat-input-area .input-group{padding:.5rem;grid-gap:.375rem;gap:.375rem}.chat-interface .chat-input-area .input-group .chat-input{font-size:.8125rem;max-height:80px}.chat-interface .chat-input-area .input-group .btn-icon{width:28px;height:28px;padding:.25rem}.chat-interface .chat-input-area .input-group .btn-icon svg{width:14px;height:14px}}@media (min-width:769px) and (max-width:1024px){.chat-interface .quick-actions .action-cards-row{flex-wrap:wrap}.chat-interface .quick-actions .quick-action-card{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.5rem);min-width:200px}}@media (min-width:1200px){.ai-chat-dashboard .dashboard-layout .main-content .content-header{padding:2.5rem 3rem 2rem}.ai-chat-dashboard .dashboard-layout .main-content .content-body{padding:2.5rem 3rem}}.generated-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-top:.75rem;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.generated-product-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.generated-product-card .product-card-header{padding:1rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease}.generated-product-card .product-card-header:hover{background:#f3f4f6}.generated-product-card .product-card-header .product-header-content{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:1 1;min-width:0}.generated-product-card .product-card-header .product-header-content .product-image-container{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.generated-product-card .product-card-header .product-header-content .product-image-container .product-image{width:100%;height:100%;object-fit:cover}.generated-product-card .product-card-header .product-header-content .product-header-info{flex:1 1;min-width:0}.generated-product-card .product-card-header .product-header-content .product-header-info .product-name{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generated-product-card .product-card-header .product-header-content .product-header-info .product-flavor,.generated-product-card .product-card-header .product-header-content .product-header-info .product-form{font-size:.8125rem;color:#6b7280;margin:.125rem 0 0;line-height:1.4}.generated-product-card .product-card-header .expand-icon{flex-shrink:0;color:#6b7280;display:flex;align-items:center;justify-content:center;margin-left:.75rem}.generated-product-card .product-card-body{padding:1.25rem}.generated-product-card .product-card-body .product-scores{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.generated-product-card .product-card-body .product-scores .score-item{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;flex:1 1;min-width:150px}.generated-product-card .product-card-body .product-scores .score-item .score-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.generated-product-card .product-card-body .product-scores .score-item .score-icon.nutrition{background:#dbeafe;color:#1e40af}.generated-product-card .product-card-body .product-scores .score-item .score-icon.sustainability{background:#d1fae5;color:#065f46}.generated-product-card .product-card-body .product-scores .score-item .score-icon.guava{background:#fef3c7;color:#92400e}.generated-product-card .product-card-body .product-scores .score-item .score-content{display:flex;flex-direction:column;grid-gap:.125rem;gap:.125rem;min-width:0}.generated-product-card .product-card-body .product-scores .score-item .score-content .score-label{font-size:.75rem;color:#6b7280;font-weight:500}.generated-product-card .product-card-body .product-scores .score-item .score-content .score-value{font-size:1rem;font-weight:600;color:#111827}.generated-product-card .product-card-body .product-details{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.generated-product-card .product-card-body .product-details .detail-item{display:flex;align-items:flex-start;grid-gap:.5rem;gap:.5rem;font-size:.875rem}.generated-product-card .product-card-body .product-details .detail-item .detail-label{font-weight:600;color:#374151;min-width:120px;flex-shrink:0}.generated-product-card .product-card-body .product-details .detail-item .detail-value{color:#6b7280;flex:1 1;word-break:break-word}.generated-product-card .product-card-body .product-ingredients{margin-bottom:1.25rem}.generated-product-card .product-card-body .product-ingredients .ingredients-title{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 1rem}.generated-product-card .product-card-body .product-ingredients .ingredients-list{display:flex;flex-wrap:wrap;grid-gap:.75rem;gap:.75rem}.generated-product-card .product-card-body .product-ingredients .show-more-ingredients{margin-top:.75rem;padding:.5rem 1rem;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#4b5563;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.generated-product-card .product-card-body .product-ingredients .show-more-ingredients:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.generated-product-card .product-card-body .product-card-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.generated-product-card .product-card-body .product-card-actions .view-product-btn{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.625rem 1.25rem;background:#111827;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.generated-product-card .product-card-body .product-card-actions .view-product-btn:hover{background:#374151;transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.generated-product-card .product-card-body .product-card-actions .view-product-btn:active{transform:translateY(0)}@media (max-width:768px){.generated-product-card .product-card-header{padding:.875rem 1rem}.generated-product-card .product-card-header .product-header-content{grid-gap:.75rem;gap:.75rem}.generated-product-card .product-card-header .product-header-content .product-image-container{width:48px;height:48px}.generated-product-card .product-card-header .product-header-content .product-header-info .product-name{font-size:.9375rem}.generated-product-card .product-card-header .product-header-content .product-header-info .product-flavor,.generated-product-card .product-card-header .product-header-content .product-header-info .product-form{font-size:.75rem}.generated-product-card .product-card-body{padding:1rem}.generated-product-card .product-card-body .product-scores{flex-direction:column;grid-gap:.75rem;gap:.75rem}.generated-product-card .product-card-body .product-scores .score-item{min-width:100%}.generated-product-card .product-card-body .product-details .detail-item{flex-direction:column;grid-gap:.25rem;gap:.25rem}.generated-product-card .product-card-body .product-details .detail-item .detail-label{min-width:auto}}@media print{.ai-chat-dashboard .chat-input-area,.ai-chat-dashboard .quick-suggestions{display:none}}.formulation-modal .btn{border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease;border:none}.formulation-modal .btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.formulation-modal .btn:active{transform:translateY(0)}@media (max-width:768px){.formulation-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.formulation-modal .modal-header{padding:1rem 1.5rem}.formulation-modal .modal-body{padding:1.5rem}.formulation-modal .modal-footer{padding:1rem 1.5rem;flex-direction:column;grid-gap:.75rem;gap:.75rem}.formulation-modal .modal-footer .btn{width:100%}.formulation-modal .mode-toggle{flex-direction:column;grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.formulation-modal .mode-toggle .mode-toggle-btn{width:100%}.formulation-modal .checkbox-group{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;padding:.75rem}.formulation-modal .formulation-form .form-section-divider{margin:1.5rem 0}.formulation-modal .formulation-form .section-title{font-size:1rem;margin-bottom:1rem}}.score-calculation-modal .btn{border-radius:.375rem;font-weight:500;padding:.5rem 1rem}.optimization-modal .btn{border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease;border:none}.optimization-modal .btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.optimization-modal .btn:active{transform:translateY(0)}@media (max-width:768px){.optimization-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.optimization-modal .modal-header{padding:1rem 1.5rem}.optimization-modal .modal-body{padding:1.5rem}.optimization-modal .modal-footer{padding:1rem 1.5rem;flex-direction:column;grid-gap:.75rem;gap:.75rem}.optimization-modal .modal-footer .btn{width:100%}.optimization-modal .comparison-row{flex-direction:column}.optimization-modal .checkbox-group{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;padding:.75rem}.optimization-modal .optimization-form .form-section-divider{margin:1.5rem 0}.optimization-modal .optimization-form .section-title{font-size:1rem;margin-bottom:1rem}.optimization-modal .optimization-form .toggle-group{margin-top:1rem}}.custom-checkbox input[type=checkbox]{cursor:pointer;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:13.5px;height:13.5px;background-color:#f9f9fa}.custom-checkbox input[type=checkbox]:after,.custom-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:2px}.custom-checkbox input[type=checkbox]:after{border:1px solid #041928;box-shadow:inset 0 0 4px rgba(0,0,0,.05)}.custom-checkbox input[type=checkbox]:checked:after{background:#17c9dc;border:1px solid #17c9dc;box-shadow:inset 0 0 4px rgba(0,0,0,.15)}.custom-checkbox label{cursor:pointer;font-weight:500;font-size:16px;color:#000;margin-left:10px}.custom-checkboxes{margin:0;padding:0 0 0 5px;list-style-type:none}.range-inputs{display:flex;align-items:center;margin-left:30px;margin-bottom:1.5rem}.range-inputs .form-group{background:#f9f9fa;border:1px solid #ebebec;width:auto;height:auto;box-shadow:0 0 20px rgba(4,25,40,.1);border-radius:4px;display:flex;align-items:center;justify-content:space-between;margin:0;padding:2px 4px 0 2px}.range-inputs .form-group.last-item{margin-left:5px}.range-inputs .form-group label{color:#000;font-size:16px;padding:0;margin:0}.range-inputs .form-group input[type=number]{max-width:34px;margin-left:4px;border:0;outline:0}.range-inputs .form-group input[type=number]::-webkit-input-placeholder{font-size:16px;color:#666}.range-inputs .form-group input[type=number]:-ms-input-placeholder{font-size:16px;color:#666}.range-inputs .form-group input[type=number]::-ms-input-placeholder{font-size:16px;color:#666}.range-inputs .form-group input[type=number]::placeholder{font-size:16px;color:#666}.range-inputs .form-group input[type=number]::-webkit-inner-spin-button,.range-inputs .form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.range-inputs .range-btn{margin-left:5px;background:#395efa;box-shadow:0 0 20px rgba(4,25,40,.1);border-radius:4px;color:#f9f9fa;font-size:16px;padding:1px 8px 0}.range-inputs .range-btn.btn-secondary:active,.range-inputs .range-btn.btn-secondary:focus,.range-inputs .range-btn.btn-secondary:hover{box-shadow:none;transform:none;color:#f9f9fa!important;background:#395efa!important}.custom-radio-btn input[type=radio]{cursor:pointer;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:13.5px;height:13.5px;background-color:#f9f9fa}.custom-radio-btn input[type=radio]:after,.custom-radio-btn input[type=radio]:checked:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:2px}.custom-radio-btn input[type=radio]:after{border:1px solid #041928;box-shadow:inset 0 0 4px rgba(0,0,0,.05)}.custom-radio-btn input[type=radio]:checked:after{background:#17c9dc;border:1px solid #17c9dc;box-shadow:inset 0 0 4px rgba(0,0,0,.15)}.custom-radio-btn label{cursor:pointer;font-weight:500;font-size:16px;color:#000;margin-left:10px}.supplier-dashboard{padding:32px 16px;background:#f6f8fa;font-family:"Inter",Arial,sans-serif}.supplier-dashboard .container-fluid{max-width:1200px;margin:0 auto}.supplier-dashboard h2{font-size:1.4rem;font-weight:600;margin-bottom:20px;color:#212529}.supplier-dashboard .search-input{background:#f7f9fb;border-radius:8px;border:1px solid #e4e6eb;font-size:1rem;padding:10px 14px}.supplier-dashboard .card{border:none;background:#fff;box-shadow:0 2px 20px rgba(0,0,0,.06);border-radius:14px}.supplier-dashboard .card-body{padding:22px}.supplier-dashboard .fw-semibold{font-weight:600}.supplier-dashboard .ingredient-name{display:flex;align-items:center;grid-gap:.6rem;gap:.6rem}.supplier-dashboard .ingredient-name img{border-radius:8px;height:34px;width:34px;object-fit:cover;box-shadow:0 1px 4px rgba(0,0,0,.07)}.supplier-dashboard .ingredient-name span{font-size:1rem;color:#212529;font-weight:500}.supplier-dashboard .ingredient-name small{font-size:.82rem;color:#6b7280}.supplier-dashboard table.table{border-radius:10px;overflow:hidden;min-width:700px}.supplier-dashboard table.table thead{background:#f7f9fb}.supplier-dashboard table.table thead th{font-weight:600;color:#656973;font-size:.96rem;padding:12px 16px;border-bottom:1.5px solid #eaeaea}.supplier-dashboard table.table tbody tr{background:#fff;transition:background .2s}.supplier-dashboard table.table tbody tr.ingredient-issue-row{background:#fff6f6!important}.supplier-dashboard table.table tbody tr:hover{background:#f7f9fb}.supplier-dashboard table.table tbody td{padding:12px 16px;font-size:.95rem;color:#303030;vertical-align:middle}.supplier-dashboard .btn{border-radius:8px;padding:7px 17px;font-size:.95rem;font-weight:500;transition:background .16s}.supplier-dashboard .btn-dark{background:#042bd8;color:#fff;border:none}.supplier-dashboard .btn-dark:hover{background:#121315}.supplier-dashboard .btn-link{color:#4e73df;text-decoration:none;font-size:.93rem;font-weight:600;background:none;border:none;box-shadow:none}.supplier-dashboard .badge{padding:.35em .6em;font-size:.88em;font-weight:500;border-radius:6px}.supplier-dashboard .bg-success{background:#48bb78;color:#fff}.supplier-dashboard .bg-secondary{background:#e2e8f0;color:#657786}.supplier-dashboard .starred-item{display:flex;align-items:center;grid-gap:.8rem;gap:.8rem;font-size:.95rem;cursor:pointer;padding:6px 4px;transition:background .13s}.supplier-dashboard .starred-item:hover{background:#f7f9fb;border-radius:8px}.supplier-dashboard .starred-item img{border-radius:7px;object-fit:cover}@media (max-width:992px){.supplier-dashboard .row{flex-direction:column;grid-gap:2rem;gap:2rem}.supplier-dashboard .col-lg-4,.supplier-dashboard .col-lg-8{width:100%!important}.supplier-dashboard .starred-list li{background:#fff;transition:background .2s}.supplier-dashboard .starred-list li.active-row{background:#f5f7ff}.supplier-dashboard .starred-list li:hover{background:#f9fafb}.supplier-dashboard .starred-list li img{border-radius:8px;height:36px;width:36px;object-fit:cover}.supplier-dashboard .starred-list li span{font-size:.95rem;font-weight:500}.supplier-dashboard .starred-list li small{font-size:.82rem;color:#6b7280}.supplier-dashboard .card-footer{border-top:1px solid #e5e7eb;background:#f9fafb;padding:12px;font-size:.9rem}}@media (max-width:768px){.supplier-dashboard{padding:16px 0}.supplier-dashboard h2{font-size:1.2rem}.supplier-dashboard .card-body{padding:16px}.supplier-dashboard table.table{min-width:480px;font-size:.91rem}.supplier-dashboard .btn,.supplier-dashboard .btn-dark{font-size:.9rem;padding:6px 12px}}.supplier-dashboard .pager-left{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;flex-wrap:nowrap;white-space:nowrap}.supplier-dashboard .pager-select{width:56px;min-width:56px;max-width:64px;padding-right:22px;flex:0 0 auto}.supplier-dashboard .pager-label,.supplier-dashboard .pager-range{white-space:nowrap}@media (max-width:420px){.supplier-dashboard .pager-left{flex-wrap:wrap;grid-row-gap:6px;row-gap:6px}}.supplier-dashboard jf-pager{display:flex;align-items:center;grid-gap:8px;gap:8px}.supplier-dashboard .pagination .page-link{border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#111827;padding:8px 12px;min-width:36px;text-align:center;line-height:1;box-shadow:none;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.supplier-dashboard .pagination .page-link:hover{background:#f3f4f6}.supplier-dashboard .pagination .page-item.active .page-link{background:#273241;border-color:#273241;color:#fff}.supplier-dashboard .pagination .page-item.disabled .page-link{background:#f5f7fb;color:#9aa3af;border-color:#eef0f3;opacity:1;cursor:not-allowed}.supplier-dashboard .pagination .page-link.prev-next{background:#eef2ff;border-color:transparent;color:#1f2a56;padding:10px 14px;font-weight:600}.supplier-dashboard .pagination .page-item.disabled .page-link.prev-next{background:#f4f6ff;color:#a3aed0}.supplier-dashboard .pagination .page-item:not(.active):not(.disabled) .page-link{background:#fff;border-color:#e5e7eb;color:#111827}.supplier-dashboard .pagination .page-link.ellipsis{background:#fff;border-color:#e5e7eb;color:#6b7280;cursor:default;padding:8px 10px}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;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;position:absolute;text-align:center;width:2em;line-height:inherit}.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}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}: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:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{margin:-1px}.sr-only-focusable:active,.sr-only-focusable:focus{margin:0}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.b680adba.eot);src:url(/static/media/fa-brands-400.b680adba.eot) format("embedded-opentype"),url(/static/media/fa-brands-400.4019e2ef.woff2) format("woff2"),url(/static/media/fa-brands-400.0d215870.woff) format("woff"),url(/static/media/fa-brands-400.913334b2.ttf) format("truetype"),url(/static/media/fa-brands-400.3dabc722.svg) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(/static/media/fa-regular-400.190faaa2.eot);src:url(/static/media/fa-regular-400.190faaa2.eot) format("embedded-opentype"),url(/static/media/fa-regular-400.4758ad60.woff2) format("woff2"),url(/static/media/fa-regular-400.da900afa.woff) format("woff"),url(/static/media/fa-regular-400.dddf7b2c.ttf) format("truetype"),url(/static/media/fa-regular-400.9113e63a.svg) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.4cb8ea72.eot);src:url(/static/media/fa-solid-900.4cb8ea72.eot) format("embedded-opentype"),url(/static/media/fa-solid-900.9f3c8f80.woff2) format("woff2"),url(/static/media/fa-solid-900.7960713e.woff) format("woff"),url(/static/media/fa-solid-900.0d995a14.ttf) format("truetype"),url(/static/media/fa-solid-900.5bee5910.svg) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face{font-family:"simple-line-icons";src:url(/static/media/Simple-Line-Icons.dacd16c9.eot);src:url(/static/media/Simple-Line-Icons.dacd16c9.eot) format("embedded-opentype"),url(/static/media/Simple-Line-Icons.b2892aa6.ttf) format("truetype"),url(/static/media/Simple-Line-Icons.6ac7320f.woff2) format("woff2"),url(/static/media/Simple-Line-Icons.0bbfc705.woff) format("woff"),url(/static/media/Simple-Line-Icons.00ce23ca.svg) format("svg");font-weight:400;font-style:normal}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calender,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawar,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-gplus,.icon-social-instagram,.icon-social-linkedin,.icon-social-pintarest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symble-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{font-family:"simple-line-icons";speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-close:before{content:"\e082"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawar:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calender:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symble-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pintarest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-gplus:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}@font-face{font-family:"themify";src:url(/static/media/themify.2c454669.eot);src:url(/static/media/themify.2c454669.eot) format("embedded-opentype"),url(/static/media/themify.a1ecc3b8.woff) format("woff"),url(/static/media/themify.e23a7dca.ttf) format("truetype"),url(/static/media/themify.9c8e96ec.svg) format("svg");font-weight:400;font-style:normal}[class*=" ti-"],[class^=ti-]{font-family:"themify";speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-andrAdminid:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}@font-face{font-family:"Material Design Icons";src:url(/static/media/materialdesignicons-webfont.b8695cc1.eot);src:url(/static/media/materialdesignicons-webfont.b8695cc1.eot) format("embedded-opentype"),url(/static/media/materialdesignicons-webfont.cc3cf0bd.woff2) format("woff2"),url(/static/media/materialdesignicons-webfont.4fed03f1.woff) format("woff"),url(/static/media/materialdesignicons-webfont.a65b9561.ttf) format("truetype"),url(/static/media/materialdesignicons-webfont.f0a06447.svg) format("svg");font-weight:400;font-style:normal}.mdi-set,.mdi:before{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0)}.mdi-access-point:before{content:"\F002"}.mdi-access-point-network:before{content:"\F003"}.mdi-account:before{content:"\F004"}.mdi-account-alert:before{content:"\F005"}.mdi-account-box:before{content:"\F006"}.mdi-account-box-outline:before{content:"\F007"}.mdi-account-card-details:before{content:"\F5D2"}.mdi-account-check:before{content:"\F008"}.mdi-account-circle:before{content:"\F009"}.mdi-account-convert:before{content:"\F00A"}.mdi-account-edit:before{content:"\F6BB"}.mdi-account-key:before{content:"\F00B"}.mdi-account-location:before{content:"\F00C"}.mdi-account-minus:before{content:"\F00D"}.mdi-account-multiple:before{content:"\F00E"}.mdi-account-multiple-minus:before{content:"\F5D3"}.mdi-account-multiple-outline:before{content:"\F00F"}.mdi-account-multiple-plus:before{content:"\F010"}.mdi-account-network:before{content:"\F011"}.mdi-account-off:before{content:"\F012"}.mdi-account-outline:before{content:"\F013"}.mdi-account-plus:before{content:"\F014"}.mdi-account-remove:before{content:"\F015"}.mdi-account-search:before{content:"\F016"}.mdi-account-settings:before{content:"\F630"}.mdi-account-settings-variant:before{content:"\F631"}.mdi-account-star:before{content:"\F017"}.mdi-account-star-variant:before{content:"\F018"}.mdi-account-switch:before{content:"\F019"}.mdi-adjust:before{content:"\F01A"}.mdi-air-conditioner:before{content:"\F01B"}.mdi-airballoon:before{content:"\F01C"}.mdi-airplane:before{content:"\F01D"}.mdi-airplane-landing:before{content:"\F5D4"}.mdi-airplane-off:before{content:"\F01E"}.mdi-airplane-takeoff:before{content:"\F5D5"}.mdi-airplay:before{content:"\F01F"}.mdi-alarm:before{content:"\F020"}.mdi-alarm-check:before{content:"\F021"}.mdi-alarm-multiple:before{content:"\F022"}.mdi-alarm-off:before{content:"\F023"}.mdi-alarm-plus:before{content:"\F024"}.mdi-alarm-snooze:before{content:"\F68D"}.mdi-album:before{content:"\F025"}.mdi-alert:before{content:"\F026"}.mdi-alert-box:before{content:"\F027"}.mdi-alert-circle:before{content:"\F028"}.mdi-alert-circle-outline:before{content:"\F5D6"}.mdi-alert-octagon:before{content:"\F029"}.mdi-alert-octagram:before{content:"\F6BC"}.mdi-alert-outline:before{content:"\F02A"}.mdi-all-inclusive:before{content:"\F6BD"}.mdi-alpha:before{content:"\F02B"}.mdi-alphabetical:before{content:"\F02C"}.mdi-altimeter:before{content:"\F5D7"}.mdi-amazon:before{content:"\F02D"}.mdi-amazon-clouddrive:before{content:"\F02E"}.mdi-ambulance:before{content:"\F02F"}.mdi-amplifier:before{content:"\F030"}.mdi-anchor:before{content:"\F031"}.mdi-andrAdminid:before{content:"\F032"}.mdi-andrAdminid-debug-bridge:before{content:"\F033"}.mdi-andrAdminid-studio:before{content:"\F034"}.mdi-angular:before{content:"\F6B1"}.mdi-angularjs:before{content:"\F6BE"}.mdi-animation:before{content:"\F5D8"}.mdi-apple:before{content:"\F035"}.mdi-apple-finder:before{content:"\F036"}.mdi-apple-ios:before{content:"\F037"}.mdi-apple-keyboard-caps:before{content:"\F632"}.mdi-apple-keyboard-command:before{content:"\F633"}.mdi-apple-keyboard-control:before{content:"\F634"}.mdi-apple-keyboard-option:before{content:"\F635"}.mdi-apple-keyboard-shift:before{content:"\F636"}.mdi-apple-mobileme:before{content:"\F038"}.mdi-apple-safari:before{content:"\F039"}.mdi-application:before{content:"\F614"}.mdi-apps:before{content:"\F03B"}.mdi-archive:before{content:"\F03C"}.mdi-arrange-bring-forward:before{content:"\F03D"}.mdi-arrange-bring-to-front:before{content:"\F03E"}.mdi-arrange-send-backward:before{content:"\F03F"}.mdi-arrange-send-to-back:before{content:"\F040"}.mdi-arrow-all:before{content:"\F041"}.mdi-arrow-bottom-left:before{content:"\F042"}.mdi-arrow-bottom-right:before{content:"\F043"}.mdi-arrow-compress:before{content:"\F615"}.mdi-arrow-compress-all:before{content:"\F044"}.mdi-arrow-down:before{content:"\F045"}.mdi-arrow-down-bold:before{content:"\F046"}.mdi-arrow-down-bold-circle:before{content:"\F047"}.mdi-arrow-down-bold-circle-outline:before{content:"\F048"}.mdi-arrow-down-bold-hexagon-outline:before{content:"\F049"}.mdi-arrow-down-box:before{content:"\F6BF"}.mdi-arrow-down-drop-circle:before{content:"\F04A"}.mdi-arrow-down-drop-circle-outline:before{content:"\F04B"}.mdi-arrow-expand:before{content:"\F616"}.mdi-arrow-expand-all:before{content:"\F04C"}.mdi-arrow-left:before{content:"\F04D"}.mdi-arrow-left-bold:before{content:"\F04E"}.mdi-arrow-left-bold-circle:before{content:"\F04F"}.mdi-arrow-left-bold-circle-outline:before{content:"\F050"}.mdi-arrow-left-bold-hexagon-outline:before{content:"\F051"}.mdi-arrow-left-box:before{content:"\F6C0"}.mdi-arrow-left-drop-circle:before{content:"\F052"}.mdi-arrow-left-drop-circle-outline:before{content:"\F053"}.mdi-arrow-right:before{content:"\F054"}.mdi-arrow-right-bold:before{content:"\F055"}.mdi-arrow-right-bold-circle:before{content:"\F056"}.mdi-arrow-right-bold-circle-outline:before{content:"\F057"}.mdi-arrow-right-bold-hexagon-outline:before{content:"\F058"}.mdi-arrow-right-box:before{content:"\F6C1"}.mdi-arrow-right-drop-circle:before{content:"\F059"}.mdi-arrow-right-drop-circle-outline:before{content:"\F05A"}.mdi-arrow-top-left:before{content:"\F05B"}.mdi-arrow-top-right:before{content:"\F05C"}.mdi-arrow-up:before{content:"\F05D"}.mdi-arrow-up-bold:before{content:"\F05E"}.mdi-arrow-up-bold-circle:before{content:"\F05F"}.mdi-arrow-up-bold-circle-outline:before{content:"\F060"}.mdi-arrow-up-bold-hexagon-outline:before{content:"\F061"}.mdi-arrow-up-box:before{content:"\F6C2"}.mdi-arrow-up-drop-circle:before{content:"\F062"}.mdi-arrow-up-drop-circle-outline:before{content:"\F063"}.mdi-assistant:before{content:"\F064"}.mdi-asterisk:before{content:"\F6C3"}.mdi-at:before{content:"\F065"}.mdi-attachment:before{content:"\F066"}.mdi-audiobook:before{content:"\F067"}.mdi-auto-fix:before{content:"\F068"}.mdi-auto-upload:before{content:"\F069"}.mdi-autorenew:before{content:"\F06A"}.mdi-av-timer:before{content:"\F06B"}.mdi-baby:before{content:"\F06C"}.mdi-baby-buggy:before{content:"\F68E"}.mdi-backburger:before{content:"\F06D"}.mdi-backspace:before{content:"\F06E"}.mdi-backup-restore:before{content:"\F06F"}.mdi-bandcamp:before{content:"\F674"}.mdi-bank:before{content:"\F070"}.mdi-barcode:before{content:"\F071"}.mdi-barcode-scan:before{content:"\F072"}.mdi-barley:before{content:"\F073"}.mdi-barrel:before{content:"\F074"}.mdi-basecamp:before{content:"\F075"}.mdi-basket:before{content:"\F076"}.mdi-basket-fill:before{content:"\F077"}.mdi-basket-unfill:before{content:"\F078"}.mdi-battery:before{content:"\F079"}.mdi-battery-10:before{content:"\F07A"}.mdi-battery-20:before{content:"\F07B"}.mdi-battery-30:before{content:"\F07C"}.mdi-battery-40:before{content:"\F07D"}.mdi-battery-50:before{content:"\F07E"}.mdi-battery-60:before{content:"\F07F"}.mdi-battery-70:before{content:"\F080"}.mdi-battery-80:before{content:"\F081"}.mdi-battery-90:before{content:"\F082"}.mdi-battery-alert:before{content:"\F083"}.mdi-battery-charging:before{content:"\F084"}.mdi-battery-charging-100:before{content:"\F085"}.mdi-battery-charging-20:before{content:"\F086"}.mdi-battery-charging-30:before{content:"\F087"}.mdi-battery-charging-40:before{content:"\F088"}.mdi-battery-charging-60:before{content:"\F089"}.mdi-battery-charging-80:before{content:"\F08A"}.mdi-battery-charging-90:before{content:"\F08B"}.mdi-battery-minus:before{content:"\F08C"}.mdi-battery-negative:before{content:"\F08D"}.mdi-battery-outline:before{content:"\F08E"}.mdi-battery-plus:before{content:"\F08F"}.mdi-battery-positive:before{content:"\F090"}.mdi-battery-unknown:before{content:"\F091"}.mdi-beach:before{content:"\F092"}.mdi-beaker:before{content:"\F68F"}.mdi-beats:before{content:"\F097"}.mdi-beer:before{content:"\F098"}.mdi-behance:before{content:"\F099"}.mdi-bell:before{content:"\F09A"}.mdi-bell-off:before{content:"\F09B"}.mdi-bell-outline:before{content:"\F09C"}.mdi-bell-plus:before{content:"\F09D"}.mdi-bell-ring:before{content:"\F09E"}.mdi-bell-ring-outline:before{content:"\F09F"}.mdi-bell-sleep:before{content:"\F0A0"}.mdi-beta:before{content:"\F0A1"}.mdi-bible:before{content:"\F0A2"}.mdi-bike:before{content:"\F0A3"}.mdi-bing:before{content:"\F0A4"}.mdi-binoculars:before{content:"\F0A5"}.mdi-bio:before{content:"\F0A6"}.mdi-biohazard:before{content:"\F0A7"}.mdi-bitbucket:before{content:"\F0A8"}.mdi-black-mesa:before{content:"\F0A9"}.mdi-blackberry:before{content:"\F0AA"}.mdi-blender:before{content:"\F0AB"}.mdi-blinds:before{content:"\F0AC"}.mdi-block-helper:before{content:"\F0AD"}.mdi-blogger:before{content:"\F0AE"}.mdi-bluetooth:before{content:"\F0AF"}.mdi-bluetooth-audio:before{content:"\F0B0"}.mdi-bluetooth-connect:before{content:"\F0B1"}.mdi-bluetooth-off:before{content:"\F0B2"}.mdi-bluetooth-settings:before{content:"\F0B3"}.mdi-bluetooth-transfer:before{content:"\F0B4"}.mdi-blur:before{content:"\F0B5"}.mdi-blur-linear:before{content:"\F0B6"}.mdi-blur-off:before{content:"\F0B7"}.mdi-blur-radial:before{content:"\F0B8"}.mdi-bomb:before{content:"\F690"}.mdi-bomb-off:before{content:"\F6C4"}.mdi-bone:before{content:"\F0B9"}.mdi-book:before{content:"\F0BA"}.mdi-book-minus:before{content:"\F5D9"}.mdi-book-multiple:before{content:"\F0BB"}.mdi-book-multiple-variant:before{content:"\F0BC"}.mdi-book-open:before{content:"\F0BD"}.mdi-book-open-page-variant:before{content:"\F5DA"}.mdi-book-open-variant:before{content:"\F0BE"}.mdi-book-plus:before{content:"\F5DB"}.mdi-book-variant:before{content:"\F0BF"}.mdi-bookmark:before{content:"\F0C0"}.mdi-bookmark-check:before{content:"\F0C1"}.mdi-bookmark-music:before{content:"\F0C2"}.mdi-bookmark-outline:before{content:"\F0C3"}.mdi-bookmark-plus:before{content:"\F0C5"}.mdi-bookmark-plus-outline:before{content:"\F0C4"}.mdi-bookmark-remove:before{content:"\F0C6"}.mdi-boombox:before{content:"\F5DC"}.mdi-bootstrap:before{content:"\F6C5"}.mdi-border-all:before{content:"\F0C7"}.mdi-border-bottom:before{content:"\F0C8"}.mdi-border-color:before{content:"\F0C9"}.mdi-border-horizontal:before{content:"\F0CA"}.mdi-border-inside:before{content:"\F0CB"}.mdi-border-left:before{content:"\F0CC"}.mdi-border-none:before{content:"\F0CD"}.mdi-border-outside:before{content:"\F0CE"}.mdi-border-right:before{content:"\F0CF"}.mdi-border-style:before{content:"\F0D0"}.mdi-border-top:before{content:"\F0D1"}.mdi-border-vertical:before{content:"\F0D2"}.mdi-bow-tie:before{content:"\F677"}.mdi-bowl:before{content:"\F617"}.mdi-bowling:before{content:"\F0D3"}.mdi-box:before{content:"\F0D4"}.mdi-box-cutter:before{content:"\F0D5"}.mdi-box-shadow:before{content:"\F637"}.mdi-bridge:before{content:"\F618"}.mdi-briefcase:before{content:"\F0D6"}.mdi-briefcase-check:before{content:"\F0D7"}.mdi-briefcase-download:before{content:"\F0D8"}.mdi-briefcase-upload:before{content:"\F0D9"}.mdi-brightness-1:before{content:"\F0DA"}.mdi-brightness-2:before{content:"\F0DB"}.mdi-brightness-3:before{content:"\F0DC"}.mdi-brightness-4:before{content:"\F0DD"}.mdi-brightness-5:before{content:"\F0DE"}.mdi-brightness-6:before{content:"\F0DF"}.mdi-brightness-7:before{content:"\F0E0"}.mdi-brightness-auto:before{content:"\F0E1"}.mdi-broom:before{content:"\F0E2"}.mdi-brush:before{content:"\F0E3"}.mdi-buffer:before{content:"\F619"}.mdi-bug:before{content:"\F0E4"}.mdi-bulletin-board:before{content:"\F0E5"}.mdi-bullhorn:before{content:"\F0E6"}.mdi-bullseye:before{content:"\F5DD"}.mdi-burst-mode:before{content:"\F5DE"}.mdi-bus:before{content:"\F0E7"}.mdi-cached:before{content:"\F0E8"}.mdi-cake:before{content:"\F0E9"}.mdi-cake-layered:before{content:"\F0EA"}.mdi-cake-variant:before{content:"\F0EB"}.mdi-calculator:before{content:"\F0EC"}.mdi-calendar:before{content:"\F0ED"}.mdi-calendar-blank:before{content:"\F0EE"}.mdi-calendar-check:before{content:"\F0EF"}.mdi-calendar-clock:before{content:"\F0F0"}.mdi-calendar-multiple:before{content:"\F0F1"}.mdi-calendar-multiple-check:before{content:"\F0F2"}.mdi-calendar-plus:before{content:"\F0F3"}.mdi-calendar-question:before{content:"\F691"}.mdi-calendar-range:before{content:"\F678"}.mdi-calendar-remove:before{content:"\F0F4"}.mdi-calendar-text:before{content:"\F0F5"}.mdi-calendar-today:before{content:"\F0F6"}.mdi-call-made:before{content:"\F0F7"}.mdi-call-merge:before{content:"\F0F8"}.mdi-call-missed:before{content:"\F0F9"}.mdi-call-received:before{content:"\F0FA"}.mdi-call-split:before{content:"\F0FB"}.mdi-camcorder:before{content:"\F0FC"}.mdi-camcorder-box:before{content:"\F0FD"}.mdi-camcorder-box-off:before{content:"\F0FE"}.mdi-camcorder-off:before{content:"\F0FF"}.mdi-camera:before{content:"\F100"}.mdi-camera-burst:before{content:"\F692"}.mdi-camera-enhance:before{content:"\F101"}.mdi-camera-front:before{content:"\F102"}.mdi-camera-front-variant:before{content:"\F103"}.mdi-camera-iris:before{content:"\F104"}.mdi-camera-off:before{content:"\F5DF"}.mdi-camera-party-mode:before{content:"\F105"}.mdi-camera-rear:before{content:"\F106"}.mdi-camera-rear-variant:before{content:"\F107"}.mdi-camera-switch:before{content:"\F108"}.mdi-camera-timer:before{content:"\F109"}.mdi-candle:before{content:"\F5E2"}.mdi-candycane:before{content:"\F10A"}.mdi-car:before{content:"\F10B"}.mdi-car-battery:before{content:"\F10C"}.mdi-car-connected:before{content:"\F10D"}.mdi-car-wash:before{content:"\F10E"}.mdi-cards:before{content:"\F638"}.mdi-cards-outline:before{content:"\F639"}.mdi-cards-playing-outline:before{content:"\F63A"}.mdi-cards-variant:before{content:"\F6C6"}.mdi-carrot:before{content:"\F10F"}.mdi-cart:before{content:"\F110"}.mdi-cart-off:before{content:"\F66B"}.mdi-cart-outline:before{content:"\F111"}.mdi-cart-plus:before{content:"\F112"}.mdi-case-sensitive-alt:before{content:"\F113"}.mdi-cash:before{content:"\F114"}.mdi-cash-100:before{content:"\F115"}.mdi-cash-multiple:before{content:"\F116"}.mdi-cash-usd:before{content:"\F117"}.mdi-cast:before{content:"\F118"}.mdi-cast-connected:before{content:"\F119"}.mdi-castle:before{content:"\F11A"}.mdi-cat:before{content:"\F11B"}.mdi-cellphone:before{content:"\F11C"}.mdi-cellphone-andrAdminid:before{content:"\F11D"}.mdi-cellphone-basic:before{content:"\F11E"}.mdi-cellphone-dock:before{content:"\F11F"}.mdi-cellphone-iphone:before{content:"\F120"}.mdi-cellphone-link:before{content:"\F121"}.mdi-cellphone-link-off:before{content:"\F122"}.mdi-cellphone-settings:before{content:"\F123"}.mdi-certificate:before{content:"\F124"}.mdi-chair-school:before{content:"\F125"}.mdi-chart-arc:before{content:"\F126"}.mdi-chart-areaspline:before{content:"\F127"}.mdi-chart-bar:before{content:"\F128"}.mdi-chart-bubble:before{content:"\F5E3"}.mdi-chart-gantt:before{content:"\F66C"}.mdi-chart-histogram:before{content:"\F129"}.mdi-chart-line:before{content:"\F12A"}.mdi-chart-pie:before{content:"\F12B"}.mdi-chart-scatterplot-hexbin:before{content:"\F66D"}.mdi-chart-timeline:before{content:"\F66E"}.mdi-check:before{content:"\F12C"}.mdi-check-all:before{content:"\F12D"}.mdi-check-circle:before{content:"\F5E0"}.mdi-check-circle-outline:before{content:"\F5E1"}.mdi-checkbox-blank:before{content:"\F12E"}.mdi-checkbox-blank-circle:before{content:"\F12F"}.mdi-checkbox-blank-circle-outline:before{content:"\F130"}.mdi-checkbox-blank-outline:before{content:"\F131"}.mdi-checkbox-marked:before{content:"\F132"}.mdi-checkbox-marked-circle:before{content:"\F133"}.mdi-checkbox-marked-circle-outline:before{content:"\F134"}.mdi-checkbox-marked-outline:before{content:"\F135"}.mdi-checkbox-multiple-blank:before{content:"\F136"}.mdi-checkbox-multiple-blank-circle:before{content:"\F63B"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"\F63C"}.mdi-checkbox-multiple-blank-outline:before{content:"\F137"}.mdi-checkbox-multiple-marked:before{content:"\F138"}.mdi-checkbox-multiple-marked-circle:before{content:"\F63D"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"\F63E"}.mdi-checkbox-multiple-marked-outline:before{content:"\F139"}.mdi-checkerboard:before{content:"\F13A"}.mdi-chemical-weapon:before{content:"\F13B"}.mdi-chevron-double-down:before{content:"\F13C"}.mdi-chevron-double-left:before{content:"\F13D"}.mdi-chevron-double-right:before{content:"\F13E"}.mdi-chevron-double-up:before{content:"\F13F"}.mdi-chevron-down:before{content:"\F140"}.mdi-chevron-left:before{content:"\F141"}.mdi-chevron-right:before{content:"\F142"}.mdi-chevron-up:before{content:"\F143"}.mdi-chip:before{content:"\F61A"}.mdi-church:before{content:"\F144"}.mdi-cisco-webex:before{content:"\F145"}.mdi-city:before{content:"\F146"}.mdi-clipboard:before{content:"\F147"}.mdi-clipboard-account:before{content:"\F148"}.mdi-clipboard-alert:before{content:"\F149"}.mdi-clipboard-arrow-down:before{content:"\F14A"}.mdi-clipboard-arrow-left:before{content:"\F14B"}.mdi-clipboard-check:before{content:"\F14C"}.mdi-clipboard-flow:before{content:"\F6C7"}.mdi-clipboard-outline:before{content:"\F14D"}.mdi-clipboard-text:before{content:"\F14E"}.mdi-clippy:before{content:"\F14F"}.mdi-clock:before{content:"\F150"}.mdi-clock-alert:before{content:"\F5CE"}.mdi-clock-end:before{content:"\F151"}.mdi-clock-fast:before{content:"\F152"}.mdi-clock-in:before{content:"\F153"}.mdi-clock-out:before{content:"\F154"}.mdi-clock-start:before{content:"\F155"}.mdi-close:before{content:"\F156"}.mdi-close-box:before{content:"\F157"}.mdi-close-box-outline:before{content:"\F158"}.mdi-close-circle:before{content:"\F159"}.mdi-close-circle-outline:before{content:"\F15A"}.mdi-close-network:before{content:"\F15B"}.mdi-close-octagon:before{content:"\F15C"}.mdi-close-octagon-outline:before{content:"\F15D"}.mdi-close-outline:before{content:"\F6C8"}.mdi-closed-caption:before{content:"\F15E"}.mdi-cloud:before{content:"\F15F"}.mdi-cloud-check:before{content:"\F160"}.mdi-cloud-circle:before{content:"\F161"}.mdi-cloud-download:before{content:"\F162"}.mdi-cloud-outline:before{content:"\F163"}.mdi-cloud-outline-off:before{content:"\F164"}.mdi-cloud-print:before{content:"\F165"}.mdi-cloud-print-outline:before{content:"\F166"}.mdi-cloud-sync:before{content:"\F63F"}.mdi-cloud-upload:before{content:"\F167"}.mdi-code-array:before{content:"\F168"}.mdi-code-braces:before{content:"\F169"}.mdi-code-brackets:before{content:"\F16A"}.mdi-code-equal:before{content:"\F16B"}.mdi-code-greater-than:before{content:"\F16C"}.mdi-code-greater-than-or-equal:before{content:"\F16D"}.mdi-code-less-than:before{content:"\F16E"}.mdi-code-less-than-or-equal:before{content:"\F16F"}.mdi-code-not-equal:before{content:"\F170"}.mdi-code-not-equal-variant:before{content:"\F171"}.mdi-code-parentheses:before{content:"\F172"}.mdi-code-string:before{content:"\F173"}.mdi-code-tags:before{content:"\F174"}.mdi-code-tags-check:before{content:"\F693"}.mdi-codepen:before{content:"\F175"}.mdi-coffee:before{content:"\F176"}.mdi-coffee-outline:before{content:"\F6C9"}.mdi-coffee-to-go:before{content:"\F177"}.mdi-coin:before{content:"\F178"}.mdi-coins:before{content:"\F694"}.mdi-collage:before{content:"\F640"}.mdi-color-helper:before{content:"\F179"}.mdi-comment:before{content:"\F17A"}.mdi-comment-account:before{content:"\F17B"}.mdi-comment-account-outline:before{content:"\F17C"}.mdi-comment-alert:before{content:"\F17D"}.mdi-comment-alert-outline:before{content:"\F17E"}.mdi-comment-check:before{content:"\F17F"}.mdi-comment-check-outline:before{content:"\F180"}.mdi-comment-multiple-outline:before{content:"\F181"}.mdi-comment-outline:before{content:"\F182"}.mdi-comment-plus-outline:before{content:"\F183"}.mdi-comment-processing:before{content:"\F184"}.mdi-comment-processing-outline:before{content:"\F185"}.mdi-comment-question-outline:before{content:"\F186"}.mdi-comment-remove-outline:before{content:"\F187"}.mdi-comment-text:before{content:"\F188"}.mdi-comment-text-outline:before{content:"\F189"}.mdi-compare:before{content:"\F18A"}.mdi-compass:before{content:"\F18B"}.mdi-compass-outline:before{content:"\F18C"}.mdi-console:before{content:"\F18D"}.mdi-contact-mail:before{content:"\F18E"}.mdi-contacts:before{content:"\F6CA"}.mdi-content-copy:before{content:"\F18F"}.mdi-content-cut:before{content:"\F190"}.mdi-content-duplicate:before{content:"\F191"}.mdi-content-paste:before{content:"\F192"}.mdi-content-save:before{content:"\F193"}.mdi-content-save-all:before{content:"\F194"}.mdi-content-save-settings:before{content:"\F61B"}.mdi-contrast:before{content:"\F195"}.mdi-contrast-box:before{content:"\F196"}.mdi-contrast-circle:before{content:"\F197"}.mdi-cookie:before{content:"\F198"}.mdi-copyright:before{content:"\F5E6"}.mdi-counter:before{content:"\F199"}.mdi-cow:before{content:"\F19A"}.mdi-creation:before{content:"\F1C9"}.mdi-credit-card:before{content:"\F19B"}.mdi-credit-card-multiple:before{content:"\F19C"}.mdi-credit-card-off:before{content:"\F5E4"}.mdi-credit-card-plus:before{content:"\F675"}.mdi-credit-card-scan:before{content:"\F19D"}.mdi-crop:before{content:"\F19E"}.mdi-crop-free:before{content:"\F19F"}.mdi-crop-landscape:before{content:"\F1A0"}.mdi-crop-portrait:before{content:"\F1A1"}.mdi-crop-rotate:before{content:"\F695"}.mdi-crop-square:before{content:"\F1A2"}.mdi-crosshairs:before{content:"\F1A3"}.mdi-crosshairs-gps:before{content:"\F1A4"}.mdi-crown:before{content:"\F1A5"}.mdi-cube:before{content:"\F1A6"}.mdi-cube-outline:before{content:"\F1A7"}.mdi-cube-send:before{content:"\F1A8"}.mdi-cube-unfolded:before{content:"\F1A9"}.mdi-cup:before{content:"\F1AA"}.mdi-cup-off:before{content:"\F5E5"}.mdi-cup-water:before{content:"\F1AB"}.mdi-currency-btc:before{content:"\F1AC"}.mdi-currency-eur:before{content:"\F1AD"}.mdi-currency-gbp:before{content:"\F1AE"}.mdi-currency-inr:before{content:"\F1AF"}.mdi-currency-ngn:before{content:"\F1B0"}.mdi-currency-rub:before{content:"\F1B1"}.mdi-currency-try:before{content:"\F1B2"}.mdi-currency-usd:before{content:"\F1B3"}.mdi-currency-usd-off:before{content:"\F679"}.mdi-cursor-default:before{content:"\F1B4"}.mdi-cursor-default-outline:before{content:"\F1B5"}.mdi-cursor-move:before{content:"\F1B6"}.mdi-cursor-pointer:before{content:"\F1B7"}.mdi-cursor-text:before{content:"\F5E7"}.mdi-database:before{content:"\F1B8"}.mdi-database-minus:before{content:"\F1B9"}.mdi-database-plus:before{content:"\F1BA"}.mdi-debug-step-into:before{content:"\F1BB"}.mdi-debug-step-out:before{content:"\F1BC"}.mdi-debug-step-over:before{content:"\F1BD"}.mdi-decimal-decrease:before{content:"\F1BE"}.mdi-decimal-increase:before{content:"\F1BF"}.mdi-delete:before{content:"\F1C0"}.mdi-delete-circle:before{content:"\F682"}.mdi-delete-empty:before{content:"\F6CB"}.mdi-delete-forever:before{content:"\F5E8"}.mdi-delete-sweep:before{content:"\F5E9"}.mdi-delete-variant:before{content:"\F1C1"}.mdi-delta:before{content:"\F1C2"}.mdi-deskphone:before{content:"\F1C3"}.mdi-desktop-mac:before{content:"\F1C4"}.mdi-desktop-tower:before{content:"\F1C5"}.mdi-details:before{content:"\F1C6"}.mdi-developer-board:before{content:"\F696"}.mdi-deviantart:before{content:"\F1C7"}.mdi-dialpad:before{content:"\F61C"}.mdi-diamond:before{content:"\F1C8"}.mdi-dice-1:before{content:"\F1CA"}.mdi-dice-2:before{content:"\F1CB"}.mdi-dice-3:before{content:"\F1CC"}.mdi-dice-4:before{content:"\F1CD"}.mdi-dice-5:before{content:"\F1CE"}.mdi-dice-6:before{content:"\F1CF"}.mdi-dice-d20:before{content:"\F5EA"}.mdi-dice-d4:before{content:"\F5EB"}.mdi-dice-d6:before{content:"\F5EC"}.mdi-dice-d8:before{content:"\F5ED"}.mdi-dictionary:before{content:"\F61D"}.mdi-directions:before{content:"\F1D0"}.mdi-directions-fork:before{content:"\F641"}.mdi-discord:before{content:"\F66F"}.mdi-disk:before{content:"\F5EE"}.mdi-disk-alert:before{content:"\F1D1"}.mdi-disqus:before{content:"\F1D2"}.mdi-disqus-outline:before{content:"\F1D3"}.mdi-division:before{content:"\F1D4"}.mdi-division-box:before{content:"\F1D5"}.mdi-dna:before{content:"\F683"}.mdi-dns:before{content:"\F1D6"}.mdi-do-not-disturb:before{content:"\F697"}.mdi-do-not-disturb-off:before{content:"\F698"}.mdi-dolby:before{content:"\F6B2"}.mdi-domain:before{content:"\F1D7"}.mdi-dots-horizontal:before{content:"\F1D8"}.mdi-dots-vertical:before{content:"\F1D9"}.mdi-douban:before{content:"\F699"}.mdi-download:before{content:"\F1DA"}.mdi-drag:before{content:"\F1DB"}.mdi-drag-horizontal:before{content:"\F1DC"}.mdi-drag-vertical:before{content:"\F1DD"}.mdi-drawing:before{content:"\F1DE"}.mdi-drawing-box:before{content:"\F1DF"}.mdi-dribbble:before{content:"\F1E0"}.mdi-dribbble-box:before{content:"\F1E1"}.mdi-drone:before{content:"\F1E2"}.mdi-dropbox:before{content:"\F1E3"}.mdi-drupal:before{content:"\F1E4"}.mdi-duck:before{content:"\F1E5"}.mdi-dumbbell:before{content:"\F1E6"}.mdi-earth:before{content:"\F1E7"}.mdi-earth-box:before{content:"\F6CC"}.mdi-earth-box-off:before{content:"\F6CD"}.mdi-earth-off:before{content:"\F1E8"}.mdi-edge:before{content:"\F1E9"}.mdi-eject:before{content:"\F1EA"}.mdi-elevation-decline:before{content:"\F1EB"}.mdi-elevation-rise:before{content:"\F1EC"}.mdi-elevator:before{content:"\F1ED"}.mdi-email:before{content:"\F1EE"}.mdi-email-alert:before{content:"\F6CE"}.mdi-email-open:before{content:"\F1EF"}.mdi-email-open-outline:before{content:"\F5EF"}.mdi-email-outline:before{content:"\F1F0"}.mdi-email-secure:before{content:"\F1F1"}.mdi-email-variant:before{content:"\F5F0"}.mdi-emby:before{content:"\F6B3"}.mdi-emoticon:before{content:"\F1F2"}.mdi-emoticon-cool:before{content:"\F1F3"}.mdi-emoticon-dead:before{content:"\F69A"}.mdi-emoticon-devil:before{content:"\F1F4"}.mdi-emoticon-excited:before{content:"\F69B"}.mdi-emoticon-happy:before{content:"\F1F5"}.mdi-emoticon-neutral:before{content:"\F1F6"}.mdi-emoticon-poop:before{content:"\F1F7"}.mdi-emoticon-sad:before{content:"\F1F8"}.mdi-emoticon-tongue:before{content:"\F1F9"}.mdi-engine:before{content:"\F1FA"}.mdi-engine-outline:before{content:"\F1FB"}.mdi-equal:before{content:"\F1FC"}.mdi-equal-box:before{content:"\F1FD"}.mdi-eraser:before{content:"\F1FE"}.mdi-eraser-variant:before{content:"\F642"}.mdi-escalator:before{content:"\F1FF"}.mdi-ethernet:before{content:"\F200"}.mdi-ethernet-cable:before{content:"\F201"}.mdi-ethernet-cable-off:before{content:"\F202"}.mdi-etsy:before{content:"\F203"}.mdi-ev-station:before{content:"\F5F1"}.mdi-evernote:before{content:"\F204"}.mdi-exclamation:before{content:"\F205"}.mdi-exit-to-app:before{content:"\F206"}.mdi-export:before{content:"\F207"}.mdi-eye:before{content:"\F208"}.mdi-eye-off:before{content:"\F209"}.mdi-eye-outline:before{content:"\F6CF"}.mdi-eye-outline-off:before{content:"\F6D0"}.mdi-eyedropper:before{content:"\F20A"}.mdi-eyedropper-variant:before{content:"\F20B"}.mdi-face:before{content:"\F643"}.mdi-face-profile:before{content:"\F644"}.mdi-facebook:before{content:"\F20C"}.mdi-facebook-box:before{content:"\F20D"}.mdi-facebook-messenger:before{content:"\F20E"}.mdi-factory:before{content:"\F20F"}.mdi-fan:before{content:"\F210"}.mdi-fast-forward:before{content:"\F211"}.mdi-fast-forward-outline:before{content:"\F6D1"}.mdi-fax:before{content:"\F212"}.mdi-feather:before{content:"\F6D2"}.mdi-ferry:before{content:"\F213"}.mdi-file:before{content:"\F214"}.mdi-file-chart:before{content:"\F215"}.mdi-file-check:before{content:"\F216"}.mdi-file-cloud:before{content:"\F217"}.mdi-file-delimited:before{content:"\F218"}.mdi-file-document:before{content:"\F219"}.mdi-file-document-box:before{content:"\F21A"}.mdi-file-excel:before{content:"\F21B"}.mdi-file-excel-box:before{content:"\F21C"}.mdi-file-export:before{content:"\F21D"}.mdi-file-find:before{content:"\F21E"}.mdi-file-hidden:before{content:"\F613"}.mdi-file-image:before{content:"\F21F"}.mdi-file-import:before{content:"\F220"}.mdi-file-lock:before{content:"\F221"}.mdi-file-multiple:before{content:"\F222"}.mdi-file-music:before{content:"\F223"}.mdi-file-outline:before{content:"\F224"}.mdi-file-pdf:before{content:"\F225"}.mdi-file-pdf-box:before{content:"\F226"}.mdi-file-powerpoint:before{content:"\F227"}.mdi-file-powerpoint-box:before{content:"\F228"}.mdi-file-presentation-box:before{content:"\F229"}.mdi-file-restore:before{content:"\F670"}.mdi-file-send:before{content:"\F22A"}.mdi-file-tree:before{content:"\F645"}.mdi-file-video:before{content:"\F22B"}.mdi-file-word:before{content:"\F22C"}.mdi-file-word-box:before{content:"\F22D"}.mdi-file-xml:before{content:"\F22E"}.mdi-film:before{content:"\F22F"}.mdi-filmstrip:before{content:"\F230"}.mdi-filmstrip-off:before{content:"\F231"}.mdi-filter:before{content:"\F232"}.mdi-filter-outline:before{content:"\F233"}.mdi-filter-remove:before{content:"\F234"}.mdi-filter-remove-outline:before{content:"\F235"}.mdi-filter-variant:before{content:"\F236"}.mdi-find-replace:before{content:"\F6D3"}.mdi-fingerprint:before{content:"\F237"}.mdi-fire:before{content:"\F238"}.mdi-firefox:before{content:"\F239"}.mdi-fish:before{content:"\F23A"}.mdi-flag:before{content:"\F23B"}.mdi-flag-checkered:before{content:"\F23C"}.mdi-flag-outline:before{content:"\F23D"}.mdi-flag-outline-variant:before{content:"\F23E"}.mdi-flag-triangle:before{content:"\F23F"}.mdi-flag-variant:before{content:"\F240"}.mdi-flash:before{content:"\F241"}.mdi-flash-auto:before{content:"\F242"}.mdi-flash-off:before{content:"\F243"}.mdi-flash-outline:before{content:"\F6D4"}.mdi-flash-red-eye:before{content:"\F67A"}.mdi-flashlight:before{content:"\F244"}.mdi-flashlight-off:before{content:"\F245"}.mdi-flask:before{content:"\F093"}.mdi-flask-empty:before{content:"\F094"}.mdi-flask-empty-outline:before{content:"\F095"}.mdi-flask-outline:before{content:"\F096"}.mdi-flattr:before{content:"\F246"}.mdi-flip-to-back:before{content:"\F247"}.mdi-flip-to-front:before{content:"\F248"}.mdi-floppy:before{content:"\F249"}.mdi-flower:before{content:"\F24A"}.mdi-folder:before{content:"\F24B"}.mdi-folder-account:before{content:"\F24C"}.mdi-folder-download:before{content:"\F24D"}.mdi-folder-google-drive:before{content:"\F24E"}.mdi-folder-image:before{content:"\F24F"}.mdi-folder-lock:before{content:"\F250"}.mdi-folder-lock-open:before{content:"\F251"}.mdi-folder-move:before{content:"\F252"}.mdi-folder-multiple:before{content:"\F253"}.mdi-folder-multiple-image:before{content:"\F254"}.mdi-folder-multiple-outline:before{content:"\F255"}.mdi-folder-outline:before{content:"\F256"}.mdi-folder-plus:before{content:"\F257"}.mdi-folder-remove:before{content:"\F258"}.mdi-folder-star:before{content:"\F69C"}.mdi-folder-upload:before{content:"\F259"}.mdi-font-awesome:before{content:"\F03A"}.mdi-food:before{content:"\F25A"}.mdi-food-apple:before{content:"\F25B"}.mdi-food-fork-drink:before{content:"\F5F2"}.mdi-food-off:before{content:"\F5F3"}.mdi-food-variant:before{content:"\F25C"}.mdi-football:before{content:"\F25D"}.mdi-football-australian:before{content:"\F25E"}.mdi-football-helmet:before{content:"\F25F"}.mdi-format-align-center:before{content:"\F260"}.mdi-format-align-justify:before{content:"\F261"}.mdi-format-align-left:before{content:"\F262"}.mdi-format-align-right:before{content:"\F263"}.mdi-format-annotation-plus:before{content:"\F646"}.mdi-format-bold:before{content:"\F264"}.mdi-format-clear:before{content:"\F265"}.mdi-format-color-fill:before{content:"\F266"}.mdi-format-color-text:before{content:"\F69D"}.mdi-format-float-center:before{content:"\F267"}.mdi-format-float-left:before{content:"\F268"}.mdi-format-float-none:before{content:"\F269"}.mdi-format-float-right:before{content:"\F26A"}.mdi-format-font:before{content:"\F6D5"}.mdi-format-header-1:before{content:"\F26B"}.mdi-format-header-2:before{content:"\F26C"}.mdi-format-header-3:before{content:"\F26D"}.mdi-format-header-4:before{content:"\F26E"}.mdi-format-header-5:before{content:"\F26F"}.mdi-format-header-6:before{content:"\F270"}.mdi-format-header-decrease:before{content:"\F271"}.mdi-format-header-equal:before{content:"\F272"}.mdi-format-header-increase:before{content:"\F273"}.mdi-format-header-pound:before{content:"\F274"}.mdi-format-horizontal-align-center:before{content:"\F61E"}.mdi-format-horizontal-align-left:before{content:"\F61F"}.mdi-format-horizontal-align-right:before{content:"\F620"}.mdi-format-indent-decrease:before{content:"\F275"}.mdi-format-indent-increase:before{content:"\F276"}.mdi-format-italic:before{content:"\F277"}.mdi-format-line-spacing:before{content:"\F278"}.mdi-format-line-style:before{content:"\F5C8"}.mdi-format-line-weight:before{content:"\F5C9"}.mdi-format-list-bulleted:before{content:"\F279"}.mdi-format-list-bulleted-type:before{content:"\F27A"}.mdi-format-list-numbers:before{content:"\F27B"}.mdi-format-page-break:before{content:"\F6D6"}.mdi-format-paint:before{content:"\F27C"}.mdi-format-paragraph:before{content:"\F27D"}.mdi-format-pilcrow:before{content:"\F6D7"}.mdi-format-quote:before{content:"\F27E"}.mdi-format-rotate-90:before{content:"\F6A9"}.mdi-format-section:before{content:"\F69E"}.mdi-format-size:before{content:"\F27F"}.mdi-format-strikethrough:before{content:"\F280"}.mdi-format-strikethrough-variant:before{content:"\F281"}.mdi-format-subscript:before{content:"\F282"}.mdi-format-superscript:before{content:"\F283"}.mdi-format-text:before{content:"\F284"}.mdi-format-textdirection-l-to-r:before{content:"\F285"}.mdi-format-textdirection-r-to-l:before{content:"\F286"}.mdi-format-title:before{content:"\F5F4"}.mdi-format-underline:before{content:"\F287"}.mdi-format-vertical-align-bottom:before{content:"\F621"}.mdi-format-vertical-align-center:before{content:"\F622"}.mdi-format-vertical-align-top:before{content:"\F623"}.mdi-format-wrap-inline:before{content:"\F288"}.mdi-format-wrap-square:before{content:"\F289"}.mdi-format-wrap-tight:before{content:"\F28A"}.mdi-format-wrap-top-bottom:before{content:"\F28B"}.mdi-forum:before{content:"\F28C"}.mdi-forward:before{content:"\F28D"}.mdi-foursquare:before{content:"\F28E"}.mdi-fridge:before{content:"\F28F"}.mdi-fridge-filled:before{content:"\F290"}.mdi-fridge-filled-bottom:before{content:"\F291"}.mdi-fridge-filled-top:before{content:"\F292"}.mdi-fullscreen:before{content:"\F293"}.mdi-fullscreen-exit:before{content:"\F294"}.mdi-function:before{content:"\F295"}.mdi-gamepad:before{content:"\F296"}.mdi-gamepad-variant:before{content:"\F297"}.mdi-garage:before{content:"\F6D8"}.mdi-garage-open:before{content:"\F6D9"}.mdi-gas-cylinder:before{content:"\F647"}.mdi-gas-station:before{content:"\F298"}.mdi-gate:before{content:"\F299"}.mdi-gauge:before{content:"\F29A"}.mdi-gavel:before{content:"\F29B"}.mdi-gender-female:before{content:"\F29C"}.mdi-gender-male:before{content:"\F29D"}.mdi-gender-male-female:before{content:"\F29E"}.mdi-gender-transgender:before{content:"\F29F"}.mdi-ghost:before{content:"\F2A0"}.mdi-gift:before{content:"\F2A1"}.mdi-git:before{content:"\F2A2"}.mdi-github-box:before{content:"\F2A3"}.mdi-github-circle:before{content:"\F2A4"}.mdi-github-face:before{content:"\F6DA"}.mdi-glass-flute:before{content:"\F2A5"}.mdi-glass-mug:before{content:"\F2A6"}.mdi-glass-stange:before{content:"\F2A7"}.mdi-glass-tulip:before{content:"\F2A8"}.mdi-glassdoor:before{content:"\F2A9"}.mdi-glasses:before{content:"\F2AA"}.mdi-gmail:before{content:"\F2AB"}.mdi-gnome:before{content:"\F2AC"}.mdi-gondola:before{content:"\F685"}.mdi-google:before{content:"\F2AD"}.mdi-google-cardboard:before{content:"\F2AE"}.mdi-google-chrome:before{content:"\F2AF"}.mdi-google-circles:before{content:"\F2B0"}.mdi-google-circles-communities:before{content:"\F2B1"}.mdi-google-circles-extended:before{content:"\F2B2"}.mdi-google-circles-group:before{content:"\F2B3"}.mdi-google-controller:before{content:"\F2B4"}.mdi-google-controller-off:before{content:"\F2B5"}.mdi-google-drive:before{content:"\F2B6"}.mdi-google-earth:before{content:"\F2B7"}.mdi-google-glass:before{content:"\F2B8"}.mdi-google-keep:before{content:"\F6DB"}.mdi-google-maps:before{content:"\F5F5"}.mdi-google-nearby:before{content:"\F2B9"}.mdi-google-pages:before{content:"\F2BA"}.mdi-google-photos:before{content:"\F6DC"}.mdi-google-physical-web:before{content:"\F2BB"}.mdi-google-play:before{content:"\F2BC"}.mdi-google-plus:before{content:"\F2BD"}.mdi-google-plus-box:before{content:"\F2BE"}.mdi-google-translate:before{content:"\F2BF"}.mdi-google-wallet:before{content:"\F2C0"}.mdi-gradient:before{content:"\F69F"}.mdi-grease-pencil:before{content:"\F648"}.mdi-grid:before{content:"\F2C1"}.mdi-grid-off:before{content:"\F2C2"}.mdi-group:before{content:"\F2C3"}.mdi-guitar-electric:before{content:"\F2C4"}.mdi-guitar-pick:before{content:"\F2C5"}.mdi-guitar-pick-outline:before{content:"\F2C6"}.mdi-hackernews:before{content:"\F624"}.mdi-hamburger:before{content:"\F684"}.mdi-hand-pointing-right:before{content:"\F2C7"}.mdi-hanger:before{content:"\F2C8"}.mdi-hangouts:before{content:"\F2C9"}.mdi-harddisk:before{content:"\F2CA"}.mdi-headphones:before{content:"\F2CB"}.mdi-headphones-box:before{content:"\F2CC"}.mdi-headphones-settings:before{content:"\F2CD"}.mdi-headset:before{content:"\F2CE"}.mdi-headset-dock:before{content:"\F2CF"}.mdi-headset-off:before{content:"\F2D0"}.mdi-heart:before{content:"\F2D1"}.mdi-heart-box:before{content:"\F2D2"}.mdi-heart-box-outline:before{content:"\F2D3"}.mdi-heart-broken:before{content:"\F2D4"}.mdi-heart-half-outline:before{content:"\F6DD"}.mdi-heart-half-part:before{content:"\F6DE"}.mdi-heart-half-part-outline:before{content:"\F6DF"}.mdi-heart-outline:before{content:"\F2D5"}.mdi-heart-pulse:before{content:"\F5F6"}.mdi-help:before{content:"\F2D6"}.mdi-help-circle:before{content:"\F2D7"}.mdi-help-circle-outline:before{content:"\F625"}.mdi-hexagon:before{content:"\F2D8"}.mdi-hexagon-multiple:before{content:"\F6E0"}.mdi-hexagon-outline:before{content:"\F2D9"}.mdi-highway:before{content:"\F5F7"}.mdi-history:before{content:"\F2DA"}.mdi-hololens:before{content:"\F2DB"}.mdi-home:before{content:"\F2DC"}.mdi-home-map-marker:before{content:"\F5F8"}.mdi-home-modern:before{content:"\F2DD"}.mdi-home-outline:before{content:"\F6A0"}.mdi-home-variant:before{content:"\F2DE"}.mdi-hook:before{content:"\F6E1"}.mdi-hook-off:before{content:"\F6E2"}.mdi-hops:before{content:"\F2DF"}.mdi-hospital:before{content:"\F2E0"}.mdi-hospital-building:before{content:"\F2E1"}.mdi-hospital-marker:before{content:"\F2E2"}.mdi-hotel:before{content:"\F2E3"}.mdi-houzz:before{content:"\F2E4"}.mdi-houzz-box:before{content:"\F2E5"}.mdi-human:before{content:"\F2E6"}.mdi-human-child:before{content:"\F2E7"}.mdi-human-female:before{content:"\F649"}.mdi-human-greeting:before{content:"\F64A"}.mdi-human-handsdown:before{content:"\F64B"}.mdi-human-handsup:before{content:"\F64C"}.mdi-human-male:before{content:"\F64D"}.mdi-human-male-female:before{content:"\F2E8"}.mdi-human-pregnant:before{content:"\F5CF"}.mdi-image:before{content:"\F2E9"}.mdi-image-album:before{content:"\F2EA"}.mdi-image-area:before{content:"\F2EB"}.mdi-image-area-close:before{content:"\F2EC"}.mdi-image-broken:before{content:"\F2ED"}.mdi-image-broken-variant:before{content:"\F2EE"}.mdi-image-filter:before{content:"\F2EF"}.mdi-image-filter-black-white:before{content:"\F2F0"}.mdi-image-filter-center-focus:before{content:"\F2F1"}.mdi-image-filter-center-focus-weak:before{content:"\F2F2"}.mdi-image-filter-drama:before{content:"\F2F3"}.mdi-image-filter-frames:before{content:"\F2F4"}.mdi-image-filter-hdr:before{content:"\F2F5"}.mdi-image-filter-none:before{content:"\F2F6"}.mdi-image-filter-tilt-shift:before{content:"\F2F7"}.mdi-image-filter-vintage:before{content:"\F2F8"}.mdi-image-multiple:before{content:"\F2F9"}.mdi-import:before{content:"\F2FA"}.mdi-inbox:before{content:"\F686"}.mdi-inbox-arrow-down:before{content:"\F2FB"}.mdi-inbox-arrow-up:before{content:"\F3D1"}.mdi-incognito:before{content:"\F5F9"}.mdi-infinity:before{content:"\F6E3"}.mdi-information:before{content:"\F2FC"}.mdi-information-outline:before{content:"\F2FD"}.mdi-information-variant:before{content:"\F64E"}.mdi-instagram:before{content:"\F2FE"}.mdi-instapaper:before{content:"\F2FF"}.mdi-internet-explorer:before{content:"\F300"}.mdi-invert-colors:before{content:"\F301"}.mdi-itunes:before{content:"\F676"}.mdi-jeepney:before{content:"\F302"}.mdi-jira:before{content:"\F303"}.mdi-jsfiddle:before{content:"\F304"}.mdi-json:before{content:"\F626"}.mdi-keg:before{content:"\F305"}.mdi-kettle:before{content:"\F5FA"}.mdi-key:before{content:"\F306"}.mdi-key-change:before{content:"\F307"}.mdi-key-minus:before{content:"\F308"}.mdi-key-plus:before{content:"\F309"}.mdi-key-remove:before{content:"\F30A"}.mdi-key-variant:before{content:"\F30B"}.mdi-keyboard:before{content:"\F30C"}.mdi-keyboard-backspace:before{content:"\F30D"}.mdi-keyboard-caps:before{content:"\F30E"}.mdi-keyboard-close:before{content:"\F30F"}.mdi-keyboard-off:before{content:"\F310"}.mdi-keyboard-return:before{content:"\F311"}.mdi-keyboard-tab:before{content:"\F312"}.mdi-keyboard-variant:before{content:"\F313"}.mdi-kodi:before{content:"\F314"}.mdi-label:before{content:"\F315"}.mdi-label-outline:before{content:"\F316"}.mdi-lambda:before{content:"\F627"}.mdi-lamp:before{content:"\F6B4"}.mdi-lan:before{content:"\F317"}.mdi-lan-connect:before{content:"\F318"}.mdi-lan-disconnect:before{content:"\F319"}.mdi-lan-pending:before{content:"\F31A"}.mdi-language-c:before{content:"\F671"}.mdi-language-cpp:before{content:"\F672"}.mdi-language-csharp:before{content:"\F31B"}.mdi-language-css3:before{content:"\F31C"}.mdi-language-html5:before{content:"\F31D"}.mdi-language-javascript:before{content:"\F31E"}.mdi-language-php:before{content:"\F31F"}.mdi-language-python:before{content:"\F320"}.mdi-language-python-text:before{content:"\F321"}.mdi-language-swift:before{content:"\F6E4"}.mdi-language-typescript:before{content:"\F6E5"}.mdi-laptop:before{content:"\F322"}.mdi-laptop-chromebook:before{content:"\F323"}.mdi-laptop-mac:before{content:"\F324"}.mdi-laptop-off:before{content:"\F6E6"}.mdi-laptop-windows:before{content:"\F325"}.mdi-lastfm:before{content:"\F326"}.mdi-launch:before{content:"\F327"}.mdi-layers:before{content:"\F328"}.mdi-layers-off:before{content:"\F329"}.mdi-lead-pencil:before{content:"\F64F"}.mdi-leaf:before{content:"\F32A"}.mdi-led-off:before{content:"\F32B"}.mdi-led-on:before{content:"\F32C"}.mdi-led-outline:before{content:"\F32D"}.mdi-led-variant-off:before{content:"\F32E"}.mdi-led-variant-on:before{content:"\F32F"}.mdi-led-variant-outline:before{content:"\F330"}.mdi-library:before{content:"\F331"}.mdi-library-books:before{content:"\F332"}.mdi-library-music:before{content:"\F333"}.mdi-library-plus:before{content:"\F334"}.mdi-lightbulb:before{content:"\F335"}.mdi-lightbulb-on:before{content:"\F6E7"}.mdi-lightbulb-on-outline:before{content:"\F6E8"}.mdi-lightbulb-outline:before{content:"\F336"}.mdi-link:before{content:"\F337"}.mdi-link-off:before{content:"\F338"}.mdi-link-variant:before{content:"\F339"}.mdi-link-variant-off:before{content:"\F33A"}.mdi-linkedin:before{content:"\F33B"}.mdi-linkedin-box:before{content:"\F33C"}.mdi-linux:before{content:"\F33D"}.mdi-lock:before{content:"\F33E"}.mdi-lock-open:before{content:"\F33F"}.mdi-lock-open-outline:before{content:"\F340"}.mdi-lock-outline:before{content:"\F341"}.mdi-lock-pattern:before{content:"\F6E9"}.mdi-lock-plus:before{content:"\F5FB"}.mdi-login:before{content:"\F342"}.mdi-login-variant:before{content:"\F5FC"}.mdi-logout:before{content:"\F343"}.mdi-logout-variant:before{content:"\F5FD"}.mdi-looks:before{content:"\F344"}.mdi-loop:before{content:"\F6EA"}.mdi-loupe:before{content:"\F345"}.mdi-lumx:before{content:"\F346"}.mdi-magnet:before{content:"\F347"}.mdi-magnet-on:before{content:"\F348"}.mdi-magnify:before{content:"\F349"}.mdi-magnify-minus:before{content:"\F34A"}.mdi-magnify-minus-outline:before{content:"\F6EB"}.mdi-magnify-plus:before{content:"\F34B"}.mdi-magnify-plus-outline:before{content:"\F6EC"}.mdi-mail-ru:before{content:"\F34C"}.mdi-mailbox:before{content:"\F6ED"}.mdi-map:before{content:"\F34D"}.mdi-map-marker:before{content:"\F34E"}.mdi-map-marker-circle:before{content:"\F34F"}.mdi-map-marker-minus:before{content:"\F650"}.mdi-map-marker-multiple:before{content:"\F350"}.mdi-map-marker-off:before{content:"\F351"}.mdi-map-marker-plus:before{content:"\F651"}.mdi-map-marker-radius:before{content:"\F352"}.mdi-margin:before{content:"\F353"}.mdi-markdown:before{content:"\F354"}.mdi-marker:before{content:"\F652"}.mdi-marker-check:before{content:"\F355"}.mdi-martini:before{content:"\F356"}.mdi-material-ui:before{content:"\F357"}.mdi-math-compass:before{content:"\F358"}.mdi-matrix:before{content:"\F628"}.mdi-maxcdn:before{content:"\F359"}.mdi-medical-bag:before{content:"\F6EE"}.mdi-medium:before{content:"\F35A"}.mdi-memory:before{content:"\F35B"}.mdi-menu:before{content:"\F35C"}.mdi-menu-down:before{content:"\F35D"}.mdi-menu-down-outline:before{content:"\F6B5"}.mdi-menu-left:before{content:"\F35E"}.mdi-menu-right:before{content:"\F35F"}.mdi-menu-up:before{content:"\F360"}.mdi-menu-up-outline:before{content:"\F6B6"}.mdi-message:before{content:"\F361"}.mdi-message-alert:before{content:"\F362"}.mdi-message-bulleted:before{content:"\F6A1"}.mdi-message-bulleted-off:before{content:"\F6A2"}.mdi-message-draw:before{content:"\F363"}.mdi-message-image:before{content:"\F364"}.mdi-message-outline:before{content:"\F365"}.mdi-message-plus:before{content:"\F653"}.mdi-message-processing:before{content:"\F366"}.mdi-message-reply:before{content:"\F367"}.mdi-message-reply-text:before{content:"\F368"}.mdi-message-settings:before{content:"\F6EF"}.mdi-message-settings-variant:before{content:"\F6F0"}.mdi-message-text:before{content:"\F369"}.mdi-message-text-outline:before{content:"\F36A"}.mdi-message-video:before{content:"\F36B"}.mdi-meteor:before{content:"\F629"}.mdi-microphone:before{content:"\F36C"}.mdi-microphone-off:before{content:"\F36D"}.mdi-microphone-outline:before{content:"\F36E"}.mdi-microphone-settings:before{content:"\F36F"}.mdi-microphone-variant:before{content:"\F370"}.mdi-microphone-variant-off:before{content:"\F371"}.mdi-microscope:before{content:"\F654"}.mdi-microsoft:before{content:"\F372"}.mdi-minecraft:before{content:"\F373"}.mdi-minus:before{content:"\F374"}.mdi-minus-box:before{content:"\F375"}.mdi-minus-box-outline:before{content:"\F6F1"}.mdi-minus-circle:before{content:"\F376"}.mdi-minus-circle-outline:before{content:"\F377"}.mdi-minus-network:before{content:"\F378"}.mdi-mixcloud:before{content:"\F62A"}.mdi-monitor:before{content:"\F379"}.mdi-monitor-multiple:before{content:"\F37A"}.mdi-more:before{content:"\F37B"}.mdi-motorbike:before{content:"\F37C"}.mdi-mouse:before{content:"\F37D"}.mdi-mouse-off:before{content:"\F37E"}.mdi-mouse-variant:before{content:"\F37F"}.mdi-mouse-variant-off:before{content:"\F380"}.mdi-move-resize:before{content:"\F655"}.mdi-move-resize-variant:before{content:"\F656"}.mdi-movie:before{content:"\F381"}.mdi-multiplication:before{content:"\F382"}.mdi-multiplication-box:before{content:"\F383"}.mdi-music-box:before{content:"\F384"}.mdi-music-box-outline:before{content:"\F385"}.mdi-music-circle:before{content:"\F386"}.mdi-music-note:before{content:"\F387"}.mdi-music-note-bluetooth:before{content:"\F5FE"}.mdi-music-note-bluetooth-off:before{content:"\F5FF"}.mdi-music-note-eighth:before{content:"\F388"}.mdi-music-note-half:before{content:"\F389"}.mdi-music-note-off:before{content:"\F38A"}.mdi-music-note-quarter:before{content:"\F38B"}.mdi-music-note-sixteenth:before{content:"\F38C"}.mdi-music-note-whole:before{content:"\F38D"}.mdi-nature:before{content:"\F38E"}.mdi-nature-people:before{content:"\F38F"}.mdi-navigation:before{content:"\F390"}.mdi-near-me:before{content:"\F5CD"}.mdi-needle:before{content:"\F391"}.mdi-nest-protect:before{content:"\F392"}.mdi-nest-thermostat:before{content:"\F393"}.mdi-network:before{content:"\F6F2"}.mdi-network-download:before{content:"\F6F3"}.mdi-network-question:before{content:"\F6F4"}.mdi-network-upload:before{content:"\F6F5"}.mdi-new-box:before{content:"\F394"}.mdi-newspaper:before{content:"\F395"}.mdi-nfc:before{content:"\F396"}.mdi-nfc-tap:before{content:"\F397"}.mdi-nfc-variant:before{content:"\F398"}.mdi-nodejs:before{content:"\F399"}.mdi-note:before{content:"\F39A"}.mdi-note-multiple:before{content:"\F6B7"}.mdi-note-multiple-outline:before{content:"\F6B8"}.mdi-note-outline:before{content:"\F39B"}.mdi-note-plus:before{content:"\F39C"}.mdi-note-plus-outline:before{content:"\F39D"}.mdi-note-text:before{content:"\F39E"}.mdi-notification-clear-all:before{content:"\F39F"}.mdi-npm:before{content:"\F6F6"}.mdi-nuke:before{content:"\F6A3"}.mdi-numeric:before{content:"\F3A0"}.mdi-numeric-0-box:before{content:"\F3A1"}.mdi-numeric-0-box-multiple-outline:before{content:"\F3A2"}.mdi-numeric-0-box-outline:before{content:"\F3A3"}.mdi-numeric-1-box:before{content:"\F3A4"}.mdi-numeric-1-box-multiple-outline:before{content:"\F3A5"}.mdi-numeric-1-box-outline:before{content:"\F3A6"}.mdi-numeric-2-box:before{content:"\F3A7"}.mdi-numeric-2-box-multiple-outline:before{content:"\F3A8"}.mdi-numeric-2-box-outline:before{content:"\F3A9"}.mdi-numeric-3-box:before{content:"\F3AA"}.mdi-numeric-3-box-multiple-outline:before{content:"\F3AB"}.mdi-numeric-3-box-outline:before{content:"\F3AC"}.mdi-numeric-4-box:before{content:"\F3AD"}.mdi-numeric-4-box-multiple-outline:before{content:"\F3AE"}.mdi-numeric-4-box-outline:before{content:"\F3AF"}.mdi-numeric-5-box:before{content:"\F3B0"}.mdi-numeric-5-box-multiple-outline:before{content:"\F3B1"}.mdi-numeric-5-box-outline:before{content:"\F3B2"}.mdi-numeric-6-box:before{content:"\F3B3"}.mdi-numeric-6-box-multiple-outline:before{content:"\F3B4"}.mdi-numeric-6-box-outline:before{content:"\F3B5"}.mdi-numeric-7-box:before{content:"\F3B6"}.mdi-numeric-7-box-multiple-outline:before{content:"\F3B7"}.mdi-numeric-7-box-outline:before{content:"\F3B8"}.mdi-numeric-8-box:before{content:"\F3B9"}.mdi-numeric-8-box-multiple-outline:before{content:"\F3BA"}.mdi-numeric-8-box-outline:before{content:"\F3BB"}.mdi-numeric-9-box:before{content:"\F3BC"}.mdi-numeric-9-box-multiple-outline:before{content:"\F3BD"}.mdi-numeric-9-box-outline:before{content:"\F3BE"}.mdi-numeric-9-plus-box:before{content:"\F3BF"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"\F3C0"}.mdi-numeric-9-plus-box-outline:before{content:"\F3C1"}.mdi-nut:before{content:"\F6F7"}.mdi-nutrition:before{content:"\F3C2"}.mdi-oar:before{content:"\F67B"}.mdi-octagon:before{content:"\F3C3"}.mdi-octagon-outline:before{content:"\F3C4"}.mdi-octagram:before{content:"\F6F8"}.mdi-odnoklassniki:before{content:"\F3C5"}.mdi-office:before{content:"\F3C6"}.mdi-oil:before{content:"\F3C7"}.mdi-oil-temperature:before{content:"\F3C8"}.mdi-omega:before{content:"\F3C9"}.mdi-onedrive:before{content:"\F3CA"}.mdi-opacity:before{content:"\F5CC"}.mdi-open-in-app:before{content:"\F3CB"}.mdi-open-in-new:before{content:"\F3CC"}.mdi-openid:before{content:"\F3CD"}.mdi-opera:before{content:"\F3CE"}.mdi-ornament:before{content:"\F3CF"}.mdi-ornament-variant:before{content:"\F3D0"}.mdi-owl:before{content:"\F3D2"}.mdi-package:before{content:"\F3D3"}.mdi-package-down:before{content:"\F3D4"}.mdi-package-up:before{content:"\F3D5"}.mdi-package-variant:before{content:"\F3D6"}.mdi-package-variant-closed:before{content:"\F3D7"}.mdi-page-first:before{content:"\F600"}.mdi-page-last:before{content:"\F601"}.mdi-page-layout-body:before{content:"\F6F9"}.mdi-page-layout-footer:before{content:"\F6FA"}.mdi-page-layout-header:before{content:"\F6FB"}.mdi-page-layout-sidebar-left:before{content:"\F6FC"}.mdi-page-layout-sidebar-right:before{content:"\F6FD"}.mdi-palette:before{content:"\F3D8"}.mdi-palette-advanced:before{content:"\F3D9"}.mdi-panda:before{content:"\F3DA"}.mdi-pandora:before{content:"\F3DB"}.mdi-panorama:before{content:"\F3DC"}.mdi-panorama-fisheye:before{content:"\F3DD"}.mdi-panorama-horizontal:before{content:"\F3DE"}.mdi-panorama-vertical:before{content:"\F3DF"}.mdi-panorama-wide-angle:before{content:"\F3E0"}.mdi-paper-cut-vertical:before{content:"\F3E1"}.mdi-paperclip:before{content:"\F3E2"}.mdi-parking:before{content:"\F3E3"}.mdi-pause:before{content:"\F3E4"}.mdi-pause-circle:before{content:"\F3E5"}.mdi-pause-circle-outline:before{content:"\F3E6"}.mdi-pause-octagon:before{content:"\F3E7"}.mdi-pause-octagon-outline:before{content:"\F3E8"}.mdi-paw:before{content:"\F3E9"}.mdi-paw-off:before{content:"\F657"}.mdi-pen:before{content:"\F3EA"}.mdi-pencil:before{content:"\F3EB"}.mdi-pencil-box:before{content:"\F3EC"}.mdi-pencil-box-outline:before{content:"\F3ED"}.mdi-pencil-circle:before{content:"\F6FE"}.mdi-pencil-lock:before{content:"\F3EE"}.mdi-pencil-off:before{content:"\F3EF"}.mdi-pentagon:before{content:"\F6FF"}.mdi-pentagon-outline:before{content:"\F700"}.mdi-percent:before{content:"\F3F0"}.mdi-pharmacy:before{content:"\F3F1"}.mdi-phone:before{content:"\F3F2"}.mdi-phone-bluetooth:before{content:"\F3F3"}.mdi-phone-classic:before{content:"\F602"}.mdi-phone-forward:before{content:"\F3F4"}.mdi-phone-hangup:before{content:"\F3F5"}.mdi-phone-in-talk:before{content:"\F3F6"}.mdi-phone-incoming:before{content:"\F3F7"}.mdi-phone-locked:before{content:"\F3F8"}.mdi-phone-log:before{content:"\F3F9"}.mdi-phone-minus:before{content:"\F658"}.mdi-phone-missed:before{content:"\F3FA"}.mdi-phone-outgoing:before{content:"\F3FB"}.mdi-phone-paused:before{content:"\F3FC"}.mdi-phone-plus:before{content:"\F659"}.mdi-phone-settings:before{content:"\F3FD"}.mdi-phone-voip:before{content:"\F3FE"}.mdi-pi:before{content:"\F3FF"}.mdi-pi-box:before{content:"\F400"}.mdi-piano:before{content:"\F67C"}.mdi-pig:before{content:"\F401"}.mdi-pill:before{content:"\F402"}.mdi-pillar:before{content:"\F701"}.mdi-pin:before{content:"\F403"}.mdi-pin-off:before{content:"\F404"}.mdi-pine-tree:before{content:"\F405"}.mdi-pine-tree-box:before{content:"\F406"}.mdi-pinterest:before{content:"\F407"}.mdi-pinterest-box:before{content:"\F408"}.mdi-pistol:before{content:"\F702"}.mdi-pizza:before{content:"\F409"}.mdi-plane-shield:before{content:"\F6BA"}.mdi-play:before{content:"\F40A"}.mdi-play-box-outline:before{content:"\F40B"}.mdi-play-circle:before{content:"\F40C"}.mdi-play-circle-outline:before{content:"\F40D"}.mdi-play-pause:before{content:"\F40E"}.mdi-play-protected-content:before{content:"\F40F"}.mdi-playlist-check:before{content:"\F5C7"}.mdi-playlist-minus:before{content:"\F410"}.mdi-playlist-play:before{content:"\F411"}.mdi-playlist-plus:before{content:"\F412"}.mdi-playlist-remove:before{content:"\F413"}.mdi-playstation:before{content:"\F414"}.mdi-plex:before{content:"\F6B9"}.mdi-plus:before{content:"\F415"}.mdi-plus-box:before{content:"\F416"}.mdi-plus-box-outline:before{content:"\F703"}.mdi-plus-circle:before{content:"\F417"}.mdi-plus-circle-multiple-outline:before{content:"\F418"}.mdi-plus-circle-outline:before{content:"\F419"}.mdi-plus-network:before{content:"\F41A"}.mdi-plus-one:before{content:"\F41B"}.mdi-plus-outline:before{content:"\F704"}.mdi-pocket:before{content:"\F41C"}.mdi-pokeball:before{content:"\F41D"}.mdi-polarAdminid:before{content:"\F41E"}.mdi-poll:before{content:"\F41F"}.mdi-poll-box:before{content:"\F420"}.mdi-polymer:before{content:"\F421"}.mdi-pool:before{content:"\F606"}.mdi-popcorn:before{content:"\F422"}.mdi-pot:before{content:"\F65A"}.mdi-pot-mix:before{content:"\F65B"}.mdi-pound:before{content:"\F423"}.mdi-pound-box:before{content:"\F424"}.mdi-power:before{content:"\F425"}.mdi-power-plug:before{content:"\F6A4"}.mdi-power-plug-off:before{content:"\F6A5"}.mdi-power-settings:before{content:"\F426"}.mdi-power-socket:before{content:"\F427"}.mdi-prescription:before{content:"\F705"}.mdi-presentation:before{content:"\F428"}.mdi-presentation-play:before{content:"\F429"}.mdi-printer:before{content:"\F42A"}.mdi-printer-3d:before{content:"\F42B"}.mdi-printer-alert:before{content:"\F42C"}.mdi-printer-settings:before{content:"\F706"}.mdi-priority-high:before{content:"\F603"}.mdi-priority-low:before{content:"\F604"}.mdi-professional-hexagon:before{content:"\F42D"}.mdi-projector:before{content:"\F42E"}.mdi-projector-screen:before{content:"\F42F"}.mdi-publish:before{content:"\F6A6"}.mdi-pulse:before{content:"\F430"}.mdi-puzzle:before{content:"\F431"}.mdi-qqchat:before{content:"\F605"}.mdi-qrcode:before{content:"\F432"}.mdi-qrcode-scan:before{content:"\F433"}.mdi-quadcopter:before{content:"\F434"}.mdi-quality-high:before{content:"\F435"}.mdi-quicktime:before{content:"\F436"}.mdi-radar:before{content:"\F437"}.mdi-radiator:before{content:"\F438"}.mdi-radio:before{content:"\F439"}.mdi-radio-handheld:before{content:"\F43A"}.mdi-radio-tower:before{content:"\F43B"}.mdi-radioactive:before{content:"\F43C"}.mdi-radiobox-blank:before{content:"\F43D"}.mdi-radiobox-marked:before{content:"\F43E"}.mdi-raspberrypi:before{content:"\F43F"}.mdi-ray-end:before{content:"\F440"}.mdi-ray-end-arrow:before{content:"\F441"}.mdi-ray-start:before{content:"\F442"}.mdi-ray-start-arrow:before{content:"\F443"}.mdi-ray-start-end:before{content:"\F444"}.mdi-ray-vertex:before{content:"\F445"}.mdi-rdio:before{content:"\F446"}.mdi-react:before{content:"\F707"}.mdi-read:before{content:"\F447"}.mdi-readability:before{content:"\F448"}.mdi-receipt:before{content:"\F449"}.mdi-record:before{content:"\F44A"}.mdi-record-rec:before{content:"\F44B"}.mdi-recycle:before{content:"\F44C"}.mdi-reddit:before{content:"\F44D"}.mdi-redo:before{content:"\F44E"}.mdi-redo-variant:before{content:"\F44F"}.mdi-refresh:before{content:"\F450"}.mdi-regex:before{content:"\F451"}.mdi-relative-scale:before{content:"\F452"}.mdi-reload:before{content:"\F453"}.mdi-remote:before{content:"\F454"}.mdi-rename-box:before{content:"\F455"}.mdi-reorder-horizontal:before{content:"\F687"}.mdi-reorder-vertical:before{content:"\F688"}.mdi-repeat:before{content:"\F456"}.mdi-repeat-off:before{content:"\F457"}.mdi-repeat-once:before{content:"\F458"}.mdi-replay:before{content:"\F459"}.mdi-reply:before{content:"\F45A"}.mdi-reply-all:before{content:"\F45B"}.mdi-reproduction:before{content:"\F45C"}.mdi-resize-bottom-right:before{content:"\F45D"}.mdi-responsive:before{content:"\F45E"}.mdi-restart:before{content:"\F708"}.mdi-restore:before{content:"\F6A7"}.mdi-rewind:before{content:"\F45F"}.mdi-rewind-outline:before{content:"\F709"}.mdi-rhombus:before{content:"\F70A"}.mdi-rhombus-outline:before{content:"\F70B"}.mdi-ribbon:before{content:"\F460"}.mdi-road:before{content:"\F461"}.mdi-road-variant:before{content:"\F462"}.mdi-robot:before{content:"\F6A8"}.mdi-rocket:before{content:"\F463"}.mdi-roomba:before{content:"\F70C"}.mdi-rotate-3d:before{content:"\F464"}.mdi-rotate-left:before{content:"\F465"}.mdi-rotate-left-variant:before{content:"\F466"}.mdi-rotate-right:before{content:"\F467"}.mdi-rotate-right-variant:before{content:"\F468"}.mdi-rounded-corner:before{content:"\F607"}.mdi-router-wireless:before{content:"\F469"}.mdi-routes:before{content:"\F46A"}.mdi-rowing:before{content:"\F608"}.mdi-rss:before{content:"\F46B"}.mdi-rss-box:before{content:"\F46C"}.mdi-ruler:before{content:"\F46D"}.mdi-run:before{content:"\F70D"}.mdi-run-fast:before{content:"\F46E"}.mdi-sale:before{content:"\F46F"}.mdi-satellite:before{content:"\F470"}.mdi-satellite-variant:before{content:"\F471"}.mdi-saxophone:before{content:"\F609"}.mdi-scale:before{content:"\F472"}.mdi-scale-balance:before{content:"\F5D1"}.mdi-scale-bathroom:before{content:"\F473"}.mdi-scanner:before{content:"\F6AA"}.mdi-school:before{content:"\F474"}.mdi-screen-rotation:before{content:"\F475"}.mdi-screen-rotation-lock:before{content:"\F476"}.mdi-screwdriver:before{content:"\F477"}.mdi-script:before{content:"\F478"}.mdi-sd:before{content:"\F479"}.mdi-seal:before{content:"\F47A"}.mdi-search-web:before{content:"\F70E"}.mdi-seat-flat:before{content:"\F47B"}.mdi-seat-flat-angled:before{content:"\F47C"}.mdi-seat-individual-suite:before{content:"\F47D"}.mdi-seat-legroom-extra:before{content:"\F47E"}.mdi-seat-legroom-normal:before{content:"\F47F"}.mdi-seat-legroom-reduced:before{content:"\F480"}.mdi-seat-recline-extra:before{content:"\F481"}.mdi-seat-recline-normal:before{content:"\F482"}.mdi-security:before{content:"\F483"}.mdi-security-home:before{content:"\F689"}.mdi-security-network:before{content:"\F484"}.mdi-select:before{content:"\F485"}.mdi-select-all:before{content:"\F486"}.mdi-select-inverse:before{content:"\F487"}.mdi-select-off:before{content:"\F488"}.mdi-selection:before{content:"\F489"}.mdi-send:before{content:"\F48A"}.mdi-serial-port:before{content:"\F65C"}.mdi-server:before{content:"\F48B"}.mdi-server-minus:before{content:"\F48C"}.mdi-server-network:before{content:"\F48D"}.mdi-server-network-off:before{content:"\F48E"}.mdi-server-off:before{content:"\F48F"}.mdi-server-plus:before{content:"\F490"}.mdi-server-remove:before{content:"\F491"}.mdi-server-security:before{content:"\F492"}.mdi-settings:before{content:"\F493"}.mdi-settings-box:before{content:"\F494"}.mdi-shape-circle-plus:before{content:"\F65D"}.mdi-shape-plus:before{content:"\F495"}.mdi-shape-polygon-plus:before{content:"\F65E"}.mdi-shape-rectangle-plus:before{content:"\F65F"}.mdi-shape-square-plus:before{content:"\F660"}.mdi-share:before{content:"\F496"}.mdi-share-variant:before{content:"\F497"}.mdi-shield:before{content:"\F498"}.mdi-shield-outline:before{content:"\F499"}.mdi-shopping:before{content:"\F49A"}.mdi-shopping-music:before{content:"\F49B"}.mdi-shovel:before{content:"\F70F"}.mdi-shovel-off:before{content:"\F710"}.mdi-shredder:before{content:"\F49C"}.mdi-shuffle:before{content:"\F49D"}.mdi-shuffle-disabled:before{content:"\F49E"}.mdi-shuffle-variant:before{content:"\F49F"}.mdi-sigma:before{content:"\F4A0"}.mdi-sigma-lower:before{content:"\F62B"}.mdi-sign-caution:before{content:"\F4A1"}.mdi-signal:before{content:"\F4A2"}.mdi-signal-2g:before{content:"\F711"}.mdi-signal-3g:before{content:"\F712"}.mdi-signal-4g:before{content:"\F713"}.mdi-signal-hspa:before{content:"\F714"}.mdi-signal-hspa-plus:before{content:"\F715"}.mdi-signal-variant:before{content:"\F60A"}.mdi-silverware:before{content:"\F4A3"}.mdi-silverware-fork:before{content:"\F4A4"}.mdi-silverware-spoon:before{content:"\F4A5"}.mdi-silverware-variant:before{content:"\F4A6"}.mdi-sim:before{content:"\F4A7"}.mdi-sim-alert:before{content:"\F4A8"}.mdi-sim-off:before{content:"\F4A9"}.mdi-sitemap:before{content:"\F4AA"}.mdi-skip-backward:before{content:"\F4AB"}.mdi-skip-forward:before{content:"\F4AC"}.mdi-skip-next:before{content:"\F4AD"}.mdi-skip-next-circle:before{content:"\F661"}.mdi-skip-next-circle-outline:before{content:"\F662"}.mdi-skip-previous:before{content:"\F4AE"}.mdi-skip-previous-circle:before{content:"\F663"}.mdi-skip-previous-circle-outline:before{content:"\F664"}.mdi-skull:before{content:"\F68B"}.mdi-skype:before{content:"\F4AF"}.mdi-skype-business:before{content:"\F4B0"}.mdi-slack:before{content:"\F4B1"}.mdi-sleep:before{content:"\F4B2"}.mdi-sleep-off:before{content:"\F4B3"}.mdi-smoking:before{content:"\F4B4"}.mdi-smoking-off:before{content:"\F4B5"}.mdi-snapchat:before{content:"\F4B6"}.mdi-snowflake:before{content:"\F716"}.mdi-snowman:before{content:"\F4B7"}.mdi-soccer:before{content:"\F4B8"}.mdi-sofa:before{content:"\F4B9"}.mdi-solid:before{content:"\F68C"}.mdi-sort:before{content:"\F4BA"}.mdi-sort-alphabetical:before{content:"\F4BB"}.mdi-sort-ascending:before{content:"\F4BC"}.mdi-sort-descending:before{content:"\F4BD"}.mdi-sort-numeric:before{content:"\F4BE"}.mdi-sort-variant:before{content:"\F4BF"}.mdi-soundcloud:before{content:"\F4C0"}.mdi-source-branch:before{content:"\F62C"}.mdi-source-commit:before{content:"\F717"}.mdi-source-commit-end:before{content:"\F718"}.mdi-source-commit-end-local:before{content:"\F719"}.mdi-source-commit-local:before{content:"\F71A"}.mdi-source-commit-next-local:before{content:"\F71B"}.mdi-source-commit-start:before{content:"\F71C"}.mdi-source-commit-start-next-local:before{content:"\F71D"}.mdi-source-fork:before{content:"\F4C1"}.mdi-source-merge:before{content:"\F62D"}.mdi-source-pull:before{content:"\F4C2"}.mdi-speaker:before{content:"\F4C3"}.mdi-speaker-off:before{content:"\F4C4"}.mdi-speaker-wireless:before{content:"\F71E"}.mdi-speedometer:before{content:"\F4C5"}.mdi-spellcheck:before{content:"\F4C6"}.mdi-spotify:before{content:"\F4C7"}.mdi-spotlight:before{content:"\F4C8"}.mdi-spotlight-beam:before{content:"\F4C9"}.mdi-spray:before{content:"\F665"}.mdi-square-inc:before{content:"\F4CA"}.mdi-square-inc-cash:before{content:"\F4CB"}.mdi-stackexchange:before{content:"\F60B"}.mdi-stackoverflow:before{content:"\F4CC"}.mdi-stadium:before{content:"\F71F"}.mdi-stairs:before{content:"\F4CD"}.mdi-star:before{content:"\F4CE"}.mdi-star-circle:before{content:"\F4CF"}.mdi-star-half:before{content:"\F4D0"}.mdi-star-off:before{content:"\F4D1"}.mdi-star-outline:before{content:"\F4D2"}.mdi-steam:before{content:"\F4D3"}.mdi-steering:before{content:"\F4D4"}.mdi-step-backward:before{content:"\F4D5"}.mdi-step-backward-2:before{content:"\F4D6"}.mdi-step-forward:before{content:"\F4D7"}.mdi-step-forward-2:before{content:"\F4D8"}.mdi-stethoscope:before{content:"\F4D9"}.mdi-sticker:before{content:"\F5D0"}.mdi-stocking:before{content:"\F4DA"}.mdi-stop:before{content:"\F4DB"}.mdi-stop-circle:before{content:"\F666"}.mdi-stop-circle-outline:before{content:"\F667"}.mdi-store:before{content:"\F4DC"}.mdi-store-24-hour:before{content:"\F4DD"}.mdi-stove:before{content:"\F4DE"}.mdi-subdirectory-arrow-left:before{content:"\F60C"}.mdi-subdirectory-arrow-right:before{content:"\F60D"}.mdi-subway:before{content:"\F6AB"}.mdi-subway-variant:before{content:"\F4DF"}.mdi-sunglasses:before{content:"\F4E0"}.mdi-surround-sound:before{content:"\F5C5"}.mdi-svg:before{content:"\F720"}.mdi-swap-horizontal:before{content:"\F4E1"}.mdi-swap-vertical:before{content:"\F4E2"}.mdi-swim:before{content:"\F4E3"}.mdi-switch:before{content:"\F4E4"}.mdi-sword:before{content:"\F4E5"}.mdi-sync:before{content:"\F4E6"}.mdi-sync-alert:before{content:"\F4E7"}.mdi-sync-off:before{content:"\F4E8"}.mdi-tab:before{content:"\F4E9"}.mdi-tab-unselected:before{content:"\F4EA"}.mdi-table:before{content:"\F4EB"}.mdi-table-column-plus-after:before{content:"\F4EC"}.mdi-table-column-plus-before:before{content:"\F4ED"}.mdi-table-column-remove:before{content:"\F4EE"}.mdi-table-column-width:before{content:"\F4EF"}.mdi-table-edit:before{content:"\F4F0"}.mdi-table-large:before{content:"\F4F1"}.mdi-table-row-height:before{content:"\F4F2"}.mdi-table-row-plus-after:before{content:"\F4F3"}.mdi-table-row-plus-before:before{content:"\F4F4"}.mdi-table-row-remove:before{content:"\F4F5"}.mdi-tablet:before{content:"\F4F6"}.mdi-tablet-andrAdminid:before{content:"\F4F7"}.mdi-tablet-ipad:before{content:"\F4F8"}.mdi-tag:before{content:"\F4F9"}.mdi-tag-faces:before{content:"\F4FA"}.mdi-tag-heart:before{content:"\F68A"}.mdi-tag-multiple:before{content:"\F4FB"}.mdi-tag-outline:before{content:"\F4FC"}.mdi-tag-plus:before{content:"\F721"}.mdi-tag-remove:before{content:"\F722"}.mdi-tag-text-outline:before{content:"\F4FD"}.mdi-target:before{content:"\F4FE"}.mdi-taxi:before{content:"\F4FF"}.mdi-teamviewer:before{content:"\F500"}.mdi-telegram:before{content:"\F501"}.mdi-television:before{content:"\F502"}.mdi-television-guide:before{content:"\F503"}.mdi-temperature-celsius:before{content:"\F504"}.mdi-temperature-fahrenheit:before{content:"\F505"}.mdi-temperature-kelvin:before{content:"\F506"}.mdi-tennis:before{content:"\F507"}.mdi-tent:before{content:"\F508"}.mdi-terrain:before{content:"\F509"}.mdi-test-tube:before{content:"\F668"}.mdi-text-shadow:before{content:"\F669"}.mdi-text-to-speech:before{content:"\F50A"}.mdi-text-to-speech-off:before{content:"\F50B"}.mdi-textbox:before{content:"\F60E"}.mdi-texture:before{content:"\F50C"}.mdi-theater:before{content:"\F50D"}.mdi-theme-light-dark:before{content:"\F50E"}.mdi-thermometer:before{content:"\F50F"}.mdi-thermometer-lines:before{content:"\F510"}.mdi-thumb-down:before{content:"\F511"}.mdi-thumb-down-outline:before{content:"\F512"}.mdi-thumb-up:before{content:"\F513"}.mdi-thumb-up-outline:before{content:"\F514"}.mdi-thumbs-up-down:before{content:"\F515"}.mdi-ticket:before{content:"\F516"}.mdi-ticket-account:before{content:"\F517"}.mdi-ticket-confirmation:before{content:"\F518"}.mdi-ticket-percent:before{content:"\F723"}.mdi-tie:before{content:"\F519"}.mdi-tilde:before{content:"\F724"}.mdi-timelapse:before{content:"\F51A"}.mdi-timer:before{content:"\F51B"}.mdi-timer-10:before{content:"\F51C"}.mdi-timer-3:before{content:"\F51D"}.mdi-timer-off:before{content:"\F51E"}.mdi-timer-sand:before{content:"\F51F"}.mdi-timer-sand-empty:before{content:"\F6AC"}.mdi-timetable:before{content:"\F520"}.mdi-toggle-switch:before{content:"\F521"}.mdi-toggle-switch-off:before{content:"\F522"}.mdi-tooltip:before{content:"\F523"}.mdi-tooltip-edit:before{content:"\F524"}.mdi-tooltip-image:before{content:"\F525"}.mdi-tooltip-outline:before{content:"\F526"}.mdi-tooltip-outline-plus:before{content:"\F527"}.mdi-tooltip-text:before{content:"\F528"}.mdi-tooth:before{content:"\F529"}.mdi-tor:before{content:"\F52A"}.mdi-tower-beach:before{content:"\F680"}.mdi-tower-fire:before{content:"\F681"}.mdi-traffic-light:before{content:"\F52B"}.mdi-train:before{content:"\F52C"}.mdi-tram:before{content:"\F52D"}.mdi-transcribe:before{content:"\F52E"}.mdi-transcribe-close:before{content:"\F52F"}.mdi-transfer:before{content:"\F530"}.mdi-transit-transfer:before{content:"\F6AD"}.mdi-translate:before{content:"\F5CA"}.mdi-treasure-chest:before{content:"\F725"}.mdi-tree:before{content:"\F531"}.mdi-trello:before{content:"\F532"}.mdi-trending-down:before{content:"\F533"}.mdi-trending-neutral:before{content:"\F534"}.mdi-trending-up:before{content:"\F535"}.mdi-triangle:before{content:"\F536"}.mdi-triangle-outline:before{content:"\F537"}.mdi-trophy:before{content:"\F538"}.mdi-trophy-award:before{content:"\F539"}.mdi-trophy-outline:before{content:"\F53A"}.mdi-trophy-variant:before{content:"\F53B"}.mdi-trophy-variant-outline:before{content:"\F53C"}.mdi-truck:before{content:"\F53D"}.mdi-truck-delivery:before{content:"\F53E"}.mdi-truck-trailer:before{content:"\F726"}.mdi-tshirt-crew:before{content:"\F53F"}.mdi-tshirt-v:before{content:"\F540"}.mdi-tumblr:before{content:"\F541"}.mdi-tumblr-reblog:before{content:"\F542"}.mdi-tune:before{content:"\F62E"}.mdi-tune-vertical:before{content:"\F66A"}.mdi-twitch:before{content:"\F543"}.mdi-twitter:before{content:"\F544"}.mdi-twitter-box:before{content:"\F545"}.mdi-twitter-circle:before{content:"\F546"}.mdi-twitter-retweet:before{content:"\F547"}.mdi-ubuntu:before{content:"\F548"}.mdi-umbraco:before{content:"\F549"}.mdi-umbrella:before{content:"\F54A"}.mdi-umbrella-outline:before{content:"\F54B"}.mdi-undo:before{content:"\F54C"}.mdi-undo-variant:before{content:"\F54D"}.mdi-unfold-less:before{content:"\F54E"}.mdi-unfold-more:before{content:"\F54F"}.mdi-ungroup:before{content:"\F550"}.mdi-unity:before{content:"\F6AE"}.mdi-untappd:before{content:"\F551"}.mdi-update:before{content:"\F6AF"}.mdi-upload:before{content:"\F552"}.mdi-usb:before{content:"\F553"}.mdi-vector-arrange-above:before{content:"\F554"}.mdi-vector-arrange-below:before{content:"\F555"}.mdi-vector-circle:before{content:"\F556"}.mdi-vector-circle-variant:before{content:"\F557"}.mdi-vector-combine:before{content:"\F558"}.mdi-vector-curve:before{content:"\F559"}.mdi-vector-difference:before{content:"\F55A"}.mdi-vector-difference-ab:before{content:"\F55B"}.mdi-vector-difference-ba:before{content:"\F55C"}.mdi-vector-intersection:before{content:"\F55D"}.mdi-vector-line:before{content:"\F55E"}.mdi-vector-point:before{content:"\F55F"}.mdi-vector-polygon:before{content:"\F560"}.mdi-vector-polyline:before{content:"\F561"}.mdi-vector-rectangle:before{content:"\F5C6"}.mdi-vector-selection:before{content:"\F562"}.mdi-vector-square:before{content:"\F001"}.mdi-vector-triangle:before{content:"\F563"}.mdi-vector-union:before{content:"\F564"}.mdi-verified:before{content:"\F565"}.mdi-vibrate:before{content:"\F566"}.mdi-video:before{content:"\F567"}.mdi-video-off:before{content:"\F568"}.mdi-video-switch:before{content:"\F569"}.mdi-view-agenda:before{content:"\F56A"}.mdi-view-array:before{content:"\F56B"}.mdi-view-carousel:before{content:"\F56C"}.mdi-view-column:before{content:"\F56D"}.mdi-view-dashboard:before{content:"\F56E"}.mdi-view-day:before{content:"\F56F"}.mdi-view-grid:before{content:"\F570"}.mdi-view-headline:before{content:"\F571"}.mdi-view-list:before{content:"\F572"}.mdi-view-module:before{content:"\F573"}.mdi-view-parallel:before{content:"\F727"}.mdi-view-quilt:before{content:"\F574"}.mdi-view-sequential:before{content:"\F728"}.mdi-view-stream:before{content:"\F575"}.mdi-view-week:before{content:"\F576"}.mdi-vimeo:before{content:"\F577"}.mdi-vine:before{content:"\F578"}.mdi-violin:before{content:"\F60F"}.mdi-visualstudio:before{content:"\F610"}.mdi-vk:before{content:"\F579"}.mdi-vk-box:before{content:"\F57A"}.mdi-vk-circle:before{content:"\F57B"}.mdi-vlc:before{content:"\F57C"}.mdi-voice:before{content:"\F5CB"}.mdi-voicemail:before{content:"\F57D"}.mdi-volume-high:before{content:"\F57E"}.mdi-volume-low:before{content:"\F57F"}.mdi-volume-medium:before{content:"\F580"}.mdi-volume-off:before{content:"\F581"}.mdi-vpn:before{content:"\F582"}.mdi-walk:before{content:"\F583"}.mdi-wallet:before{content:"\F584"}.mdi-wallet-giftcard:before{content:"\F585"}.mdi-wallet-membership:before{content:"\F586"}.mdi-wallet-travel:before{content:"\F587"}.mdi-wan:before{content:"\F588"}.mdi-washing-machine:before{content:"\F729"}.mdi-watch:before{content:"\F589"}.mdi-watch-export:before{content:"\F58A"}.mdi-watch-import:before{content:"\F58B"}.mdi-watch-vibrate:before{content:"\F6B0"}.mdi-water:before{content:"\F58C"}.mdi-water-off:before{content:"\F58D"}.mdi-water-percent:before{content:"\F58E"}.mdi-water-pump:before{content:"\F58F"}.mdi-watermark:before{content:"\F612"}.mdi-weather-cloudy:before{content:"\F590"}.mdi-weather-fog:before{content:"\F591"}.mdi-weather-hail:before{content:"\F592"}.mdi-weather-lightning:before{content:"\F593"}.mdi-weather-lightning-rainy:before{content:"\F67D"}.mdi-weather-night:before{content:"\F594"}.mdi-weather-partlycloudy:before{content:"\F595"}.mdi-weather-pouring:before{content:"\F596"}.mdi-weather-rainy:before{content:"\F597"}.mdi-weather-snowy:before{content:"\F598"}.mdi-weather-snowy-rainy:before{content:"\F67E"}.mdi-weather-sunny:before{content:"\F599"}.mdi-weather-sunset:before{content:"\F59A"}.mdi-weather-sunset-down:before{content:"\F59B"}.mdi-weather-sunset-up:before{content:"\F59C"}.mdi-weather-windy:before{content:"\F59D"}.mdi-weather-windy-variant:before{content:"\F59E"}.mdi-web:before{content:"\F59F"}.mdi-webcam:before{content:"\F5A0"}.mdi-webhook:before{content:"\F62F"}.mdi-webpack:before{content:"\F72A"}.mdi-wechat:before{content:"\F611"}.mdi-weight:before{content:"\F5A1"}.mdi-weight-kilogram:before{content:"\F5A2"}.mdi-whatsapp:before{content:"\F5A3"}.mdi-wheelchair-accessibility:before{content:"\F5A4"}.mdi-white-balance-auto:before{content:"\F5A5"}.mdi-white-balance-incandescent:before{content:"\F5A6"}.mdi-white-balance-iridescent:before{content:"\F5A7"}.mdi-white-balance-sunny:before{content:"\F5A8"}.mdi-widgets:before{content:"\F72B"}.mdi-wifi:before{content:"\F5A9"}.mdi-wifi-off:before{content:"\F5AA"}.mdi-wii:before{content:"\F5AB"}.mdi-wiiu:before{content:"\F72C"}.mdi-wikipedia:before{content:"\F5AC"}.mdi-window-close:before{content:"\F5AD"}.mdi-window-closed:before{content:"\F5AE"}.mdi-window-maximize:before{content:"\F5AF"}.mdi-window-minimize:before{content:"\F5B0"}.mdi-window-open:before{content:"\F5B1"}.mdi-window-restore:before{content:"\F5B2"}.mdi-windows:before{content:"\F5B3"}.mdi-wordpress:before{content:"\F5B4"}.mdi-worker:before{content:"\F5B5"}.mdi-wrap:before{content:"\F5B6"}.mdi-wrench:before{content:"\F5B7"}.mdi-wunderlist:before{content:"\F5B8"}.mdi-xaml:before{content:"\F673"}.mdi-xbox:before{content:"\F5B9"}.mdi-xbox-controller:before{content:"\F5BA"}.mdi-xbox-controller-off:before{content:"\F5BB"}.mdi-xda:before{content:"\F5BC"}.mdi-xing:before{content:"\F5BD"}.mdi-xing-box:before{content:"\F5BE"}.mdi-xing-circle:before{content:"\F5BF"}.mdi-xml:before{content:"\F5C0"}.mdi-yeast:before{content:"\F5C1"}.mdi-yelp:before{content:"\F5C2"}.mdi-yin-yang:before{content:"\F67F"}.mdi-youtube-play:before{content:"\F5C3"}.mdi-zip-box:before{content:"\F5C4"}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive{color:rgba(0,0,0,.26)}.mdi-light{color:#fff}.mdi-light.mdi-inactive{color:hsla(0,0%,100%,.3)}.mdi-rotate-45{transform:rotate(45deg)}.mdi-rotate-90{transform:rotate(90deg)}.mdi-rotate-135{transform:rotate(135deg)}.mdi-rotate-180{transform:rotate(180deg)}.mdi-rotate-225{transform:rotate(225deg)}.mdi-rotate-270{transform:rotate(270deg)}.mdi-rotate-315{transform:rotate(315deg)}.mdi-flip-horizontal{transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-vertical{transform:scaleY(-1);-webkit-filter:FlipV;filter:FlipV;-ms-filter:"FlipV"}.search-box .app-search .form-control,.topbar .mega-dropdown .dropdown-menu{border-radius:0}.topbar .dropdown-menu .with-arrow>span{transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-moz-transform:rotate(45deg)}.card{box-shadow:1px 0 20px rgba(0,0,0,.08);-webkit-box-shadow:1px 0 20px rgba(0,0,0,.08);-moz-box-shadow:1px 0 20px rgba(0,0,0,.08);-o-box-shadow:1px 0 20px rgba(0,0,0,.08)}.h-12{height:.8rem!important}.mt-10{margin-top:10px!important}.ls-5{letter-spacing:.5px}.list-style-none{list-style:none}.bar-chart-card .charts .chart-container .view:hover,.card.compare-card .cost-comparison .row.cost-card,.card.recommendations .card-body .rec-container .rec span .rec-tag,.card.recommendations .card-body .view:hover,.custom-shadow,.ingredient-item,.manufacturer-ingredients .manufacturer,.manufacturer-ingredients .manufacturer .show.active,.manufacturer-ingredients .manufacturer .show:hover,.modal-dialog.create-recommendation .modal-body li.ingredient-search-item .rounded-circle,.package-single .scores,.persona,.product-detail .detail .persona-stats,.product-nutrition .nutrient-field.dropdown-style:hover,.product-nutrition .total-energy div:last-of-type:hover,.product-overview-card .card-body .comparison-card .comparison .stats,.product-overview-card .card-body .view:hover,.product-recommendations .product-rec-header,.recent-card .card-body .recent-grid .row .recent-card .tag,.recent-card .card-body .recent-grid .row .recent-card img:hover,.recent-item .starred,.recent-item img,.search-page .live-search-container .search-card .card-body .search-details .country-list,.search-result-list tr,.subscribe .log-out:hover,.subscribe .subscription-options .card-body .row .option,.subscribe .subscription-options .notice,.subscription .subscription-item,.upgrade-prompt span:hover{box-shadow:1px 0 10px rgba(0,0,0,.08)}.button-top,.font-weight-semibold{font-weight:600!important}.flex-grow-5{flex-grow:5}.horizantal-rule:after{content:"";height:2px;width:10px;background:#607d8b;display:inline-block}.mt-n3{margin-top:-1rem!important}.border-dashed{border-style:dashed;border-color:#8fa1b3}.border-width-2{border-width:2px}.border-radius-6,textarea{border-radius:6px}.border-radius-12,.dashboard-overview .card,.ingredient-overview .card,.live-search-container .input-group,.new-dashboard-overview .card,.packaging-overview .card,.persona,.product-overview .card,.reports .upload-form{border-radius:12px}.border-radius-top-12{border-radius:12px 12px 0 0}.border-color-powderblue{border-color:#cedbe9!important}.border-width-2{border-width:2px!important}.bg-very-light-blue{background:#e1ecf3}.color-nile-blue,.dashboard-list-container .dash-tab-navigation .nav li a.active,.product-detail .detail .info .description .date .created strong,.product-detail .detail .info .description .date .fulfilment strong,.product-detail .detail .info .description .date .product-brand strong,.product-detail .detail .info .description .date .product-code strong,.product-detail .product-title h1 .product-brand strong,.tab-navigation .nav li a.active{color:#273f52}.color-battleship-grey,.current-version td,.product-detail .detail .info .description .date .created,.product-detail .detail .info .description .date .fulfilment,.product-detail .detail .info .description .date .product-brand,.product-detail .detail .info .description .date .product-code,.product-detail .product-title h1 .product-brand,.version-list td{color:#657280!important}.color-bg-slate{color:#607d8b}.color-bg-navg{color:#2c3e50}.color-bg-green{color:#51c5ac!important}.color-white{color:#fff!important}.box-outline-danger{border:1px solid #e85a73;color:#e85a73;border-radius:6px}.box-outline-danger,.box-outline-warning{padding:.375rem .75rem;font-size:.875rem;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:600}.box-outline-warning{border:1px solid #f4a850;color:#f4a850;border-radius:6px}.box-outline-success{border:1px solid #51c5ac;color:#51c5ac;border-radius:6px}.box-outline-success,.box-secondary{padding:.375rem .75rem;font-size:.875rem;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:600}.box-secondary{background-color:#cedbe9;color:#fff;border-radius:6px}.admin-billing colgroup col.small-right,.clean-table colgroup col.small-right,.company-brand-list colgroup col.small-right,.integration-grid colgroup col.small-right,.invoices colgroup col.small-right,.product-recommendations table colgroup col.small-right{width:-webkit-max-content;width:-moz-max-content;width:max-content}.admin-billing thead tr,.clean-table thead tr,.company-brand-list thead tr,.integration-grid thead tr,.invoices thead tr,.product-recommendations table thead tr{background-color:rgba(225,236,243,.49)}.admin-billing thead tr th,.clean-table thead tr th,.company-brand-list thead tr th,.integration-grid thead tr th,.invoices thead tr th,.product-recommendations table thead tr th{border:none;padding:12px 16px}.admin-billing thead tr th:first-of-type,.clean-table thead tr th:first-of-type,.company-brand-list thead tr th:first-of-type,.integration-grid thead tr th:first-of-type,.invoices thead tr th:first-of-type,.product-recommendations table thead tr th:first-of-type{border-radius:6px 0 0 6px}.admin-billing thead tr th:last-of-type,.clean-table thead tr th:last-of-type,.company-brand-list thead tr th:last-of-type,.integration-grid thead tr th:last-of-type,.invoices thead tr th:last-of-type,.product-recommendations table thead tr th:last-of-type{border-radius:0 6px 6px 0}.admin-billing tbody td,.clean-table tbody td,.company-brand-list tbody td,.integration-grid tbody td,.invoices tbody td,.product-recommendations table tbody td{border:none;vertical-align:middle}.admin-billing tbody tr,.clean-table tbody tr,.company-brand-list tbody tr,.integration-grid tbody tr,.invoices tbody tr,.product-recommendations table tbody tr{border-bottom:1px dashed #cedbe9}.simple-tooltip .tooltip.show{opacity:1;top:-15px!important;left:-25px!important}.simple-tooltip .tooltip-inner{background-color:#ebebec;color:#000;border-radius:12px 0 12px 12px;padding:16px;font-size:14px;line-height:18px;text-align:left}.simple-tooltip .arrow{display:none!important;width:0!important;height:0!important}.sort-by{display:flex;align-items:center;justify-content:flex-end}.sort-by .dropdown .dropdown-menu{padding:0}.sort-by .dropdown .dropdown-menu .dropdown-item{cursor:pointer}.sort-by .dropdown .dropdown-menu .dropdown-item:active{background:none;color:#000}.sort-by .dropdown .dropdown-menu .dropdown-item:focus{outline:none}.sort-by .dropdown .btn-secondary,.sort-by .dropdown .label{font-weight:700;font-size:18px;line-height:36px}.sort-by .dropdown .btn-secondary{padding-left:0;padding-right:2px;background:none;border:none;color:#000;box-shadow:none}.sort-by .dropdown .btn-secondary:active{background:none!important;border:none!important;color:#000!important;box-shadow:none!important}.sort-by .dropdown .btn-secondary:hover{transform:none;box-shadow:none}.sort-by .dropdown .down-arrow{margin-left:30px}.journey-ai{padding-left:1.6rem!important}.journey-ai .checkbox-input{margin-top:8px}.journey-ai .checkbox-label{font-weight:700;font-size:16px;line-height:32px;color:#000}.clear-checkboxes{text-decoration:underline;color:#000;font-size:16px;margin-left:28px;padding:0;background:none;border:0;cursor:pointer;outline:none}.clear-checkboxes:focus{outline:none}.bg-gradient-primary{background:linear-gradient(87deg,#3f65f1,#633ff1)!important}.bg-gradient-secondary{background:linear-gradient(87deg,#cedbe9,#ced0e9)!important}.bg-gradient-success{background:linear-gradient(87deg,#0ed7ac,#0eaed7)!important}.bg-gradient-success-darker{background:linear-gradient(87deg,#51c5ac,#51aec5)!important}.bg-gradient-info{background:linear-gradient(87deg,#2962ff,#4929ff)!important}.bg-gradient-warning{background:linear-gradient(87deg,#f4a850,#f4ec50)!important}.bg-gradient-danger{background:linear-gradient(87deg,#e85a73,#e87c5a)!important}.bg-gradient-light{background:linear-gradient(87deg,#f6f9fc,#f6f7fc)!important}.bg-gradient-dark{background:linear-gradient(87deg,#32325d,#44325d)!important}.bg-gradient-darker{background:linear-gradient(87deg,#adb5bd,#adaebd)!important}.bg-gradient-cyan{background:linear-gradient(87deg,#4fc3f7,#4f7df7)!important}.bg-gradient-orange{background:linear-gradient(87deg,#fb6340,#fbb140)!important}.bg-gradient-purple{background:linear-gradient(87deg,#5e72e4,#825ee4)!important}.bg-gradient-inverse{background:linear-gradient(87deg,#32325d,#44325d)!important}.fill-primary{fill:#3f65f1}.stroke-primary{stroke:#3f65f1}.fill-secondary{fill:#cedbe9}.stroke-secondary{stroke:#cedbe9}.fill-success{fill:#0ed7ac}.stroke-success{stroke:#0ed7ac}.fill-success-darker{fill:#51c5ac}.stroke-success-darker{stroke:#51c5ac}.fill-info{fill:#2962ff}.stroke-info{stroke:#2962ff}.fill-warning{fill:#f4a850}.stroke-warning{stroke:#f4a850}.fill-danger{fill:#e85a73}.stroke-danger{stroke:#e85a73}.fill-light{fill:#f6f9fc}.stroke-light{stroke:#f6f9fc}.fill-dark{fill:#32325d}.stroke-dark{stroke:#32325d}.fill-darker{fill:#adb5bd}.stroke-darker{stroke:#adb5bd}.fill-cyan{fill:#4fc3f7}.stroke-cyan{stroke:#4fc3f7}.fill-orange{fill:#fb6340}.stroke-orange{stroke:#fb6340}.fill-purple{fill:#5e72e4}.stroke-purple{stroke:#5e72e4}.fill-inverse{fill:#32325d}.stroke-inverse{stroke:#32325d}.filter-select__indicator{padding:8px 4px 8px 0!important}@media (min-width:769px) and (max-width:1024px){.ipad-hidden{display:none!important}}.ipad-visible{display:none!important}@media (min-width:769px) and (max-width:1024px){.ipad-visible{display:block!important}}.ipad-flex{display:none!important}@media (min-width:769px) and (max-width:1024px){.ipad-flex{display:flex!important}}@media (min-width:769px) and (max-width:1024px){.ipad-full-width{width:100%!important;max-width:100%!important}}@media (min-width:769px) and (max-width:1024px){.ipad-half-width{width:50%!important;max-width:50%!important}}@media (min-width:769px) and (max-width:1024px){.ipad-stack{flex-direction:column!important}}@media (min-width:769px) and (max-width:1024px){.ipad-center{text-align:center!important;justify-content:center!important;align-items:center!important}}@media (min-width:769px) and (max-width:1024px){.ipad-p-sm{padding:.75rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-p-md{padding:1rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-p-lg{padding:1.5rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-m-sm{margin:.75rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-m-md{margin:1rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-m-lg{margin:1.5rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-text-sm{font-size:.875rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-text-md{font-size:1rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-text-lg{font-size:1.125rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-grid-1{grid-template-columns:repeat(1,1fr)!important}}@media (min-width:769px) and (max-width:1024px){.ipad-grid-2{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:769px) and (max-width:1024px){.ipad-grid-3{grid-template-columns:repeat(3,1fr)!important}}@media (min-width:769px) and (max-width:1024px){.ipad-flex-col{flex-direction:column!important}}@media (min-width:769px) and (max-width:1024px){.ipad-flex-row{flex-direction:row!important}}@media (min-width:769px) and (max-width:1024px){.ipad-flex-wrap{flex-wrap:wrap!important}}@media (min-width:769px) and (max-width:1024px){.ipad-justify-center{justify-content:center!important}}@media (min-width:769px) and (max-width:1024px){.ipad-justify-between{justify-content:space-between!important}}@media (min-width:769px) and (max-width:1024px){.ipad-align-center{align-items:center!important}}@media (min-width:769px) and (max-width:1024px){.ipad-card-compact .card-body{padding:1rem!important}.ipad-card-compact .card-header{padding:.75rem 1rem!important;font-size:.95rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-btn-sm{padding:.5rem .75rem!important;font-size:.875rem!important}}@media (min-width:769px) and (max-width:1024px){.ipad-btn-block{width:100%!important;display:block!important}}:root{--zoom-level:1;--is-zoomed:0;--zoom-compensation:1}@media (max-width:calc(768px * var(--zoom-compensation))){.zoom-aware-mobile{display:block!important}.zoom-aware-desktop,.zoom-aware-tablet{display:none!important}}@media (min-width:calc(768px * var(--zoom-compensation))) and (max-width:calc(991px * var(--zoom-compensation))){.zoom-aware-tablet{display:block!important}.zoom-aware-desktop,.zoom-aware-mobile{display:none!important}}@media (min-width:calc(992px * var(--zoom-compensation))){.zoom-aware-desktop{display:block!important}.zoom-aware-mobile,.zoom-aware-tablet{display:none!important}}.zoom-aware-sidebar{position:fixed;top:0;left:0;height:100vh;z-index:1000;width:240px;width:calc(240px*var(--zoom-compensation));transition:transform .3s ease,width .3s ease}.zoom-aware-submenu-toggle{position:fixed;top:80px;left:220px;left:calc(240px*var(--zoom-compensation) - 20px);z-index:1060;min-width:40px;min-height:40px;width:40px;width:calc(40px*var(--zoom-compensation));height:40px;height:calc(40px*var(--zoom-compensation));padding:8px;padding:calc(8px*var(--zoom-compensation));transform:none!important}.zoom-aware-submenu-toggle:active,.zoom-aware-submenu-toggle:focus,.zoom-aware-submenu-toggle:hover{transform:none!important}.zoom-aware-main-content{margin-left:240px;margin-left:calc(240px*var(--zoom-compensation));width:calc(100vw - 240px);width:calc(100vw - 240px*var(--zoom-compensation));min-height:100vh;transition:margin-left .3s ease,width .3s ease}@media (max-width:calc(767px * var(--zoom-compensation))){.zoom-aware-sidebar{transform:translateX(-100%)}.zoom-aware-main-content{margin-left:0;width:100vw}.zoom-aware-submenu-toggle{left:20px}}@media (min-width:calc(768px * var(--zoom-compensation))) and (max-width:calc(991px * var(--zoom-compensation))){.zoom-aware-sidebar{transform:translateX(-100%)}.zoom-aware-sidebar.tablet-open{transform:translateX(0)}.zoom-aware-main-content{margin-left:0;width:100vw}.zoom-aware-submenu-toggle{left:20px}}@media (min-width:calc(1401px * var(--zoom-compensation))) and (max-width:calc(1599px * var(--zoom-compensation))){.zoom-aware-sidebar.mini-sidebar{width:60px;width:calc(60px*var(--zoom-compensation))}.zoom-aware-main-content.mini-sidebar{margin-left:60px;margin-left:calc(60px*var(--zoom-compensation));width:calc(100vw - 60px);width:calc(100vw - 60px*var(--zoom-compensation))}.zoom-aware-submenu-toggle.mini-sidebar{left:40px;left:calc(60px*var(--zoom-compensation) - 20px)}}@media (min-width:calc(1600px * var(--zoom-compensation))){.zoom-aware-sidebar.full-sidebar{width:240px;width:calc(240px*var(--zoom-compensation))}.zoom-aware-main-content.full-sidebar{margin-left:240px;margin-left:calc(240px*var(--zoom-compensation));width:calc(100vw - 240px);width:calc(100vw - 240px*var(--zoom-compensation))}.zoom-aware-submenu-toggle.full-sidebar{left:220px;left:calc(240px*var(--zoom-compensation) - 20px)}}.zoom-aware-form input,.zoom-aware-form select,.zoom-aware-form textarea{font-size:clamp(16px,16px,20px);font-size:clamp(16px,calc(16px*var(--zoom-compensation)),20px);min-height:48px;min-height:calc(48px*var(--zoom-compensation));padding:12px;padding:calc(12px*var(--zoom-compensation))}.zoom-aware-button{min-height:44px;min-height:calc(44px*var(--zoom-compensation));min-width:44px;min-width:calc(44px*var(--zoom-compensation));padding:12px 24px;padding:calc(12px*var(--zoom-compensation)) calc(24px*var(--zoom-compensation));font-size:16px;font-size:calc(16px*var(--zoom-compensation))}.zoom-aware-icon{width:24px;width:calc(24px*var(--zoom-compensation));height:24px;height:calc(24px*var(--zoom-compensation))}.zoom-aware-spacing-xs{margin:4px;margin:calc(4px*var(--zoom-compensation))}.zoom-aware-spacing-sm{margin:8px;margin:calc(8px*var(--zoom-compensation))}.zoom-aware-spacing-md{margin:16px;margin:calc(16px*var(--zoom-compensation))}.zoom-aware-spacing-lg{margin:24px;margin:calc(24px*var(--zoom-compensation))}.zoom-aware-spacing-xl{margin:32px;margin:calc(32px*var(--zoom-compensation))}.zoom-aware-padding-xs{padding:4px;padding:calc(4px*var(--zoom-compensation))}.zoom-aware-padding-sm{padding:8px;padding:calc(8px*var(--zoom-compensation))}.zoom-aware-padding-md{padding:16px;padding:calc(16px*var(--zoom-compensation))}.zoom-aware-padding-lg{padding:24px;padding:calc(24px*var(--zoom-compensation))}.zoom-aware-padding-xl{padding:32px;padding:calc(32px*var(--zoom-compensation))}.zoom-aware-border-radius{border-radius:8px;border-radius:calc(8px*var(--zoom-compensation))}.zoom-aware-shadow{box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 calc(2px*var(--zoom-compensation)) calc(8px*var(--zoom-compensation)) rgba(0,0,0,.1)}.zoom-aware-text-xs{font-size:12px;font-size:calc(12px*var(--zoom-compensation))}.zoom-aware-text-sm{font-size:14px;font-size:calc(14px*var(--zoom-compensation))}.zoom-aware-text-base{font-size:16px;font-size:calc(16px*var(--zoom-compensation))}.zoom-aware-text-lg{font-size:18px;font-size:calc(18px*var(--zoom-compensation))}.zoom-aware-text-xl{font-size:20px;font-size:calc(20px*var(--zoom-compensation))}.zoom-aware-text-2xl{font-size:24px;font-size:calc(24px*var(--zoom-compensation))}[data-zoom-level]:not([data-zoom-level="1"]) .no-zoom-scale,[data-zoom-level]:not([data-zoom-level="1"]) .no-zoom-scale:active,[data-zoom-level]:not([data-zoom-level="1"]) .no-zoom-scale:focus,[data-zoom-level]:not([data-zoom-level="1"]) .no-zoom-scale:hover,[data-zoom-level]:not([data-zoom-level="1"]) .no-zoom-transform{transform:none!important}.zoom-aware-grid{display:grid;grid-gap:16px;gap:16px;grid-gap:calc(16px*var(--zoom-compensation));gap:calc(16px*var(--zoom-compensation))}.zoom-aware-grid.grid-cols-1{grid-template-columns:repeat(1,1fr)}.zoom-aware-grid.grid-cols-2{grid-template-columns:repeat(2,1fr)}.zoom-aware-grid.grid-cols-3{grid-template-columns:repeat(3,1fr)}.zoom-aware-grid.grid-cols-4{grid-template-columns:repeat(4,1fr)}.zoom-aware-flex{display:flex;grid-gap:16px;gap:16px;grid-gap:calc(16px*var(--zoom-compensation));gap:calc(16px*var(--zoom-compensation))}.zoom-aware-flex.flex-col{flex-direction:column}.persona.mini>div.zoom-aware-flex,.zoom-aware-flex.flex-row{flex-direction:row}.zoom-aware-flex.items-center{align-items:center}.zoom-aware-flex.justify-center{justify-content:center}.zoom-aware-flex.justify-between{justify-content:space-between}.zoom-aware-transition{transition:all .2s ease}.zoom-changing *{transition:none!important}/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--bg-yellow:#f4a850;--bg-green:#51c5ac;--bg-blue:#3f65f1;--bg-navg:#2c3e50;--very-light-blue:#e1ecf3;--blue-grey:#7a8999;--battleship-grey:#657280;--pale-violet:#d2bce6;--medium-purple:#7c4aa9;--pinkish:#e85a73;--bg-slate:#607d8b;--powder-blue:#cedbe9;--bg-green-light:#0ed7ac;--bg-navy:#001e2d;--bg-blue-2:#7593ff;--bluey-grey:#8fa1b3;--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--white:#fff;--gray:#8898aa;--gray-dark:#32325d;--primary:#3f65f1;--secondary:#cedbe9;--success:#0ed7ac;--info:#2962ff;--warning:#f4a850;--danger:#e85a73;--light:#f6f9fc;--dark:#32325d;--persona:#f4a850;--sustainability:#51c5ac;--preference:#7c4aa9;--packaging:#3f65f1;--success-darker:#51c5ac;--darker:#adb5bd;--cyan:#4fc3f7;--orange:#fb6340;--purple:#5e72e4;--inverse:#32325d;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xlg:1600px;--font-family-sans-serif:"Nunito Sans",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:"Nunito Sans",sans-serif;font-size:.875rem;line-height:1.5;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:800}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#3f65f1;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0f39d4;text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:1rem;padding-bottom:1rem;color:#8898aa;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:700;line-height:1.2;color:inherit}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:16px}.h6,h6{font-size:14px}.lead{font-size:1.09375rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.09375rem}.blockquote-footer{display:block;font-size:80%;color:#8898aa}.blockquote-footer:before{content:"\2014 \00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.075)}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#8898aa}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:1px;box-shadow:inset 0 -.1rem 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:800;box-shadow:none}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xlg,.col-xlg-1,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9,.col-xlg-10,.col-xlg-11,.col-xlg-12,.col-xlg-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width:1600px){.col-xlg{flex-basis:0;flex-grow:1;max-width:100%}.col-xlg-auto{flex:0 0 auto;width:auto;max-width:none}.col-xlg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xlg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xlg-3{flex:0 0 25%;max-width:25%}.col-xlg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xlg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xlg-6{flex:0 0 50%;max-width:50%}.col-xlg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xlg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xlg-9{flex:0 0 75%;max-width:75%}.col-xlg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xlg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xlg-12{flex:0 0 100%;max-width:100%}.order-xlg-first{order:-1}.order-xlg-last{order:13}.order-xlg-0{order:0}.order-xlg-1{order:1}.order-xlg-2{order:2}.order-xlg-3{order:3}.order-xlg-4{order:4}.order-xlg-5{order:5}.order-xlg-6{order:6}.order-xlg-7{order:7}.order-xlg-8{order:8}.order-xlg-9{order:9}.order-xlg-10{order:10}.order-xlg-11{order:11}.order-xlg-12{order:12}.offset-xlg-0{margin-left:0}.offset-xlg-1{margin-left:8.33333%}.offset-xlg-2{margin-left:16.66667%}.offset-xlg-3{margin-left:25%}.offset-xlg-4{margin-left:33.33333%}.offset-xlg-5{margin-left:41.66667%}.offset-xlg-6{margin-left:50%}.offset-xlg-7{margin-left:58.33333%}.offset-xlg-8{margin-left:66.66667%}.offset-xlg-9{margin-left:75%}.offset-xlg-10{margin-left:83.33333%}.offset-xlg-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:1rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:#f6f9fc}.table-primary,.table-primary>td,.table-primary>th{background-color:#c9d4fb}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b1c1f9}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#f1f5f9}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#dfe8f1}.table-success,.table-success>td,.table-success>th{background-color:#bcf4e8}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#a6f0e0}.table-info,.table-info>td,.table-info>th{background-color:#c3d3ff}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#aac0ff}.table-warning,.table-warning>td,.table-warning>th{background-color:#fce7ce}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fbdbb6}.table-danger,.table-danger>td,.table-danger>th{background-color:#f9d1d8}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f6bac5}.table-light,.table-light>td,.table-light>th{background-color:#fcfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#e9f0f8}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c6d2}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b8b8c7}.table-persona,.table-persona>td,.table-persona>th{background-color:#fce7ce}.table-hover .table-persona:hover,.table-hover .table-persona:hover>td,.table-hover .table-persona:hover>th{background-color:#fbdbb6}.table-sustainability,.table-sustainability>td,.table-sustainability>th{background-color:#ceefe8}.table-hover .table-sustainability:hover,.table-hover .table-sustainability:hover>td,.table-hover .table-sustainability:hover>th{background-color:#bbe9df}.table-preference,.table-preference>td,.table-preference>th{background-color:#dacce7}.table-hover .table-preference:hover,.table-hover .table-preference:hover>td,.table-hover .table-preference:hover>th{background-color:#cdbbdf}.table-packaging,.table-packaging>td,.table-packaging>th{background-color:#c9d4fb}.table-hover .table-packaging:hover,.table-hover .table-packaging:hover>td,.table-hover .table-packaging:hover>th{background-color:#b1c1f9}.table-success-darker,.table-success-darker>td,.table-success-darker>th{background-color:#ceefe8}.table-hover .table-success-darker:hover,.table-hover .table-success-darker:hover>td,.table-hover .table-success-darker:hover>th{background-color:#bbe9df}.table-darker,.table-darker>td,.table-darker>th{background-color:#e8eaed}.table-hover .table-darker:hover,.table-hover .table-darker:hover>td,.table-hover .table-darker:hover>th{background-color:#dadde2}.table-cyan,.table-cyan>td,.table-cyan>th{background-color:#ceeefd}.table-hover .table-cyan:hover,.table-hover .table-cyan:hover>td,.table-hover .table-cyan:hover>th{background-color:#b6e6fc}.table-orange,.table-orange>td,.table-orange>th{background-color:#fed3ca}.table-hover .table-orange:hover,.table-hover .table-orange:hover>td,.table-hover .table-orange:hover>th{background-color:#febeb1}.table-purple,.table-purple>td,.table-purple>th{background-color:#d2d8f7}.table-hover .table-purple:hover,.table-hover .table-purple:hover>td,.table-hover .table-purple:hover>th{background-color:#bcc5f3}.table-inverse,.table-inverse>td,.table-inverse>th{background-color:#c6c6d2}.table-hover .table-inverse:hover,.table-hover .table-inverse:hover>td,.table-hover .table-inverse:hover>th{background-color:#b8b8c7}.table-active,.table-active>td,.table-active>th{background-color:#f6f9fc}.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#e3ecf6}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#525f7f;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}@media (max-width:1599.98px){.table-responsive-xlg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xlg>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;padding:0;font-size:.875rem;line-height:1.5;color:#525f7f;background-color:#fff;background-clip:padding-box;border:2px solid #cedbe9;border-radius:6px;border-radius:2px;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#525f7f;background-color:#fff;border-color:rgba(0,0,0,.25);outline:0;box-shadow:none,none}.form-control::-webkit-input-placeholder{color:#8898aa;opacity:1}.form-control:-ms-input-placeholder{color:#8898aa;opacity:1}.form-control::-ms-input-placeholder{color:#8898aa;opacity:1}.form-control::placeholder{color:#8898aa;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control{height:40px;border-radius:8px;text-transform:capitalize}select.form-control:focus::-ms-value{color:#525f7f;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.09375rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.76562rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.64844rem + 2px);padding:.25rem .5rem;font-size:.76562rem;line-height:1.5;border-radius:1px}.form-control-lg{height:calc(2.64062rem + 2px);padding:.5rem 1rem;font-size:1.09375rem;line-height:1.5;border-radius:4px}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#8898aa}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#0ed7ac}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.76562rem;line-height:1.5;color:#fff;background-color:rgba(14,215,172,.9);border-radius:2px}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#0ed7ac}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#0ed7ac;box-shadow:0 0 0 .2rem rgba(14,215,172,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#0ed7ac}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#0ed7ac}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#6ff6d9}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#27f1c6}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(14,215,172,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#0ed7ac}.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(14,215,172,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#e85a73}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.76562rem;line-height:1.5;color:#fff;background-color:rgba(232,90,115,.9);border-radius:2px}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#e85a73}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#e85a73;box-shadow:0 0 0 .2rem rgba(232,90,115,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#e85a73}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#e85a73}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#f8cad2}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#ee8799}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(232,90,115,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#e85a73}.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(232,90,115,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn,.reports table tr td.actions span{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;border-radius:2px;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 screen and (prefers-reduced-motion:reduce){.btn,.reports table tr td.actions span{transition:none}}.btn:focus,.btn:hover,.reports table tr td.actions span:focus,.reports table tr td.actions span:hover{text-decoration:none}.btn.focus,.btn:focus,.reports table tr td.actions span.focus,.reports table tr td.actions span:focus{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)}.btn.disabled,.btn:disabled,.reports table tr td.actions span.disabled,.reports table tr td.actions span:disabled{opacity:.65;box-shadow:none}.btn:not(:disabled):not(.disabled),.reports table tr td.actions span:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active,.reports table tr td.actions span:not(:disabled):not(.disabled).active,.reports table tr td.actions span:not(:disabled):not(.disabled):active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:not(:disabled):not(.disabled).active:focus,.btn:not(:disabled):not(.disabled):active:focus,.reports table tr td.actions span:not(:disabled):not(.disabled).active:focus,.reports table tr td.actions span:not(:disabled):not(.disabled):active:focus{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08),inset 0 3px 5px rgba(0,0,0,.125)}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#3f65f1;border-color:#3f65f1;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-primary:hover{color:#fff;background-color:#1b48ee;border-color:#1140ec}.btn-primary.focus,.btn-primary:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(63,101,241,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#3f65f1;border-color:#3f65f1}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1140ec;border-color:#103de0}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(63,101,241,.5)}.btn-secondary{color:#212529;background-color:#cedbe9;border-color:#cedbe9;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-secondary:hover{color:#212529;background-color:#b4c8dd;border-color:#abc1d9}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(206,219,233,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#212529;background-color:#cedbe9;border-color:#cedbe9}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#212529;background-color:#abc1d9;border-color:#a2bbd5}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(206,219,233,.5)}.btn-success{color:#fff;background-color:#0ed7ac;border-color:#0ed7ac;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-success:hover{color:#fff;background-color:#0cb38f;border-color:#0ba786}.btn-success.focus,.btn-success:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(14,215,172,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#0ed7ac;border-color:#0ed7ac}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#0ba786;border-color:#0a9b7c}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(14,215,172,.5)}.btn-info{color:#fff;background-color:#2962ff;border-color:#2962ff;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-info:hover{color:#fff;background-color:#0346ff;border-color:#0041f5}.btn-info.focus,.btn-info:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(41,98,255,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#2962ff;border-color:#2962ff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#0041f5;border-color:#003ee8}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(41,98,255,.5)}.btn-warning{color:#212529;background-color:#f4a850;border-color:#f4a850;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-warning:hover{color:#212529;background-color:#f2962c;border-color:#f19020}.btn-warning.focus,.btn-warning:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(244,168,80,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#f4a850;border-color:#f4a850}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#f19020;border-color:#f08a14}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(244,168,80,.5)}.btn-danger{color:#fff;background-color:#e85a73;border-color:#e85a73;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-danger:hover{color:#fff;background-color:#e33857;border-color:#e22d4d}.btn-danger.focus,.btn-danger:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(232,90,115,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#e85a73;border-color:#e85a73}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#e22d4d;border-color:#e02244}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(232,90,115,.5)}.btn-light{color:#212529;background-color:#f6f9fc;border-color:#f6f9fc;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-light:hover{color:#212529;background-color:#d9e6f2;border-color:#d0e0ef}.btn-light.focus,.btn-light:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(246,249,252,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f6f9fc;border-color:#f6f9fc}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#d0e0ef;border-color:#c6d9ec}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(246,249,252,.5)}.btn-dark{color:#fff;background-color:#32325d;border-color:#32325d;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-dark:hover{color:#fff;background-color:#252544;border-color:#20203c}.btn-dark.focus,.btn-dark:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(50,50,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#32325d;border-color:#32325d}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#20203c;border-color:#1c1c34}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(50,50,93,.5)}.btn-persona{color:#212529;background-color:#f4a850;border-color:#f4a850;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-persona:hover{color:#212529;background-color:#f2962c;border-color:#f19020}.btn-persona.focus,.btn-persona:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(244,168,80,.5)}.btn-persona.disabled,.btn-persona:disabled{color:#212529;background-color:#f4a850;border-color:#f4a850}.btn-persona:not(:disabled):not(.disabled).active,.btn-persona:not(:disabled):not(.disabled):active,.show>.btn-persona.dropdown-toggle{color:#212529;background-color:#f19020;border-color:#f08a14}.btn-persona:not(:disabled):not(.disabled).active:focus,.btn-persona:not(:disabled):not(.disabled):active:focus,.show>.btn-persona.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(244,168,80,.5)}.btn-sustainability{color:#212529;background-color:#51c5ac;border-color:#51c5ac;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-sustainability:hover{color:#fff;background-color:#3cb49a;border-color:#39aa92}.btn-sustainability.focus,.btn-sustainability:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(81,197,172,.5)}.btn-sustainability.disabled,.btn-sustainability:disabled{color:#212529;background-color:#51c5ac;border-color:#51c5ac}.btn-sustainability:not(:disabled):not(.disabled).active,.btn-sustainability:not(:disabled):not(.disabled):active,.show>.btn-sustainability.dropdown-toggle{color:#fff;background-color:#39aa92;border-color:#36a18a}.btn-sustainability:not(:disabled):not(.disabled).active:focus,.btn-sustainability:not(:disabled):not(.disabled):active:focus,.show>.btn-sustainability.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(81,197,172,.5)}.btn-preference{color:#fff;background-color:#7c4aa9;border-color:#7c4aa9;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-preference:hover{color:#fff;background-color:#683e8e;border-color:#623a86}.btn-preference.focus,.btn-preference:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(124,74,169,.5)}.btn-preference.disabled,.btn-preference:disabled{color:#fff;background-color:#7c4aa9;border-color:#7c4aa9}.btn-preference:not(:disabled):not(.disabled).active,.btn-preference:not(:disabled):not(.disabled):active,.show>.btn-preference.dropdown-toggle{color:#fff;background-color:#623a86;border-color:#5b377d}.btn-preference:not(:disabled):not(.disabled).active:focus,.btn-preference:not(:disabled):not(.disabled):active:focus,.show>.btn-preference.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(124,74,169,.5)}.btn-packaging{color:#fff;background-color:#3f65f1;border-color:#3f65f1;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-packaging:hover{color:#fff;background-color:#1b48ee;border-color:#1140ec}.btn-packaging.focus,.btn-packaging:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(63,101,241,.5)}.btn-packaging.disabled,.btn-packaging:disabled{color:#fff;background-color:#3f65f1;border-color:#3f65f1}.btn-packaging:not(:disabled):not(.disabled).active,.btn-packaging:not(:disabled):not(.disabled):active,.show>.btn-packaging.dropdown-toggle{color:#fff;background-color:#1140ec;border-color:#103de0}.btn-packaging:not(:disabled):not(.disabled).active:focus,.btn-packaging:not(:disabled):not(.disabled):active:focus,.show>.btn-packaging.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(63,101,241,.5)}.btn-success-darker{color:#212529;background-color:#51c5ac;border-color:#51c5ac;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-success-darker:hover{color:#fff;background-color:#3cb49a;border-color:#39aa92}.btn-success-darker.focus,.btn-success-darker:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(81,197,172,.5)}.btn-success-darker.disabled,.btn-success-darker:disabled{color:#212529;background-color:#51c5ac;border-color:#51c5ac}.btn-success-darker:not(:disabled):not(.disabled).active,.btn-success-darker:not(:disabled):not(.disabled):active,.show>.btn-success-darker.dropdown-toggle{color:#fff;background-color:#39aa92;border-color:#36a18a}.btn-success-darker:not(:disabled):not(.disabled).active:focus,.btn-success-darker:not(:disabled):not(.disabled):active:focus,.show>.btn-success-darker.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(81,197,172,.5)}.btn-darker{color:#212529;background-color:#adb5bd;border-color:#adb5bd;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-darker:hover{color:#212529;background-color:#98a2ac;border-color:#919ca6}.btn-darker.focus,.btn-darker:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(173,181,189,.5)}.btn-darker.disabled,.btn-darker:disabled{color:#212529;background-color:#adb5bd;border-color:#adb5bd}.btn-darker:not(:disabled):not(.disabled).active,.btn-darker:not(:disabled):not(.disabled):active,.show>.btn-darker.dropdown-toggle{color:#212529;background-color:#919ca6;border-color:#8a95a1}.btn-darker:not(:disabled):not(.disabled).active:focus,.btn-darker:not(:disabled):not(.disabled):active:focus,.show>.btn-darker.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(173,181,189,.5)}.btn-cyan{color:#212529;background-color:#4fc3f7;border-color:#4fc3f7;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-cyan:hover{color:#fff;background-color:#2ab7f5;border-color:#1eb2f5}.btn-cyan.focus,.btn-cyan:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(79,195,247,.5)}.btn-cyan.disabled,.btn-cyan:disabled{color:#212529;background-color:#4fc3f7;border-color:#4fc3f7}.btn-cyan:not(:disabled):not(.disabled).active,.btn-cyan:not(:disabled):not(.disabled):active,.show>.btn-cyan.dropdown-toggle{color:#fff;background-color:#1eb2f5;border-color:#12aef4}.btn-cyan:not(:disabled):not(.disabled).active:focus,.btn-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-cyan.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(79,195,247,.5)}.btn-orange{color:#fff;background-color:#fb6340;border-color:#fb6340;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-orange:hover{color:#fff;background-color:#fa441b;border-color:#fa3a0e}.btn-orange.focus,.btn-orange:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(251,99,64,.5)}.btn-orange.disabled,.btn-orange:disabled{color:#fff;background-color:#fb6340;border-color:#fb6340}.btn-orange:not(:disabled):not(.disabled).active,.btn-orange:not(:disabled):not(.disabled):active,.show>.btn-orange.dropdown-toggle{color:#fff;background-color:#fa3a0e;border-color:#f63205}.btn-orange:not(:disabled):not(.disabled).active:focus,.btn-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(251,99,64,.5)}.btn-purple{color:#fff;background-color:#5e72e4;border-color:#5e72e4;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-purple:hover{color:#fff;background-color:#3d55df;border-color:#324cdd}.btn-purple.focus,.btn-purple:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(94,114,228,.5)}.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#5e72e4;border-color:#5e72e4}.btn-purple:not(:disabled):not(.disabled).active,.btn-purple:not(:disabled):not(.disabled):active,.show>.btn-purple.dropdown-toggle{color:#fff;background-color:#324cdd;border-color:#2742db}.btn-purple:not(:disabled):not(.disabled).active:focus,.btn-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(94,114,228,.5)}.btn-inverse{color:#fff;background-color:#32325d;border-color:#32325d;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-inverse:hover{color:#fff;background-color:#252544;border-color:#20203c}.btn-inverse.focus,.btn-inverse:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(50,50,93,.5)}.btn-inverse.disabled,.btn-inverse:disabled{color:#fff;background-color:#32325d;border-color:#32325d}.btn-inverse:not(:disabled):not(.disabled).active,.btn-inverse:not(:disabled):not(.disabled):active,.show>.btn-inverse.dropdown-toggle{color:#fff;background-color:#20203c;border-color:#1c1c34}.btn-inverse:not(:disabled):not(.disabled).active:focus,.btn-inverse:not(:disabled):not(.disabled):active:focus,.show>.btn-inverse.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(50,50,93,.5)}.btn-outline-primary{color:#3f65f1;background-color:transparent;background-image:none;border-color:#3f65f1}.btn-outline-primary:hover{color:#fff;background-color:#3f65f1;border-color:#3f65f1}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(63,101,241,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#3f65f1;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#3f65f1;border-color:#3f65f1}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(63,101,241,.5)}.btn-outline-secondary{color:#cedbe9;background-color:transparent;background-image:none;border-color:#cedbe9}.btn-outline-secondary:hover{color:#212529;background-color:#cedbe9;border-color:#cedbe9}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(206,219,233,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#cedbe9;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#212529;background-color:#cedbe9;border-color:#cedbe9}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(206,219,233,.5)}.btn-outline-success{color:#0ed7ac;background-color:transparent;background-image:none;border-color:#0ed7ac}.btn-outline-success:hover{color:#fff;background-color:#0ed7ac;border-color:#0ed7ac}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(14,215,172,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#0ed7ac;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#0ed7ac;border-color:#0ed7ac}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(14,215,172,.5)}.btn-outline-info{color:#2962ff;background-color:transparent;background-image:none;border-color:#2962ff}.btn-outline-info:hover{color:#fff;background-color:#2962ff;border-color:#2962ff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(41,98,255,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#2962ff;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#2962ff;border-color:#2962ff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(41,98,255,.5)}.btn-outline-warning,.reports table tr td.actions span{color:#f4a850;background-color:transparent;background-image:none;border-color:#f4a850}.btn-outline-warning:hover,.reports table tr td.actions span:hover{color:#212529;background-color:#f4a850;border-color:#f4a850}.btn-outline-warning.focus,.btn-outline-warning:focus,.reports table tr td.actions span.focus,.reports table tr td.actions span:focus{box-shadow:0 0 0 .2rem rgba(244,168,80,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled,.reports table tr td.actions span.disabled,.reports table tr td.actions span:disabled{color:#f4a850;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.reports table tr td.actions .show>span.dropdown-toggle,.reports table tr td.actions span:not(:disabled):not(.disabled).active,.reports table tr td.actions span:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#f4a850;border-color:#f4a850}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.reports table tr td.actions .show>span.dropdown-toggle:focus,.reports table tr td.actions span:not(:disabled):not(.disabled).active:focus,.reports table tr td.actions span:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(244,168,80,.5)}.btn-outline-danger{color:#e85a73;background-color:transparent;background-image:none;border-color:#e85a73}.btn-outline-danger:hover{color:#fff;background-color:#e85a73;border-color:#e85a73}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(232,90,115,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#e85a73;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#e85a73;border-color:#e85a73}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(232,90,115,.5)}.btn-outline-light{color:#f6f9fc;background-color:transparent;background-image:none;border-color:#f6f9fc}.btn-outline-light:hover{color:#212529;background-color:#f6f9fc;border-color:#f6f9fc}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(246,249,252,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f6f9fc;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f6f9fc;border-color:#f6f9fc}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(246,249,252,.5)}.btn-outline-dark{color:#32325d;background-color:transparent;background-image:none;border-color:#32325d}.btn-outline-dark:hover{color:#fff;background-color:#32325d;border-color:#32325d}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(50,50,93,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#32325d;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#32325d;border-color:#32325d}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(50,50,93,.5)}.btn-outline-persona{color:#f4a850;background-color:transparent;background-image:none;border-color:#f4a850}.btn-outline-persona:hover{color:#212529;background-color:#f4a850;border-color:#f4a850}.btn-outline-persona.focus,.btn-outline-persona:focus{box-shadow:0 0 0 .2rem rgba(244,168,80,.5)}.btn-outline-persona.disabled,.btn-outline-persona:disabled{color:#f4a850;background-color:transparent}.btn-outline-persona:not(:disabled):not(.disabled).active,.btn-outline-persona:not(:disabled):not(.disabled):active,.show>.btn-outline-persona.dropdown-toggle{color:#212529;background-color:#f4a850;border-color:#f4a850}.btn-outline-persona:not(:disabled):not(.disabled).active:focus,.btn-outline-persona:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-persona.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(244,168,80,.5)}.btn-outline-sustainability{color:#51c5ac;background-color:transparent;background-image:none;border-color:#51c5ac}.btn-outline-sustainability:hover{color:#212529;background-color:#51c5ac;border-color:#51c5ac}.btn-outline-sustainability.focus,.btn-outline-sustainability:focus{box-shadow:0 0 0 .2rem rgba(81,197,172,.5)}.btn-outline-sustainability.disabled,.btn-outline-sustainability:disabled{color:#51c5ac;background-color:transparent}.btn-outline-sustainability:not(:disabled):not(.disabled).active,.btn-outline-sustainability:not(:disabled):not(.disabled):active,.show>.btn-outline-sustainability.dropdown-toggle{color:#212529;background-color:#51c5ac;border-color:#51c5ac}.btn-outline-sustainability:not(:disabled):not(.disabled).active:focus,.btn-outline-sustainability:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-sustainability.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(81,197,172,.5)}.btn-outline-preference{color:#7c4aa9;background-color:transparent;background-image:none;border-color:#7c4aa9}.btn-outline-preference:hover{color:#fff;background-color:#7c4aa9;border-color:#7c4aa9}.btn-outline-preference.focus,.btn-outline-preference:focus{box-shadow:0 0 0 .2rem rgba(124,74,169,.5)}.btn-outline-preference.disabled,.btn-outline-preference:disabled{color:#7c4aa9;background-color:transparent}.btn-outline-preference:not(:disabled):not(.disabled).active,.btn-outline-preference:not(:disabled):not(.disabled):active,.show>.btn-outline-preference.dropdown-toggle{color:#fff;background-color:#7c4aa9;border-color:#7c4aa9}.btn-outline-preference:not(:disabled):not(.disabled).active:focus,.btn-outline-preference:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-preference.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(124,74,169,.5)}.btn-outline-packaging{color:#3f65f1;background-color:transparent;background-image:none;border-color:#3f65f1}.btn-outline-packaging:hover{color:#fff;background-color:#3f65f1;border-color:#3f65f1}.btn-outline-packaging.focus,.btn-outline-packaging:focus{box-shadow:0 0 0 .2rem rgba(63,101,241,.5)}.btn-outline-packaging.disabled,.btn-outline-packaging:disabled{color:#3f65f1;background-color:transparent}.btn-outline-packaging:not(:disabled):not(.disabled).active,.btn-outline-packaging:not(:disabled):not(.disabled):active,.show>.btn-outline-packaging.dropdown-toggle{color:#fff;background-color:#3f65f1;border-color:#3f65f1}.btn-outline-packaging:not(:disabled):not(.disabled).active:focus,.btn-outline-packaging:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-packaging.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(63,101,241,.5)}.btn-outline-success-darker{color:#51c5ac;background-color:transparent;background-image:none;border-color:#51c5ac}.btn-outline-success-darker:hover{color:#212529;background-color:#51c5ac;border-color:#51c5ac}.btn-outline-success-darker.focus,.btn-outline-success-darker:focus{box-shadow:0 0 0 .2rem rgba(81,197,172,.5)}.btn-outline-success-darker.disabled,.btn-outline-success-darker:disabled{color:#51c5ac;background-color:transparent}.btn-outline-success-darker:not(:disabled):not(.disabled).active,.btn-outline-success-darker:not(:disabled):not(.disabled):active,.show>.btn-outline-success-darker.dropdown-toggle{color:#212529;background-color:#51c5ac;border-color:#51c5ac}.btn-outline-success-darker:not(:disabled):not(.disabled).active:focus,.btn-outline-success-darker:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success-darker.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(81,197,172,.5)}.btn-outline-darker{color:#adb5bd;background-color:transparent;background-image:none;border-color:#adb5bd}.btn-outline-darker:hover{color:#212529;background-color:#adb5bd;border-color:#adb5bd}.btn-outline-darker.focus,.btn-outline-darker:focus{box-shadow:0 0 0 .2rem rgba(173,181,189,.5)}.btn-outline-darker.disabled,.btn-outline-darker:disabled{color:#adb5bd;background-color:transparent}.btn-outline-darker:not(:disabled):not(.disabled).active,.btn-outline-darker:not(:disabled):not(.disabled):active,.show>.btn-outline-darker.dropdown-toggle{color:#212529;background-color:#adb5bd;border-color:#adb5bd}.btn-outline-darker:not(:disabled):not(.disabled).active:focus,.btn-outline-darker:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-darker.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(173,181,189,.5)}.btn-outline-cyan{color:#4fc3f7;background-color:transparent;background-image:none;border-color:#4fc3f7}.btn-outline-cyan:hover{color:#212529;background-color:#4fc3f7;border-color:#4fc3f7}.btn-outline-cyan.focus,.btn-outline-cyan:focus{box-shadow:0 0 0 .2rem rgba(79,195,247,.5)}.btn-outline-cyan.disabled,.btn-outline-cyan:disabled{color:#4fc3f7;background-color:transparent}.btn-outline-cyan:not(:disabled):not(.disabled).active,.btn-outline-cyan:not(:disabled):not(.disabled):active,.show>.btn-outline-cyan.dropdown-toggle{color:#212529;background-color:#4fc3f7;border-color:#4fc3f7}.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-cyan.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(79,195,247,.5)}.btn-outline-orange{color:#fb6340;background-color:transparent;background-image:none;border-color:#fb6340}.btn-outline-orange:hover{color:#fff;background-color:#fb6340;border-color:#fb6340}.btn-outline-orange.focus,.btn-outline-orange:focus{box-shadow:0 0 0 .2rem rgba(251,99,64,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{color:#fb6340;background-color:transparent}.btn-outline-orange:not(:disabled):not(.disabled).active,.btn-outline-orange:not(:disabled):not(.disabled):active,.show>.btn-outline-orange.dropdown-toggle{color:#fff;background-color:#fb6340;border-color:#fb6340}.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-orange.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(251,99,64,.5)}.btn-outline-purple{color:#5e72e4;background-color:transparent;background-image:none;border-color:#5e72e4}.btn-outline-purple:hover{color:#fff;background-color:#5e72e4;border-color:#5e72e4}.btn-outline-purple.focus,.btn-outline-purple:focus{box-shadow:0 0 0 .2rem rgba(94,114,228,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#5e72e4;background-color:transparent}.btn-outline-purple:not(:disabled):not(.disabled).active,.btn-outline-purple:not(:disabled):not(.disabled):active,.show>.btn-outline-purple.dropdown-toggle{color:#fff;background-color:#5e72e4;border-color:#5e72e4}.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-purple.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(94,114,228,.5)}.btn-outline-inverse{color:#32325d;background-color:transparent;background-image:none;border-color:#32325d}.btn-outline-inverse:hover{color:#fff;background-color:#32325d;border-color:#32325d}.btn-outline-inverse.focus,.btn-outline-inverse:focus{box-shadow:0 0 0 .2rem rgba(50,50,93,.5)}.btn-outline-inverse.disabled,.btn-outline-inverse:disabled{color:#32325d;background-color:transparent}.btn-outline-inverse:not(:disabled):not(.disabled).active,.btn-outline-inverse:not(:disabled):not(.disabled):active,.show>.btn-outline-inverse.dropdown-toggle{color:#fff;background-color:#32325d;border-color:#32325d}.btn-outline-inverse:not(:disabled):not(.disabled).active:focus,.btn-outline-inverse:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-inverse.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(50,50,93,.5)}.btn-link{font-weight:400;color:#3f65f1;background-color:transparent}.btn-link:hover{color:#0f39d4;text-decoration:none;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:none;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#8898aa;pointer-events:none}.btn-group-lg>.btn,.btn-lg,.reports table tr td.actions .btn-group-lg>span{padding:.5rem 1rem;font-size:1.09375rem;line-height:1.5;border-radius:4px}.btn-group-sm>.btn,.btn-sm,.reports table tr td.actions .btn-group-sm>span{padding:.25rem .5rem;font-size:.76562rem;line-height:1.5;border-radius:1px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.875rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #e9ecef;border-radius:2px;box-shadow:0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1)}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #f6f9fc}.dropdown-item{display:block;width:100%;padding:.65rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:#fff;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f6f9fc}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#2962ff}.dropdown-item.disabled,.dropdown-item:disabled{color:#8898aa;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.76562rem;color:#8898aa;white-space:nowrap}.dropdown-item-text{display:block;padding:.65rem 1rem;color:#212529}.dropdown__notifications_main{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;padding:1rem 0;flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media (max-width:767.98px){.dropdown__notifications_main{max-height:calc(100vh - 250px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1 1 auto}}@media (min-width:768px) and (max-width:1024px){.dropdown__notifications_main{max-height:calc(100vh - 300px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}}@media (min-width:768px) and (max-width:1024px) and (max-width:834px){.dropdown__notifications_main{max-height:calc(100vh - 280px)}}.dropdown__notifications_card{box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:12px;padding:0;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}@media (max-width:767.98px){.dropdown__notifications_card{overflow:visible;max-width:100%;width:100%}}@media (min-width:768px) and (max-width:1024px){.dropdown__notifications_card{overflow:visible;max-width:100%;width:100%}}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn,.reports table tr td.actions .btn-group-vertical>span,.reports table tr td.actions .btn-group>span{position:relative;flex:0 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.reports table tr td.actions .btn-group-vertical>span.active,.reports table tr td.actions .btn-group-vertical>span:active,.reports table tr td.actions .btn-group-vertical>span:focus,.reports table tr td.actions .btn-group-vertical>span:hover,.reports table tr td.actions .btn-group>span.active,.reports table tr td.actions .btn-group>span:active,.reports table tr td.actions .btn-group>span:focus,.reports table tr td.actions .btn-group>span:hover{z-index:1}.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group-vertical .reports table tr td.actions .btn+span,.btn-group-vertical .reports table tr td.actions .btn-group+span,.btn-group-vertical .reports table tr td.actions span+.btn,.btn-group-vertical .reports table tr td.actions span+.btn-group,.btn-group-vertical .reports table tr td.actions span+span,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .reports table tr td.actions .btn+span,.btn-group .reports table tr td.actions .btn-group+span,.btn-group .reports table tr td.actions span+.btn,.btn-group .reports table tr td.actions span+.btn-group,.btn-group .reports table tr td.actions span+span,.reports table tr td.actions .btn-group-vertical .btn+span,.reports table tr td.actions .btn-group-vertical .btn-group+span,.reports table tr td.actions .btn-group-vertical span+.btn,.reports table tr td.actions .btn-group-vertical span+.btn-group,.reports table tr td.actions .btn-group-vertical span+span,.reports table tr td.actions .btn-group .btn+span,.reports table tr td.actions .btn-group .btn-group+span,.reports table tr td.actions .btn-group span+.btn,.reports table tr td.actions .btn-group span+.btn-group,.reports table tr td.actions .btn-group span+span{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child,.reports table tr td.actions .btn-group>span:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.reports table tr td.actions .btn-group>.btn-group:not(:last-child)>span,.reports table tr td.actions .btn-group>span:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child),.reports table tr td.actions .btn-group>.btn-group:not(:first-child)>span,.reports table tr td.actions .btn-group>span:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.reports table tr td.actions .btn-group-sm>span+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.reports table tr td.actions .btn-group-lg>span+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group.show .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.show .dropdown-toggle.btn-link{box-shadow:none}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group,.btn-group-vertical .reports table tr td.actions span,.reports table tr td.actions .btn-group-vertical span{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.reports table tr td.actions .btn-group-vertical>.btn+span,.reports table tr td.actions .btn-group-vertical>.btn-group+span,.reports table tr td.actions .btn-group-vertical>span+.btn,.reports table tr td.actions .btn-group-vertical>span+.btn-group,.reports table tr td.actions .btn-group-vertical>span+span{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.reports table tr td.actions .btn-group-vertical>.btn-group:not(:last-child)>span,.reports table tr td.actions .btn-group-vertical>span:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child),.reports table tr td.actions .btn-group-vertical>.btn-group:not(:first-child)>span,.reports table tr td.actions .btn-group-vertical>span:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.reports table tr td.actions .btn-group-toggle>.btn-group>span,.reports table tr td.actions .btn-group-toggle>span{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.reports table tr td.actions .btn-group-toggle>.btn-group>span input[type=checkbox],.reports table tr td.actions .btn-group-toggle>.btn-group>span input[type=radio],.reports table tr td.actions .btn-group-toggle>span input[type=checkbox],.reports table tr td.actions .btn-group-toggle>span input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-append .reports table tr td.actions span,.input-group-prepend .btn,.input-group-prepend .reports table tr td.actions span,.reports table tr td.actions .input-group-append span,.reports table tr td.actions .input-group-prepend span{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-append .reports table tr td.actions .btn+span,.input-group-append .reports table tr td.actions .input-group-text+span,.input-group-append .reports table tr td.actions span+.btn,.input-group-append .reports table tr td.actions span+.input-group-text,.input-group-append .reports table tr td.actions span+span,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .reports table tr td.actions .btn+span,.input-group-prepend .reports table tr td.actions .input-group-text+span,.input-group-prepend .reports table tr td.actions span+.btn,.input-group-prepend .reports table tr td.actions span+.input-group-text,.input-group-prepend .reports table tr td.actions span+span,.reports table tr td.actions .input-group-append .btn+span,.reports table tr td.actions .input-group-append .input-group-text+span,.reports table tr td.actions .input-group-append span+.btn,.reports table tr td.actions .input-group-append span+.input-group-text,.reports table tr td.actions .input-group-append span+span,.reports table tr td.actions .input-group-prepend .btn+span,.reports table tr td.actions .input-group-prepend .input-group-text+span,.reports table tr td.actions .input-group-prepend span+.btn,.reports table tr td.actions .input-group-prepend span+.input-group-text,.reports table tr td.actions .input-group-prepend span+span{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:.875rem;font-weight:400;line-height:1.5;color:#525f7f;text-align:center;white-space:nowrap;background-color:#f6f9fc;border:1px solid #e9ecef;border-radius:2px}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.reports table tr td.actions .input-group-lg>.input-group-append>span,.reports table tr td.actions .input-group-lg>.input-group-prepend>span{height:calc(2.64062rem + 2px);padding:.5rem 1rem;font-size:1.09375rem;line-height:1.5;border-radius:4px}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.reports table tr td.actions .input-group-sm>.input-group-append>span,.reports table tr td.actions .input-group-sm>.input-group-prepend>span{height:calc(1.64844rem + 2px);padding:.25rem .5rem;font-size:.76562rem;line-height:1.5;border-radius:1px}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.reports table tr td.actions .input-group>.input-group-append:last-child>span:not(:last-child):not(.dropdown-toggle),.reports table tr td.actions .input-group>.input-group-append:not(:last-child)>span,.reports table tr td.actions .input-group>.input-group-prepend>span{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.reports table tr td.actions .input-group>.input-group-append>span,.reports table tr td.actions .input-group>.input-group-prepend:first-child>span:not(:first-child),.reports table tr td.actions .input-group>.input-group-prepend:not(:first-child)>span{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.3125rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#2962ff;box-shadow:none}.custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-control-input:active~.custom-control-label:before{color:#fff;background-color:#000;box-shadow:none}.custom-control-input:disabled~.custom-control-label{color:#8898aa}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label:before{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6;box-shadow:none}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.15625rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:2px}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#2962ff}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#2962ff;box-shadow:none}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(63,101,241,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(63,101,241,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#2962ff}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(63,101,241,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.0625rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#525f7f;vertical-align:middle;background:#fff url(/static/media/custom-select.33d0b67c.png) no-repeat right .75rem center;background-size:0 -1px;border:1px solid #e9ecef;border-radius:2px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:rgba(0,0,0,.25);outline:0;box-shadow:none,transparent}.custom-select:focus::-ms-value{color:#525f7f;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#8898aa;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.64844rem + 2px);font-size:75%}.custom-select-lg,.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem}.custom-select-lg{height:calc(2.64062rem + 2px);font-size:125%}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(2.0625rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:rgba(0,0,0,.25);box-shadow:none}.custom-file-input:focus~.custom-file-label:after{border-color:rgba(0,0,0,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{left:0;z-index:1;height:calc(2.0625rem + 2px);background-color:#fff;border:1px solid #e9ecef;border-radius:2px;box-shadow:none}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#525f7f}.custom-file-label:after{bottom:0;z-index:3;display:block;height:2.0625rem;content:"Browse";background-color:#f6f9fc;border-left:1px solid #e9ecef;border-radius:0 2px 2px 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#2962ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-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;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#dce5ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#2962ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-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;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#dce5ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#2962ff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#dce5ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#8898aa}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:2px;border-top-right-radius:2px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#8898aa;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#525f7f;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:2px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#2962ff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar .brand-dropdown{width:175px;height:40px;border:1px solid #c747f4;box-shadow:0 0 20px 0 rgba(4,25,40,.15);border-radius:12px;padding:6px 12px 6px 6px;color:#2c3e50;display:flex;align-items:center;font-weight:700}.navbar .brand-dropdown svg:first-of-type{margin-right:15px}.navbar .brand-dropdown:hover{background-color:rgba(206,219,233,.51)}.navbar-brand{display:inline-block;padding-top:.33594rem;padding-bottom:.33594rem;margin-right:1rem;font-size:1.09375rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;padding:0;margin:0 20px 0 0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.09375rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:2px}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width:1599.98px){.navbar-expand-xlg>.container,.navbar-expand-xlg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1600px){.navbar-expand-xlg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xlg .navbar-nav{flex-direction:row}.navbar-expand-xlg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xlg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xlg>.container,.navbar-expand-xlg>.container-fluid{flex-wrap:nowrap}.navbar-expand-xlg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xlg .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.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,.5)}.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 .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.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%,.8)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.8)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:0 solid transparent;border-radius:4px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid transparent}.card-header:first-child{border-radius:4px 4px 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:0 solid transparent}.card-footer:last-child{border-radius:0 0 4px 4px}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:4px}.card-img-top{width:100%;border-top-left-radius:4px;border-top-right-radius:4px}.card-img-bottom{width:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:4px}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:4px;border-top-right-radius:4px}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;grid-column-gap:1.25rem;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1.5rem;list-style:none;background-color:#fff;border-radius:2px}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#8898aa;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#8898aa}.pagination{display:flex;padding-left:0;list-style:none;border-radius:2px}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#3f65f1;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0f39d4;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:none}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:2px;border-bottom-left-radius:2px}.page-item:last-child .page-link{border-top-right-radius:2px;border-bottom-right-radius:2px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#2962ff;border-color:#2962ff}.page-item.disabled .page-link{color:#8898aa;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.09375rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.76562rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:1px;border-bottom-left-radius:1px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:1px;border-bottom-right-radius:1px}.badge{display:inline-block;padding:.35em .7em;font-size:73%;font-weight:300;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:2px}.badge:empty{display:none}.btn .badge,.reports table tr td.actions span .badge{position:relative;top:-1px}.badge-pill{padding-right:.7em;padding-left:.7em;border-radius:10rem}.badge-primary{color:#fff;background-color:#3f65f1}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#1140ec}.badge-secondary{color:#212529;background-color:#cedbe9}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#212529;text-decoration:none;background-color:#abc1d9}.badge-success{color:#fff;background-color:#0ed7ac}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#0ba786}.badge-info{color:#fff;background-color:#2962ff}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#0041f5}.badge-warning{color:#212529;background-color:#f4a850}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#f19020}.badge-danger{color:#fff;background-color:#e85a73}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#e22d4d}.badge-light{color:#212529;background-color:#f6f9fc}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#d0e0ef}.badge-dark{color:#fff;background-color:#32325d}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#20203c}.badge-persona{color:#212529;background-color:#f4a850}.badge-persona[href]:focus,.badge-persona[href]:hover{color:#212529;text-decoration:none;background-color:#f19020}.badge-sustainability{color:#212529;background-color:#51c5ac}.badge-sustainability[href]:focus,.badge-sustainability[href]:hover{color:#212529;text-decoration:none;background-color:#39aa92}.badge-preference{color:#fff;background-color:#7c4aa9}.badge-preference[href]:focus,.badge-preference[href]:hover{color:#fff;text-decoration:none;background-color:#623a86}.badge-packaging{color:#fff;background-color:#3f65f1}.badge-packaging[href]:focus,.badge-packaging[href]:hover{color:#fff;text-decoration:none;background-color:#1140ec}.badge-success-darker{color:#212529;background-color:#51c5ac}.badge-success-darker[href]:focus,.badge-success-darker[href]:hover{color:#212529;text-decoration:none;background-color:#39aa92}.badge-darker{color:#212529;background-color:#adb5bd}.badge-darker[href]:focus,.badge-darker[href]:hover{color:#212529;text-decoration:none;background-color:#919ca6}.badge-cyan{color:#212529;background-color:#4fc3f7}.badge-cyan[href]:focus,.badge-cyan[href]:hover{color:#212529;text-decoration:none;background-color:#1eb2f5}.badge-orange{color:#fff;background-color:#fb6340}.badge-orange[href]:focus,.badge-orange[href]:hover{color:#fff;text-decoration:none;background-color:#fa3a0e}.badge-purple{color:#fff;background-color:#5e72e4}.badge-purple[href]:focus,.badge-purple[href]:hover{color:#fff;text-decoration:none;background-color:#324cdd}.badge-inverse{color:#fff;background-color:#32325d}.badge-inverse[href]:focus,.badge-inverse[href]:hover{color:#fff;text-decoration:none;background-color:#20203c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:4px}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:2px}.alert-heading{color:inherit}.alert-link{font-weight:800}.alert-dismissible{padding-right:3.8125rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#21357d;background-color:#d9e0fc;border-color:#c9d4fb}.alert-primary hr{border-top-color:#b1c1f9}.alert-primary .alert-link{color:#162455}.alert-secondary{color:#6b7279;background-color:#f5f8fb;border-color:#f1f5f9}.alert-secondary hr{border-top-color:#dfe8f1}.alert-secondary .alert-link{color:#53595e}.alert-success{color:#077059;background-color:#cff7ee;border-color:#bcf4e8}.alert-success hr{border-top-color:#a6f0e0}.alert-success .alert-link{color:#044033}.alert-info{color:#153385;background-color:#d4e0ff;border-color:#c3d3ff}.alert-info hr{border-top-color:#aac0ff}.alert-info .alert-link{color:#0e2259}.alert-warning{color:#7f572a;background-color:#fdeedc;border-color:#fce7ce}.alert-warning hr{border-top-color:#fbdbb6}.alert-warning .alert-link{color:#593d1d}.alert-danger{color:#792f3c;background-color:#fadee3;border-color:#f9d1d8}.alert-danger hr{border-top-color:#f6bac5}.alert-danger .alert-link{color:#54212a}.alert-light{color:#808183;background-color:#fdfefe;border-color:#fcfdfe}.alert-light hr{border-top-color:#e9f0f8}.alert-light .alert-link{color:#676869}.alert-dark{color:#1a1a30;background-color:#d6d6df;border-color:#c6c6d2}.alert-dark hr{border-top-color:#b8b8c7}.alert-dark .alert-link{color:#08080f}.alert-persona{color:#7f572a;background-color:#fdeedc;border-color:#fce7ce}.alert-persona hr{border-top-color:#fbdbb6}.alert-persona .alert-link{color:#593d1d}.alert-sustainability{color:#2a6659;background-color:#dcf3ee;border-color:#ceefe8}.alert-sustainability hr{border-top-color:#bbe9df}.alert-sustainability .alert-link{color:#1b4239}.alert-preference{color:#402658;background-color:#e5dbee;border-color:#dacce7}.alert-preference hr{border-top-color:#cdbbdf}.alert-preference .alert-link{color:#261734}.alert-packaging{color:#21357d;background-color:#d9e0fc;border-color:#c9d4fb}.alert-packaging hr{border-top-color:#b1c1f9}.alert-packaging .alert-link{color:#162455}.alert-success-darker{color:#2a6659;background-color:#dcf3ee;border-color:#ceefe8}.alert-success-darker hr{border-top-color:#bbe9df}.alert-success-darker .alert-link{color:#1b4239}.alert-darker{color:#5a5e62;background-color:#eff0f2;border-color:#e8eaed}.alert-darker hr{border-top-color:#dadde2}.alert-darker .alert-link{color:#424547}.alert-cyan{color:#296580;background-color:#dcf3fd;border-color:#ceeefd}.alert-cyan hr{border-top-color:#b6e6fc}.alert-cyan .alert-link{color:#1d4759}.alert-orange{color:#833321;background-color:#fee0d9;border-color:#fed3ca}.alert-orange hr{border-top-color:#febeb1}.alert-orange .alert-link{color:#5a2317}.alert-purple{color:#313b77;background-color:#dfe3fa;border-color:#d2d8f7}.alert-purple hr{border-top-color:#bcc5f3}.alert-purple .alert-link{color:#222953}.alert-inverse{color:#1a1a30;background-color:#d6d6df;border-color:#c6c6d2}.alert-inverse hr{border-top-color:#b8b8c7}.alert-inverse .alert-link{color:#08080f}@-webkit-keyframes progress-bar-stripes{0%{background-position:6px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:6px 0}to{background-position:0 0}}.progress{display:flex;height:6px;overflow:hidden;font-size:.65625rem;background-color:#f6f9fc;border-radius:2px;box-shadow:inset 0 .1rem .1rem rgba(0,0,0,.1)}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#3f65f1;transition:width .6s ease}@media screen and (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:6px 6px}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}[data-tooltip]{position:relative}[data-tooltip]:after,[data-tooltip]:before{position:absolute;visibility:hidden;opacity:0;left:50%;bottom:calc(100% + 5px);pointer-events:none;transition:.2s;will-change:transform;z-index:100}[data-tooltip]:before{content:attr(data-tooltip);display:flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:6px;font-size:14px;background-color:rgba(59,72,80,.9);background-image:linear-gradient(30deg,rgba(59,72,80,.44),rgba(59,68,75,.44),rgba(60,82,88,.44));box-shadow:0 0 24px rgba(0,0,0,.2);color:#fff;text-align:center;white-space:pre-wrap;transform:translate(-50%,-5px) scale(.5);z-index:100}[data-tooltip]:after{content:"";margin-top:-5px!important;border-radius:0;border-color:rgba(59,72,80,.9) transparent transparent;border-style:solid;border-width:6px 5px 0;transition-duration:0s;transform-origin:top;transform:translateX(-50%) scaleY(0)}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;opacity:1!important}[data-tooltip]:hover:before{transition-delay:.05s;transform:translate(-50%,-5px) scale(1)}[data-tooltip]:hover:after{transition-delay:.3s;transition-duration:.3s;transform:translateX(-50%) scaleY(1)}.media{display:flex;align-items:flex-start}.media-body{flex:1 1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#525f7f;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#525f7f;text-decoration:none;background-color:#f6f9fc}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#8898aa;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#2962ff;border-color:#2962ff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#21357d;background-color:#c9d4fb}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#21357d;background-color:#b1c1f9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#21357d;border-color:#21357d}.list-group-item-secondary{color:#6b7279;background-color:#f1f5f9}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#6b7279;background-color:#dfe8f1}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#6b7279;border-color:#6b7279}.list-group-item-success{color:#077059;background-color:#bcf4e8}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#077059;background-color:#a6f0e0}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#077059;border-color:#077059}.list-group-item-info{color:#153385;background-color:#c3d3ff}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#153385;background-color:#aac0ff}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#153385;border-color:#153385}.list-group-item-warning{color:#7f572a;background-color:#fce7ce}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#7f572a;background-color:#fbdbb6}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#7f572a;border-color:#7f572a}.list-group-item-danger{color:#792f3c;background-color:#f9d1d8}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#792f3c;background-color:#f6bac5}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#792f3c;border-color:#792f3c}.list-group-item-light{color:#808183;background-color:#fcfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#808183;background-color:#e9f0f8}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#808183;border-color:#808183}.list-group-item-dark{color:#1a1a30;background-color:#c6c6d2}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1a1a30;background-color:#b8b8c7}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1a1a30;border-color:#1a1a30}.list-group-item-persona{color:#7f572a;background-color:#fce7ce}.list-group-item-persona.list-group-item-action:focus,.list-group-item-persona.list-group-item-action:hover{color:#7f572a;background-color:#fbdbb6}.list-group-item-persona.list-group-item-action.active{color:#fff;background-color:#7f572a;border-color:#7f572a}.list-group-item-sustainability{color:#2a6659;background-color:#ceefe8}.list-group-item-sustainability.list-group-item-action:focus,.list-group-item-sustainability.list-group-item-action:hover{color:#2a6659;background-color:#bbe9df}.list-group-item-sustainability.list-group-item-action.active{color:#fff;background-color:#2a6659;border-color:#2a6659}.list-group-item-preference{color:#402658;background-color:#dacce7}.list-group-item-preference.list-group-item-action:focus,.list-group-item-preference.list-group-item-action:hover{color:#402658;background-color:#cdbbdf}.list-group-item-preference.list-group-item-action.active{color:#fff;background-color:#402658;border-color:#402658}.list-group-item-packaging{color:#21357d;background-color:#c9d4fb}.list-group-item-packaging.list-group-item-action:focus,.list-group-item-packaging.list-group-item-action:hover{color:#21357d;background-color:#b1c1f9}.list-group-item-packaging.list-group-item-action.active{color:#fff;background-color:#21357d;border-color:#21357d}.list-group-item-success-darker{color:#2a6659;background-color:#ceefe8}.list-group-item-success-darker.list-group-item-action:focus,.list-group-item-success-darker.list-group-item-action:hover{color:#2a6659;background-color:#bbe9df}.list-group-item-success-darker.list-group-item-action.active{color:#fff;background-color:#2a6659;border-color:#2a6659}.list-group-item-darker{color:#5a5e62;background-color:#e8eaed}.list-group-item-darker.list-group-item-action:focus,.list-group-item-darker.list-group-item-action:hover{color:#5a5e62;background-color:#dadde2}.list-group-item-darker.list-group-item-action.active{color:#fff;background-color:#5a5e62;border-color:#5a5e62}.list-group-item-cyan{color:#296580;background-color:#ceeefd}.list-group-item-cyan.list-group-item-action:focus,.list-group-item-cyan.list-group-item-action:hover{color:#296580;background-color:#b6e6fc}.list-group-item-cyan.list-group-item-action.active{color:#fff;background-color:#296580;border-color:#296580}.list-group-item-orange{color:#833321;background-color:#fed3ca}.list-group-item-orange.list-group-item-action:focus,.list-group-item-orange.list-group-item-action:hover{color:#833321;background-color:#febeb1}.list-group-item-orange.list-group-item-action.active{color:#fff;background-color:#833321;border-color:#833321}.list-group-item-purple{color:#313b77;background-color:#d2d8f7}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{color:#313b77;background-color:#bcc5f3}.list-group-item-purple.list-group-item-action.active{color:#fff;background-color:#313b77;border-color:#313b77}.list-group-item-inverse{color:#1a1a30;background-color:#c6c6d2}.list-group-item-inverse.list-group-item-action:focus,.list-group-item-inverse.list-group-item-action:hover{color:#1a1a30;background-color:#b8b8c7}.list-group-item-inverse.list-group-item-action.active{color:#fff;background-color:#1a1a30;border-color:#1a1a30}.close{float:right;font-size:1.3125rem;font-weight:800;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:translate(0)}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 .25rem .5rem rgba(0,0,0,.2);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:4px;border-top-right-radius:4px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{flex:1 1;margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-content{box-shadow:0 .5rem 1rem rgba(0,0,0,.2)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Nunito Sans",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.76562rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:2px}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:"Nunito Sans",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.76562rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 .25rem .5rem rgba(0,0,0,.2)}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 4px}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:4px 0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:4px 0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.875rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:3px;border-top-right-radius:3px}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:visible}.carousel-item{position:relative;display:none;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateZ(0)}}.active.carousel-item-right,.carousel-item-next{transform:translateX(100%)}@supports (transform-style:preserve-3d){.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{transform:translateX(-100%)}@supports (transform-style:preserve-3d){.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{transform:translateZ(0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat 50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:hsla(0,0%,100%,.5)}.carousel-indicators li:before{top:-10px}.carousel-indicators li:after,.carousel-indicators li:before{position:absolute;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li:after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#3f65f1!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#1140ec!important}.bg-secondary{background-color:#cedbe9!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#abc1d9!important}.bg-success{background-color:#0ed7ac!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#0ba786!important}.bg-info{background-color:#2962ff!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#0041f5!important}.bg-warning{background-color:#f4a850!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#f19020!important}.bg-danger{background-color:#e85a73!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#e22d4d!important}.bg-light{background-color:#f6f9fc!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#d0e0ef!important}.bg-dark{background-color:#32325d!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#20203c!important}.bg-persona{background-color:#f4a850!important}a.bg-persona:focus,a.bg-persona:hover,button.bg-persona:focus,button.bg-persona:hover{background-color:#f19020!important}.bg-sustainability{background-color:#51c5ac!important}a.bg-sustainability:focus,a.bg-sustainability:hover,button.bg-sustainability:focus,button.bg-sustainability:hover{background-color:#39aa92!important}.bg-preference{background-color:#7c4aa9!important}a.bg-preference:focus,a.bg-preference:hover,button.bg-preference:focus,button.bg-preference:hover{background-color:#623a86!important}.bg-packaging{background-color:#3f65f1!important}a.bg-packaging:focus,a.bg-packaging:hover,button.bg-packaging:focus,button.bg-packaging:hover{background-color:#1140ec!important}.bg-success-darker{background-color:#51c5ac!important}a.bg-success-darker:focus,a.bg-success-darker:hover,button.bg-success-darker:focus,button.bg-success-darker:hover{background-color:#39aa92!important}.bg-darker{background-color:#adb5bd!important}a.bg-darker:focus,a.bg-darker:hover,button.bg-darker:focus,button.bg-darker:hover{background-color:#919ca6!important}.bg-cyan{background-color:#4fc3f7!important}a.bg-cyan:focus,a.bg-cyan:hover,button.bg-cyan:focus,button.bg-cyan:hover{background-color:#1eb2f5!important}.bg-orange{background-color:#fb6340!important}a.bg-orange:focus,a.bg-orange:hover,button.bg-orange:focus,button.bg-orange:hover{background-color:#fa3a0e!important}.bg-purple{background-color:#5e72e4!important}a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover{background-color:#324cdd!important}.bg-inverse{background-color:#32325d!important}a.bg-inverse:focus,a.bg-inverse:hover,button.bg-inverse:focus,button.bg-inverse:hover{background-color:#20203c!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #e9ecef!important}.border-top{border-top:1px solid #e9ecef!important}.border-right{border-right:1px solid #e9ecef!important}.border-bottom{border-bottom:1px solid #e9ecef!important}.border-left{border-left:1px solid #e9ecef!important}.border-bottom-dashed{border-bottom:1px dashed!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#3f65f1!important}.border-secondary{border-color:#cedbe9!important}.border-success{border-color:#0ed7ac!important}.border-info{border-color:#2962ff!important}.border-warning{border-color:#f4a850!important}.border-danger{border-color:#e85a73!important}.border-light{border-color:#f6f9fc!important}.border-dark{border-color:#32325d!important}.border-persona{border-color:#f4a850!important}.border-sustainability{border-color:#51c5ac!important}.border-preference{border-color:#7c4aa9!important}.border-packaging{border-color:#3f65f1!important}.border-success-darker{border-color:#51c5ac!important}.border-darker{border-color:#adb5bd!important}.border-cyan{border-color:#4fc3f7!important}.border-orange{border-color:#fb6340!important}.border-purple{border-color:#5e72e4!important}.border-inverse{border-color:#32325d!important}.border-white{border-color:#fff!important}.rounded{border-radius:2px!important}.rounded-top{border-top-left-radius:2px!important}.rounded-right,.rounded-top{border-top-right-radius:2px!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:2px!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:2px!important}.rounded-left{border-top-left-radius:2px!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width:1600px){.d-xlg-none{display:none!important}.d-xlg-inline{display:inline!important}.d-xlg-inline-block{display:inline-block!important}.d-xlg-block{display:block!important}.d-xlg-table{display:table!important}.d-xlg-table-row{display:table-row!important}.d-xlg-table-cell{display:table-cell!important}.d-xlg-flex{display:flex!important}.d-xlg-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row,.persona.mini>div{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width:1600px){.flex-xlg-row{flex-direction:row!important}.flex-xlg-column{flex-direction:column!important}.flex-xlg-row-reverse{flex-direction:row-reverse!important}.flex-xlg-column-reverse{flex-direction:column-reverse!important}.flex-xlg-wrap{flex-wrap:wrap!important}.flex-xlg-nowrap{flex-wrap:nowrap!important}.flex-xlg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xlg-fill{flex:1 1 auto!important}.flex-xlg-grow-0{flex-grow:0!important}.flex-xlg-grow-1{flex-grow:1!important}.flex-xlg-shrink-0{flex-shrink:0!important}.flex-xlg-shrink-1{flex-shrink:1!important}.justify-content-xlg-start{justify-content:flex-start!important}.justify-content-xlg-end{justify-content:flex-end!important}.justify-content-xlg-center{justify-content:center!important}.justify-content-xlg-between{justify-content:space-between!important}.justify-content-xlg-around{justify-content:space-around!important}.align-items-xlg-start{align-items:flex-start!important}.align-items-xlg-end{align-items:flex-end!important}.align-items-xlg-center{align-items:center!important}.align-items-xlg-baseline{align-items:baseline!important}.align-items-xlg-stretch{align-items:stretch!important}.align-content-xlg-start{align-content:flex-start!important}.align-content-xlg-end{align-content:flex-end!important}.align-content-xlg-center{align-content:center!important}.align-content-xlg-between{align-content:space-between!important}.align-content-xlg-around{align-content:space-around!important}.align-content-xlg-stretch{align-content:stretch!important}.align-self-xlg-auto{align-self:auto!important}.align-self-xlg-start{align-self:flex-start!important}.align-self-xlg-end{align-self:flex-end!important}.align-self-xlg-center{align-self:center!important}.align-self-xlg-baseline{align-self:baseline!important}.align-self-xlg-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1600px){.float-xlg-left{float:left!important}.float-xlg-right{float:right!important}.float-xlg-none{float: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}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.08)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.live-search-container .input-group div.search-filter-toggle label,.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.knowledge-hub h5,.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2,.reports table tr td.actions span{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.active-product .title,.mb-3,.my-3{margin-bottom:1rem!important}.live-search-container .input-group div.search-filter-toggle label,.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3,.persona.mini{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1600px){.m-xlg-0{margin:0!important}.mt-xlg-0,.my-xlg-0{margin-top:0!important}.mr-xlg-0,.mx-xlg-0{margin-right:0!important}.mb-xlg-0,.my-xlg-0{margin-bottom:0!important}.ml-xlg-0,.mx-xlg-0{margin-left:0!important}.m-xlg-1{margin:.25rem!important}.mt-xlg-1,.my-xlg-1{margin-top:.25rem!important}.mr-xlg-1,.mx-xlg-1{margin-right:.25rem!important}.mb-xlg-1,.my-xlg-1{margin-bottom:.25rem!important}.ml-xlg-1,.mx-xlg-1{margin-left:.25rem!important}.m-xlg-2{margin:.5rem!important}.mt-xlg-2,.my-xlg-2{margin-top:.5rem!important}.mr-xlg-2,.mx-xlg-2{margin-right:.5rem!important}.mb-xlg-2,.my-xlg-2{margin-bottom:.5rem!important}.ml-xlg-2,.mx-xlg-2{margin-left:.5rem!important}.m-xlg-3{margin:1rem!important}.mt-xlg-3,.my-xlg-3{margin-top:1rem!important}.mr-xlg-3,.mx-xlg-3{margin-right:1rem!important}.mb-xlg-3,.my-xlg-3{margin-bottom:1rem!important}.ml-xlg-3,.mx-xlg-3{margin-left:1rem!important}.m-xlg-4{margin:1.5rem!important}.mt-xlg-4,.my-xlg-4{margin-top:1.5rem!important}.mr-xlg-4,.mx-xlg-4{margin-right:1.5rem!important}.mb-xlg-4,.my-xlg-4{margin-bottom:1.5rem!important}.ml-xlg-4,.mx-xlg-4{margin-left:1.5rem!important}.m-xlg-5{margin:3rem!important}.mt-xlg-5,.my-xlg-5{margin-top:3rem!important}.mr-xlg-5,.mx-xlg-5{margin-right:3rem!important}.mb-xlg-5,.my-xlg-5{margin-bottom:3rem!important}.ml-xlg-5,.mx-xlg-5{margin-left:3rem!important}.p-xlg-0{padding:0!important}.pt-xlg-0,.py-xlg-0{padding-top:0!important}.pr-xlg-0,.px-xlg-0{padding-right:0!important}.pb-xlg-0,.py-xlg-0{padding-bottom:0!important}.pl-xlg-0,.px-xlg-0{padding-left:0!important}.p-xlg-1{padding:.25rem!important}.pt-xlg-1,.py-xlg-1{padding-top:.25rem!important}.pr-xlg-1,.px-xlg-1{padding-right:.25rem!important}.pb-xlg-1,.py-xlg-1{padding-bottom:.25rem!important}.pl-xlg-1,.px-xlg-1{padding-left:.25rem!important}.p-xlg-2{padding:.5rem!important}.pt-xlg-2,.py-xlg-2{padding-top:.5rem!important}.pr-xlg-2,.px-xlg-2{padding-right:.5rem!important}.pb-xlg-2,.py-xlg-2{padding-bottom:.5rem!important}.pl-xlg-2,.px-xlg-2{padding-left:.5rem!important}.p-xlg-3{padding:1rem!important}.pt-xlg-3,.py-xlg-3{padding-top:1rem!important}.pr-xlg-3,.px-xlg-3{padding-right:1rem!important}.pb-xlg-3,.py-xlg-3{padding-bottom:1rem!important}.pl-xlg-3,.px-xlg-3{padding-left:1rem!important}.p-xlg-4{padding:1.5rem!important}.pt-xlg-4,.py-xlg-4{padding-top:1.5rem!important}.pr-xlg-4,.px-xlg-4{padding-right:1.5rem!important}.pb-xlg-4,.py-xlg-4{padding-bottom:1.5rem!important}.pl-xlg-4,.px-xlg-4{padding-left:1.5rem!important}.p-xlg-5{padding:3rem!important}.pt-xlg-5,.py-xlg-5{padding-top:3rem!important}.pr-xlg-5,.px-xlg-5{padding-right:3rem!important}.pb-xlg-5,.py-xlg-5{padding-bottom:3rem!important}.pl-xlg-5,.px-xlg-5{padding-left:3rem!important}.m-xlg-auto{margin:auto!important}.mt-xlg-auto,.my-xlg-auto{margin-top:auto!important}.mr-xlg-auto,.mx-xlg-auto{margin-right:auto!important}.mb-xlg-auto,.my-xlg-auto{margin-bottom:auto!important}.ml-xlg-auto,.mx-xlg-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1600px){.text-xlg-left{text-align:left!important}.text-xlg-right{text-align:right!important}.text-xlg-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:800!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#3f65f1!important}a.text-primary:focus,a.text-primary:hover{color:#1140ec!important}.text-secondary{color:#cedbe9!important}a.text-secondary:focus,a.text-secondary:hover{color:#abc1d9!important}.text-success{color:#0ed7ac!important}a.text-success:focus,a.text-success:hover{color:#0ba786!important}.text-info{color:#2962ff!important}a.text-info:focus,a.text-info:hover{color:#0041f5!important}.text-warning{color:#f4a850!important}a.text-warning:focus,a.text-warning:hover{color:#f19020!important}.text-danger{color:#e85a73!important}a.text-danger:focus,a.text-danger:hover{color:#e22d4d!important}.text-light{color:#f6f9fc!important}a.text-light:focus,a.text-light:hover{color:#d0e0ef!important}.text-dark{color:#32325d!important}a.text-dark:focus,a.text-dark:hover{color:#20203c!important}.text-persona{color:#f4a850!important}a.text-persona:focus,a.text-persona:hover{color:#f19020!important}.text-sustainability{color:#51c5ac!important}a.text-sustainability:focus,a.text-sustainability:hover{color:#39aa92!important}.text-preference{color:#7c4aa9!important}a.text-preference:focus,a.text-preference:hover{color:#623a86!important}.text-packaging{color:#3f65f1!important}a.text-packaging:focus,a.text-packaging:hover{color:#1140ec!important}.text-success-darker{color:#51c5ac!important}a.text-success-darker:focus,a.text-success-darker:hover{color:#39aa92!important}.text-darker{color:#adb5bd!important}a.text-darker:focus,a.text-darker:hover{color:#919ca6!important}.text-cyan{color:#4fc3f7!important}a.text-cyan:focus,a.text-cyan:hover{color:#1eb2f5!important}.text-orange{color:#fb6340!important}a.text-orange:focus,a.text-orange:hover{color:#fa3a0e!important}.text-purple{color:#5e72e4!important}a.text-purple:focus,a.text-purple:hover{color:#324cdd!important}.text-inverse{color:#32325d!important}a.text-inverse:focus,a.text-inverse:hover{color:#20203c!important}.text-body{color:#212529!important}.text-muted{color:#8898aa!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}*{outline:none}body{margin:0;overflow-x:hidden;color:#212529;background:#fff;font-family:Euclid Circular A,sans-serif;font-weight:400;font-style:normal;color:#273f52;letter-spacing:.5px}body,html{width:100%!important;max-width:100%!important;position:relative}html{overflow-x:hidden!important}@media (max-width:414px) and (min-height:812px){body,html{width:100%!important;max-width:100%!important;overflow-x:hidden!important;position:relative;padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}*{max-width:100%}body{min-height:100vh;min-height:-webkit-fill-available}}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin1],#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin1]{background:#fff}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin2],#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin2]{background:#fe5419}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin3],#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin3]{background:#00b0ff}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin4],#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin4]{background:#6659f7}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin5],#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin5]{background:#414755}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6],#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6]{background:#141c3f}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .dark-logo,#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .dark-logo{display:inline}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .light-logo,#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .light-logo{display:none}#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .nav-toggler,#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .topbartoggler,#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .nav-toggler,#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] .topbartoggler{color:#212529}#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin2],#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin2],#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin2],#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin2]{background:#fe5419}#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin3],#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin3],#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin3],#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin3]{background:#00b0ff}#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin4],#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin4],#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin4],#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin4]{background:#6659f7}#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin5],#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin5],#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin5],#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin5]{background:#414755}#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin6],#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin6],#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin6],#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin6]{background:#141c3f}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1],#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1] ul,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1],#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1] ul{background:#fff}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1] .create-btn,#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1] ul .create-btn,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1] .create-btn,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1] ul .create-btn{background:#4fc3f7}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2],#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2] ul,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2],#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2] ul{background:#fe5419}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2]:after,#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2] ul:after,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2]:after,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2] ul:after{background:url(/static/media/sidebarbg.f432cf7d.png) no-repeat;position:absolute;top:0;content:"";width:100%;height:100%;opacity:.1;z-index:-1}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3],#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3] ul,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3],#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3] ul{background:#00b0ff}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4],#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4] ul,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4],#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4] ul{background:#6659f7}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5],#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] ul,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5],#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] ul{background:#414755}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] .create-btn,#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] ul .create-btn,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] .create-btn,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] ul .create-btn{background:#4fc3f7}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6],#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6],#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul{background:#141c3f}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link{color:#fff}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link i,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link i{color:#607d8b}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .nav-small-cap,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .nav-small-cap{color:#fff;opacity:.7}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow:after,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow:after{border-color:#fff}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .user-content,#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .user-email,#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .user-name,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .user-content,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .user-email,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .user-name{color:#212529}#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .create-btn,#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .create-btn{background:#4fc3f7}.badge-circle{text-align:center;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;width:2rem;height:2rem;font-size:.875rem}.badge-rounded{border-radius:40px}.notification-badge{background-color:#ef4444;min-width:20px;height:20px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;padding:0 6px;color:#fff;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.15);line-height:1;white-space:nowrap;z-index:10}.round{line-height:48px;color:#fff;width:50px;height:50px;display:inline-block;font-weight:400;text-align:center;background:#007bff;line-height:52px}.round,.round img{border-radius:100%}.round.round-info{background:#007bff}.round.round-warning{background:#ffc107}.round.round-danger{background:#dc3545}.round.round-success{background:#28a745}.round.round-primary{background:#007bff}.round-lg{line-height:65px;width:60px;height:60px;font-size:30px}.btn,.reports table tr td.actions span{position:relative;transition:all .2s ease-in-out;border-radius:6px;font-weight:600;letter-spacing:.5px}.btn:hover,.reports table tr td.actions span:hover{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-o-transform:translateY(-1px)}.btn.focus,.btn:focus,.reports table tr td.actions span.focus,.reports table tr td.actions span:focus{outline:0;box-shadow:none}.btn-circle{border-radius:100%;width:40px;height:40px;padding:10px}.btn-circle:not(:disabled):not(.disabled).active,.btn-circle:not(:disabled):not(.disabled):active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-circle:not(:disabled):not(.disabled).active:focus,.btn-circle:not(:disabled):not(.disabled):active:focus{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08),inset 0 3px 5px rgba(0,0,0,.125)}.btn-circle.btn-sm,.btn-group-sm>.btn-circle.btn,.reports table tr td.actions .btn-group-sm>span.btn-circle{width:35px;height:35px;padding:8px 10px;font-size:14px}.btn-circle.btn-lg,.btn-group-lg>.btn-circle.btn,.reports table tr td.actions .btn-group-lg>span.btn-circle{width:50px;height:50px;padding:14px 15px;font-size:18px;line-height:23px}.btn-circle.btn-xl{width:70px;height:70px;padding:14px 15px;font-size:24px}.btn-rounded{border-radius:60px}.btn-rounded:not(:disabled):not(.disabled).active,.btn-rounded:not(:disabled):not(.disabled):active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-rounded:not(:disabled):not(.disabled).active:focus,.btn-rounded:not(:disabled):not(.disabled):active:focus{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08),inset 0 3px 5px rgba(0,0,0,.125)}.btn-group-lg>.btn-rounded.btn,.btn-rounded.btn-lg,.reports table tr td.actions .btn-group-lg>span.btn-rounded{padding:.75rem 1.5rem}.btn-group-sm>.btn-rounded.btn,.btn-rounded.btn-sm,.reports table tr td.actions .btn-group-sm>span.btn-rounded{padding:.25rem .75rem;font-size:12px}.btn-rounded.btn-md{padding:12px 35px;font-size:16px}.btn-facebook{color:#fff;background-color:#3b5999;border-color:#3b5999;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-facebook:hover{color:#fff;background-color:#30497d;border-color:#2d4474}.btn-facebook.focus,.btn-facebook:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(59,89,153,.5)}.btn-facebook.disabled,.btn-facebook:disabled{color:#fff;background-color:#3b5999;border-color:#3b5999}.btn-facebook:not(:disabled):not(.disabled).active,.btn-facebook:not(:disabled):not(.disabled):active,.show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#2d4474;border-color:#293e6b}.btn-facebook:not(:disabled):not(.disabled).active:focus,.btn-facebook:not(:disabled):not(.disabled):active:focus,.show>.btn-facebook.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(59,89,153,.5)}.btn-twitter{color:#fff;background-color:#1da1f2;border-color:#1da1f2;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-twitter:hover{color:#fff;background-color:#0d8ddc;border-color:#0c85d0}.btn-twitter.focus,.btn-twitter:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(29,161,242,.5)}.btn-twitter.disabled,.btn-twitter:disabled{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-twitter:not(:disabled):not(.disabled).active,.btn-twitter:not(:disabled):not(.disabled):active,.show>.btn-twitter.dropdown-toggle{color:#fff;background-color:#0c85d0;border-color:#0b7ec4}.btn-twitter:not(:disabled):not(.disabled).active:focus,.btn-twitter:not(:disabled):not(.disabled):active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(29,161,242,.5)}.btn-googleplus{color:#fff;background-color:#dd4b39;border-color:#dd4b39;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-googleplus:hover{color:#fff;background-color:#cd3623;border-color:#c23321}.btn-googleplus.focus,.btn-googleplus:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(221,75,57,.5)}.btn-googleplus.disabled,.btn-googleplus:disabled{color:#fff;background-color:#dd4b39;border-color:#dd4b39}.btn-googleplus:not(:disabled):not(.disabled).active,.btn-googleplus:not(:disabled):not(.disabled):active,.show>.btn-googleplus.dropdown-toggle{color:#fff;background-color:#c23321;border-color:#b7301f}.btn-googleplus:not(:disabled):not(.disabled).active:focus,.btn-googleplus:not(:disabled):not(.disabled):active:focus,.show>.btn-googleplus.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(221,75,57,.5)}.btn-instagram{color:#fff;background-color:#e4405f;border-color:#e4405f;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-instagram:hover{color:#fff;background-color:#de1f44;border-color:#d31e40}.btn-instagram.focus,.btn-instagram:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(228,64,95,.5)}.btn-instagram.disabled,.btn-instagram:disabled{color:#fff;background-color:#e4405f;border-color:#e4405f}.btn-instagram:not(:disabled):not(.disabled).active,.btn-instagram:not(:disabled):not(.disabled):active,.show>.btn-instagram.dropdown-toggle{color:#fff;background-color:#d31e40;border-color:#c81c3d}.btn-instagram:not(:disabled):not(.disabled).active:focus,.btn-instagram:not(:disabled):not(.disabled):active:focus,.show>.btn-instagram.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(228,64,95,.5)}.btn-pinterest{color:#fff;background-color:#bd081c;border-color:#bd081c;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-pinterest:hover{color:#fff;background-color:#980617;border-color:#8c0615}.btn-pinterest.focus,.btn-pinterest:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(189,8,28,.5)}.btn-pinterest.disabled,.btn-pinterest:disabled{color:#fff;background-color:#bd081c;border-color:#bd081c}.btn-pinterest:not(:disabled):not(.disabled).active,.btn-pinterest:not(:disabled):not(.disabled):active,.show>.btn-pinterest.dropdown-toggle{color:#fff;background-color:#8c0615;border-color:#800513}.btn-pinterest:not(:disabled):not(.disabled).active:focus,.btn-pinterest:not(:disabled):not(.disabled):active:focus,.show>.btn-pinterest.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(189,8,28,.5)}.btn-youtube{color:#fff;background-color:#cd201f;border-color:#cd201f;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-youtube:hover{color:#fff;background-color:#ac1b1a;border-color:#a11918}.btn-youtube.focus,.btn-youtube:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(205,32,31,.5)}.btn-youtube.disabled,.btn-youtube:disabled{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-youtube:not(:disabled):not(.disabled).active,.btn-youtube:not(:disabled):not(.disabled):active,.show>.btn-youtube.dropdown-toggle{color:#fff;background-color:#a11918;border-color:#961717}.btn-youtube:not(:disabled):not(.disabled).active:focus,.btn-youtube:not(:disabled):not(.disabled):active:focus,.show>.btn-youtube.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(205,32,31,.5)}.btn-linkedin{color:#fff;background-color:#007bb6;border-color:#007bb6;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-linkedin:hover{color:#fff;background-color:#006190;border-color:#005983}.btn-linkedin.focus,.btn-linkedin:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(0,123,182,.5)}.btn-linkedin.disabled,.btn-linkedin:disabled{color:#fff;background-color:#007bb6;border-color:#007bb6}.btn-linkedin:not(:disabled):not(.disabled).active,.btn-linkedin:not(:disabled):not(.disabled):active,.show>.btn-linkedin.dropdown-toggle{color:#fff;background-color:#005983;border-color:#005076}.btn-linkedin:not(:disabled):not(.disabled).active:focus,.btn-linkedin:not(:disabled):not(.disabled):active:focus,.show>.btn-linkedin.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(0,123,182,.5)}.btn-slack{color:#fff;background-color:#3aaf85;border-color:#3aaf85;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-slack:hover{color:#fff;background-color:#30926f;border-color:#2d8968}.btn-slack.focus,.btn-slack:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(58,175,133,.5)}.btn-slack.disabled,.btn-slack:disabled{color:#fff;background-color:#3aaf85;border-color:#3aaf85}.btn-slack:not(:disabled):not(.disabled).active,.btn-slack:not(:disabled):not(.disabled):active,.show>.btn-slack.dropdown-toggle{color:#fff;background-color:#2d8968;border-color:#2a7f61}.btn-slack:not(:disabled):not(.disabled).active:focus,.btn-slack:not(:disabled):not(.disabled):active:focus,.show>.btn-slack.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(58,175,133,.5)}.btn-dribbble{color:#fff;background-color:#ea4c89;border-color:#ea4c89;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-dribbble:hover{color:#fff;background-color:#e62a72;border-color:#e51e6b}.btn-dribbble.focus,.btn-dribbble:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(234,76,137,.5)}.btn-dribbble.disabled,.btn-dribbble:disabled{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.btn-dribbble:not(:disabled):not(.disabled).active,.btn-dribbble:not(:disabled):not(.disabled):active,.show>.btn-dribbble.dropdown-toggle{color:#fff;background-color:#e51e6b;border-color:#dc1a65}.btn-dribbble:not(:disabled):not(.disabled).active:focus,.btn-dribbble:not(:disabled):not(.disabled):active:focus,.show>.btn-dribbble.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(234,76,137,.5)}.btn-github{color:#fff;background-color:#222;border-color:#222;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.btn-github:hover{color:#fff;background-color:#0f0f0f;border-color:#090909}.btn-github.focus,.btn-github:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 .2rem rgba(34,34,34,.5)}.btn-github.disabled,.btn-github:disabled{color:#fff;background-color:#222;border-color:#222}.btn-github:not(:disabled):not(.disabled).active,.btn-github:not(:disabled):not(.disabled):active,.show>.btn-github.dropdown-toggle{color:#fff;background-color:#090909;border-color:#020202}.btn-github:not(:disabled):not(.disabled).active:focus,.btn-github:not(:disabled):not(.disabled):active:focus,.show>.btn-github.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(34,34,34,.5)}.btn-group .btn,.btn-group .reports table tr td.actions span,.input-group .btn,.input-group .reports table tr td.actions span,.reports table tr td.actions .btn-group span,.reports table tr td.actions .input-group span{margin-right:0;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0)}.button-group .btn,.button-group .reports table tr td.actions span,.reports table tr td.actions .button-group span{margin-bottom:5px}.no-button-group .btn,.no-button-group .reports table tr td.actions span,.reports table tr td.actions .no-button-group span{margin-bottom:5px;margin-right:0}.btn .text-active,.reports table tr td.actions span .text-active{display:none}.btn.active .text-active,.reports table tr td.actions span.active .text-active{display:inline-block}.btn.active .text,.reports table tr td.actions span.active .text{display:none}.btn-yellow{color:#fff;background-color:#f4a850;border-color:#f4a850}.btn-outline-powderblue{padding:8px 11px;margin:10px;min-width:7%;background-color:#fff;border-radius:6px;display:flex;border:2px solid #cedbe9;justify-content:center;align-items:center}.btn-outline-powderblue p{margin-bottom:0;font-weight:600;color:#657280}.btn-outline-powderblue i{color:#3f65f1;margin-right:7px}@media only screen and (max-width:720px){.btn-outline-powderblue{min-width:40%}}.btn-outline-powderblue:hover{color:#fff;background-color:#f1f5f9;border-color:#cedbe9}.btn-outline-powderblue:active,.btn-outline-powderblue:focus{color:#fff!important;background-color:#cedbe9!important;border-color:#abc1d9!important;box-shadow:none!important}.btn-adder:hover,.btn-adder:not(:disabled):not(.disabled):active{background-color:#3f65f1!important;color:#fff!important}.btn-search{color:#51c5ac!important}.btn-search:hover,.btn-search:not(:disabled):not(.disabled):active{background-color:#51c5ac!important;color:#fff!important}.edit-btn-success:hover{color:#000}.btn-permission-toggle.btn-primary{background-color:#cedbe9;border-color:#cedbe9;color:#2c3e50}.reports table tr td.actions span.std-view-btn,.std-view-btn.btn{background-color:#fff;border-color:#e1ecf3;color:#7a8999;box-shadow:none}.reports table tr td.actions span.std-view-btn:hover,.reports table tr td.actions span.std-view-btn:not(:disabled):not(.disabled):active,.std-view-btn.btn:hover,.std-view-btn.btn:not(:disabled):not(.disabled):active{background-color:#3f65f1;border-color:#3f65f1;color:#fff}.reports table tr td.actions span.std-submit-btn,.std-submit-btn.btn{background-color:#0ed7ac;border-color:#0ed7ac;color:#fff;box-shadow:none}.reports table tr td.actions span.std-submit-btn:hover,.reports table tr td.actions span.std-submit-btn:not(:disabled):not(.disabled):active,.std-submit-btn.btn:hover,.std-submit-btn.btn:not(:disabled):not(.disabled):active{background-color:#0ed7ac;border-color:#0ed7ac;color:#fff}.reports table tr td.actions span.std-reset-btn,.std-reset-btn.btn{background-color:#e85a73;border-color:#e85a73}.btn-round{border-radius:20px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.1);display:inline-flex;align-items:center;grid-gap:8px;gap:8px;position:relative;overflow:hidden}.btn-round:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.btn-round:hover:before{left:100%}.btn-round.inactive{opacity:1;box-shadow:0 2px 8px rgba(0,0,0,.1)}.btn-round.inactive:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-round:not(.inactive){opacity:1;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-round:not(.inactive):hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,.25)}.filter-btn-retail.active{background:linear-gradient(135deg,#3f65f1,#2c5aa0);border-color:#3f65f1;color:#fff;box-shadow:0 4px 15px rgba(63,101,241,.4)}.filter-btn-retail.inactive{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#3f65f1;color:#3f65f1}.filter-btn-retail.inactive:hover{background:linear-gradient(135deg,#c7d2fe,#a5b4fc);transform:translateY(-1px)}.filter-btn-concept.active{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b;color:#fff;box-shadow:0 4px 15px rgba(245,158,11,.4)}.filter-btn-concept.inactive{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;color:#d97706}.filter-btn-concept.inactive:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);transform:translateY(-1px)}.filter-btn-updates.active{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;color:#fff;box-shadow:0 4px 15px rgba(239,68,68,.4)}.filter-btn-updates.inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef4444;color:#dc2626}.filter-btn-updates.inactive:hover{background:linear-gradient(135deg,#fecaca,#fca5a5);transform:translateY(-1px)}.filter-btn-journey.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;color:#fff;box-shadow:0 4px 15px rgba(139,92,246,.4)}.filter-btn-journey.inactive{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-color:#8b5cf6;color:#7c3aed}.filter-btn-journey.inactive:hover{background:linear-gradient(135deg,#ddd6fe,#c4b5fd);transform:translateY(-1px)}.filter-btn-journey .journey-icon{width:18px;height:18px;margin-right:4px}.filter-buttons{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;margin-top:15px;justify-content:flex-start;align-items:center}.filter-buttons .btn,.filter-buttons .reports table tr td.actions span,.reports table tr td.actions .filter-buttons span{margin:0;white-space:nowrap}@media (max-width:1024px){.filter-buttons{grid-gap:10px;gap:10px}.filter-buttons .btn,.filter-buttons .reports table tr td.actions span,.reports table tr td.actions .filter-buttons span{font-size:13px;padding:8px 16px}}@media (max-width:768px){.filter-buttons{flex-direction:row;flex-wrap:wrap;grid-gap:8px;gap:8px;justify-content:center}.filter-buttons .btn,.filter-buttons .reports table tr td.actions span,.reports table tr td.actions .filter-buttons span{flex:1 1;min-width:calc(50% - 4px);justify-content:center;font-size:12px;padding:8px 12px}}@media (max-width:480px){.filter-buttons{flex-direction:column;grid-gap:6px;gap:6px}.filter-buttons .btn,.filter-buttons .reports table tr td.actions span,.reports table tr td.actions .filter-buttons span{width:100%;min-width:auto;font-size:12px;padding:8px 16px}}.btn-duplicate{align-self:flex-end;margin-left:auto;margin-right:5px;display:flex;align-items:center;justify-content:center;color:#3f65f1;width:40px!important;height:40px!important}.btn-duplicate:hover{background-color:#3f65f1;color:#fff}.btn-compare{align-self:flex-end;margin-left:auto;margin-right:5px;display:flex;align-items:center;justify-content:center;color:#3f65f1;width:40px!important;height:40px!important}.btn-compare:hover{background-color:#3f65f1;color:#fff}.card{margin-bottom:30px}.card .card-subtitle{font-weight:300;margin-bottom:10px;color:#8898aa}.card .card-title{position:relative;font-weight:600}.card .card-actions{float:right}.card .card-actions a{padding:0 5px;cursor:pointer}.card .card-header .card-title{margin-bottom:0}.card-alt{margin:0 -20px;background:#e4e9ef}.card-group{margin-bottom:30px}.card-group .card{border-right:1px solid #e9ecef}.card-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:auto}.card-hover{transition:all .25s ease}.card-hover:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 14px 24px rgba(62,57,107,.1)}.draggable-cards .card-header{cursor:move}.card-moved .card{background:#4fc3f7;color:#fff}.accordion .btn,.accordion .btn:hover,.accordion .card,.accordion .reports table tr td.actions span,.accordion .reports table tr td.actions span:hover,.reports table tr td.actions .accordion span,.reports table tr td.actions .accordion span:hover{box-shadow:none;margin-bottom:1px}.comment-widgets{position:relative;margin-bottom:10px}.comment-widgets .comment-row{border-bottom:1px solid transparent;padding:14px;display:flex;margin:10px 0}.comment-widgets .comment-row:last-child{border-bottom:0}.comment-widgets .comment-row.active,.comment-widgets .comment-row:hover{background:rgba(0,0,0,.03)}.comment-text{padding-left:15px;width:100%}.comment-text.active .comment-footer .action-icons,.comment-text:hover .comment-footer .action-icons{visibility:visible}.comment-text p{max-height:65px;width:100%;overflow:hidden}.comment-footer .action-icons{visibility:hidden}.comment-footer .action-icons a{padding-left:7px;vertical-align:middle;color:#adb5bd}.comment-footer .action-icons a.active,.comment-footer .action-icons a:hover{color:#4fc3f7}.notification{padding:5px;display:flex;min-height:60px;color:#fff}.notification i{font-size:1.5em}.notification .details,.notification i{margin-left:20px;align-self:center}.notification .details p{letter-spacing:.8pt;margin-bottom:0}.notification .details p.title{font-weight:700}.notification.error{background-color:#e85a73}.notification.warning{background-color:#3f65f1}.notification.warning .description{font-weight:700}.notification.product{background-color:#3f65f1}.notification.ingredient{background-color:#f4a850}.notification.info{background-color:#51c5ac}.noty_theme__sunset.noty_bar{border-radius:5px!important;box-shadow:9px 5px 11px 12px rgba(0,0,0,.08);margin:18px 4px!important;width:410px}#noty_layout__topRight{top:80px;right:100px!important;width:325px;z-index:200!important}.feed-widget .feed-body .feed-item{padding:12px 0;display:flex;align-items:center}.feed-widget .feed-body .feed-item:hover{background:#f6f9fc}.feed-widget .feed-body .feed-item>.feed-icon{width:40px;height:40px;margin-right:10px;display:inline-block;text-align:center;vertical-align:middle;border-radius:100%;color:#fff}.feed-widget .feed-body .feed-item>.feed-icon i{line-height:40px}.floating{-webkit-animation:floating 3s ease infinite;animation:floating 3s ease infinite;will-change:transform}.floating:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.floating-lg{-webkit-animation:floating-lg 3s ease infinite;animation:floating-lg 3s ease infinite}.floating-sm{-webkit-animation:floating-sm 3s ease infinite;animation:floating-sm 3s ease infinite}@-webkit-keyframes floating-lg{0%{transform:translateY(0)}50%{transform:translateY(15px)}to{transform:translateY(0)}}@keyframes floating-lg{0%{transform:translateY(0)}50%{transform:translateY(15px)}to{transform:translateY(0)}}@-webkit-keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@-webkit-keyframes floating-sm{0%{transform:translateY(0)}50%{transform:translateY(5px)}to{transform:translateY(0)}}@keyframes floating-sm{0%{transform:translateY(0)}50%{transform:translateY(5px)}to{transform:translateY(0)}}#main-wrapper{width:100%;overflow:hidden;overflow-y:scroll}.page-wrapper{background:#fff;position:relative;transition:.2s ease-in;display:block;margin-top:0}.page-wrapper>.page-content{padding:20px 0;min-height:100vh;margin-top:0}.page-breadcrumb{padding:30px 30px 0}.footer{padding:15px 20px}.left-part{height:calc(100vh - 220px);width:260px;position:absolute;border-right:1px solid #e9ecef}.left-part.fixed-left-part{position:fixed;top:0;padding-top:10px}.left-part .show-left-part{position:absolute;top:45%;right:-41px}.right-part{width:calc(100% - 260px);height:calc(100vh - 220px);overflow:auto;margin-left:260px}.reverse-mode .left-part{right:0;border-left:1px solid #e9ecef}.reverse-mode .show-left-part{right:auto;left:-41px}.reverse-mode .right-part{margin-left:0;margin-right:260px}#main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header{transition:.2s ease-in}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{margin-left:0;width:100%;max-width:100%}#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .page-wrapper{margin-left:100px}#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .left-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item,#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .topbar .top-navbar .navbar-header{width:100px;box-shadow:inset}#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav-bottom ul .sidebar-item .sidebar-link,#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item .sidebar-link{display:flex;flex-direction:column;text-align:center}#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav-bottom ul .sidebar-item .sidebar-link i,#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item .sidebar-link i{display:block;width:auto}#main-wrapper[data-layout=vertical][data-sidebartype=overlay] .topbar .top-navbar .navbar-header{width:260px}#main-wrapper[data-layout=vertical][data-sidebartype=overlay] .left-sidebar{left:-260px}#main-wrapper[data-layout=vertical][data-sidebartype=overlay].show-sidebar .left-sidebar{left:0}#main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-header{position:fixed;z-index:10}#main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .left-sidebar{position:fixed}#main-wrapper[data-layout=vertical][data-header-position=fixed] .topbar{position:relative;flex:1 1}#main-wrapper[data-layout=vertical][data-header-position=fixed] .page-wrapper{padding-top:0}#main-wrapper[data-layout=vertical][data-header-position=fixed] .container-fluid{padding-top:20px}#main-wrapper[data-layout=vertical][data-boxed-layout=boxed]{max-width:1200px;margin:0 auto;position:relative;box-shadow:1px 0 80px rgba(0,0,0,.2)}#main-wrapper[data-layout=vertical][data-boxed-layout=boxed][data-header-position=fixed] .topbar{max-width:1200px}@media (min-width:768px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important;position:relative;z-index:999}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar{padding-left:20px!important;padding-right:16px!important;width:100%!important;margin:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-header{width:260px}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar{margin-left:0;width:100%}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header{width:100px}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header .logo-text{display:none}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header.expand-logo{width:260px}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header.expand-logo .logo-text{display:block}#main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse{margin-left:20px}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .page-wrapper{margin-left:100px}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .has-arrow:after,#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .hide-menu{display:block}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .nav-small-cap{justify-content:center}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar{width:100px;overflow:hidden}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover{width:260px}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .has-arrow:after,#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .hide-menu{display:block}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .nav-small-cap{justify-content:flex-start}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .first-level .sidebar-item .sidebar-link i{visibility:hidden}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .second-level .sidebar-item{padding:0 0 0 20px}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar .first-level .sidebar-item .sidebar-link i{visibility:visible}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar .second-level .sidebar-item{padding:0}}@media (max-width:767.98px){#main-wrapper .topbar{margin-left:0!important;width:100%!important}#main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar{left:-260px}#main-wrapper.show-sidebar .left-sidebar{left:0}#main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse,#main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse{position:relative;top:78.8px}.left-part{left:-260px;background:#fff;z-index:1;top:78.8px;height:calc(100vh - 66px);box-shadow:0 0 50px rgba(0,0,0,.2);position:fixed;transition:.1s ease-in}.left-part.show-panel{left:0}.reverse-mode .left-part{right:-260px;left:auto}.reverse-mode .left-part.show-panel{right:0}.right-part{width:100%;margin-left:0;height:500px}.page-wrapper{margin-left:0!important;width:100vw!important;max-width:100vw!important;padding-left:0!important;padding-right:0!important}}@media (min-width:768px) and (max-width:1024px){#main-wrapper[data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important}#main-wrapper[data-sidebartype=full] .jf-sidebar,#main-wrapper[data-sidebartype=full] .left-sidebar{width:240px!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;z-index:1000!important}#main-wrapper[data-sidebartype=full] .page-wrapper{margin-left:240px!important;width:calc(100% - 240px)!important;max-width:calc(100% - 240px)!important;padding-left:0!important;padding-right:0!important}#main-wrapper[data-sidebartype=full] .container-fluid{width:100%!important;max-width:100%!important;padding-left:15px!important;padding-right:15px!important}#main-wrapper[data-sidebartype=full] .d-flex{width:100%!important;max-width:100%!important}#main-wrapper[data-sidebartype=full] .page-content{margin-left:0!important;padding-left:0!important}#main-wrapper[data-sidebartype=full]>.d-flex>div>.page-wrapper{margin-left:240px!important}.tablet-menu-toggle{position:fixed;top:20px;left:20px;z-index:1060;background:#007bff;color:#fff;border:none;border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px rgba(0,123,255,.3);transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.tablet-menu-toggle:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,123,255,.4)}.tablet-menu-toggle:active{transform:translateY(0)}#main-wrapper[data-sidebartype=tablet]{width:100%!important;overflow-x:hidden;overflow-y:scroll}#main-wrapper[data-sidebartype=tablet] .jf-sidebar,#main-wrapper[data-sidebartype=tablet] .left-sidebar{transform:translateX(-100%)!important;width:280px!important;z-index:1050!important;position:fixed!important;box-shadow:0 0 20px rgba(0,0,0,.3)!important;transition:transform .3s cubic-bezier(.4,0,.2,1);top:0;left:0;height:100vh;overflow-y:auto}#main-wrapper[data-sidebartype=tablet] .jf-sidebar.tablet-open,#main-wrapper[data-sidebartype=tablet] .left-sidebar.tablet-open{transform:translateX(0)!important}#main-wrapper[data-sidebartype=tablet] .page-wrapper{padding:0 16px}#main-wrapper[data-sidebartype=tablet] .d-flex>div:last-child{flex:1 1!important}#main-wrapper.show-sidebar[data-sidebartype=tablet] .jf-sidebar,#main-wrapper.show-sidebar[data-sidebartype=tablet] .left-sidebar{transform:translateX(0)!important;width:280px!important;z-index:1050!important;position:fixed!important;box-shadow:0 0 20px rgba(0,0,0,.3)!important;transition:transform .3s cubic-bezier(.4,0,.2,1);top:0;left:0;height:100vh;overflow-y:auto}#main-wrapper.show-sidebar[data-sidebartype=tablet] .page-wrapper,#main-wrapper[data-layout=vertical][data-sidebartype=tablet] .page-wrapper{margin-left:0!important;width:100%!important;padding:0 16px}#main-wrapper[data-layout=vertical][data-sidebartype=tablet] .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=tablet] .left-sidebar{transform:translateX(-100%)!important;width:280px!important;z-index:1050;position:fixed!important;box-shadow:0 0 20px rgba(0,0,0,.3);transition:transform .3s cubic-bezier(.4,0,.2,1);top:0;left:0;height:100vh;overflow-y:auto}#main-wrapper[data-layout=vertical][data-sidebartype=tablet] .jf-sidebar.tablet-open,#main-wrapper[data-layout=vertical][data-sidebartype=tablet] .left-sidebar.tablet-open{transform:translateX(0)!important}#main-wrapper[data-sidebartype=tablet] .page-wrapper{margin-left:0!important;width:100%!important;padding:0 16px!important;max-width:100vw!important;overflow-x:hidden;overflow-y:scroll}#main-wrapper[data-sidebartype=tablet] .container,#main-wrapper[data-sidebartype=tablet] .container-fluid{max-width:100%!important;padding:0 16px!important;width:100%!important}#main-wrapper[data-sidebartype=tablet] .d-flex{width:100%!important;max-width:100vw!important}#main-wrapper[data-sidebartype=tablet] .d-flex>div:last-child{width:100%!important;max-width:100%!important;margin-left:0!important}#main-wrapper[data-sidebartype=tablet] .sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1040;opacity:0;visibility:hidden;transition:all .3s ease}#main-wrapper[data-sidebartype=tablet] .sidebar-overlay.active{opacity:1;visibility:visible}#main-wrapper.show-sidebar[data-sidebartype=tablet] .jf-sidebar,#main-wrapper.show-sidebar[data-sidebartype=tablet] .left-sidebar{transform:translateX(-100%)!important}#main-wrapper.show-sidebar[data-sidebartype=tablet] .jf-sidebar.tablet-open,#main-wrapper.show-sidebar[data-sidebartype=tablet] .left-sidebar.tablet-open{transform:translateX(0)!important}#main-wrapper[data-sidebartype=tablet] .left-submenu{transform:translateX(-100%)!important}#main-wrapper[data-sidebartype=tablet] .left-submenu.tablet-open{transform:translateX(0)!important}#main-wrapper[data-layout=vertical][data-sidebartype=tablet].show-sidebar .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=tablet].show-sidebar .left-sidebar{transform:translateX(-100%)!important}#main-wrapper[data-layout=vertical][data-sidebartype=tablet].show-sidebar .jf-sidebar.tablet-open,#main-wrapper[data-layout=vertical][data-sidebartype=tablet].show-sidebar .left-sidebar.tablet-open{transform:translateX(0)!important}.jf-sidebar,.left-sidebar{transform:translateX(-100%)!important}.jf-sidebar.tablet-open,.left-sidebar.tablet-open{transform:translateX(0)!important}}@media (min-width:768px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:260px;width:calc(100% - 260px);max-width:calc(100% - 260px)}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper .container,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper .container-fluid{max-width:100%!important}}@media (max-width:767.98px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}#main-wrapper .d-flex>div[style],#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important}}@media (min-width:768px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .account-settings,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper,#main-wrapper[data-layout=vertical][data-sidebartype=full] .preferences-page,#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings{overflow-x:visible!important;max-width:none!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .account-settings .form-container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .account-settings .profile-settings-form,#main-wrapper[data-layout=vertical][data-sidebartype=full] .account-settings .settings-form,#main-wrapper[data-layout=vertical][data-sidebartype=full] .preferences-page .form-container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .preferences-page .profile-settings-form,#main-wrapper[data-layout=vertical][data-sidebartype=full] .preferences-page .settings-form,#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings .form-container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings .profile-settings-form,#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings .settings-form{min-width:800px!important;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;max-width:none!important;overflow:visible!important}}@media (min-width:768px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-lg,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-md,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-sm,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-xl,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-xxl{max-width:none!important}}@media (min-width:1025px) and (max-width:1300px){#main-wrapper[data-layout=vertical][data-sidebartype=full]{width:100vw!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar{width:260px!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;z-index:1000!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex{width:100vw!important;margin:0!important;padding:0!important;grid-gap:0!important;gap:0!important;overflow:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{background:#f8f9fa!important;-webkit-overflow-scrolling:touch!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div[style]:last-child{margin-left:260px!important;width:calc(100vw - 260px)!important;max-width:none!important;min-width:0!important;padding:0!important;overflow-x:auto!important;overflow-y:auto!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{margin:0!important;padding:0!important;width:100%!important;max-width:none!important;min-width:0!important;overflow-x:visible!important;overflow-y:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;margin-right:0!important;padding-left:0!important;width:100%!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content{margin:0!important;padding:20px!important;width:100%!important;max-width:none!important;min-width:0!important;overflow-x:visible!important;overflow-y:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-lg,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-md,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-sm,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-xl,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-xxl{max-width:none!important;width:100%!important;margin:0!important;padding-left:20px!important;padding-right:20px!important;overflow-x:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container .container{max-width:none!important;width:100%!important;margin:0!important;padding-left:20px!important;padding-right:20px!important;overflow-x:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container .dashboard-content-wrapper{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .row{width:100%!important;max-width:none!important;margin-left:-15px!important;margin-right:-15px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] [class*=col-]{padding-left:15px!important;padding-right:15px!important}}@media (min-width:1025px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-lg,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-md,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-sm,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-xl,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-xxl,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-layout,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content{max-width:100%!important;width:100%!important}}@media (min-width:768px) and (max-width:1024px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper{margin-left:240px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper .container,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper .container-fluid{padding-left:12px!important;padding-right:16px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar{width:240px!important}}@media (min-width:768px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important;max-width:100%!important;position:relative;z-index:999}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar{width:100%!important;max-width:100%!important;padding-left:20px!important;padding-right:12px!important;margin:0!important;display:flex!important;justify-content:space-between!important;align-items:center!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section{flex:1 1!important;min-width:0!important;margin:0 16px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-nav{flex-shrink:0!important;margin:0!important}}@media (min-width:1200px) and (max-width:1300px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important;max-width:100%!important;position:relative;z-index:999}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:8px!important;margin:0!important;display:flex!important;justify-content:space-between!important;align-items:center!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section{flex:1 1!important;min-width:0!important;max-width:none!important;margin:0 12px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-nav{flex-shrink:0!important;margin:0!important}}@media (min-width:1025px) and (max-width:1200px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar{width:260px!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;z-index:1000!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper .container,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper .container-fluid{width:100%!important;max-width:100%!important;padding-left:15px!important;padding-right:15px!important;margin-left:0!important;margin-right:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{width:calc(100% - 260px)!important;max-width:calc(100% - 260px)!important;margin-left:0!important;flex:none!important}}@media (min-width:768px) and (max-width:1024px){#main-wrapper[data-sidebartype=full] .jf-sidebar,#main-wrapper[data-sidebartype=full] .left-sidebar{transform:translateX(0)!important;position:fixed!important;z-index:1000!important;width:240px!important;left:0!important;top:0!important;height:100vh!important;box-shadow:none!important;display:block!important;visibility:visible!important;opacity:1!important}#main-wrapper[data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important}#main-wrapper[data-sidebartype=full] .page-wrapper{margin-left:240px!important;width:calc(100% - 240px)!important}#main-wrapper[data-sidebartype=full] .container-fluid{width:100%!important;max-width:100%!important;padding-left:15px!important;padding-right:15px!important}#main-wrapper[data-sidebartype=tablet] .jf-sidebar,#main-wrapper[data-sidebartype=tablet] .left-sidebar{transform:translateX(-100%)!important;position:fixed!important;z-index:1050!important;box-shadow:0 0 20px rgba(0,0,0,.3)!important}#main-wrapper[data-sidebartype=tablet] .jf-sidebar.tablet-open,#main-wrapper[data-sidebartype=tablet] .left-sidebar.tablet-open{transform:translateX(0)!important}#main-wrapper[data-sidebartype=tablet] .page-wrapper{margin-left:0!important;width:100%!important}#main-wrapper[data-sidebartype=mobile] .jf-sidebar,#main-wrapper[data-sidebartype=mobile] .left-sidebar{transform:translateX(-100%)!important;position:fixed!important;z-index:1050!important;box-shadow:0 0 20px rgba(0,0,0,.3)!important}#main-wrapper[data-sidebartype=mobile] .jf-sidebar.tablet-open,#main-wrapper[data-sidebartype=mobile] .left-sidebar.tablet-open{transform:translateX(0)!important}#main-wrapper[data-sidebartype=mobile] .page-wrapper{margin-left:0!important;width:100%!important}}@media (min-width:768px) and (max-width:1024px){#main-wrapper[data-sidebartype=tablet]{width:100vw!important;max-width:100vw!important;overflow-x:hidden;overflow-y:scroll}#main-wrapper[data-sidebartype=tablet] .page-wrapper{margin-left:0!important}#main-wrapper[data-sidebartype=tablet] .container,#main-wrapper[data-sidebartype=tablet] .container-fluid,#main-wrapper[data-sidebartype=tablet] .page-wrapper{width:100%!important;max-width:100%!important;padding:0 12px!important}#main-wrapper[data-sidebartype=tablet] .d-flex{width:100%!important;max-width:100vw!important;flex-wrap:nowrap}#main-wrapper[data-sidebartype=tablet] .d-flex>div:last-child{width:100%!important;max-width:100%!important;margin-left:0!important;flex:1 1!important;min-width:0}.topbar .top-navbar .navbar-collapse:not(.d-md-none){display:flex!important;flex-basis:auto!important;flex-grow:1!important;align-items:center!important;justify-content:flex-end!important}.topbar .top-navbar .navbar-nav,.topbar .top-navbar .right-section-nav{flex-direction:row!important;align-items:center!important;grid-gap:8px!important;gap:8px!important}.topbar .top-navbar .right-section-nav{display:flex!important}}@media (min-width:1025px) and (max-width:1300px){#main-wrapper[data-layout=vertical][data-sidebartype=full] *{box-sizing:border-box!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .content-wrapper,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .main-content,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{width:100%!important;max-width:100%!important;flex:1 1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .row{width:100%!important;max-width:100%!important;margin-left:-15px!important;margin-right:-15px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] [class*=col-]{padding-left:15px!important;padding-right:15px!important;width:auto!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .action-card,#main-wrapper[data-layout=vertical][data-sidebartype=full] .action-cards,#main-wrapper[data-layout=vertical][data-sidebartype=full] .card,#main-wrapper[data-layout=vertical][data-sidebartype=full] .product-card,#main-wrapper[data-layout=vertical][data-sidebartype=full] .product-recommendations,#main-wrapper[data-layout=vertical][data-sidebartype=full] .recent-products,#main-wrapper[data-layout=vertical][data-sidebartype=full] .unified-product-card,#main-wrapper[data-layout=vertical][data-sidebartype=full] .welcome-section{width:100%!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container .container{max-width:100%!important;width:100%!important;padding-left:20px!important;padding-right:20px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-content-wrapper{width:100%!important;max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex[style*="width: inherit"]{width:100vw!important;max-width:100vw!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div[style*="width: inherit"]{width:calc(100vw - 260px)!important;max-width:calc(100vw - 260px)!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] *{box-sizing:border-box!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{width:100%!important;max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px) and (min-width:992px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container{max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px) and (min-width:1200px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container{max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .action-cards,#main-wrapper[data-layout=vertical][data-sidebartype=full] .content-wrapper,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-cards,#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .main-content,#main-wrapper[data-layout=vertical][data-sidebartype=full] .welcome-section{width:100%!important;max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px) and (min-width:992px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-lg{max-width:100%!important}}@media screen and (min-width:1025px) and (max-width:1300px){html body #main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:260px!important;padding-left:0!important;border-left:none!important;transform:translateX(0)!important;left:0!important}html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .container,html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid,html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard,html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container,html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content,html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper,html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;margin-right:0!important;padding-left:0!important;border-left:none!important;transform:translateX(0)!important;left:0!important}html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content{padding:20px!important}html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .container,html body #main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid{padding-left:20px!important;padding-right:20px!important}}@media (min-width:1025px) and (max-width:1300px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-lg,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-xl{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:20px!important;padding-right:20px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container .container{max-width:none!important;width:100%!important;margin:0!important;padding-left:20px!important;padding-right:20px!important}}@media (min-width:1025px) and (max-width:1300px) and (min-width:992px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container{max-width:none!important;width:100%!important}}@media (min-width:1025px) and (max-width:1300px) and (min-width:1200px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .container{max-width:none!important;width:100%!important}}@media screen and (max-width:1024px) and (max-height:600px),screen and (min-width:1020px) and (max-width:1028px) and (min-height:596px) and (max-height:604px),screen and (width:1024px) and (height:600px){.topbar .top-navbar .search-section .live-search-container .input-group{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;width:100%!important;height:40px!important}.topbar .top-navbar .search-section .live-search-container .input-group .form-control{display:block!important;width:100%!important;height:40px!important;padding:8px 16px!important;font-size:.9rem!important;font-weight:400!important;line-height:1.5!important;color:#374151!important;background-color:#fff!important;background-clip:padding-box!important;border:1px solid #d1d5db!important;border-radius:8px 0 0 8px!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;flex:1 1 auto!important;min-width:0!important}.topbar .top-navbar .search-section .live-search-container .input-group .form-control:focus{color:#374151!important;background-color:#fff!important;border-color:#3b82f6!important;outline:0!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.topbar .top-navbar .search-section .live-search-container .input-group .form-control::-webkit-input-placeholder{color:#9ca3af!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group .form-control:-ms-input-placeholder{color:#9ca3af!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group .form-control::-ms-input-placeholder{color:#9ca3af!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group .form-control::placeholder{color:#9ca3af!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group .input-group-text{display:flex!important;align-items:center!important;padding:8px 12px!important;font-size:.9rem!important;font-weight:400!important;line-height:1.5!important;color:#6b7280!important;text-align:center!important;white-space:nowrap!important;background-color:#f9fafb!important;border:1px solid #d1d5db!important;border-left:none!important;border-radius:0 8px 8px 0!important;height:40px!important}.topbar .top-navbar .search-section .live-search-container .input-group .input-group-text svg{width:18px!important;height:18px!important;fill:currentColor!important}body,html{min-width:0!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar{width:260px!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;z-index:1000!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important;max-width:100%!important;position:relative!important;top:0!important;left:0!important;z-index:999;height:64px!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar{width:100%!important;max-width:100%!important;min-width:0!important;padding-left:20px!important;padding-right:16px!important;margin:0!important;display:flex!important;justify-content:space-between!important;align-items:center!important;height:64px!important;min-height:64px!important;flex-wrap:nowrap!important;overflow:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section{flex:1 1!important;min-width:250px!important;max-width:400px!important;margin:0 20px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container{width:100%!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group{height:40px!important;width:100%!important;display:flex!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control{font-size:.9rem!important;padding:8px 16px!important;border-radius:8px 0 0 8px!important;border:1px solid #d1d5db!important;background:#fff!important;flex:1 1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control:focus{background:#fff!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control::-webkit-input-placeholder{font-size:.9rem!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control:-ms-input-placeholder{font-size:.9rem!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control::-ms-input-placeholder{font-size:.9rem!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control::placeholder{font-size:.9rem!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .input-group-text{padding:8px 12px!important;border-radius:0 8px 8px 0!important;border:1px solid #d1d5db!important;border-left:none!important;background:#f9fafb!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-nav,#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .right-section-nav{flex-shrink:0!important;margin:0!important;grid-gap:12px!important;gap:12px!important;flex-wrap:nowrap!important;display:flex!important;align-items:center!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-nav .nav-item,#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .right-section-nav .nav-item{margin:0!important;flex-shrink:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-collapse{flex-wrap:nowrap!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .brand-dropdown-container{padding:8px 12px!important;height:40px!important;max-width:160px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;display:flex!important;align-items:center!important;cursor:pointer!important;transition:all .2s ease!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .brand-dropdown-container:hover{background:#f9fafb!important;border-color:#d1d5db!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .brand-dropdown-container .brand-icon{width:18px!important;height:18px!important;flex-shrink:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .brand-dropdown-container .brand-dropdown-text{font-size:.875rem!important;font-weight:500!important;color:#374151!important;margin:0 8px!important;max-width:100px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .brand-dropdown-container .brand-chevron{width:16px!important;height:16px!important;flex-shrink:0!important;color:#6b7280!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .notification-container{width:40px!important;height:40px!important;min-width:40px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;position:relative!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .notification-container:hover{background:#f9fafb!important;border-color:#d1d5db!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .notification-container svg{width:18px!important;height:18px!important;color:#374151!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .notification-container .notification-badge{position:absolute!important;top:-6px!important;right:-6px!important;background-color:#ef4444!important;color:#fff!important;border-radius:10px!important;min-width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:.75rem!important;font-weight:600!important;padding:0 6px!important;border:2px solid #fff!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .profile-container{padding:6px 12px!important;height:40px!important;max-width:140px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;display:flex!important;align-items:center!important;cursor:pointer!important;transition:all .2s ease!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .profile-container:hover{background:#f9fafb!important;border-color:#d1d5db!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .profile-container .profile-avatar{width:28px!important;height:28px!important;border-radius:50%!important;flex-shrink:0!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-weight:600!important;font-size:.875rem!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .profile-container .profile-info{margin-left:8px!important;flex:1 1!important;min-width:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .profile-container .profile-info .profile-name{font-size:.875rem!important;font-weight:600!important;color:#374151!important;line-height:1.2!important;max-width:70px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .profile-container .profile-info .profile-view{font-size:.75rem!important;color:#6b7280!important;line-height:1.2!important;margin-top:1px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .profile-container .profile-chevron{width:16px!important;height:16px!important;flex-shrink:0!important;color:#6b7280!important;margin-left:4px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:260px!important;width:calc(100vw - 260px)!important;max-width:calc(100vw - 260px)!important;padding:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important;padding:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content{padding-top:20px!important;padding-left:20px!important;padding-right:20px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .left-part{top:64px!important;height:calc(100vh - 64px)!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid{max-width:100%!important;width:100%!important;margin:0!important;padding-left:12px!important;padding-right:12px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group{border:1px solid #d1d5db!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;height:40px!important;padding:8px 5px!important;font-size:14px!important;line-height:1.4!important;align-self:center}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control:focus{border:none!important;box-shadow:0 0 0 2px rgba(59,130,246,.2)!important;background:transparent!important;outline:none!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control::-webkit-input-placeholder{color:#9ca3af!important;opacity:1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control:-ms-input-placeholder{color:#9ca3af!important;opacity:1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control::-ms-input-placeholder{color:#9ca3af!important;opacity:1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .form-control::placeholder{color:#9ca3af!important;opacity:1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .input-group-text{border-radius:0!important;border:none!important;border-left:1px solid #e5e7eb!important;background:#f8f9fa!important;height:40px!important;width:48px!important;display:flex!important;align-items:center!important;justify-content:center!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .input-group-text svg{width:18px!important;height:18px!important;color:#6b7280!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .search-section .live-search-container .input-group .input-group-text:hover{background:#f3f4f6!important}}:root{--dynamic-sidebar-width:260px;--dynamic-content-width:calc(100% - 260px);--dynamic-content-margin:260px;--dynamic-topbar-height:70px;--zoom-factor:1;--zoom-percentage:100%}#main-wrapper[data-layout=vertical][data-sidebartype=full]{--zoom-fixes-loaded:true;width:100%!important;max-width:100%!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar{width:260px!important;width:var(--dynamic-sidebar-width)!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;z-index:1000!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex{width:100%!important;max-width:100%!important;display:flex!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:var(--dynamic-content-margin)!important;width:calc(100% - 260px)!important;width:var(--dynamic-content-width)!important;max-width:calc(100% - 260px)!important;max-width:var(--dynamic-content-width)!important;padding:0!important;flex:none!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child>.page-wrapper,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important;padding:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{width:100%!important;max-width:100%!important;height:70px!important;height:var(--dynamic-topbar-height)!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content{margin:0!important;padding:20px!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid{max-width:100%!important;width:100%!important;margin:0!important;padding-left:20px!important;padding-right:20px!important}@media screen and (min-width:1200px) and (max-width:1400px) and (min-height:600px) and (max-height:800px){.topbar .top-navbar .search-section{flex:1 1 auto!important;margin-left:12px!important;margin-right:12px!important;min-width:250px!important;max-width:500px!important}.topbar .top-navbar .search-section .live-search-container,.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;flex:1 1 auto!important}.topbar .top-navbar .search-section .live-search-container .input-group{display:flex!important;align-items:center!important;border:1px solid #d1d5db!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important}.topbar .top-navbar .search-section .live-search-container .input-group input#search-text{flex:1 1!important;border:none!important;background:transparent!important;padding:10px 16px!important;font-size:14px!important;height:40px!important;text-align:center!important}.topbar .top-navbar .search-section .live-search-container .input-group input#search-text:focus{text-align:left!important;outline:none!important;box-shadow:none!important}.topbar .top-navbar .search-section .live-search-container .input-group input#search-text::-webkit-input-placeholder{text-align:center!important;color:#9ca3af!important}.topbar .top-navbar .search-section .live-search-container .input-group input#search-text:-ms-input-placeholder{text-align:center!important;color:#9ca3af!important}.topbar .top-navbar .search-section .live-search-container .input-group input#search-text::-ms-input-placeholder{text-align:center!important;color:#9ca3af!important}.topbar .top-navbar .search-section .live-search-container .input-group input#search-text::placeholder{text-align:center!important;color:#9ca3af!important}.topbar .top-navbar .search-section .live-search-container .input-group .search-link{flex-shrink:0!important;margin-left:10px!important;margin-right:8px!important}.topbar .top-navbar .search-section .live-search-container .input-group .search-link svg{width:18px!important;height:18px!important;color:#6b7280!important}.topbar .top-navbar .search-section .live-search-container .live-search-dropdown-container{position:absolute!important;top:64px!important;left:0!important;right:0!important;z-index:1050!important;background:#fff!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;max-height:400px!important;overflow-y:auto!important}.topbar .top-navbar .navbar-nav{grid-gap:10px!important;gap:10px!important;margin-right:0!important;padding-right:0!important}}html body div#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:260px!important;margin-left:var(--dynamic-content-margin)!important;width:calc(100% - 260px)!important;width:var(--dynamic-content-width)!important;max-width:calc(100% - 260px)!important;max-width:var(--dynamic-content-width)!important}html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child>.page-wrapper,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div>.page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important}.ai-chat-dashboard{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.ai-chat-dashboard .chat-interface{width:100%!important;max-width:100%!important;min-width:0!important}.ai-chat-dashboard .chat-interface .chat-input-area{position:relative!important;width:100%!important;max-width:100%!important;min-height:auto!important;flex-shrink:0!important;z-index:10!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group{width:100%!important;max-width:100%!important;display:flex!important;align-items:flex-end!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group .chat-input{flex:1 1!important;min-width:0!important;width:auto!important;max-width:none!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group .btn-icon{flex-shrink:0!important;position:relative!important}.ai-chat-dashboard .chat-interface .chat-input-area .quick-suggestions{width:100%!important;max-width:100%!important;overflow-x:auto!important;flex-wrap:nowrap!important}.ai-chat-dashboard .chat-interface .chat-input-area .quick-suggestions .suggestion-pill{flex-shrink:0!important;white-space:nowrap!important}.ai-chat-dashboard .chat-interface .quick-actions{width:100%!important;max-width:100%!important;overflow-x:auto!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row{width:100%!important;max-width:100%!important;min-width:0!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row .quick-action-card{flex-shrink:0!important;min-width:200px!important}.ai-chat-dashboard .chat-interface .chat-messages{width:100%!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important}.ai-chat-dashboard .chat-interface .chat-messages .message{width:100%!important;max-width:100%!important}.ai-chat-dashboard .chat-interface .chat-messages .message .message-content{max-width:75%!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.ai-chat-dashboard .chat-interface .chat-messages .message.user-message .message-content{max-width:70%!important}.ai-chat-dashboard .main-content{width:100%!important;max-width:100%!important;min-width:0!important}.ai-chat-dashboard .main-content .content-body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}@media screen and (-webkit-min-device-pixel-ratio:1.25){.ai-chat-dashboard .chat-interface .chat-input-area{padding:1.2rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group{padding:.6rem .8rem!important;grid-gap:.6rem!important;gap:.6rem!important}.ai-chat-dashboard .chat-interface .quick-actions{padding:1.2rem 1.6rem!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row{grid-gap:.8rem!important;gap:.8rem!important}}@media screen and (-webkit-min-device-pixel-ratio:1.5){.ai-chat-dashboard .chat-interface .chat-input-area{padding:1rem!important}.ai-chat-dashboard .chat-interface .chat-input-area .input-group{padding:.5rem .66667rem!important;grid-gap:.5rem!important;gap:.5rem!important}.ai-chat-dashboard .chat-interface .quick-actions{padding:1rem 1.33333rem!important}.ai-chat-dashboard .chat-interface .quick-actions .action-cards-row{grid-gap:.66667rem!important;gap:.66667rem!important}}body:after{content:"Zoom: " 100% " | Variables: Active";content:"Zoom: " var(--zoom-percentage) " | Variables: Active";position:fixed;bottom:10px;left:10px;background:rgba(0,0,0,.8);color:#0f0;padding:5px 10px;border-radius:3px;font-family:monospace;font-size:11px;z-index:9999;pointer-events:none;display:none}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:transparent;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}a.link{color:#212529}a.link:focus,a.link:hover{color:#007bff}.no-wrap td,.no-wrap th{white-space:nowrap}.clear{clear:both}.hide{display:none}.op-5{opacity:.5}.op-3{opacity:.3}.oh{overflow:hidden}ul.list-style-none{margin:0;padding:0}ul.list-style-none li{list-style:none}ul.list-style-none li a{color:#212529;padding:8px 0;display:block;text-decoration:none}ul.list-style-none li a:hover{color:#007bff}.pull-right{float:right}.pull-left{float:left}.error-box{height:100%;position:fixed;background:url(/static/media/error-bg.48d61f01.jpg) no-repeat 50% #fff;width:100%}.error-box .error-body{padding-top:5%}.error-box .error-title{font-size:210px;font-weight:900;text-shadow:4px 4px 0 #fff,6px 6px 0 #32325d;line-height:210px}.f-icon,.if-icon,.m-icon,.sl-icon,.t-icon,.w-icon{cursor:pointer;padding:13px 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.f-icon:hover,.if-icon:hover,.m-icon:hover,.sl-icon:hover,.t-icon:hover,.w-icon:hover{background-color:#f6f9fc}:root{--sidebar-width:260px;--submenu-width:200px;--main-content-offset:calc(var(--sidebar-width) + var(--submenu-width))}@media (min-width:1400px){:root{--sidebar-width:260px}}@media (min-width:1200px) and (max-width:1399px){:root{--sidebar-width:260px}}@media (min-width:1000px) and (max-width:1199px){:root{--sidebar-width:260px}}@media (min-width:1025px) and (max-width:1200px){:root{--sidebar-width:260px;--main-content-offset:260px}#main-wrapper[data-layout=vertical][data-sidebartype=full] .jf-sidebar,#main-wrapper[data-layout=vertical][data-sidebartype=full] .left-sidebar{width:260px!important;position:fixed!important;left:0!important;top:0!important;height:100vh!important;z-index:1000!important;transform:translateX(0)!important}}@media (min-width:800px) and (max-width:999px){:root{--sidebar-width:240px}}@media (min-width:768px) and (max-width:1024px){:root{--sidebar-width:240px;--main-content-offset:calc(var(--sidebar-width) + var(--submenu-width))}#main-wrapper[data-sidebartype=full] .jf-sidebar,#main-wrapper[data-sidebartype=full] .left-sidebar{width:240px!important;transform:translateX(0)!important;position:fixed!important;z-index:1000!important;left:0!important;top:0!important;height:100vh!important;display:block!important;visibility:visible!important;opacity:1!important}#main-wrapper[data-sidebartype=mobile] .jf-sidebar,#main-wrapper[data-sidebartype=mobile] .left-sidebar,#main-wrapper[data-sidebartype=tablet] .jf-sidebar,#main-wrapper[data-sidebartype=tablet] .left-sidebar{transform:translateX(-100%)!important}}@media (min-width:768px) and (max-width:1024px){body #main-wrapper[data-sidebartype=full] .jf-sidebar,body #main-wrapper[data-sidebartype=full] .left-sidebar{transform:translateX(0)!important;display:block!important;visibility:visible!important;opacity:1!important;position:fixed!important;left:0!important;top:0!important;width:240px!important;height:100vh!important;z-index:1000!important}.jf-sidebar .profile-card{padding:16px!important}.jf-sidebar .profile-card .title{font-size:14px!important;line-height:1.2!important;margin-bottom:6px!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.jf-sidebar .profile-card .meta{font-size:11px!important;line-height:1.3!important;white-space:normal!important;word-wrap:break-word!important}.jf-sidebar .profile-card .cta{padding:10px 12px!important;font-size:12px!important;line-height:1.2!important;min-height:36px!important;white-space:normal!important;word-wrap:break-word!important;text-align:center!important}.jf-sidebar .profile-card .progress-wrap{margin:6px 0 8px!important}.jf-sidebar .sidebar-nav .sidebar-link{padding:12px 16px!important;font-size:14px!important}.jf-sidebar .sidebar-nav .sidebar-link span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:799px){:root{--sidebar-width:280px}}#main-wrapper[data-sidebartype=mini-sidebar]{--sidebar-width:100px}.jf-sidebar * .ps--active-x>.ps__rail-x,.jf-sidebar * .ps--active-y>.ps__rail-y,.jf-sidebar * .ps--focus>.ps__rail-x,.jf-sidebar * .ps--focus>.ps__rail-y,.jf-sidebar * .ps--scrolling-x>.ps__rail-x,.jf-sidebar * .ps--scrolling-y>.ps__rail-y,.jf-sidebar * .ps:hover>.ps__rail-x,.jf-sidebar * .ps:hover>.ps__rail-y,.jf-sidebar * .ps__rail-x,.jf-sidebar * .ps__rail-x.ps--clicking,.jf-sidebar * .ps__rail-x.ps--clicking .ps__thumb-x,.jf-sidebar * .ps__rail-x:focus,.jf-sidebar * .ps__rail-x:focus>.ps__thumb-x,.jf-sidebar * .ps__rail-x:hover,.jf-sidebar * .ps__rail-x:hover>.ps__thumb-x,.jf-sidebar * .ps__rail-y,.jf-sidebar * .ps__rail-y.ps--clicking,.jf-sidebar * .ps__rail-y.ps--clicking .ps__thumb-y,.jf-sidebar * .ps__rail-y:focus,.jf-sidebar * .ps__rail-y:focus>.ps__thumb-y,.jf-sidebar * .ps__rail-y:hover,.jf-sidebar * .ps__rail-y:hover>.ps__thumb-y,.jf-sidebar * .ps__thumb-x,.jf-sidebar * .ps__thumb-y{display:none!important;opacity:0!important;visibility:hidden!important;width:0!important;height:0!important}.mobile-menu-toggle{position:fixed;top:16px;left:16px;z-index:1060;background:#1f2a37;border:1px solid hsla(0,0%,100%,.2);border-radius:8px;padding:10px;color:#fff;cursor:pointer;display:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mobile-menu-toggle:hover{background:#283647;transform:scale(1.05)}.mobile-menu-toggle:active{transform:scale(.95)}@media (max-width:767.98px){.mobile-menu-toggle{display:flex;align-items:center;justify-content:center}}.mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1045;opacity:0;-webkit-animation:fadeIn .3s ease-out forwards;animation:fadeIn .3s ease-out forwards}@-webkit-keyframes fadeIn{to{opacity:1}}.mobile-close-btn{background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.mobile-close-btn:hover{background:hsla(0,0%,100%,.1);color:#fff}.jf-sidebar{position:fixed;top:0;left:0;display:flex;flex-direction:column;width:260px;height:100vh;z-index:1050;background:#1f2a37;box-shadow:0 0 1px rgba(0,0,0,.2),0 8px 24px rgba(0,0,0,.35);letter-spacing:normal;overflow:hidden;transform:translateX(0);transition:transform .3s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1),box-shadow .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.jf-sidebar .scroll-sidebar{height:100%;overflow-y:auto;overflow-x:hidden;padding:20px 12px 16px;scrollbar-width:none!important;-ms-overflow-style:none!important;scrollbar-color:transparent transparent!important}@media (max-width:767.98px){.jf-sidebar .scroll-sidebar{height:auto!important;min-height:100%!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:30px}}.jf-sidebar .scroll-sidebar::-webkit-scrollbar{width:0!important;height:0!important}.jf-sidebar .scroll-sidebar::-webkit-scrollbar,.jf-sidebar .scroll-sidebar::-webkit-scrollbar-track{background:transparent!important;display:none!important;-webkit-appearance:none!important}.jf-sidebar .scroll-sidebar::-webkit-scrollbar-corner,.jf-sidebar .scroll-sidebar::-webkit-scrollbar-thumb{background:transparent!important;display:none!important;-webkit-appearance:none!important}.jf-sidebar .scroll-sidebar::-webkit-scrollbar-button,.jf-sidebar .scroll-sidebar::-webkit-scrollbar-resizer{display:none!important;-webkit-appearance:none!important}.jf-sidebar .scroll-sidebar .ps--active-x>.ps__rail-x,.jf-sidebar .scroll-sidebar .ps--active-y>.ps__rail-y,.jf-sidebar .scroll-sidebar .ps--focus>.ps__rail-x,.jf-sidebar .scroll-sidebar .ps--focus>.ps__rail-y,.jf-sidebar .scroll-sidebar .ps--scrolling-x>.ps__rail-x,.jf-sidebar .scroll-sidebar .ps--scrolling-y>.ps__rail-y,.jf-sidebar .scroll-sidebar .ps:hover>.ps__rail-x,.jf-sidebar .scroll-sidebar .ps:hover>.ps__rail-y,.jf-sidebar .scroll-sidebar .ps__rail-x,.jf-sidebar .scroll-sidebar .ps__rail-x.ps--clicking .ps__thumb-x,.jf-sidebar .scroll-sidebar .ps__rail-x:focus>.ps__thumb-x,.jf-sidebar .scroll-sidebar .ps__rail-x:hover>.ps__thumb-x,.jf-sidebar .scroll-sidebar .ps__rail-y,.jf-sidebar .scroll-sidebar .ps__rail-y.ps--clicking .ps__thumb-y,.jf-sidebar .scroll-sidebar .ps__rail-y:focus>.ps__thumb-y,.jf-sidebar .scroll-sidebar .ps__rail-y:hover>.ps__thumb-y,.jf-sidebar .scroll-sidebar .ps__thumb-x,.jf-sidebar .scroll-sidebar .ps__thumb-y{display:none!important;opacity:0!important;visibility:hidden!important}.jf-sidebar .sidebar-nav{scrollbar-width:none!important;-ms-overflow-style:none!important;scrollbar-color:transparent transparent!important}.jf-sidebar .sidebar-nav::-webkit-scrollbar{width:0!important;height:0!important}.jf-sidebar .sidebar-nav::-webkit-scrollbar,.jf-sidebar .sidebar-nav::-webkit-scrollbar-track{background:transparent!important;display:none!important;-webkit-appearance:none!important}.jf-sidebar .sidebar-nav::-webkit-scrollbar-corner,.jf-sidebar .sidebar-nav::-webkit-scrollbar-thumb{background:transparent!important;display:none!important;-webkit-appearance:none!important}.jf-sidebar .sidebar-nav .ps--active-x>.ps__rail-x,.jf-sidebar .sidebar-nav .ps--active-y>.ps__rail-y,.jf-sidebar .sidebar-nav .ps--focus>.ps__rail-x,.jf-sidebar .sidebar-nav .ps--focus>.ps__rail-y,.jf-sidebar .sidebar-nav .ps--scrolling-x>.ps__rail-x,.jf-sidebar .sidebar-nav .ps--scrolling-y>.ps__rail-y,.jf-sidebar .sidebar-nav .ps:hover>.ps__rail-x,.jf-sidebar .sidebar-nav .ps:hover>.ps__rail-y,.jf-sidebar .sidebar-nav .ps__rail-x,.jf-sidebar .sidebar-nav .ps__rail-x.ps--clicking .ps__thumb-x,.jf-sidebar .sidebar-nav .ps__rail-x:focus>.ps__thumb-x,.jf-sidebar .sidebar-nav .ps__rail-x:hover>.ps__thumb-x,.jf-sidebar .sidebar-nav .ps__rail-y,.jf-sidebar .sidebar-nav .ps__rail-y.ps--clicking .ps__thumb-y,.jf-sidebar .sidebar-nav .ps__rail-y:focus>.ps__thumb-y,.jf-sidebar .sidebar-nav .ps__rail-y:hover>.ps__thumb-y,.jf-sidebar .sidebar-nav .ps__thumb-x,.jf-sidebar .sidebar-nav .ps__thumb-y{display:none!important;opacity:0!important;visibility:hidden!important}.jf-sidebar .sidebar-brand{display:flex;align-items:center;justify-content:space-between;padding:0 16px 16px;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:16px}@media (max-width:767.98px){.jf-sidebar .sidebar-brand{display:none}}.jf-sidebar .sidebar-brand .brand-text{color:#fff;font-weight:600;font-size:18px;display:block;white-space:nowrap}@media (min-width:768px) and (max-width:991.98px){.jf-sidebar .sidebar-brand .brand-text{font-size:16px}}.jf-sidebar .sidebar-brand a{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.jf-sidebar .sidebar-brand a:hover{transform:scale(1.05)}.jf-sidebar .sidebar-nav .sidebar-loader{text-align:center;padding:20px;color:hsla(0,0%,100%,.78)}.jf-sidebar .sidebar-nav ul{margin:0;padding:0;list-style:none}.jf-sidebar .sidebar-nav .sidebar-item{width:100%;margin-bottom:3px;position:relative;overflow:visible}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu{list-style:none;margin:0;padding:4px 0 8px 20px}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu .inline-submenu-item{margin:0;padding:0}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu .inline-submenu-item .inline-submenu-link{display:block;padding:10px 16px;margin:2px 6px;border-radius:8px;color:hsla(0,0%,100%,.7);text-decoration:none;font-size:13px;font-weight:400;transition:all .2s ease;position:relative}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu .inline-submenu-item .inline-submenu-link:hover{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.9)}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu .inline-submenu-item .inline-submenu-link.active{background:hsla(0,0%,100%,.12);color:#fff;font-weight:500}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu .inline-submenu-item .inline-submenu-link:first-child{background:hsla(0,0%,100%,.1);color:#fff;font-weight:500;text-align:center;border-radius:8px;margin-bottom:6px}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu .inline-submenu-item .inline-submenu-link:first-child:hover{background:hsla(0,0%,100%,.15)}.jf-sidebar .sidebar-nav .sidebar-item.has-submenu .inline-submenu .inline-submenu-item .inline-submenu-link:first-child.active{background:hsla(0,0%,100%,.2)}.jf-sidebar .sidebar-nav .sidebar-link{display:flex;align-items:center;grid-gap:14px;gap:14px;padding:12px 16px;margin:0 6px;border-radius:12px;line-height:20px;white-space:nowrap;cursor:pointer;opacity:.95;color:hsla(0,0%,100%,.78);text-decoration:none;font-weight:500;font-size:14px;position:relative;min-height:44px;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:visible}@media (max-width:1200px){.jf-sidebar .sidebar-nav .sidebar-link{grid-gap:12px;gap:12px;padding:10px 14px;font-size:13px;min-height:40px}}@media (max-width:900px){.jf-sidebar .sidebar-nav .sidebar-link{grid-gap:10px;gap:10px;padding:8px 12px;font-size:12px;min-height:36px}}@media (max-width:600px){.jf-sidebar .sidebar-nav .sidebar-link{grid-gap:8px;gap:8px;padding:6px 10px;font-size:11px;min-height:32px}}.jf-sidebar .sidebar-nav .sidebar-link i,.jf-sidebar .sidebar-nav .sidebar-link svg{font-style:normal;width:22px;min-width:22px;height:22px;line-height:22px;font-size:22px;color:#e8eefc!important;text-align:center;display:inline-block;transition:all .2s ease}.jf-sidebar .sidebar-nav .sidebar-link span{flex:1 1;font-size:14px;color:hsla(0,0%,100%,.78);line-height:20px;font-weight:500}.jf-sidebar .sidebar-nav .sidebar-link .icon-crown{margin-left:8px;margin-right:0;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.jf-sidebar .sidebar-nav .sidebar-link .submenu-chevron{margin-left:auto;margin-right:0;flex-shrink:0;color:hsla(0,0%,100%,.78);opacity:.7;transition:all .2s ease}.jf-sidebar .sidebar-nav .sidebar-link:hover{background:hsla(0,0%,100%,.12);opacity:1;transform:translateX(2px);text-decoration:none;color:hsla(0,0%,100%,.78)}.jf-sidebar .sidebar-nav .sidebar-link:active{transform:translateX(1px) scale(.98)}.jf-sidebar .sidebar-nav .sidebar-link.active{background:hsla(0,0%,100%,.15);box-shadow:inset 3px 0 0 hsla(0,0%,100%,.4)}.jf-sidebar .sidebar-nav .sidebar-link.active span{color:#fff;font-weight:600}.jf-sidebar .sidebar-nav .sidebar-link.active i,.jf-sidebar .sidebar-nav .sidebar-link.active svg{color:#fff!important;transform:scale(1.1)}.jf-sidebar .sidebar-nav .sidebar-link.dashboard.active i,.jf-sidebar .sidebar-nav .sidebar-link.dashboard.active svg,.jf-sidebar .sidebar-nav .sidebar-link.dashboard:hover i,.jf-sidebar .sidebar-nav .sidebar-link.dashboard:hover svg,.jf-sidebar .sidebar-nav .sidebar-link.overview.active i,.jf-sidebar .sidebar-nav .sidebar-link.overview.active svg,.jf-sidebar .sidebar-nav .sidebar-link.overview:hover i,.jf-sidebar .sidebar-nav .sidebar-link.overview:hover svg{color:#0ed2a8!important}.jf-sidebar .sidebar-nav .sidebar-link.ai-generate.active i,.jf-sidebar .sidebar-nav .sidebar-link.ai-generate.active svg,.jf-sidebar .sidebar-nav .sidebar-link.ai-generate:hover i,.jf-sidebar .sidebar-nav .sidebar-link.ai-generate:hover svg{color:#80a1c1!important}.jf-sidebar .sidebar-nav .sidebar-link.ingredients.active i,.jf-sidebar .sidebar-nav .sidebar-link.ingredients.active svg,.jf-sidebar .sidebar-nav .sidebar-link.ingredients:hover i,.jf-sidebar .sidebar-nav .sidebar-link.ingredients:hover svg{color:#f4a850!important}.jf-sidebar .sidebar-nav .sidebar-link.products.active i,.jf-sidebar .sidebar-nav .sidebar-link.products.active svg,.jf-sidebar .sidebar-nav .sidebar-link.products:hover i,.jf-sidebar .sidebar-nav .sidebar-link.products:hover svg{color:#e85a73!important}.jf-sidebar .sidebar-nav .sidebar-link.packaging.active i,.jf-sidebar .sidebar-nav .sidebar-link.packaging.active svg,.jf-sidebar .sidebar-nav .sidebar-link.packaging:hover i,.jf-sidebar .sidebar-nav .sidebar-link.packaging:hover svg,.jf-sidebar .sidebar-nav .sidebar-link.suppliers.active i,.jf-sidebar .sidebar-nav .sidebar-link.suppliers.active svg,.jf-sidebar .sidebar-nav .sidebar-link.suppliers:hover i,.jf-sidebar .sidebar-nav .sidebar-link.suppliers:hover svg{color:#3f65f1!important}.jf-sidebar .sidebar-nav .sidebar-link.guava.active i,.jf-sidebar .sidebar-nav .sidebar-link.guava.active svg,.jf-sidebar .sidebar-nav .sidebar-link.guava:hover i,.jf-sidebar .sidebar-nav .sidebar-link.guava:hover svg{color:#d2bce6!important}.jf-sidebar .sidebar-nav .sidebar-link.analytics.active i,.jf-sidebar .sidebar-nav .sidebar-link.analytics.active svg,.jf-sidebar .sidebar-nav .sidebar-link.analytics:hover i,.jf-sidebar .sidebar-nav .sidebar-link.analytics:hover svg{color:#820263!important}.jf-sidebar .sidebar-nav .sidebar-link.integrations.active i,.jf-sidebar .sidebar-nav .sidebar-link.integrations.active svg,.jf-sidebar .sidebar-nav .sidebar-link.integrations:hover i,.jf-sidebar .sidebar-nav .sidebar-link.integrations:hover svg{color:#80a1c1!important}.jf-sidebar .sidebar-nav .sidebar-link.documents.active i,.jf-sidebar .sidebar-nav .sidebar-link.documents.active svg,.jf-sidebar .sidebar-nav .sidebar-link.documents:hover i,.jf-sidebar .sidebar-nav .sidebar-link.documents:hover svg{color:#0ed2a8!important}.jf-sidebar .sidebar-nav .nav-small-cap{font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:12px 16px 8px;margin:16px 8px 8px;color:hsla(0,0%,100%,.5);line-height:16px;display:flex;align-items:center;font-weight:600}.jf-sidebar .sidebar-nav .nav-divider{height:1px;background:hsla(0,0%,100%,.1);margin:16px;border-radius:1px}.jf-sidebar .sidebar-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 8px;border-radius:12px;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,#e85a73,#d63384);margin-left:auto;box-shadow:0 2px 8px rgba(232,90,115,.4),0 1px 3px rgba(0,0,0,.2);transition:all .2s ease;position:relative;z-index:10;border:1px solid hsla(0,0%,100%,.1)}.jf-sidebar .sidebar-badge:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(232,90,115,.5),0 2px 6px rgba(0,0,0,.3)}@media (max-width:1200px){.jf-sidebar .sidebar-badge{min-width:22px;height:18px;padding:0 6px;font-size:10px;border-radius:10px;box-shadow:0 2px 6px rgba(232,90,115,.4),0 1px 2px rgba(0,0,0,.2)}}@media (max-width:900px){.jf-sidebar .sidebar-badge{min-width:20px;height:16px;padding:0 5px;font-size:9px;border-radius:8px;box-shadow:0 2px 6px rgba(232,90,115,.4),0 1px 2px rgba(0,0,0,.2)}}@media (max-width:600px){.jf-sidebar .sidebar-badge{min-width:18px;height:14px;padding:0 4px;font-size:8px;border-radius:7px;box-shadow:0 2px 6px rgba(232,90,115,.4),0 1px 2px rgba(0,0,0,.2)}}@media (max-width:1200px){.jf-sidebar.mobile-sidebar .sidebar-badge,.jf-sidebar.tablet-sidebar .sidebar-badge{position:absolute;right:12px;top:50%;transform:translateY(-50%);margin-left:0;z-index:15;box-shadow:0 2px 6px rgba(232,90,115,.4)}}@media (max-width:900px){.jf-sidebar .sidebar-badge{position:absolute;right:10px;top:50%;transform:translateY(-50%);margin-left:0;z-index:15;box-shadow:0 2px 6px rgba(232,90,115,.4)}}.jf-sidebar .sidebar-link.ingredients{padding-right:50px;position:relative}@media (max-width:1200px){.jf-sidebar .sidebar-link.ingredients{padding-right:45px}}@media (max-width:900px){.jf-sidebar .sidebar-link.ingredients{padding-right:40px}}@media (max-width:600px){.jf-sidebar .sidebar-link.ingredients{padding-right:35px}}.jf-sidebar .sidebar-link.ingredients .sidebar-badge{position:absolute;right:12px;top:50%;transform:translateY(-50%);margin-left:0;z-index:15}@media (max-width:1200px){.jf-sidebar .sidebar-link.ingredients .sidebar-badge{right:10px}}@media (max-width:900px){.jf-sidebar .sidebar-link.ingredients .sidebar-badge{right:8px}}@media (max-width:600px){.jf-sidebar .sidebar-link.ingredients .sidebar-badge{right:6px}}.jf-sidebar .sidebar-footer{margin-top:auto;padding:16px}.jf-sidebar .profile-card,.jf-sidebar .sidebar-footer{display:block!important;visibility:visible!important;opacity:1!important}.jf-sidebar .profile-card{background:#fff;color:#111827;border-radius:16px;padding:18px;box-shadow:0 12px 28px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.jf-sidebar .profile-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,0,0,.25),0 4px 8px rgba(0,0,0,.15)}.jf-sidebar .profile-card .profile-header{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;margin-bottom:12px}.jf-sidebar .profile-card .profile-header .profile-avatar{display:block}.jf-sidebar .profile-card .profile-header .profile-avatar .avatar-circle{width:40px;height:40px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.jf-sidebar .profile-card .profile-header .profile-info{flex:1 1}.jf-sidebar .profile-card .title{font-weight:700;font-size:15px;color:#1f2937;margin-bottom:8px;line-height:1.3}.jf-sidebar .profile-card .progress-wrap{background:#eef2ff;border-radius:8px;height:8px;margin:8px 0 12px;overflow:hidden;position:relative}.jf-sidebar .profile-card .progress-bar{height:100%;width:0;background:linear-gradient(90deg,#21e80f,#1bc71a);border-radius:8px;transition:width .3s ease,background .3s ease;position:relative}.jf-sidebar .profile-card .progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite}.jf-sidebar .profile-card .meta{font-size:12px;color:#4b5563;margin-bottom:12px;font-weight:500}.jf-sidebar .profile-card .cta{display:inline-block;width:100%;padding:12px 16px;background:linear-gradient(135deg,#3f65f1,#2d4de0);color:#fff;border-radius:12px;font-weight:700;text-align:center;font-size:14px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(63,101,241,.3);min-height:44px;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jf-sidebar .profile-card .cta:hover{background:linear-gradient(135deg,#2d4de0,#1e3ba8);transform:translateY(-1px);box-shadow:0 6px 16px rgba(63,101,241,.4);text-decoration:none;color:#fff}.jf-sidebar .profile-card .cta:active{transform:translateY(0)}.account-submenu{position:fixed;top:0;width:200px;height:100vh;border-left:none;border-right:1px solid hsla(0,0%,100%,.1);display:none;flex-direction:column;justify-content:center;align-items:stretch;transition:all .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.1);padding:0;margin:0;background:#4a60e8}.account-submenu,.account-submenu.desktop-visible{left:260px;left:var(--sidebar-width,220px);z-index:1060}.account-submenu.desktop-visible{opacity:1;visibility:visible;display:flex}.account-submenu.mobile-closed{left:-200px;opacity:0;visibility:hidden;transform:translateX(-100%);display:none}.account-submenu.mobile-open{left:0;opacity:1;visibility:visible;width:100%;transform:translateX(0);display:flex}.account-submenu .submenu-link{text-decoration:none;display:block;transition:all .2s ease}.account-submenu .submenu-link:hover .submenu-item{background:hsla(0,0%,100%,.1);color:#fff}.account-submenu .submenu-link.active .submenu-item{background:hsla(0,0%,100%,.15);color:#fff;font-weight:600}.account-submenu .submenu-item{padding:16px 20px;color:hsla(0,0%,100%,.8);font-size:14px;border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .2s ease;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.4}.account-submenu .submenu-item:hover{color:#fff;background:hsla(0,0%,100%,.1)}.account-submenu .submenu-item:first-child{padding-top:24px}.account-submenu .submenu-item:last-child{padding-bottom:24px;border-bottom:none}@media (min-width:1400px){.account-submenu{left:260px;left:var(--sidebar-width,220px);width:220px;justify-content:center;z-index:1060}}@media (min-width:1200px) and (max-width:1399px){.account-submenu{left:260px;left:var(--sidebar-width,220px);width:200px;justify-content:center;z-index:1060}}@media (min-width:1000px) and (max-width:1199px){.account-submenu{left:260px;left:var(--sidebar-width,200px);width:180px;justify-content:center;z-index:1060}.account-submenu .submenu-item{padding:14px 18px;font-size:13px}}@media (max-width:999px){.account-submenu{position:fixed;top:0;left:-200px;width:200px;height:100vh;z-index:1060;box-shadow:2px 0 8px rgba(0,0,0,.15);justify-content:center}.account-submenu .submenu-item{padding:16px 20px;font-size:14px}.account-submenu.mobile-open{left:0;opacity:1;visibility:visible;z-index:1060}}@media (max-width:800px){.account-submenu{width:100%;left:-100%;justify-content:center;z-index:1060}.account-submenu .submenu-item{padding:18px 24px;font-size:16px}.account-submenu.mobile-open{left:0;opacity:1;visibility:visible;z-index:1060}}.account-submenu.desktop-visible,.account-submenu.mobile-open{z-index:1060!important;position:fixed!important}.left-submenu{width:200px;background:#253141;border-right:1px solid hsla(0,0%,100%,.1);height:100vh;z-index:1040;position:fixed;top:0;left:220px;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.1)}.left-submenu .submenu-link{text-decoration:none;display:block;transition:all .2s ease}.left-submenu .submenu-link:hover .submenu-item{opacity:1!important;transform:translateX(4px)}.left-submenu .submenu-link.active .submenu-item{opacity:1!important;font-weight:600}.left-submenu .submenu-item{transition:all .2s ease;opacity:.85;padding:12px 16px;color:hsla(0,0%,100%,.8);font-size:14px;border-bottom:1px solid hsla(0,0%,100%,.05)}.left-submenu .submenu-item:hover{color:#fff;background:hsla(0,0%,100%,.05)}@media (min-width:1400px){.left-submenu{width:220px;left:120px}}@media (min-width:1200px) and (max-width:1399px){.left-submenu{width:200px;left:100px}}@media (min-width:992px) and (max-width:1199px){.left-submenu{width:180px;left:80px}.left-submenu .submenu-item{padding:10px 14px;font-size:13px}}@media (min-width:768px) and (max-width:991px){.left-submenu{position:fixed;top:0;left:-200px;width:180px;height:100%;transition:left .3s ease;background:#253141;box-shadow:2px 0 8px rgba(0,0,0,.15);z-index:1050}.left-submenu .submenu-item{padding:12px 16px;font-size:14px}.left-submenu.open{left:0}}@media (max-width:767px){.left-submenu{position:fixed;top:0;left:-100%;width:100%;height:100%;transition:left .3s ease;background:#253141;box-shadow:2px 0 8px rgba(0,0,0,.15);z-index:1050}.left-submenu .submenu-item{padding:16px 20px;font-size:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.left-submenu.open{left:0}}@media (max-width:480px){.left-submenu .submenu-item{padding:14px 18px;font-size:15px}}.submenu-backdrop{width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1045}@media (min-width:1024px){.submenu-backdrop{display:none!important}}@media (min-width:992px){body,html{background:#f8f9fa}#main-wrapper.account-submenu-visible{position:relative!important;left:460px!important;left:var(--main-content-offset,420px)!important;width:calc(100% - 460px)!important;width:calc(100% - var(--main-content-offset, 420px))!important;transition:left .3s ease,width .3s ease}#main-wrapper.account-submenu-visible>div>div{margin-left:0!important;width:100%!important;min-height:100vh!important}#main-wrapper.account-submenu-visible .page-wrapper{width:100%!important;margin-left:0!important;padding:0!important;max-width:none!important}#main-wrapper.account-submenu-visible .account,#main-wrapper.account-submenu-visible .account-content,#main-wrapper.account-submenu-visible .account-page,#main-wrapper.account-submenu-visible .page-content{width:100%!important;max-width:none!important;margin:0 auto!important}#main-wrapper.account-submenu-visible .container-fluid{padding-left:15px!important;padding-right:15px!important;max-width:none!important;margin:0 auto!important}#main-wrapper.account-submenu-visible .profile-form{margin:0 auto!important;max-width:1200px!important;width:100%!important}#main-wrapper.account-submenu-visible .header,#main-wrapper.account-submenu-visible .topbar,#main-wrapper.account-submenu-visible>div.d-flex{width:100%!important}}@media (min-width:1400px){#main-wrapper.account-submenu-visible{position:relative!important;left:460px!important;left:var(--main-content-offset,440px)!important;width:calc(100% - 460px)!important;width:calc(100% - var(--main-content-offset, 440px))!important;transition:left .3s ease,width .3s ease}#main-wrapper.account-submenu-visible>div>div{margin-left:0!important;width:100%!important}#main-wrapper.account-submenu-visible .account,#main-wrapper.account-submenu-visible .account-content,#main-wrapper.account-submenu-visible .account-page,#main-wrapper.account-submenu-visible .page-content{width:100%!important;max-width:none!important;margin:0 auto!important}#main-wrapper.account-submenu-visible .container-fluid{padding-left:15px!important;padding-right:15px!important;max-width:none!important;margin:0 auto!important}#main-wrapper.account-submenu-visible .profile-form{margin:0 auto!important;max-width:1200px!important;width:100%!important}#main-wrapper.account-submenu-visible .header,#main-wrapper.account-submenu-visible .topbar,#main-wrapper.account-submenu-visible>div.d-flex{width:100%!important}}@media (min-width:1000px) and (max-width:1199px){#main-wrapper.account-submenu-visible{position:relative!important;left:460px!important;left:var(--main-content-offset,380px)!important;width:calc(100% - 460px)!important;width:calc(100% - var(--main-content-offset, 380px))!important;transition:left .3s ease,width .3s ease}#main-wrapper.account-submenu-visible>div>div{margin-left:0!important;width:100%!important}#main-wrapper.account-submenu-visible .account,#main-wrapper.account-submenu-visible .account-content,#main-wrapper.account-submenu-visible .account-page,#main-wrapper.account-submenu-visible .page-content{width:100%!important;max-width:none!important;margin:0 auto!important}#main-wrapper.account-submenu-visible .container-fluid{padding-left:15px!important;padding-right:15px!important;max-width:none!important;margin:0 auto!important}#main-wrapper.account-submenu-visible .profile-form{margin:0 auto!important;max-width:1200px!important;width:100%!important}#main-wrapper.account-submenu-visible .header,#main-wrapper.account-submenu-visible .topbar,#main-wrapper.account-submenu-visible>div.d-flex{width:100%!important}}@media (min-width:992px){#main-wrapper.submenu-open .page-wrapper{margin-left:460px;transition:margin-left .3s ease}#main-wrapper.submenu-open .topbar{position:fixed!important;left:0!important;right:0!important;z-index:1050!important}#main-wrapper.submenu-open.account-submenu-visible .topbar{left:0!important;width:100%!important;display:block!important;position:relative!important}}@media (min-width:992px) and (min-width:1400px){#main-wrapper.submenu-open .page-wrapper{margin-left:480px}#main-wrapper.submenu-open .topbar{position:fixed!important;left:0!important;right:0!important;z-index:1050!important}#main-wrapper.submenu-open.account-submenu-visible .topbar{left:0!important;width:100%!important;display:block!important;position:relative!important}}.submenu-toggle{position:fixed;top:80px;left:220px;transform:none;z-index:1060;background:#283647;border:1px solid hsla(0,0%,100%,.1);border-radius:0 8px 8px 0;color:hsla(0,0%,100%,.8);cursor:pointer;transition:all .2s ease;display:none;align-items:center;justify-content:center;grid-gap:8px;gap:8px;min-width:40px;min-height:40px;padding:12px 16px}.submenu-toggle:hover{background:#2e3e51;color:#fff;transform:none}.submenu-toggle .toggle-text{font-size:14px;font-weight:500;white-space:nowrap;transition:all .2s ease}@media (min-width:1000px){.submenu-toggle{display:flex!important;min-width:auto!important;width:auto!important;padding:12px 16px!important}.submenu-toggle .toggle-text{display:inline!important}}@media (max-width:999px){.submenu-toggle{min-width:40px!important;width:40px!important;padding:12px 8px!important}.submenu-toggle .toggle-text{display:none!important}}.submenu-toggle:focus{outline:2px solid hsla(0,0%,100%,.3);outline-offset:2px}@media (min-width:1000px){.submenu-toggle.mobile-submenu-toggle{display:none!important}}@media (max-width:999px){.submenu-toggle.mobile-submenu-toggle{position:fixed!important;top:20px!important;right:20px!important;left:auto!important;transform:none!important;border-radius:8px!important;background:#007bff!important;border:1px solid hsla(0,0%,100%,.2)!important;box-shadow:0 2px 8px rgba(0,0,0,.15)!important;z-index:1070!important;min-width:44px!important;min-height:44px!important;padding:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;cursor:pointer!important;transition:all .3s ease!important}.submenu-toggle.mobile-submenu-toggle:hover{background:#0056b3!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,123,255,.3)!important}.submenu-toggle.mobile-submenu-toggle:active{transform:translateY(0)!important}}@media (max-width:767px){.submenu-toggle.mobile-submenu-toggle{top:16px!important;right:16px!important;min-width:40px!important;min-height:40px!important;padding:8px!important}}@media (max-width:575px){.submenu-toggle.mobile-submenu-toggle{top:12px!important;right:12px!important;min-width:36px!important;min-height:36px!important;padding:6px!important}}@media (max-width:480px){.submenu-toggle.mobile-submenu-toggle{top:10px!important;right:10px!important;min-width:32px!important;min-height:32px!important;padding:4px!important}}@media (max-width:360px){.submenu-toggle.mobile-submenu-toggle{top:8px!important;right:8px!important;min-width:28px!important;min-height:28px!important;padding:3px!important}}@media (max-width:999px){.submenu-toggle.mobile-submenu-toggle{display:flex!important;visibility:visible!important;opacity:1!important;position:fixed!important;top:20px!important;right:20px!important;left:auto!important;z-index:1070!important;background:#007bff!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(0,0,0,.15)!important;min-width:44px!important;min-height:44px!important;padding:10px!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important}}@media (min-width:1400px){.submenu-toggle{left:220px}}@media (min-width:1000px) and (max-width:1199px){.submenu-toggle{left:240px;padding:10px 6px;min-width:36px;min-height:36px}}@media (min-width:1000px){.submenu-toggle{left:240px}}@media (min-width:1000px) and (max-width:1300px){.submenu-toggle{top:80px;left:220px;margin-left:-20px;transform:none}}@media (min-width:1000px){.submenu-toggle{position:fixed!important;z-index:1060!important;display:flex!important}}@media (min-width:1000px) and (max-width:1300px){.submenu-toggle{top:80px!important}.submenu-toggle,.submenu-toggle:active,.submenu-toggle:focus,.submenu-toggle:hover{left:260px!important;transform:none!important}}@media (min-width:1301px){.submenu-toggle{left:240px!important;margin-left:0!important}}@media (min-width:1000px) and (max-width:1300px){.submenu-toggle{top:80px!important}.submenu-toggle,.submenu-toggle:active,.submenu-toggle:focus,.submenu-toggle:hover{left:220px!important;margin-left:-20px!important;transform:none!important}}.submenu-close{position:fixed;top:20px;right:20px;z-index:1065;background:rgba(0,0,0,.7);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;padding:8px;color:hsla(0,0%,100%,.9);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.submenu-close:hover{background:rgba(0,0,0,.8);color:#fff;transform:scale(1.1)}.submenu-close:focus{outline:2px solid hsla(0,0%,100%,.3);outline-offset:2px}@media (max-width:767px){.submenu-close{top:16px;right:16px;width:28px;height:28px;padding:6px}}@media (min-width:992px){.left-submenu{left:-200px}.left-submenu.open{left:100px}}@media (min-width:1400px){.left-submenu.open{left:120px}}@media (min-width:992px) and (max-width:1199px){.left-submenu.open{left:80px}}#main-wrapper{transition:all .3s ease}#main-wrapper.submenu-open .page-wrapper{transition:margin-left .3s ease}#main-wrapper.submenu-open .topbar{margin-left:0!important;position:fixed!important;left:0!important;right:0!important;z-index:1050!important}#main-wrapper.submenu-open.account-submenu-visible .topbar{left:0!important;width:100%!important;display:block!important;position:relative!important}@media (min-width:1440px){.jf-sidebar{width:240px}.jf-sidebar .scroll-sidebar{padding:24px 16px 20px}.jf-sidebar .sidebar-nav .sidebar-link{padding:14px 20px;grid-gap:16px;gap:16px;font-size:15px}.jf-sidebar .sidebar-nav .sidebar-link i,.jf-sidebar .sidebar-nav .sidebar-link svg{width:24px;height:24px;font-size:24px}#main-wrapper[data-sidebartype=full] .page-wrapper{margin-left:0}}@media (min-width:1000px) and (max-width:1439px){.jf-sidebar{position:relative!important;transform:translateX(0)!important;box-shadow:none;z-index:auto}#main-wrapper[data-sidebartype=full] .page-wrapper{margin-left:0}.page-wrapper{margin-left:0!important}.sidebar-backdrop{display:none!important}}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar{width:100px}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .scroll-sidebar{padding:20px 8px 16px}#main-wrapper[data-sidebartype=mini-sidebar] .page-wrapper{margin-left:100px}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-nav .sidebar-link{justify-content:center;grid-gap:0;gap:0;padding:16px 12px;border-radius:12px}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-nav .sidebar-link span{display:none}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-nav .sidebar-link i,#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-nav .sidebar-link svg{margin:0}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .nav-small-cap,#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-footer{display:none}@media (min-width:800px) and (max-width:999px){.jf-sidebar{width:240px;transform:translateX(0)!important;position:relative!important;box-shadow:none;z-index:auto}.jf-sidebar.tablet-sidebar .profile-card .profile-header .profile-avatar,.jf-sidebar.tablet-sidebar .sidebar-brand .brand-text{display:block}.page-wrapper{margin-left:240px!important}.sidebar-backdrop{display:none!important}.jf-sidebar .sidebar-nav .sidebar-link{min-height:48px;padding:14px 18px;grid-gap:16px;gap:16px}.jf-sidebar .sidebar-nav .sidebar-link i,.jf-sidebar .sidebar-nav .sidebar-link svg{width:24px;height:24px;font-size:24px}.jf-sidebar .profile-card{padding:20px}.jf-sidebar .profile-card .cta{padding:14px 18px;font-size:15px;min-height:48px}.left-submenu.tablet-submenu{position:fixed!important;top:0!important;left:-200px!important;width:200px!important;height:100vh!important;background:#253141;z-index:1050;transition:left .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.15)!important;display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important}.left-submenu.tablet-submenu .submenu-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05)}.left-submenu.tablet-submenu .submenu-title{color:hsla(0,0%,100%,.9);font-size:16px;font-weight:600;margin:0}.left-submenu.tablet-submenu .submenu-close-internal{background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.left-submenu.tablet-submenu .submenu-close-internal:hover{background:hsla(0,0%,100%,.1);color:#fff}.left-submenu.tablet-submenu .submenu-item{font-size:14px;padding:12px 16px;color:hsla(0,0%,100%,.8);border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .2s ease}.left-submenu.tablet-submenu .submenu-item:hover{color:#fff;background:hsla(0,0%,100%,.05)}.left-submenu.tablet-submenu.open{left:0!important;background:#253141;opacity:1;visibility:visible}.left-submenu.mobile-submenu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#253141;z-index:1050;transition:left .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.15)}.left-submenu.mobile-submenu .submenu-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05)}.left-submenu.mobile-submenu .submenu-title{color:hsla(0,0%,100%,.9);font-size:16px;font-weight:600;margin:0}.left-submenu.mobile-submenu .submenu-close-internal{background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.left-submenu.mobile-submenu .submenu-close-internal:hover{background:hsla(0,0%,100%,.1);color:#fff}.left-submenu.mobile-submenu .submenu-item{padding:16px 20px;font-size:16px;color:hsla(0,0%,100%,.8);border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .2s ease}.left-submenu.mobile-submenu .submenu-item:hover{color:#fff;background:hsla(0,0%,100%,.05)}.left-submenu.mobile-submenu.open{left:0}}.left-submenu.tablet-submenu{position:fixed!important;top:0!important;left:-200px!important;width:200px!important;height:100vh!important;background:#253141;z-index:1050;display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important;transition:left .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.15)!important}.left-submenu.tablet-submenu.open{left:0!important;background:#253141}#main-wrapper[data-sidebartype=tablet] .jf-sidebar{width:240px;transform:translateX(0)!important;position:relative!important;box-shadow:none;z-index:auto}#main-wrapper[data-sidebartype=tablet] .jf-sidebar.tablet-sidebar .profile-card .profile-header .profile-avatar,#main-wrapper[data-sidebartype=tablet] .jf-sidebar.tablet-sidebar .sidebar-brand .brand-text{display:block}#main-wrapper[data-sidebartype=tablet] .page-wrapper{margin-left:240px!important}#main-wrapper[data-sidebartype=tablet] .jf-sidebar .sidebar-nav .sidebar-link{min-height:48px;padding:14px 18px;grid-gap:16px;gap:16px}#main-wrapper[data-sidebartype=tablet] .jf-sidebar .sidebar-nav .sidebar-link i,#main-wrapper[data-sidebartype=tablet] .jf-sidebar .sidebar-nav .sidebar-link svg{width:24px;height:24px;font-size:24px}.sidebar-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:1040;opacity:0;transition:opacity .3s ease}.sidebar-backdrop.show{display:block;opacity:1}@media (max-width:767.98px){.jf-sidebar{transform:translateX(-100%)!important;width:280px;box-shadow:0 10px 25px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.05);z-index:1050;position:fixed!important;left:0!important;top:0!important;height:100vh!important}.jf-sidebar .scroll-sidebar{padding:24px 16px 20px}.jf-sidebar.mobile-sidebar .sidebar-brand{padding:16px;margin-bottom:20px}.jf-sidebar.mobile-sidebar .profile-card .profile-header .profile-avatar,.jf-sidebar.mobile-sidebar .sidebar-brand .brand-text{display:block}.jf-sidebar.mobile-open{transform:translateX(0)!important;-webkit-animation:slideInLeft .3s cubic-bezier(.4,0,.2,1);animation:slideInLeft .3s cubic-bezier(.4,0,.2,1)}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar{transform:translateX(-100%)!important;width:280px!important}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-nav .sidebar-link{justify-content:flex-start!important;grid-gap:18px!important;gap:18px!important;padding:16px 20px!important}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-nav .sidebar-link span{display:inline!important}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .nav-small-cap,#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar .sidebar-footer{display:block!important}#main-wrapper[data-sidebartype=mini-sidebar] .jf-sidebar.mobile-open{transform:translateX(0)!important}#main-wrapper.show-sidebar .jf-sidebar{transform:translateX(0)}.page-wrapper{margin-left:0!important}#main-wrapper .jf-sidebar,#main-wrapper[data-sidebartype=full] .jf-sidebar{transform:translateX(-100%)!important;width:280px!important;position:fixed!important}#main-wrapper .jf-sidebar.mobile-open,#main-wrapper[data-sidebartype=full] .jf-sidebar.mobile-open,.jf-sidebar.mobile-open{transform:translateX(0)!important}.sidebar-backdrop{display:block}.jf-sidebar .sidebar-nav .sidebar-link{min-height:52px;padding:16px 20px;grid-gap:18px;gap:18px;font-size:15px;margin:0 8px 4px}.jf-sidebar .sidebar-nav .sidebar-link i,.jf-sidebar .sidebar-nav .sidebar-link svg{width:26px;height:26px;font-size:26px}.jf-sidebar .sidebar-nav .sidebar-link span{display:inline;font-weight:500}.jf-sidebar .nav-small-cap{padding:16px 20px 10px;font-size:12px;margin:20px 12px 10px}.jf-sidebar .sidebar-footer{display:block;padding:20px}.jf-sidebar .sidebar-footer .profile-card{padding:22px}.jf-sidebar .sidebar-footer .profile-card .title{font-size:16px}.jf-sidebar .sidebar-footer .profile-card .cta{padding:16px 20px;font-size:15px;min-height:52px}}@-webkit-keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.jf-sidebar .sidebar-nav .sidebar-link:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px;background:hsla(0,0%,100%,.15)}@media (prefers-reduced-motion:reduce){.jf-sidebar .profile-card,.jf-sidebar .profile-card .progress-bar,.jf-sidebar .sidebar-nav .sidebar-link{transition:none;-webkit-animation:none;animation:none}}@media (prefers-contrast:high){.jf-sidebar{background:#000;border-right:2px solid #fff}.jf-sidebar .sidebar-nav .sidebar-link{color:#fff;border:1px solid transparent}.jf-sidebar .sidebar-nav .sidebar-link:focus,.jf-sidebar .sidebar-nav .sidebar-link:hover{border-color:#fff;background:#333}.jf-sidebar .sidebar-nav .sidebar-link.active{background:#fff;color:#000}.jf-sidebar .sidebar-nav .sidebar-link.active span{color:#000}.jf-sidebar .sidebar-nav .sidebar-link.active i,.jf-sidebar .sidebar-nav .sidebar-link.active svg{color:#000!important}}@media print{.jf-sidebar,.mobile-backdrop,.mobile-menu-toggle{display:none}.page-wrapper{margin-left:0!important}}@media (max-width:767.98px){.sidebar-content{padding-bottom:20px;height:auto!important;min-height:100%!important}}@media (max-width:767.98px){.bottom-nav{border-top:1px solid hsla(0,0%,100%,.1);padding-top:16px;margin-top:16px;flex-shrink:0;padding-bottom:20px}}@media (max-width:767.98px){.sidebar-footer{margin-top:20px!important;flex-shrink:0;padding-bottom:10px}}@media (max-width:767.98px){.jf-sidebar .sidebar-nav .sidebar-link{min-height:52px!important;padding:16px 20px!important}.jf-sidebar .sidebar-nav .sidebar-link .hide-menu{display:inline!important;visibility:visible!important;opacity:1!important}.jf-sidebar .sidebar-nav .sidebar-link i,.jf-sidebar .sidebar-nav .sidebar-link svg{display:inline-block!important;visibility:visible!important}.jf-sidebar .sidebar-nav .sidebar-link span{display:inline!important;visibility:visible!important}.jf-sidebar .sidebar-nav .sidebar-link.account{color:hsla(0,0%,100%,.78)!important;opacity:1!important;display:flex!important}.jf-sidebar .sidebar-nav .sidebar-link.account span{color:hsla(0,0%,100%,.78)!important;opacity:1!important;display:inline!important}.jf-sidebar .sidebar-nav .sidebar-link.account i,.jf-sidebar .sidebar-nav .sidebar-link.account svg{color:#e8eefc!important;opacity:1!important;display:inline-block!important}.jf-sidebar .sidebar-nav .sidebar-link.admin,.jf-sidebar .sidebar-nav .sidebar-link.knowledge-hub{color:hsla(0,0%,100%,.78)!important;opacity:1!important;display:flex!important}.jf-sidebar .sidebar-nav .sidebar-link.admin span,.jf-sidebar .sidebar-nav .sidebar-link.knowledge-hub span{color:hsla(0,0%,100%,.78)!important;opacity:1!important;display:inline!important}.jf-sidebar .sidebar-nav .sidebar-link.admin i,.jf-sidebar .sidebar-nav .sidebar-link.admin svg,.jf-sidebar .sidebar-nav .sidebar-link.knowledge-hub i,.jf-sidebar .sidebar-nav .sidebar-link.knowledge-hub svg{color:#e8eefc!important;opacity:1!important;display:inline-block!important}.jf-sidebar .bottom-nav,.jf-sidebar .bottom-nav .sidebar-item{display:block!important;visibility:visible!important}.jf-sidebar .bottom-nav .sidebar-item{opacity:1!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link{display:flex!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;min-height:52px!important;padding:16px 20px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;grid-gap:8px!important;gap:8px!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link .hide-menu{display:block!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;text-align:center!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link i,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link svg{color:#e8eefc!important;opacity:1!important;display:block!important;margin:0 auto!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link span{color:hsla(0,0%,100%,.78)!important;opacity:1!important;display:block!important;text-align:center!important}}@media (min-width:600px) and (max-width:767.98px){.jf-sidebar .bottom-nav .sidebar-link.account,.jf-sidebar .bottom-nav .sidebar-link.admin,.jf-sidebar .bottom-nav .sidebar-link.knowledge-hub{color:hsla(0,0%,100%,.78)!important;opacity:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;grid-gap:8px!important;gap:8px!important}.jf-sidebar .bottom-nav .sidebar-link.account .hide-menu,.jf-sidebar .bottom-nav .sidebar-link.account span,.jf-sidebar .bottom-nav .sidebar-link.admin .hide-menu,.jf-sidebar .bottom-nav .sidebar-link.admin span,.jf-sidebar .bottom-nav .sidebar-link.knowledge-hub .hide-menu,.jf-sidebar .bottom-nav .sidebar-link.knowledge-hub span{color:hsla(0,0%,100%,.78)!important;opacity:1!important;display:block!important;text-align:center!important}.jf-sidebar .bottom-nav .sidebar-link.account i,.jf-sidebar .bottom-nav .sidebar-link.account svg,.jf-sidebar .bottom-nav .sidebar-link.admin i,.jf-sidebar .bottom-nav .sidebar-link.admin svg,.jf-sidebar .bottom-nav .sidebar-link.knowledge-hub i,.jf-sidebar .bottom-nav .sidebar-link.knowledge-hub svg{color:#e8eefc!important;opacity:1!important;display:block!important;margin:0 auto!important}}.logout-link{color:hsla(0,0%,100%,.6)!important;transition:all .3s ease;border-radius:8px;margin:4px 8px}.logout-link:hover{color:#fff!important;background:hsla(0,0%,100%,.1)!important;transform:translateX(4px)}.logout-link:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px;background:hsla(0,0%,100%,.15)!important}.logout-link:active{transform:translateX(2px);background:hsla(0,0%,100%,.2)!important}.logout-link svg{transition:transform .3s ease}.logout-link:hover svg{transform:translateX(-2px)}@media (max-width:767.98px){.logout-link{flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;grid-gap:8px!important;gap:8px!important;padding:16px 20px!important;margin:0!important}.logout-link:active,.logout-link:hover{transform:none!important}.logout-link svg{margin:0 auto!important;display:block!important}.logout-link:hover svg{transform:none!important}.logout-link .hide-menu,.logout-link span{display:block!important;text-align:center!important}}@media (max-width:767.98px){.logout-link{margin:8px 12px;padding:16px 20px!important;min-height:52px;font-size:15px}.logout-link:hover{transform:none}.logout-link:active{transform:scale(.98)}}@media (min-width:768px) and (max-width:1023.98px){.logout-link{margin:6px 10px;padding:14px 18px!important;min-height:48px;font-size:14px}}@media (min-width:1000px){#main-wrapper.account-submenu-visible{position:relative!important;left:460px!important;left:var(--main-content-offset,420px)!important;width:calc(100% - 460px)!important;width:calc(100% - var(--main-content-offset, 420px))!important;max-width:none!important;overflow:visible!important}#main-wrapper.account-submenu-visible .d-flex{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}#main-wrapper.account-submenu-visible .d-flex>div:last-child{width:100%!important;max-width:none!important;margin-left:0!important;flex:none!important}#main-wrapper.account-submenu-visible .container,#main-wrapper.account-submenu-visible .container-fluid{width:100%!important;max-width:none!important;padding:0 15px!important;margin:0 auto!important}#main-wrapper.account-submenu-visible .page-wrapper{width:100%!important;max-width:none!important;margin-left:0!important;padding:0!important}#main-wrapper.account-submenu-visible[data-layout=vertical][data-header-position=fixed] .header,#main-wrapper.account-submenu-visible[data-layout=vertical][data-header-position=fixed] .topbar{display:block!important}#main-wrapper.account-submenu-visible #main-wrapper.account-submenu-visible[data-layout=vertical][data-sidebartype=full][data-header-position=fixed] .topbar,#main-wrapper.account-submenu-visible body #main-wrapper.account-submenu-visible .topbar{display:block!important;visibility:visible!important;opacity:1!important}#main-wrapper.account-submenu-visible .topbar .top-navbar .navbar-header{width:auto!important;position:static!important;left:auto!important;right:auto!important}#main-wrapper.account-submenu-visible[data-header-position=fixed] .topbar{position:relative!important;left:0!important;width:100%!important}#main-wrapper.account-submenu-visible .jf-sidebar .profile-card,#main-wrapper.account-submenu-visible .jf-sidebar .profile-card .profile-header .profile-avatar,#main-wrapper.account-submenu-visible .jf-sidebar .sidebar-footer{display:block!important;visibility:visible!important;opacity:1!important}#main-wrapper.submenu-open.account-submenu-visible[data-layout=vertical][data-header-position=fixed] .topbar{left:0!important;width:100%!important;position:relative!important}}@media (min-width:1400px){#main-wrapper.account-submenu-visible{left:460px!important;left:var(--main-content-offset,440px)!important;width:calc(100% - 460px)!important;width:calc(100% - var(--main-content-offset, 440px))!important}#main-wrapper.account-submenu-visible .header,#main-wrapper.account-submenu-visible .topbar{width:100%!important;left:0!important;position:relative!important}#main-wrapper.account-submenu-visible .topbar .top-navbar .navbar-header{width:auto!important;position:static!important;left:auto!important;right:auto!important}#main-wrapper.account-submenu-visible[data-header-position=fixed] .topbar,#main-wrapper.submenu-open.account-submenu-visible[data-layout=vertical][data-header-position=fixed] .topbar{position:relative!important;left:0!important;width:100%!important}#main-wrapper.account-submenu-visible[data-layout=vertical][data-sidebartype=full][data-header-position=fixed] .topbar{display:block!important}}@media (min-width:1000px) and (max-width:1199px){#main-wrapper.account-submenu-visible{left:460px!important;left:var(--main-content-offset,380px)!important;width:calc(100% - 460px)!important;width:calc(100% - var(--main-content-offset, 380px))!important}#main-wrapper.account-submenu-visible .header,#main-wrapper.account-submenu-visible .topbar{width:100%!important;left:0!important;position:relative!important}#main-wrapper.account-submenu-visible .topbar .top-navbar .navbar-header{width:auto!important;position:static!important;left:auto!important;right:auto!important}#main-wrapper.account-submenu-visible[data-header-position=fixed] .topbar,#main-wrapper.submenu-open.account-submenu-visible[data-layout=vertical][data-header-position=fixed] .topbar{position:relative!important;left:0!important;width:100%!important}#main-wrapper.account-submenu-visible[data-layout=vertical][data-sidebartype=full][data-header-position=fixed] .topbar{display:block!important}}html body #main-wrapper.account-submenu-visible .topbar{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:1100!important}html body .account-submenu,html body .account-submenu.desktop-visible,html body .account-submenu.mobile-open{z-index:1060!important;position:fixed!important}html body .account-submenu.desktop-visible{display:flex!important;position:fixed!important;left:260px!important;left:var(--sidebar-width,220px)!important;z-index:1060!important;opacity:1!important;visibility:visible!important}html body .account-submenu.mobile-closed{left:-200px!important;opacity:0!important;visibility:hidden!important;transform:translateX(-100%)!important;display:none!important}html body .account-submenu.mobile-open{left:0!important;opacity:1!important;visibility:visible!important;transform:translateX(0)!important;display:flex!important;z-index:1060!important;position:fixed!important;width:100%!important}html body #main-wrapper.account-submenu-visible{left:460px!important;left:var(--main-content-offset,420px)!important;width:calc(100% - 460px)!important;width:calc(100% - var(--main-content-offset, 420px))!important}@media (max-width:999px){.submenu-toggle.mobile-submenu-toggle,html body .submenu-toggle.mobile-submenu-toggle,html body div.submenu-toggle.mobile-submenu-toggle{display:flex!important;visibility:visible!important;opacity:1!important;position:fixed!important;top:20px!important;right:20px!important;left:auto!important;z-index:1070!important;background:#007bff!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(0,0,0,.15)!important;min-width:44px!important;min-height:44px!important;padding:10px!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;border:none!important}}@media (min-width:1400px){html body #main-wrapper.account-submenu-visible .topbar{left:0!important;width:100%!important}}@media (min-width:992px) and (max-width:1199px){html body #main-wrapper.account-submenu-visible .topbar{left:0!important;width:100%!important}}aside.jf-sidebar .sidebar-link.account,aside.left-sidebar .sidebar-link.account{min-width:auto!important;overflow:visible!important;display:flex!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important}aside.jf-sidebar .sidebar-link.account .hide-menu,aside.jf-sidebar .sidebar-link.account span,aside.left-sidebar .sidebar-link.account .hide-menu,aside.left-sidebar .sidebar-link.account span{display:inline!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;font-size:14px!important;min-width:auto!important;overflow:visible!important}aside.jf-sidebar .sidebar-link.account i,aside.jf-sidebar .sidebar-link.account svg,aside.left-sidebar .sidebar-link.account i,aside.left-sidebar .sidebar-link.account svg{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#e8eefc!important;width:22px!important;height:22px!important;font-size:22px!important;min-width:22px!important}@media (max-width:767.98px){html body .jf-sidebar .bottom-nav .sidebar-link.account,html body aside.jf-sidebar.mobile-sidebar .bottom-nav .sidebar-item .sidebar-link.account,html body aside.left-sidebar.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account{display:flex!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;background:transparent!important;min-height:52px!important;padding:16px 20px!important;align-items:center!important;grid-gap:18px!important;gap:18px!important;min-width:auto!important;max-width:none!important;overflow:visible!important}html body .jf-sidebar .bottom-nav .sidebar-link.account .hide-menu,html body .jf-sidebar .bottom-nav .sidebar-link.account span,html body aside.jf-sidebar.mobile-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body aside.jf-sidebar.mobile-sidebar .bottom-nav .sidebar-item .sidebar-link.account span,html body aside.left-sidebar.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body aside.left-sidebar.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account span{display:inline!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;font-size:15px!important;font-weight:500!important;min-width:auto!important;overflow:visible!important}html body .jf-sidebar .bottom-nav .sidebar-link.account i,html body .jf-sidebar .bottom-nav .sidebar-link.account svg,html body aside.jf-sidebar.mobile-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,html body aside.jf-sidebar.mobile-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg,html body aside.left-sidebar.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,html body aside.left-sidebar.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#e8eefc!important;width:26px!important;height:26px!important;font-size:26px!important;min-width:26px!important}html body .jf-sidebar .bottom-nav .sidebar-link.admin,html body .jf-sidebar .bottom-nav .sidebar-link.knowledge-hub{display:flex!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important}html body .jf-sidebar .bottom-nav .sidebar-link.admin .hide-menu,html body .jf-sidebar .bottom-nav .sidebar-link.admin span,html body .jf-sidebar .bottom-nav .sidebar-link.knowledge-hub .hide-menu,html body .jf-sidebar .bottom-nav .sidebar-link.knowledge-hub span{display:inline!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important}html body .jf-sidebar .bottom-nav .sidebar-link.admin i,html body .jf-sidebar .bottom-nav .sidebar-link.admin svg,html body .jf-sidebar .bottom-nav .sidebar-link.knowledge-hub i,html body .jf-sidebar .bottom-nav .sidebar-link.knowledge-hub svg{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#e8eefc!important}}html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account{display:flex!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;background-color:transparent!important;min-width:auto!important;max-width:none!important;width:auto!important;overflow:visible!important}html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account *,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account *{visibility:visible!important;opacity:1!important;display:inline!important}html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account span,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account span{display:inline!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;font-size:14px!important;font-weight:500!important;min-width:auto!important;width:auto!important;overflow:visible!important;text-indent:0!important;text-overflow:clip!important;white-space:nowrap!important}html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account i,html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account svg,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account i,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account svg{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#e8eefc!important;fill:#e8eefc!important;stroke:#e8eefc!important;width:22px!important;height:22px!important;min-width:22px!important;font-size:22px!important}html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account i path,html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account svg path,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account i path,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account svg path{fill:#e8eefc!important;stroke:#e8eefc!important;opacity:1!important;visibility:visible!important}@media (max-width:767.98px){html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account{min-height:52px!important;padding:16px 20px!important;grid-gap:18px!important;gap:18px!important}html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account span,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account span{font-size:15px!important}html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account i,html body div#main-wrapper aside.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account svg,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account i,html body div#main-wrapper aside.left-sidebar.jf-sidebar .sidebar-nav .bottom-nav .sidebar-item .sidebar-link.account svg{width:26px!important;height:26px!important;min-width:26px!important;font-size:26px!important}}@media (max-width:767.98px){html body #main-wrapper aside.jf-sidebar.mobile-open,html body #main-wrapper aside.left-sidebar.jf-sidebar.mobile-open,html body aside.jf-sidebar.mobile-open,html body aside.left-sidebar.mobile-open{transform:translateX(0)!important;visibility:visible!important;opacity:1!important;display:block!important}}@media (max-width:767.98px){.jf-sidebar .bottom-nav,.jf-sidebar .bottom-nav .sidebar-item,.jf-sidebar .bottom-nav .sidebarnav,.left-sidebar .bottom-nav,.left-sidebar .bottom-nav .sidebar-item,.left-sidebar .bottom-nav .sidebarnav,aside.jf-sidebar .bottom-nav,aside.jf-sidebar .bottom-nav .sidebar-item,aside.jf-sidebar .bottom-nav .sidebarnav,aside.left-sidebar .bottom-nav,aside.left-sidebar .bottom-nav .sidebar-item,aside.left-sidebar .bottom-nav .sidebarnav{display:block!important;visibility:visible!important;opacity:1!important}.jf-sidebar .bottom-nav .sidebar-link,.left-sidebar .bottom-nav .sidebar-link,aside.jf-sidebar .bottom-nav .sidebar-link,aside.left-sidebar .bottom-nav .sidebar-link{display:flex!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;min-height:52px!important;padding:16px 20px!important;grid-gap:18px!important;gap:18px!important;align-items:center!important}.jf-sidebar .bottom-nav .sidebar-link .hide-menu,.jf-sidebar .bottom-nav .sidebar-link span,.left-sidebar .bottom-nav .sidebar-link .hide-menu,.left-sidebar .bottom-nav .sidebar-link span,aside.jf-sidebar .bottom-nav .sidebar-link .hide-menu,aside.jf-sidebar .bottom-nav .sidebar-link span,aside.left-sidebar .bottom-nav .sidebar-link .hide-menu,aside.left-sidebar .bottom-nav .sidebar-link span{display:inline!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;font-size:15px!important}.jf-sidebar .bottom-nav .sidebar-link i,.jf-sidebar .bottom-nav .sidebar-link svg,.left-sidebar .bottom-nav .sidebar-link i,.left-sidebar .bottom-nav .sidebar-link svg,aside.jf-sidebar .bottom-nav .sidebar-link i,aside.jf-sidebar .bottom-nav .sidebar-link svg,aside.left-sidebar .bottom-nav .sidebar-link i,aside.left-sidebar .bottom-nav .sidebar-link svg{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#e8eefc!important;width:26px!important;height:26px!important;font-size:26px!important}}@media (max-width:767.98px){.jf-sidebar .scroll-sidebar,.left-sidebar .scroll-sidebar{height:calc(100vh - 80px)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;padding-bottom:40px!important}.jf-sidebar .sidebar-content,.left-sidebar .sidebar-content{min-height:auto!important;height:auto!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account,.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account,html body #main-wrapper aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account,html body #main-wrapper aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account,html body aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account{display:flex!important;visibility:visible!important;opacity:1!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;grid-gap:8px!important;gap:8px!important;padding:16px 20px!important;min-height:52px!important;color:hsla(0,0%,100%,.78)!important;background-color:transparent!important;min-width:auto!important;max-width:none!important;width:auto!important;overflow:visible!important;text-indent:0!important;font-size:15px!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg,.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg,html body #main-wrapper aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,html body #main-wrapper aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg,html body #main-wrapper aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,html body #main-wrapper aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg,html body aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account i,html body aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account svg{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#e8eefc!important;fill:currentColor!important;stroke:currentColor!important;width:26px!important;height:26px!important;min-width:26px!important;font-size:26px!important;flex-shrink:0!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account span,.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account span,html body #main-wrapper aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body #main-wrapper aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account span,html body #main-wrapper aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body #main-wrapper aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account span,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.account span,html body aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account .hide-menu,html body aside.left-sidebar .bottom-nav .sidebar-item .sidebar-link.account span{display:block!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;font-size:15px!important;font-weight:500!important;white-space:nowrap!important;text-overflow:clip!important;overflow:visible!important;min-width:auto!important;width:auto!important;text-align:center!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub{display:flex!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;padding:16px 20px!important;min-height:52px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;grid-gap:8px!important;gap:8px!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin i,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin svg,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub i,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub svg,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin i,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin svg,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub i,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub svg{display:block!important;visibility:visible!important;opacity:1!important;color:#e8eefc!important;width:26px!important;height:26px!important;margin:0 auto!important}.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin .hide-menu,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin span,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub .hide-menu,.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub span,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin .hide-menu,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.admin span,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub .hide-menu,html body aside.jf-sidebar .bottom-nav .sidebar-item .sidebar-link.knowledge-hub span{display:block!important;visibility:visible!important;opacity:1!important;color:hsla(0,0%,100%,.78)!important;font-size:15px!important;text-align:center!important}.jf-sidebar .bottom-nav,.left-sidebar .bottom-nav{display:block!important;visibility:visible!important;opacity:1!important}}.preloader{width:100%;height:100%;top:0;position:fixed;z-index:99999;background:#fff}.lds-ripple{display:inline-block;position:relative;width:64px;height:64px;position:absolute;top:calc(50% - 3.5px);left:calc(50% - 3.5px)}.lds-ripple .lds-pos{position:absolute;border:2px solid #007bff;opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1s cubic-bezier(0,.1,.5,1) infinite;animation:lds-ripple 1s cubic-bezier(0,.1,.5,1) infinite}.lds-ripple .lds-pos:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:0}5%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:0}5%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.fa-spin{-webkit-animation:fa-spin 1s linear infinite;animation:fa-spin 1s linear infinite;display:inline-block}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.fa-spin{min-width:20px;min-height:20px}.loading-container{min-height:200px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.95)}.loading-container .fa-spin{min-width:32px;min-height:32px}.loading-cell{min-height:150px;padding:2rem 1rem}.loading-cell .loading-spinner .spinner{width:32px!important;height:32px!important;border-width:3px!important}}@media (max-width:480px){.fa-spin{min-width:24px;min-height:24px}.loading-container{min-height:180px}.loading-container .fa-spin{min-width:36px;min-height:36px}}@media (max-width:768px){.fa-spin{min-width:20px!important;min-height:20px!important;display:inline-block}.btn .fa-spin,.reports table tr td.actions span .fa-spin,button .fa-spin{min-width:18px!important;min-height:18px!important}.loading-indicator,.spinner-container{min-height:150px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.95)}.loading-indicator .fa-spin,.loading-indicator svg,.spinner-container .fa-spin,.spinner-container svg{min-width:36px!important;min-height:36px!important}.loading-row,.loading-state,.table-loading{min-height:180px;padding:40px 20px}.loading-row .fa-spin,.loading-row svg,.loading-state .fa-spin,.loading-state svg,.table-loading .fa-spin,.table-loading svg{min-width:36px!important;min-height:36px!important}.modal-body .fa-spin,.modal-body .loading-spinner{min-width:32px!important;min-height:32px!important}.card-body .fa-spin,.card-content .fa-spin{min-width:28px!important;min-height:28px!important}.empty-state,.loading-state{padding:60px 20px}.empty-state .fa-spin,.empty-state svg,.loading-state .fa-spin,.loading-state svg{min-width:40px!important;min-height:40px!important;margin-bottom:16px}.empty-state p,.empty-state span,.loading-state p,.loading-state span{font-size:16px;font-weight:500;margin-top:12px}}@media (max-width:480px){.fa-spin{min-width:24px!important;min-height:24px!important}.loading-indicator,.spinner-container{min-height:200px}.loading-indicator .fa-spin,.loading-indicator svg,.spinner-container .fa-spin,.spinner-container svg{min-width:44px!important;min-height:44px!important}.loading-row,.loading-state,.table-loading{min-height:220px;padding:60px 15px}.loading-row .fa-spin,.loading-row svg,.loading-state .fa-spin,.loading-state svg,.table-loading .fa-spin,.table-loading svg{min-width:44px!important;min-height:44px!important}.empty-state,.loading-state{padding:80px 15px}.empty-state .fa-spin,.empty-state svg,.loading-state .fa-spin,.loading-state svg{min-width:48px!important;min-height:48px!important}.empty-state p,.empty-state span,.loading-state p,.loading-state span{font-size:18px;font-weight:600}.loader__overlay,.loading-overlay{background:hsla(0,0%,96.5%,.98)!important}.loader__overlay .fa-spin,.loading-overlay .fa-spin{min-width:48px!important;min-height:48px!important}}@media (max-width:768px) and (orientation:landscape){.loading-indicator,.loading-state,.spinner-container{min-height:120px;padding:30px 20px}.empty-state{padding:40px 20px}}@media (prefers-contrast:high){.fa-spin,.loading-spinner,.spinner{border-color:#007bff #000 #000!important}.loader__overlay,.loading-overlay{background:hsla(0,0%,100%,.98)!important}}@media (prefers-reduced-motion:reduce){.fa-spin{-webkit-animation-duration:2s;animation-duration:2s}}.current-version td:nth-child(n+2),.current-version th:nth-child(n+2),.version-list td:nth-child(n+3){text-align:center;vertical-align:middle}.current-version th,.version-list th{padding:4px 7.5px}.current-version td,.version-list td{padding:12px 7.5px}.current-version{border-bottom:2px dashed #cedbe9}.current-version .header-indicator{display:flex;align-items:center;justify-content:center}.current-version th:first-child{width:15%;font-weight:400}.current-version th{text-align:center}.current-version td:first-child{width:14%}.current-version td:nth-child(2){width:15%;text-align:left}.current-version td{vertical-align:middle;font-weight:400}.current-version td button{font-weight:600}.current-version td.shopping-cart{position:relative}.current-version td.shopping-cart:before{content:"\f218";font-family:"Font Awesome 5 Free";display:inline-block;font-weight:600;position:absolute;left:0;transform:translateX(-150%)}.version-list td:first-child,.version-list th:first-child{width:15%;font-weight:400}.version-list td:nth-child(2),.version-list th:nth-child(2){width:15%}.version-list th{font-weight:400}.version-list td{vertical-align:middle;font-weight:400}.version-list td button{font-weight:600}.version-list tbody tr:hover{background-color:rgba(225,236,243,.45098)!important;transition:all .2s ease-in-out;cursor:pointer}@media screen and (prefers-reduced-motion:reduce){.version-list tbody tr:hover{transition:none}}.version-list tbody tr:hover td:first-of-type{border-top-left-radius:6px;border-bottom-left-radius:6px}.version-list tbody tr:hover td:last-of-type{border-bottom-right-radius:6px;border-top-right-radius:6px}.version-list tbody .active{background-color:rgba(207,224,236,.45098);outline:0 solid #3f65f1;transition:none}.w-10{width:10%}.w-20{width:20%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.font-bold{font-weight:800}.font-normal{font-weight:400}.font-light{font-weight:300}.font-medium{font-weight:600}.font-12{font-size:12px}.font-11{font-size:11px}.font-14{font-size:14px}.font-16{font-size:16px}.font-10{font-size:10px}.font-18{font-size:18px}.font-20{font-size:20px}.font-22{font-size:22px}.font-24{font-size:24px}.display-5{font-size:3rem}.display-5,.display-6{font-weight:300;line-height:1.2}.display-6{font-size:2.5rem}.display-7{font-size:2rem;font-weight:300;line-height:1.2}.blockquote{border:1px solid #e9ecef;padding:15px}.color-bg-blue{color:#3f65f1}.color-bg-yellow{color:#f4a850}.color-bg-green{color:linear-gradient(180deg,#17c9dc,#1dd6ae)}.txt_underline{text-decoration:underline}.pointer{cursor:pointer}.topbar{position:relative;z-index:1000;background:#fff;height:78.8px;margin-bottom:0;border-bottom:1px solid #e5e7eb;overflow:visible;width:100%!important;padding-right:0!important}.topbar:after{content:"";display:block;height:1px;width:100%;background:transparent}.topbar .navbar-collapse{flex:0 1}.topbar .top-navbar{min-height:78.8px;padding:0 12px;display:flex;align-items:center;width:100%;justify-content:space-between;position:relative;flex-wrap:nowrap;overflow:visible}@media (min-width:1200px) and (max-width:1300px){.topbar .top-navbar{padding:0 8px 0 16px!important;overflow:visible!important;width:100%!important;max-width:100%!important;margin:0!important}}@media (min-width:768px){.topbar .top-navbar{padding-left:20px;padding-right:12px}}.topbar .top-navbar .dropdown-toggle{background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important}.topbar .top-navbar .dropdown-toggle:after{display:none}.topbar .top-navbar .dropdown-toggle:focus{box-shadow:none!important;outline:none!important}.topbar .top-navbar .dropdown-toggle:hover{background:transparent!important}.topbar .top-navbar .header-logo-section{flex-shrink:0;margin-right:16px;margin-left:0}@media (min-width:768px){.topbar .top-navbar .header-logo-section{display:none}}@media (max-width:767.98px){.topbar .top-navbar .header-logo-section{display:flex}}.topbar .top-navbar .header-logo-section a{display:flex;align-items:center;text-decoration:none;color:inherit}.topbar .top-navbar .header-logo-section a:hover{text-decoration:none}.topbar .top-navbar .header-logo-section .header-logo{width:40px;height:40px;object-fit:contain}.topbar .top-navbar .header-logo-section .header-logo-text{font-size:1.125rem;font-weight:600;color:#2c3e50;white-space:nowrap;margin-left:8px}@media (max-width:480px){.topbar .top-navbar .header-logo-section .header-logo-text{display:none}}@media (max-width:767.98px){.topbar .top-navbar .header-logo-section{margin-right:12px}.topbar .top-navbar .header-logo-section .header-logo{width:32px;height:32px}.topbar .top-navbar .header-logo-section .header-logo-text{font-size:1rem;margin-left:6px}}.topbar .top-navbar .navbar-header{line-height:65px}.topbar .top-navbar .navbar-header .navbar-brand{display:flex;align-items:center;margin:0;padding:0}.topbar .top-navbar .navbar-header .navbar-brand .dark-logo{display:none}.topbar .top-navbar .navbar-header .navbar-brand .logo-icon{margin-right:5px}.topbar .top-navbar .navbar-nav>.nav-item>.nav-link{padding:0;font-size:.875rem;height:auto;display:flex;align-items:center;background:transparent!important;border:none!important}.topbar .top-navbar .navbar-nav>.nav-item{transition:.2s ease-in}.topbar .top-navbar .navbar-nav>.nav-item:hover{background:transparent}.topbar .top-navbar .search-section{flex:1 1 auto;margin:0 16px;min-width:0;display:flex;align-items:center;width:auto}@media (min-width:1200px) and (max-width:1400px) and (min-height:600px) and (max-height:800px){.topbar .top-navbar .search-section{margin-left:12px!important;margin-right:12px!important;min-width:250px!important;max-width:500px!important;flex:1 1 auto!important}.topbar .top-navbar .search-section .live-search-container,.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;flex:1 1!important}.topbar .top-navbar .search-section .live-search-container .input-group{display:flex!important;align-items:center!important}}@media (max-width:480px){.topbar .top-navbar .search-section{margin-left:8px;margin-right:8px;min-width:120px;max-width:calc(100vw - 180px)}}@media (min-width:481px) and (max-width:767.98px){.topbar .top-navbar .search-section{margin-left:12px;margin-right:12px;min-width:200px;max-width:calc(100vw - 240px)}}@media (min-width:768px) and (max-width:991.98px){.topbar .top-navbar .search-section{margin-left:16px;margin-right:16px;min-width:250px;max-width:450px;display:flex!important;visibility:visible!important;opacity:1!important}}@media (min-width:992px) and (max-width:1199.98px){.topbar .top-navbar .search-section{margin-left:24px;margin-right:24px;min-width:300px;max-width:550px;display:flex!important;visibility:visible!important;opacity:1!important}}@media (min-width:1200px) and (max-width:1399.98px){.topbar .top-navbar .search-section{margin-left:32px;margin-right:32px;min-width:350px;max-width:600px}}@media (min-width:1200px) and (max-width:1300px){.topbar .top-navbar .search-section{margin-left:12px!important;margin-right:12px!important;min-width:200px!important;max-width:500px!important;flex:1 1 auto!important}.topbar .top-navbar .search-section .live-search-container,.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;flex:1 1!important}}@media (min-width:1400px){.topbar .top-navbar .search-section{margin-left:32px;margin-right:32px;min-width:400px;max-width:700px}}.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important}.topbar .mailbox,.topbar .user-dd{min-width:280px}.topbar .nav-toggler,.topbar .topbartoggler{outline:none;color:#fff;padding:0 10px;border:0}@media (max-width:767.98px){.topbar .topbar{display:block!important;visibility:visible!important;position:relative!important;z-index:999!important}.topbar .top-navbar,.topbar .topbar{width:100%!important;max-width:100%!important;overflow:visible!important}.topbar .top-navbar{padding:0 12px;flex-wrap:nowrap!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.topbar .top-navbar .header-logo-section{flex-shrink:0!important;margin-right:12px!important}.topbar .top-navbar .header-logo-section,.topbar .top-navbar .search-section{display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important}.topbar .top-navbar .search-section{flex:1 1 auto!important;margin-left:8px!important;margin-right:8px!important;min-width:0!important;max-width:none!important;overflow:visible!important;width:auto!important}.topbar .top-navbar .search-section .live-search-container{width:100%!important;max-width:100%!important;min-width:0!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important}.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;visibility:visible!important;opacity:1!important}.topbar .top-navbar .mobile-right-section{display:flex!important;align-items:center!important;flex-shrink:0!important;margin-left:auto!important;grid-gap:8px!important;gap:8px!important;position:relative!important;z-index:1001!important;overflow:visible!important;visibility:visible!important;opacity:1!important;width:auto!important;padding-right:0!important;margin-right:0!important}.topbar .topbar .mobile-menu-toggle{position:static!important;top:auto!important;left:auto!important;z-index:auto!important;background:none!important;border:none!important;color:#2c3e50!important;padding:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transition:none!important;flex-shrink:0!important;margin:0!important}.topbar .topbar .mobile-menu-toggle:focus{box-shadow:none!important}.topbar .topbar .mobile-menu-toggle:hover{background:rgba(0,0,0,.05)!important}.topbar .topbar .mobile-nav{flex-direction:column!important;width:100%!important;background:#fff!important;padding:1rem!important;margin-top:.5rem!important;border-radius:8px!important;box-shadow:0 4px 6px rgba(0,0,0,.1)!important;-webkit-animation:slideDown .3s ease-out!important;animation:slideDown .3s ease-out!important;display:flex!important;position:static!important;top:auto!important;left:auto!important;z-index:auto!important}.topbar .topbar .mobile-nav .mobile-nav-item{padding:.75rem 0!important;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex!important;align-items:center!important;width:100%!important;justify-content:flex-start!important;transition:all .2s ease;color:#fff!important;text-decoration:none!important}.topbar .topbar .mobile-nav .mobile-nav-item:last-child{border-bottom:none}.topbar .topbar .mobile-nav .mobile-nav-item:hover{background:hsla(0,0%,100%,.1)!important;border-radius:4px;transform:translateX(4px);color:#fff!important}.topbar .topbar .mobile-nav .mobile-nav-item .brand-dropdown{width:100%;justify-content:space-between;color:#fff;font-weight:500}.topbar .topbar .mobile-nav .dropdown-menu{position:static!important;float:none!important;width:100%!important;margin-top:.5rem!important;background:hsla(0,0%,100%,.95)!important;border:none!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;border-radius:4px!important;-webkit-animation:fadeIn .2s ease-out;animation:fadeIn .2s ease-out}}@-webkit-keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:992px){.topbar .top-navbar .navbar-collapse{display:flex!important;flex-basis:auto!important;flex-grow:0!important;align-items:center!important;justify-content:flex-end!important;flex-shrink:1;margin-left:0;margin-right:0!important;padding-right:0!important}.topbar .right-section-nav,.topbar .top-navbar .navbar-nav{flex-direction:row!important;align-items:center!important;grid-gap:12px!important;gap:12px!important;margin-right:0!important;padding-right:0!important}.topbar .right-section-nav{display:flex!important;flex-shrink:1;flex-grow:0}}@media (min-width:992px) and (min-width:1200px) and (max-width:1300px){.topbar .right-section-nav{grid-gap:10px!important;gap:10px!important;flex-shrink:0!important;margin-left:0!important;margin-right:0!important;padding-right:0!important}}@media (min-width:992px){.topbar .brand-dropdown-container{padding:8px 14px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease;cursor:pointer;white-space:nowrap;height:40px;display:flex;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.05);flex-shrink:0}}@media (min-width:992px) and (min-width:1200px) and (max-width:1300px){.topbar .brand-dropdown-container{padding:6px 10px!important;height:36px!important}.topbar .brand-dropdown-container .brand-dropdown-text{font-size:.8rem!important;margin-left:6px!important;margin-right:6px!important;max-width:100px!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (min-width:992px){.topbar .brand-dropdown-container:hover{background-color:#f9fafb;border-color:#d1d5db}.topbar .brand-dropdown-container .brand-icon{flex-shrink:0;width:18px;height:18px}.topbar .brand-dropdown-container .brand-dropdown-text{font-size:.875rem;color:#2c3e50;font-weight:500;margin-left:8px;margin-right:8px}.topbar .brand-dropdown-container .brand-chevron{flex-shrink:0}.topbar .notification-container{padding:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease;cursor:pointer;width:40px;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(0,0,0,.05);flex-shrink:0;position:relative}}@media (min-width:992px) and (min-width:1200px) and (max-width:1300px){.topbar .notification-container{width:36px!important;min-width:36px!important;height:36px!important}.topbar .notification-container svg{width:18px!important;height:18px!important}.topbar .notification-container .notification-badge{min-width:18px!important;height:18px!important;font-size:.6rem!important}}@media (min-width:992px){.topbar .notification-container:hover{background-color:#f9fafb;border-color:#d1d5db}.topbar .notification-container svg{width:20px;height:20px}.topbar .notification-container .notification-badge{position:absolute;top:-6px;right:-6px;background-color:#ef4444;color:#fff;border-radius:12px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;padding:0 6px;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.15);z-index:10;line-height:1;white-space:nowrap}.topbar .profile-container{padding:6px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease;cursor:pointer;white-space:nowrap;height:40px;display:flex;align-items:center;grid-gap:8px;gap:8px;box-shadow:0 1px 2px rgba(0,0,0,.05);flex-shrink:0;margin-right:0!important}}@media (min-width:992px) and (min-width:1200px) and (max-width:1300px){.topbar .profile-container{padding:4px 8px!important;height:36px!important;max-width:160px!important;min-width:160px!important;margin-right:0!important}.topbar .profile-container .profile-avatar{width:24px!important;height:24px!important}.topbar .profile-container .profile-info{margin-left:6px!important;flex:1 1!important;min-width:0!important}.topbar .profile-container .profile-info .profile-name{font-size:.8rem!important}.topbar .profile-container .profile-info .profile-name,.topbar .profile-container .profile-info .profile-view{max-width:none!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topbar .profile-container .profile-info .profile-view{font-size:.7rem!important}}@media (min-width:992px){.topbar .profile-container:hover{background-color:#f9fafb;border-color:#d1d5db}.topbar .profile-container .profile-avatar{width:28px;height:28px;flex-shrink:0;background:linear-gradient(42.3deg,rgba(57,94,250,.75) -.63%,rgba(23,201,220,.75) 55.93%,rgba(29,214,174,.75) 117.41%);overflow:hidden;display:flex;align-items:center;justify-content:center}.topbar .profile-container .profile-avatar img{width:100%;height:100%;object-fit:cover}.topbar .profile-container .profile-info{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center}.topbar .profile-container .profile-info .profile-name{font-size:.875rem;font-weight:600;color:#2c3e50;line-height:1.2;white-space:nowrap;margin:0}.topbar .profile-container .profile-info .profile-view{font-size:.75rem;color:#6b7280;line-height:1.2;margin-top:2px;margin-bottom:0;white-space:nowrap}.topbar .profile-container svg{flex-shrink:0}.topbar .ipad-right-section,.topbar .ipad-three-dots-menu-container,.topbar .ipad-three-dots-menu-toggle,.topbar .ipad-three-dots-menu-wrapper,.topbar .mobile-menu-toggle,.topbar .mobile-nav,.topbar .three-dots-menu-container,.topbar .three-dots-menu-toggle{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.topbar .ipad-right-section{display:flex!important;align-items:center!important;position:relative!important}.topbar .ipad-three-dots-menu-wrapper{overflow:visible!important;margin-left:4px!important}.topbar .ipad-three-dots-menu-toggle,.topbar .ipad-three-dots-menu-wrapper{display:flex!important;align-items:center!important;position:relative!important;z-index:1001!important}.topbar .ipad-three-dots-menu-toggle{justify-content:center!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;color:#2c3e50!important;padding:8px!important;margin:0!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;transition:all .2s ease!important;cursor:pointer!important;flex-shrink:0!important;width:40px!important;height:40px!important}.topbar .ipad-three-dots-menu-toggle:hover{background-color:#f9fafb!important;border-color:#d1d5db!important}.topbar .ipad-three-dots-menu-toggle:focus{outline:none!important;box-shadow:0 0 0 2px rgba(44,62,80,.2)!important}.topbar .ipad-three-dots-menu-toggle:active{background-color:#f3f4f6!important}.topbar .ipad-three-dots-menu-container{display:block!important;visibility:visible!important;opacity:1!important;position:fixed!important;z-index:10000!important;background:transparent!important;border:none!important;box-shadow:none!important;width:280px!important;min-width:260px!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - 80px)!important;height:auto!important;border-radius:0!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-animation:slideDownFadeIn .2s ease-out!important;animation:slideDownFadeIn .2s ease-out!important;isolation:isolate!important;transform:translateZ(0)!important;will-change:transform!important;display:flex!important;flex-direction:column!important;grid-gap:8px!important;gap:8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.2) transparent!important}.topbar .ipad-three-dots-menu-container::-webkit-scrollbar{width:6px!important}.topbar .ipad-three-dots-menu-container::-webkit-scrollbar-track{background:transparent!important}.topbar .ipad-three-dots-menu-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)!important;border-radius:3px!important}.topbar .ipad-three-dots-menu-container::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}}@media (max-width:767.98px){.topbar .top-navbar{position:relative}.topbar .top-navbar .navbar-collapse{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 4px 6px rgba(0,0,0,.1)}.topbar .topbar .mobile-menu-container{position:absolute!important;top:100%!important;left:0!important;right:0!important;z-index:1000!important;background:#fff!important;border-top:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 4px 6px rgba(0,0,0,.1)!important;display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important}}@media (max-width:767.98px) and (max-width:767.98px){.topbar .search-section{margin:0 8px!important;max-width:none!important;flex:1 1 auto!important;display:flex!important;visibility:visible!important;opacity:1!important;min-width:0!important;width:auto!important}.topbar .search-section .live-search-container{width:100%!important;max-width:100%!important;min-width:0!important;display:block!important;visibility:visible!important;opacity:1!important}}@media (max-width:767.98px){.topbar .topbar .mobile-nav{padding:.75rem!important;margin-top:.25rem!important;display:flex!important;flex-direction:column!important;width:100%!important;background:#fff!important;min-height:200px!important;position:static!important;top:auto!important;left:auto!important;z-index:auto!important}.topbar .topbar .mobile-nav .mobile-nav-item{padding:.75rem 0!important;font-size:.9rem;color:#fff!important;text-decoration:none!important;display:flex!important;align-items:center!important;width:100%!important;border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .2s ease;cursor:pointer!important}.topbar .topbar .mobile-nav .mobile-nav-item:last-child{border-bottom:none}.topbar .topbar .mobile-nav .mobile-nav-item:hover{background:hsla(0,0%,100%,.1)!important;border-radius:4px;transform:translateX(4px)}.topbar .topbar .mobile-nav .mobile-nav-item .brand-dropdown{width:100%;justify-content:space-between;color:#fff;font-weight:500}}@media (max-width:767.98px){.topbar .mobile-menu-toggle{display:block!important;position:static!important;top:auto!important;left:auto!important;z-index:auto!important;background:none!important;border:none!important;color:#fff!important;padding:8px!important;margin-left:auto!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transition:none!important}.topbar .three-dots-menu-wrapper{overflow:visible!important;margin-left:4px!important}.topbar .three-dots-menu-toggle,.topbar .three-dots-menu-wrapper{position:relative!important;display:flex!important;align-items:center!important;z-index:1001!important}.topbar .three-dots-menu-toggle{justify-content:center!important;top:auto!important;left:auto!important;background:none!important;border:none!important;color:#2c3e50!important;padding:8px!important;margin:0!important;border-radius:4px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transition:background-color .2s ease!important;cursor:pointer!important;flex-shrink:0!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.topbar .three-dots-menu-toggle:hover{background:rgba(0,0,0,.05)!important}.topbar .three-dots-menu-toggle:focus{outline:none!important;box-shadow:0 0 0 2px rgba(44,62,80,.2)!important}.topbar .three-dots-menu-toggle:active{background:rgba(0,0,0,.1)!important}.topbar .mobile-menu-container{display:block!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;z-index:1000!important;background:#2c3e50!important}.topbar .mobile-menu-container,.topbar .mobile-nav{visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important}.topbar .mobile-nav{display:flex!important;position:static!important;top:auto!important;left:auto!important;z-index:auto!important}.topbar .three-dots-menu-container{display:block!important;visibility:visible!important;opacity:1!important;position:fixed!important;z-index:10000!important;background:transparent!important;border:none!important;box-shadow:none!important;width:280px!important;min-width:260px!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - 80px)!important;height:auto!important;border-radius:0!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-animation:slideDownFadeIn .2s ease-out!important;animation:slideDownFadeIn .2s ease-out!important;isolation:isolate!important;transform:translateZ(0)!important;will-change:transform!important;display:flex!important;flex-direction:column!important;grid-gap:8px!important;gap:8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.2) transparent!important}.topbar .three-dots-menu-container::-webkit-scrollbar{width:6px!important}.topbar .three-dots-menu-container::-webkit-scrollbar-track{background:transparent!important}.topbar .three-dots-menu-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)!important;border-radius:3px!important}.topbar .three-dots-menu-container::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}.topbar .three-dots-menu-container .unified-menu-dropdown{position:static!important;display:block!important;padding:8px 0!important;margin:0!important;z-index:1!important;max-height:none!important;overflow:visible!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper,.topbar .three-dots-menu-container .unified-menu-dropdown{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;width:100%!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper{position:relative!important;z-index:100002!important;padding:12px!important;margin-top:8px!important;max-height:400px!important;overflow-y:auto!important;overflow-x:hidden!important;transform:translateZ(0)!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.2) transparent!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar{width:6px!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar-track{background:transparent!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)!important;border-radius:3px!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper .header-notification-container{position:relative!important;z-index:100002!important}.topbar .three-dots-menu-container .brand-dropdown-wrapper .header-notification-container .dropdown-menu{position:static!important;top:auto!important;left:auto!important;right:auto!important;z-index:100002!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important;visibility:visible!important;opacity:1!important;transform:translateZ(0)!important;max-height:none!important;overflow:visible!important}.topbar .three-dots-menu-container .notification-dropdown-wrapper{position:relative!important;z-index:100002!important;padding:12px!important;margin-top:8px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;width:100%!important;max-height:400px!important;overflow-y:auto!important;overflow-x:hidden!important;transform:translateZ(0)!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.2) transparent!important}.topbar .three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar{width:6px!important}.topbar .three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar-track{background:transparent!important}.topbar .three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)!important;border-radius:3px!important}.topbar .three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}.topbar .three-dots-menu-container .notification-dropdown-wrapper .header-notification-container{position:relative!important;z-index:100002!important}.topbar .three-dots-menu-container .notification-dropdown-wrapper .header-notification-container .dropdown-menu{position:static!important;top:auto!important;left:auto!important;right:auto!important;z-index:100002!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important;visibility:visible!important;opacity:1!important;transform:translateZ(0)!important;max-height:none!important;overflow:visible!important}}@media (max-width:767.98px) and (max-width:480px){.topbar .three-dots-menu-container{max-width:calc(100vw - 24px)!important}}@media (max-width:767.98px){.topbar .three-dots-menu-container .mobile-nav{display:flex!important;flex-direction:column!important;grid-gap:8px!important;gap:8px!important}.topbar .three-dots-menu-container .mobile-nav,.topbar .three-dots-menu-container .mobile-nav .dropdown{width:100%!important;position:relative!important}.topbar .three-dots-menu-container .mobile-nav .brand-dropdown-container{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:8px 14px!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;height:40px!important;cursor:pointer!important;transition:all .2s ease!important}.topbar .three-dots-menu-container .mobile-nav .brand-dropdown-container:hover{background-color:#f9fafb!important;border-color:#d1d5db!important}.topbar .three-dots-menu-container .mobile-nav .brand-dropdown-container .brand-icon{margin-right:8px!important}.topbar .three-dots-menu-container .mobile-nav .brand-dropdown-container .brand-dropdown-text{color:#2c3e50!important;font-size:.875rem!important;font-weight:500!important}.topbar .three-dots-menu-container .mobile-nav .notification-container{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;height:40px!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;cursor:pointer!important;transition:all .2s ease!important;position:relative!important}.topbar .three-dots-menu-container .mobile-nav .notification-container:hover{background-color:#f9fafb!important;border-color:#d1d5db!important}.topbar .three-dots-menu-container .mobile-nav .notification-container .notification-badge{position:absolute!important;top:-6px!important;right:-6px!important;min-width:20px!important;height:20px!important;font-size:.65rem!important;padding:0 6px!important;z-index:10!important}.topbar .three-dots-menu-container .mobile-nav .profile-container{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:6px 12px!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;cursor:pointer!important;transition:all .2s ease!important}.topbar .three-dots-menu-container .mobile-nav .profile-container:hover{background-color:#f9fafb!important;border-color:#d1d5db!important}.topbar .three-dots-menu-container .mobile-nav .profile-container .profile-avatar{width:28px!important;height:28px!important;flex-shrink:0!important}.topbar .three-dots-menu-container .mobile-nav .profile-container .profile-info{margin-left:8px!important;flex:1 1!important}.topbar .three-dots-menu-container .mobile-nav .profile-container .profile-info .profile-name{color:#2c3e50!important;font-size:.875rem!important;font-weight:500!important;line-height:1.2!important}.topbar .three-dots-menu-container .mobile-nav .profile-container .profile-info .profile-view{color:#6b7280!important;font-size:.75rem!important;line-height:1.2!important}.topbar .mobile-menu-container .dropdown-menu{position:absolute!important;top:100%!important;left:0!important;right:auto!important;transform:translateZ(0)!important;margin-top:8px!important;z-index:100001!important;min-width:200px!important;max-width:280px!important;max-height:400px!important;overflow-y:auto!important;visibility:visible!important;opacity:1!important;will-change:transform!important}.topbar .mobile-menu-container .dropdown-menu,.topbar .three-dots-menu-container .unified-menu-dropdown{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;display:block!important;width:100%!important}.topbar .three-dots-menu-container .unified-menu-dropdown{position:static!important;padding:8px 0!important;margin:0!important;z-index:1!important;min-width:auto!important;max-width:100%!important;max-height:none!important;overflow-y:visible!important;transform:none!important}.topbar .three-dots-menu-container .header-notification-container{position:relative!important;z-index:10012!important}.topbar .three-dots-menu-container .header-notification-container .dropdown-menu{position:absolute!important;top:100%!important;left:0!important;right:auto!important;z-index:10012!important;margin-top:4px!important;width:100%!important;max-width:280px!important}.topbar .three-dots-menu-container .dropdown{position:relative!important;width:100%!important;z-index:1!important}.topbar .mobile-menu-container .dropdown-menu.show,.topbar .three-dots-menu-container .dropdown-menu.show{display:block!important;visibility:visible!important;opacity:1!important}.topbar .mobile-menu-container .dropdown-item{color:#2c3e50!important;padding:8px 16px!important;border-bottom:1px solid #e5e7eb!important;transition:background-color .2s ease!important}.topbar .mobile-menu-container .dropdown-item:hover{background-color:#f9fafb!important;color:#2c3e50!important}.topbar .mobile-menu-container .dropdown-item:last-child{border-bottom:none!important}.topbar .three-dots-menu-container .unified-menu-dropdown .dropdown-item{color:#2c3e50!important;padding:12px 16px!important;border-bottom:none!important;transition:background-color .2s ease!important;cursor:pointer!important}.topbar .three-dots-menu-container .unified-menu-dropdown .dropdown-item:hover{background-color:#f9fafb!important;color:#2c3e50!important}.topbar .three-dots-menu-container .unified-menu-dropdown .dropdown-item.view-mode-toggle-item:hover{background-color:transparent!important}.topbar .three-dots-menu-container .unified-menu-dropdown .dropdown-divider{margin:8px 0!important;border-top:1px solid #e5e7eb!important}.topbar .three-dots-menu-container .account-dropdown{position:relative!important;z-index:1!important}.topbar .three-dots-menu-container .account-dropdown.show{z-index:100001!important}.topbar .three-dots-menu-container .account-dropdown .dropdown-menu{z-index:100001!important;position:absolute!important;top:100%!important;left:0!important;right:auto!important;margin-top:8px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;min-width:200px!important;max-width:280px!important;width:100%!important;display:block!important;visibility:visible!important;opacity:1!important}.topbar .three-dots-menu-container .dropdown.show{z-index:100001!important}.topbar .three-dots-menu-container .dropdown.show .dropdown-menu{z-index:100001!important;position:absolute!important;top:100%!important;left:0!important;right:auto!important;margin-top:8px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;display:block!important;visibility:visible!important;opacity:1!important}}@media (max-width:767.98px){.three-dots-menu-container,.three-dots-menu-container *{z-index:10001!important}.three-dots-menu-container .dropdown-menu,.three-dots-menu-container .dropdown.show .dropdown-menu{z-index:10002!important}}.search-box .app-search{z-index:110;width:100%;top:-1px;box-shadow:1px 0 20px rgba(0,0,0,.08);display:none;left:0}.search-box .app-search .form-control{padding:32px 40px 32px 23px;transition:.2s ease-in}.search-box .app-search .form-control:focus{border-color:transparent}.search-box .app-search .srh-btn{position:absolute;top:23px;cursor:pointer;right:20px;border:0}.topbar .mega-dropdown{position:static}.topbar .mega-dropdown .dropdown-menu{padding:30px;width:100%;max-height:480px;overflow:auto}.topbar .mega-dropdown .dropdown-menu .dropdown-item:active{background-color:red!important}.topbar .dropdown-menu{z-index:1050;padding-top:0;border:0;box-shadow:1px 1px 15px rgba(0,0,0,.1);overflow:visible!important}.topbar .dropdown-menu .dropdown-item:active{background-color:#fff!important;opacity:.9;border:0!important}.topbar .dropdown-menu .with-arrow{position:absolute;height:10px;overflow:hidden;width:40px;top:-10px}.topbar .dropdown-menu .with-arrow>span{background-color:#fff;width:15px;height:15px;top:3px;left:15px;position:absolute;content:"";border-radius:6px 0 0 0}.topbar .dropdown-menu.dropdown-menu-right .with-arrow{right:0}.topbar .dropdown-menu.dropdown-menu-right .with-arrow>span{right:20px;left:auto}@media (min-width:768px) and (max-width:1024px) and (min-height:601px){.topbar .top-navbar{padding:0 16px;flex-wrap:nowrap;overflow:visible;width:100%;min-width:0;display:flex!important;align-items:center!important;justify-content:space-between!important}.topbar .top-navbar .search-section{flex:1 1 auto;margin-left:0;margin-right:16px;min-width:0;display:flex!important;visibility:visible!important;opacity:1!important;position:relative;z-index:1;overflow:visible}.topbar .top-navbar .search-section .live-search-container{width:100%!important;max-width:100%!important;min-width:0!important;display:block!important;visibility:visible!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;visibility:visible!important;opacity:1!important}.topbar .top-navbar .mobile-menu-toggle,.topbar .top-navbar .mobile-right-section,.topbar .top-navbar .navbar-collapse,.topbar .top-navbar .right-section-nav,.topbar .top-navbar .three-dots-menu-wrapper{display:none!important}.topbar .top-navbar .ipad-right-section{flex-shrink:0!important;margin-left:12px!important;z-index:10010!important;visibility:visible!important;opacity:1!important;width:auto!important}.topbar .top-navbar .ipad-right-section,.topbar .top-navbar .ipad-three-dots-menu-wrapper{display:flex!important;align-items:center!important;position:relative!important;overflow:visible!important}.topbar .top-navbar .ipad-three-dots-menu-wrapper{z-index:1001!important;margin-left:4px!important}.topbar .top-navbar .ipad-three-dots-menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:1001!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;color:#2c3e50!important;padding:8px!important;margin:0!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;transition:all .2s ease!important;cursor:pointer!important;flex-shrink:0!important;width:40px!important;height:40px!important}.topbar .top-navbar .ipad-three-dots-menu-toggle:hover{background-color:#f9fafb!important;border-color:#d1d5db!important}.topbar .top-navbar .ipad-three-dots-menu-toggle:focus{outline:none!important;box-shadow:0 0 0 2px rgba(44,62,80,.2)!important}.topbar .top-navbar .ipad-three-dots-menu-toggle:active{background-color:#f3f4f6!important}.topbar .top-navbar .ipad-three-dots-menu-container{display:block!important;visibility:visible!important;opacity:1!important;position:fixed!important;z-index:99999!important;background:transparent!important;border:none!important;box-shadow:none!important;width:280px!important;min-width:260px!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - 80px)!important;height:auto!important;border-radius:0!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-animation:slideDownFadeIn .2s ease-out!important;animation:slideDownFadeIn .2s ease-out!important;isolation:isolate!important;left:auto!important;transform:translateZ(0)!important;will-change:transform!important;display:flex!important;flex-direction:column!important;grid-gap:8px!important;gap:8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.2) transparent!important}.topbar .top-navbar .ipad-three-dots-menu-container::-webkit-scrollbar{width:6px!important}.topbar .top-navbar .ipad-three-dots-menu-container::-webkit-scrollbar-track{background:transparent!important}.topbar .top-navbar .ipad-three-dots-menu-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)!important;border-radius:3px!important}.topbar .top-navbar .ipad-three-dots-menu-container::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}.topbar .top-navbar .ipad-three-dots-menu-container .unified-menu-dropdown{position:static!important;display:block!important;padding:8px 0!important;margin:0!important;z-index:1!important;max-height:none!important;overflow:visible!important}.topbar .top-navbar .ipad-three-dots-menu-container .brand-dropdown-wrapper,.topbar .top-navbar .ipad-three-dots-menu-container .unified-menu-dropdown{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;width:100%!important}.topbar .top-navbar .ipad-three-dots-menu-container .brand-dropdown-wrapper{position:relative!important;z-index:100002!important;padding:12px!important;margin-top:8px!important;max-height:400px!important;overflow-y:auto!important;overflow-x:hidden!important;transform:translateZ(0)!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.2) transparent!important}.topbar .top-navbar .ipad-three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar{width:6px!important}.topbar .top-navbar .ipad-three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar-track{background:transparent!important}.topbar .top-navbar .ipad-three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)!important;border-radius:3px!important}.topbar .top-navbar .ipad-three-dots-menu-container .brand-dropdown-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}.topbar .top-navbar .ipad-three-dots-menu-container .notification-dropdown-wrapper{position:relative!important;z-index:100002!important;padding:12px!important;margin-top:8px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;width:100%!important;max-height:400px!important;overflow-y:auto!important;overflow-x:hidden!important;transform:translateZ(0)!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:rgba(0,0,0,.2) transparent!important}.topbar .top-navbar .ipad-three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar{width:6px!important}.topbar .top-navbar .ipad-three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar-track{background:transparent!important}.topbar .top-navbar .ipad-three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)!important;border-radius:3px!important}.topbar .top-navbar .ipad-three-dots-menu-container .notification-dropdown-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)!important}.topbar .top-navbar .ipad-three-dots-menu-container .unified-menu-dropdown .dropdown-item{color:#2c3e50!important;padding:12px 16px!important;border-bottom:none!important;transition:background-color .2s ease!important;cursor:pointer!important}.topbar .top-navbar .ipad-three-dots-menu-container .unified-menu-dropdown .dropdown-item:hover{background-color:#f9fafb!important;color:#2c3e50!important}.topbar .top-navbar .ipad-three-dots-menu-container .unified-menu-dropdown .dropdown-item.view-mode-toggle-item:hover{background-color:transparent!important}.topbar .top-navbar .ipad-three-dots-menu-container .unified-menu-dropdown .dropdown-divider{margin:8px 0!important;border-top:1px solid #e5e7eb!important}}@media (min-width:768px) and (max-width:834px){.topbar .top-navbar .profile-container{max-width:100px!important;padding:6px!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.topbar .top-navbar .profile-container .profile-avatar{width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important}.topbar .top-navbar .profile-container .profile-info{margin-left:5px;max-width:50px!important}.topbar .top-navbar .profile-container .profile-info .profile-name{font-size:.625rem!important;max-width:50px!important;line-height:1.1}.topbar .top-navbar .profile-container .profile-info .profile-view{display:none!important}.topbar .top-navbar .profile-container svg{margin-left:3px;width:12px!important;height:12px!important;min-width:12px!important;max-width:12px!important}}@media (max-width:767px){.topbar{display:block!important;visibility:visible!important}.topbar,.topbar .top-navbar{width:100%!important;max-width:100%!important;overflow:visible!important}.topbar .top-navbar{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important}.topbar .top-navbar .header-logo-section{flex-shrink:0!important;margin-right:12px!important}.topbar .top-navbar .header-logo-section,.topbar .top-navbar .search-section{display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;width:auto!important}.topbar .top-navbar .search-section{flex:1 0 auto!important;margin-left:8px!important;min-width:0!important;max-width:none!important;overflow:visible!important}.topbar .top-navbar .search-section .live-search-container{width:100%!important;max-width:100%!important;min-width:0!important;display:block!important;visibility:visible!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;visibility:visible!important;opacity:1!important}.topbar .top-navbar .mobile-right-section{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;flex-shrink:0!important;margin-left:auto!important;position:relative!important;z-index:10!important;width:auto!important}.topbar .top-navbar .navbar-collapse.collapsing,.topbar .top-navbar .navbar-collapse.show{display:block;width:100%;border-top:1px solid #e9ecef}.topbar .top-navbar .navbar-nav{flex-direction:row}.topbar .top-navbar .navbar-nav .dropdown{position:static}.topbar .top-navbar .navbar-nav>.nav-item>.nav-link{padding:0 10px}.topbar .top-navbar .navbar-header{display:flex;align-items:center;width:100%;justify-content:flex-start}.topbar .top-navbar .dropdown-menu{position:absolute;width:100%}.topbar .top-navbar .dropdown-menu .with-arrow{display:none}}@media (max-width:414px) and (min-height:812px){.topbar{z-index:1000!important;display:block!important;visibility:visible!important;opacity:1!important}.topbar,.topbar .top-navbar{width:100%!important;max-width:100%!important;overflow:visible!important;position:relative!important}.topbar .top-navbar{padding:0 8px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;min-height:64px!important;height:auto!important}.topbar .top-navbar .header-logo-section{display:flex!important;visibility:visible!important;opacity:1!important;flex-shrink:0!important;margin-right:8px!important;margin-left:0!important;position:relative!important;z-index:1!important;width:auto!important;min-width:40px!important}.topbar .top-navbar .header-logo-section .header-logo{width:32px!important;height:32px!important;display:block!important;visibility:visible!important}.topbar .top-navbar .header-logo-section .header-logo-text{display:none!important}.topbar .top-navbar .search-section{flex:1 1 auto!important;margin-left:6px!important;margin-right:6px!important;min-width:0!important;max-width:calc(100% - 140px)!important;display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;width:auto!important;overflow:visible!important}.topbar .top-navbar .search-section .live-search-container{width:100%!important;max-width:100%!important;min-width:0!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important}.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;visibility:visible!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container input#search-text{font-size:14px!important;padding:0 8px!important;display:block!important;visibility:visible!important;opacity:1!important}.topbar .top-navbar .mobile-right-section{align-items:center!important;flex-shrink:0!important;margin-left:auto!important;grid-gap:4px!important;gap:4px!important;width:auto!important;min-width:40px!important}.topbar .top-navbar .mobile-right-section,.topbar .top-navbar .mobile-right-section .three-dots-menu-toggle,.topbar .top-navbar .mobile-right-section .three-dots-menu-wrapper{display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important}}@media screen and (max-width:1024px) and (max-height:600px),screen and (min-width:1020px) and (max-width:1028px) and (min-height:596px) and (max-height:604px),screen and (width:1024px) and (height:600px){.topbar{margin-left:0!important;position:relative!important;top:0!important;left:0!important;z-index:999!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.topbar,.topbar .top-navbar{height:64px!important;min-height:64px!important;max-height:64px!important;width:100%!important;max-width:100%!important}.topbar .top-navbar{padding-left:280px!important;padding-right:20px!important}.topbar .top-navbar .ipad-right-section,.topbar .top-navbar .ipad-three-dots-menu-container,.topbar .top-navbar .ipad-three-dots-menu-toggle,.topbar .top-navbar .ipad-three-dots-menu-wrapper{display:none!important}.topbar .top-navbar .navbar-collapse{flex-basis:auto!important;flex-grow:0!important;justify-content:flex-end!important;margin-left:0}.topbar .top-navbar .navbar-collapse,.topbar .top-navbar .right-section-nav{display:flex!important;align-items:center!important;flex-shrink:1;margin-right:0!important;padding-right:0!important}.topbar .top-navbar .right-section-nav{flex-direction:row!important;grid-gap:10px!important;gap:10px!important;flex-grow:0}.topbar .top-navbar .search-section{flex:1 1!important;min-width:200px!important;max-width:350px!important;margin:0 16px!important}.topbar .top-navbar .search-section .live-search-container{width:100%!important;max-width:100%!important}.topbar .top-navbar .search-section .live-search-container .input-group{height:40px!important;width:100%!important;display:flex!important;align-items:center!important;padding:0!important;border:1px solid #e0e0e0!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important}.topbar .top-navbar .search-section .live-search-container .input-group:focus-within{border-color:#3f65f1!important;box-shadow:0 1px 3px rgba(63,101,241,.15)!important}.topbar .top-navbar .search-section .live-search-container .input-group .search-link{margin-left:12px!important;margin-right:8px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important}.topbar .top-navbar .search-section .live-search-container .input-group .search-link svg{width:18px!important;height:18px!important;color:#6b7280!important}.topbar .top-navbar .search-section .live-search-container .input-group #search-text{flex:1 1!important;height:40px!important;font-size:.875rem!important;padding:0 12px!important;border:none!important;background:transparent!important;line-height:40px!important;color:#2c3e50!important}.topbar .top-navbar .search-section .live-search-container .input-group #search-text:focus{outline:none!important;box-shadow:none!important;border:none!important}.topbar .top-navbar .search-section .live-search-container .input-group #search-text::-webkit-input-placeholder{color:#9ca3af!important;font-size:.875rem!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group #search-text:-ms-input-placeholder{color:#9ca3af!important;font-size:.875rem!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group #search-text::-ms-input-placeholder{color:#9ca3af!important;font-size:.875rem!important;opacity:1!important}.topbar .top-navbar .search-section .live-search-container .input-group #search-text::placeholder{color:#9ca3af!important;font-size:.875rem!important;opacity:1!important}.topbar .top-navbar .navbar-nav,.topbar .top-navbar .right-section-nav{flex-shrink:0!important;margin:0!important;grid-gap:10px!important;gap:10px!important;display:flex!important;align-items:center!important}.topbar .top-navbar .navbar-nav .nav-item,.topbar .top-navbar .right-section-nav .nav-item{margin:0!important}.topbar .top-navbar .brand-dropdown-container{padding:6px 10px!important;height:40px!important;max-width:140px!important;border-radius:8px!important;background:#fff!important;border:1px solid #e5e7eb!important}.topbar .top-navbar .brand-dropdown-container:hover{background:#f9fafb!important;border-color:#d1d5db!important}.topbar .top-navbar .brand-dropdown-container .brand-icon{width:16px!important;height:16px!important}.topbar .top-navbar .brand-dropdown-container .brand-dropdown-text{font-size:.8rem!important;max-width:80px!important;margin:0 6px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topbar .top-navbar .brand-dropdown-container .brand-chevron{width:14px!important;height:14px!important}.topbar .top-navbar .notification-container{width:40px!important;height:40px!important;min-width:40px!important;border-radius:8px!important;background:#fff!important;border:1px solid #e5e7eb!important}.topbar .top-navbar .notification-container:hover{background:#f9fafb!important;border-color:#d1d5db!important}.topbar .top-navbar .notification-container svg{width:16px!important;height:16px!important}.topbar .top-navbar .notification-container .notification-badge{top:-6px!important;right:-6px!important;min-width:18px!important;height:18px!important;font-size:.7rem!important;border-radius:9px!important}.topbar .top-navbar .profile-container{padding:6px 10px!important;height:40px!important;max-width:130px!important;border-radius:8px!important;background:#fff!important;border:1px solid #e5e7eb!important}.topbar .top-navbar .profile-container:hover{background:#f9fafb!important;border-color:#d1d5db!important}.topbar .top-navbar .profile-container .profile-avatar{width:26px!important;height:26px!important}.topbar .top-navbar .profile-container .profile-info{margin-left:6px!important}.topbar .top-navbar .profile-container .profile-info .profile-name{font-size:.8rem!important;max-width:60px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topbar .top-navbar .profile-container .profile-info .profile-view{font-size:.7rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topbar .top-navbar .profile-container .profile-chevron{width:14px!important;height:14px!important;margin-left:4px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{margin-left:0!important;width:100%!important;max-width:100%!important;position:relative!important;top:0!important;left:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar{padding-left:280px!important;padding-right:20px!important;width:100%!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{padding-top:0!important}}@media screen and (max-height:600px){.topbar,.topbar .top-navbar{height:55px!important;min-height:55px!important;max-height:55px!important}.topbar .top-navbar{padding:0 6px!important}.topbar .top-navbar .search-section{margin:0 4px!important}.topbar .top-navbar .search-section .live-search-container .input-group{height:30px!important}.topbar .top-navbar .search-section .live-search-container .input-group .form-control{height:30px!important;font-size:.75rem!important;padding:3px 6px!important}.topbar .top-navbar .search-section .live-search-container .input-group .input-group-text{height:30px!important;padding:3px 6px!important}.topbar .top-navbar .search-section .live-search-container .input-group .input-group-text svg{width:12px!important;height:12px!important}.topbar .top-navbar .brand-dropdown-container,.topbar .top-navbar .notification-container,.topbar .top-navbar .profile-container{height:26px!important}.topbar .top-navbar .brand-dropdown-container{padding:2px 5px!important}.topbar .top-navbar .brand-dropdown-container .brand-dropdown-text{font-size:.65rem!important}.topbar .top-navbar .notification-container{width:26px!important;min-width:26px!important}.topbar .top-navbar .notification-container svg{width:12px!important;height:12px!important}.topbar .top-navbar .profile-container{padding:2px 5px!important;max-width:70px!important}.topbar .top-navbar .profile-container .profile-avatar{width:16px!important;height:16px!important}.topbar .top-navbar .profile-container .profile-info .profile-name{font-size:.6rem!important;max-width:40px!important}.topbar .top-navbar .profile-container .profile-info .profile-view{font-size:.55rem!important}}@media screen and (max-width:1024px) and (max-height:600px),screen and (min-width:1020px) and (max-width:1028px) and (min-height:596px) and (max-height:604px),screen and (width:1024px) and (height:600px){.topbar .search-section .input-group{display:flex!important}.topbar .search-section .input-group .form-control{flex:1 1!important;height:40px!important;border-radius:8px 0 0 8px!important}.topbar .search-section .input-group .input-group-text{height:40px!important;border-radius:0 8px 8px 0!important}}.topbar{margin-left:0!important}.topbar,.topbar .top-navbar{margin-right:0!important;box-sizing:border-box!important}.topbar .top-navbar{width:100%!important;max-width:100%!important}.navbar,.navbar .navbar-nav,.navbar .navbar-nav .nav-item:last-child,.topbar .top-navbar .navbar-collapse,.topbar .top-navbar .right-section-nav,.topbar .top-navbar .right-section-nav .account-dropdown:last-child,.topbar .top-navbar .right-section-nav .nav-item:last-child,.topbar .top-navbar .right-section-nav .profile-container:last-child{margin-right:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar{position:fixed!important;top:0!important;left:260px!important;width:calc(100vw - 260px)!important;max-width:calc(100vw - 260px)!important;margin-left:0!important;margin-right:0!important;z-index:1000}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar{width:100%!important;max-width:100%!important;margin-right:0!important;box-sizing:border-box!important;padding-left:20px!important;padding-right:16px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{margin-top:78.8px!important}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar{position:fixed!important;top:0!important;left:100px!important;width:calc(100vw - 100px)!important;max-width:calc(100vw - 100px)!important;margin-left:0!important;margin-right:0!important;z-index:1000}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar{width:100%!important;max-width:100%!important;margin-right:0!important;box-sizing:border-box!important;padding-left:20px!important;padding-right:16px!important}#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .page-wrapper{margin-top:78.8px!important}@media (max-width:767.98px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar,#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar{left:0!important;width:100vw!important;max-width:100vw!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar,#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar{padding-left:12px!important;padding-right:12px!important}}.ipad-three-dots-menu-toggle,.three-dots-menu-toggle{pointer-events:auto!important;cursor:pointer!important;z-index:9999!important;position:relative!important;min-width:40px!important;min-height:40px!important;isolation:isolate!important}.ipad-three-dots-menu-toggle:hover,.three-dots-menu-toggle:hover{background-color:rgba(255,0,0,.1)!important}@media (max-width:767.98px){.mobile-right-section,.three-dots-menu-toggle,.three-dots-menu-wrapper{display:flex!important;visibility:visible!important;opacity:1!important}}@media (min-width:768px) and (max-width:1024px){.ipad-right-section,.ipad-three-dots-menu-toggle,.ipad-three-dots-menu-wrapper{display:flex!important;visibility:visible!important;opacity:1!important}}.scroll-x{overflow-x:auto}.scroll-y{overflow-y:auto}.upgrade-prompt{margin-top:0!important;align-self:center;justify-self:center;height:100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.upgrade-prompt a{color:#2c3e50;margin-left:0!important}.upgrade-prompt span{background-color:#fff;border:1px solid #cedbe9;border-radius:12px;font-size:14px!important;color:#2c3e50;display:flex;align-items:center;position:relative;top:0;transition:top .2s ease-in-out;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:6px 12px;cursor:pointer}.upgrade-prompt span svg{stroke:#f4a850;color:#f4a850!important;margin-right:10px!important}.upgrade-prompt span:hover{top:-1px;background-color:#cedbe9}.search-container .form-group{border:2px solid #cedbe9;padding:.5rem 0 .5rem 1rem;border-radius:5px}.search-container .form-group .input-group{display:flex;align-items:center}.search-container .form-group .form-control{display:block;padding:0;font-size:.875rem;line-height:21px;height:30px;color:#525f7f;background-color:#fff;background-clip:padding-box;border:2px solid #cedbe9;border-radius:6px;border-radius:2px;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.search-container .search-results{display:flex;flex-direction:column;padding:1.25rem}.search-container .search-results .package-item-mini{display:flex;flex-direction:row;align-items:center;height:60px;width:100%;border:1px solid #d1ddea;cursor:default;padding:10px;box-shadow:1px 0 20px rgba(0,0,0,.08);margin:.75rem 0;border-radius:10px}.search-container .search-results .package-item-mini.active{border:2px solid #3f65f1}.search-container .search-results .package-item-mini img{height:40px;width:40px;margin-right:15px;border-radius:6px}.search-container .search-results .package-item-mini #matched{margin-left:auto;margin-right:0;justify-self:flex-end;font-size:12px;display:flex;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;border:1px solid #3f65f1;border-radius:6px;color:#fff;background-color:#3f65f1;padding:3px 6px;text-align:center}@font-face{font-family:Euclid Circular A;src:url(/static/media/EuclidCircularA-Regular_1.db0146c9.woff);font-weight:400;font-style:normal}@font-face{font-family:Euclid Circluar A;src:url(/static/media/EuclidCircularA-Semibold_1.29e2a299.woff);font-weight:600;font-style:normal}@font-face{font-family:Euclid Circluar A;src:url(/static/media/EuclidCircularA-Bold_1.bd716c52.woff);font-weight:700;font-style:normal}@font-face{font-family:"Biotif";src:url(/static/media/Biotif-Regular.66110a4e.ttf);font-weight:400;font-style:normal}@font-face{font-family:"Biotif";src:url(/static/media/Biotif-Bold.35809f4e.ttf);font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(/static/media/Inter-Regular.eba36000.ttf);font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/static/media/Inter-SemiBold.3e87064b.ttf);font-weight:600;font-style:normal}@font-face{font-family:Biotif;src:url(/static/media/Biotif-Regular.66110a4e.ttf);font-weight:400;font-style:normal}@font-face{font-family:Biotif;src:url(/static/media/Biotif-SemiBold.aeb8e6ef.ttf);font-weight:600;font-style:normal}@font-face{font-family:Biotif;src:url(/static/media/Biotif-Bold.35809f4e.ttf);font-weight:700;font-style:normal}@font-face{font-family:"icon";src:url(/static/media/icon.40b85184.eot);src:url(/static/media/icon.40b85184.eot) format("embedded-opentype"),url(/static/media/icon.6ce0a58d.ttf) format("truetype"),url(/static/media/icon.de535f19.woff) format("woff"),url(/static/media/icon.c2bd4f63.svg) format("svg");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"icomoon";src:url(/static/media/icomoon.7ddfb597.eot);src:url(/static/media/icomoon.7ddfb597.eot) format("embedded-opentype"),url(/static/media/icomoon.d109610e.ttf) format("truetype"),url(/static/media/icomoon.bcd62856.woff) format("woff"),url(/static/media/icomoon.c76b003a.svg) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:"icon"!important;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-fruit:before{content:"\e900"}.icon-nav-dashboard:before{content:"\e901"}.icon-nav-ingredients:before{content:"\e902"}.icon-icon-nav-packaging:before{content:"\e900"}.icon-crown{position:relative;z-index:10;height:16px;width:16px;margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}[class*=" icon-icon-"],[class^=icon-icon]{font-family:"icomoon"!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.account-page{width:100%;min-height:100vh}.account-page .account{margin:0;width:100%}.account-page .account-content{width:100%;padding:0 15px}.page-content .account .tab-navigation,.page-wrapper .account .tab-navigation{display:flex!important;visibility:visible!important;opacity:1!important;margin-bottom:20px;padding:0 15px}.page-content .account .tab-navigation .nav,.page-wrapper .account .tab-navigation .nav{width:100%;border-bottom:1px solid #dee2e6}.page-content .account .tab-navigation .nav .nav-item .nav-link,.page-wrapper .account .tab-navigation .nav .nav-item .nav-link{border-top-left-radius:10px;border-top-right-radius:10px;color:#6c757d;font-weight:400;padding:12px 20px;border:1px solid transparent;border-bottom:none}.page-content .account .tab-navigation .nav .nav-item .nav-link:hover,.page-wrapper .account .tab-navigation .nav .nav-item .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;background-color:#f8f9fa}.page-content .account .tab-navigation .nav .nav-item .nav-link.active,.page-wrapper .account .tab-navigation .nav .nav-item .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;font-weight:600}.profile{width:100%;padding:0}.profile-form{width:100%;max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:30px;position:relative}.profile-form .profile-form-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:30px;align-items:start}@media (max-width:1199px){.profile-form .profile-form-content{grid-gap:30px;gap:30px}}@media (max-width:991px){.profile-form .profile-form-content{grid-template-columns:1fr;grid-gap:30px;gap:30px}}@media (max-width:767px){.profile-form .profile-form-content{grid-gap:20px;gap:20px}}@media (max-width:575px){.profile-form .profile-form-content{grid-gap:15px;gap:15px}}@media (max-width:767px){.profile-form{padding:20px}}@media (max-width:575px){.profile-form{padding:15px;border-radius:8px}}.profile-form .profile-form-fields{min-width:0;width:100%}.profile-form .profile-form-uploads{min-width:0;width:100%;display:flex;flex-direction:column;grid-gap:20px;gap:20px}@media (max-width:991px){.profile-form .profile-form-uploads{order:-1}}.profile-form .upload-section{margin-bottom:0;width:100%}.profile-form .upload-section .upload-label{margin-bottom:14px;font-weight:500;color:#333;font-size:16px}@media (max-width:575px){.profile-form .upload-section .upload-label{font-size:14px;margin-bottom:10px}}.profile-form .upload-section .upload-area{cursor:pointer;width:100%}.profile-form .upload-section .upload-placeholder{padding:16px;display:flex;align-items:center;border-radius:6px;border:1px solid #cedbe9;max-width:340px;width:100%;transition:border-color .2s ease}.profile-form .upload-section .upload-placeholder:hover{border-color:#3f65f1}@media (max-width:991px){.profile-form .upload-section .upload-placeholder{max-width:100%}}@media (max-width:767px){.profile-form .upload-section .upload-placeholder{padding:12px}}@media (max-width:575px){.profile-form .upload-section .upload-placeholder{padding:10px}}.profile-form .upload-section .upload-text{margin-left:17px;flex:1 1}@media (max-width:575px){.profile-form .upload-section .upload-text{margin-left:12px}}.profile-form .upload-section .upload-text .upload-text-primary{font-size:16px;color:#3f65f1;font-weight:500;display:block;margin-bottom:2px}@media (max-width:575px){.profile-form .upload-section .upload-text .upload-text-primary{font-size:14px}}.profile-form .upload-section .upload-text .upload-text-secondary{font-size:14px;color:#657280;display:block}@media (max-width:575px){.profile-form .upload-section .upload-text .upload-text-secondary{font-size:12px}}.profile-form .image-upload-wrapper{width:100%}.profile-form .image-upload-wrapper .image-upload.square{width:60px;height:60px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:1px solid #e9ecef}@media (max-width:575px){.profile-form .image-upload-wrapper .image-upload.square{width:50px;height:50px}}.profile-form .image-upload-wrapper .image-upload.square img{width:100%;height:100%;object-fit:cover}.profile-form .two-factor-section{margin-top:20px;width:100%;overflow:hidden}@media (max-width:575px){.profile-form .two-factor-section{margin-top:15px}}.profile-form .two-factor-section .btn,.profile-form .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-form .two-factor-section span{width:100%;max-width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;text-align:center;padding:12px 16px;font-size:14px;line-height:1.4;min-height:44px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.profile-form .two-factor-section .btn .d-flex,.profile-form .two-factor-section .reports table tr td.actions span .d-flex,.reports table tr td.actions .profile-form .two-factor-section span .d-flex{width:100%;justify-content:center;align-items:center;flex-wrap:wrap;grid-gap:8px;gap:8px}.profile-form .two-factor-section .btn .d-flex span,.profile-form .two-factor-section .reports table tr td.actions span .d-flex span,.reports table tr td.actions .profile-form .two-factor-section span .d-flex span{flex:1 1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:767px){.profile-form .two-factor-section .btn,.profile-form .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-form .two-factor-section span{font-size:13px;padding:10px 12px;min-height:42px}}@media (max-width:575px){.profile-form .two-factor-section .btn,.profile-form .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-form .two-factor-section span{font-size:12px;padding:8px 10px;min-height:40px;line-height:1.3}}@media (max-width:480px){.profile-form .two-factor-section .btn,.profile-form .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-form .two-factor-section span{font-size:11px;padding:6px 8px;min-height:38px}}@media (max-width:360px){.profile-form .two-factor-section .btn,.profile-form .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-form .two-factor-section span{font-size:10px;padding:5px 6px;min-height:36px}}.profile-form .form-divider{margin-top:40px;margin-bottom:20px;border-color:#e9ecef;border-width:1px;opacity:.6}@media (max-width:767px){.profile-form .form-divider{margin-top:30px;margin-bottom:15px}}@media (max-width:575px){.profile-form .form-divider{margin-top:20px;margin-bottom:10px}}.profile-form .save-button{width:100%;max-width:200px;min-height:44px;border-radius:8px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px rgba(63,101,241,.2)}.profile-form .save-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(63,101,241,.3)}@media (max-width:767px){.profile-form .save-button{max-width:100%}}@media (max-width:575px){.profile-form .save-button{min-height:48px;font-size:16px}}.profile-form-fields .form-group{margin-bottom:14px;position:relative}@media (max-width:575px){.profile-form-fields .form-group{margin-bottom:12px}}.profile-form-fields .form-group label{font-size:14px;font-weight:500;color:#333;margin-bottom:6px;display:block}@media (max-width:575px){.profile-form-fields .form-group label{font-size:13px;margin-bottom:4px}}.profile-form-fields .form-group input,.profile-form-fields .form-group textarea{width:100%;padding:12px 16px;border:1px solid #cedbe9;border-radius:6px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;position:relative;z-index:1}.profile-form-fields .form-group input:focus,.profile-form-fields .form-group textarea:focus{outline:none;border-color:#3f65f1;box-shadow:0 0 0 2px rgba(63,101,241,.1)}@media (max-width:575px){.profile-form-fields .form-group input,.profile-form-fields .form-group textarea{padding:10px 12px;font-size:16px}}.profile-form-fields .form-group input::-webkit-input-placeholder,.profile-form-fields .form-group textarea::-webkit-input-placeholder{color:#6c757d;font-size:14px}.profile-form-fields .form-group input:-ms-input-placeholder,.profile-form-fields .form-group textarea:-ms-input-placeholder{color:#6c757d;font-size:14px}.profile-form-fields .form-group input::-ms-input-placeholder,.profile-form-fields .form-group textarea::-ms-input-placeholder{color:#6c757d;font-size:14px}.profile-form-fields .form-group input::placeholder,.profile-form-fields .form-group textarea::placeholder{color:#6c757d;font-size:14px}@media (max-width:575px){.profile-form-fields .form-group input::-webkit-input-placeholder,.profile-form-fields .form-group textarea::-webkit-input-placeholder{font-size:16px}.profile-form-fields .form-group input:-ms-input-placeholder,.profile-form-fields .form-group textarea:-ms-input-placeholder{font-size:16px}.profile-form-fields .form-group input::-ms-input-placeholder,.profile-form-fields .form-group textarea::-ms-input-placeholder{font-size:16px}.profile-form-fields .form-group input::placeholder,.profile-form-fields .form-group textarea::placeholder{font-size:16px}}.profile-form-fields .form-group input[name=country],.profile-form-fields .form-group textarea[name=country]{padding-right:40px;background-color:#f8f9fa}.profile-form-fields .form-group input[name=country]:after,.profile-form-fields .form-group input[name=country]:before,.profile-form-fields .form-group textarea[name=country]:after,.profile-form-fields .form-group textarea[name=country]:before{display:none!important;content:none!important}.profile-form-fields .form-group textarea{resize:vertical;min-height:100px}@media (max-width:575px){.profile-form-fields .form-group textarea{min-height:80px}}.profile-form-fields .form-group:has(input[name=country]):after,.profile-form-fields .form-group:has(input[name=country]):before{display:none!important;content:none!important}.page-content .account,.page-wrapper .account{padding:0 15px}@media (max-width:575px){.page-content .account,.page-wrapper .account{padding:0 10px}}.page-content .account .pt-4,.page-wrapper .account .pt-4{padding-top:1.5rem!important}@media (max-width:767px){.page-content .account .pt-4,.page-wrapper .account .pt-4{padding-top:1rem!important}}@media (max-width:575px){.page-content .account .pt-4,.page-wrapper .account .pt-4{padding-top:.75rem!important}}@media (min-width:992px){#main-wrapper.submenu-open .account{margin-left:0;width:100%}}.account-section{position:relative}@media (min-width:992px){.account-section .left-submenu{position:fixed;top:0;left:100px;z-index:1040}}@media (max-width:991px){.account-section .left-submenu{position:fixed;left:-100%;transition:left .3s ease}.account-section .left-submenu.open{left:0}}@media (max-width:767px){.tabs-container{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:20px;padding-bottom:10px}}@media (max-width:767px){.tabs-container .tabs{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;white-space:nowrap;display:flex;grid-gap:0;gap:0}}@media (max-width:767px){.tabs-container .tabs .tab-item{flex-shrink:0;padding:12px 16px;font-size:14px}}@media (max-width:575px){.tabs-container .tabs .tab-item{padding:10px 12px;font-size:13px}}.form-group .error-message{font-size:12px;color:#dc3545;margin-top:4px;display:block}@media (max-width:575px){.form-group .error-message{font-size:11px}}.form-group .field-error{border-color:#dc3545!important;box-shadow:0 0 0 2px rgba(220,53,69,.1)!important}@media (max-width:575px){.profile-form .profile-form-content{margin-bottom:20px}.profile-form .form-divider{margin-bottom:10px}.container-fluid{padding-left:10px;padding-right:10px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.profile-form .form-group input,.profile-form .form-group textarea,.profile-form .upload-placeholder{border-width:.5px}}.profile-form .save-button:focus,.profile-form .upload-area:focus{outline:2px solid #3f65f1;outline-offset:2px}@media (hover:none) and (pointer:coarse){.profile-form .upload-placeholder:hover{border-color:#cedbe9}.profile-form .form-group input:focus,.profile-form .form-group textarea:focus{transform:none}}@media (max-width:767px) and (orientation:landscape){.profile-form .profile-form-content{grid-gap:15px;gap:15px}.profile-form .form-group{margin-bottom:10px}.profile-form .upload-placeholder{padding:8px}}@media print{.profile-form .profile-form-uploads,.profile-form .save-button{display:none}.profile-form .profile-form-content{grid-template-columns:1fr;grid-gap:20px;gap:20px}}#main-wrapper.account-submenu-visible .header,#main-wrapper.account-submenu-visible .topbar,#main-wrapper.account-submenu-visible[data-layout=vertical][data-sidebartype=full][data-header-position=fixed] .topbar,body #main-wrapper.account-submenu-visible .topbar{display:none!important;visibility:hidden!important;opacity:0!important}#main-wrapper.account-submenu-visible .page-wrapper{padding-top:0!important;margin-top:0!important}#main-wrapper.account-submenu-visible .page-content{padding-top:20px!important}#main-wrapper.account-submenu-visible{overflow-x:hidden!important;max-width:100vw!important}#main-wrapper.account-submenu-visible .container-fluid,#main-wrapper.account-submenu-visible .page-content,#main-wrapper.account-submenu-visible .page-wrapper{overflow-x:hidden!important;max-width:100%!important}#main-wrapper.account-submenu-visible .company-page{overflow-x:visible!important;max-width:100%!important}#main-wrapper.account-submenu-visible .company-page .users-table-wrapper{overflow-x:auto!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex{width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;overflow:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:260px!important;width:calc(100vw - 260px)!important;max-width:none!important;min-width:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;overflow-x:auto!important;overflow-y:auto!important;position:relative!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{padding-left:0!important;padding-right:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content,#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:none!important;min-width:0!important;overflow-x:visible!important;overflow-y:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content{padding-left:24px!important;padding-right:24px!important;box-sizing:border-box!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:none!important;min-width:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;overflow-x:visible!important;overflow-y:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-container{max-width:none!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important;overflow:visible!important}@media (max-width:767px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-container{padding:0!important;min-width:auto!important}}@media (max-width:767px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:0!important;width:100vw!important;max-width:100vw!important;min-width:100vw!important}}@media (min-width:768px) and (max-width:1024px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:240px!important;width:calc(100vw - 240px)!important;max-width:calc(100vw - 240px)!important;min-width:calc(100vw - 240px)!important}}@media (min-width:1025px) and (max-width:1200px){.profile-settings .profile-settings-form{padding:20px}.profile-settings .profile-settings-form .form-content-grid{grid-template-columns:1.3fr .7fr;grid-gap:10px;gap:10px}.profile-settings .profile-settings-form .form-fields-section .form-group input,.profile-settings .profile-settings-form .form-fields-section .form-group textarea{max-width:240px}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder{max-width:200px;padding:10px}.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section{max-width:200px}}.profile-settings{width:100%;min-height:100vh;background:#f8f9fa;padding:0}.profile-settings .profile-settings-container{max-width:100%;margin:0;padding:0}.profile-settings .profile-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e9ecef;margin-bottom:0}.profile-settings .profile-header h1{font-size:24px;font-weight:600;color:#2c3e50;margin:0}.profile-settings .profile-settings-form{background:#fff;border-radius:0;box-shadow:none;padding:32px;position:relative;max-width:none!important;min-width:800px!important;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;overflow:visible!important;box-sizing:border-box}@media (max-width:1199px){.profile-settings .profile-settings-form{padding:24px;min-width:700px!important}}@media (max-width:991px){.profile-settings .profile-settings-form{min-width:auto!important;width:100%!important}}@media (max-width:767px){.profile-settings .profile-settings-form{padding:20px;min-width:auto!important;width:100%!important}}.profile-settings .profile-settings-form .form-content-grid{display:grid!important;grid-template-columns:minmax(400px,1fr) minmax(350px,400px)!important;grid-gap:32px!important;gap:32px!important;margin-bottom:32px;align-items:start;width:100%!important;min-width:800px!important;overflow:visible!important;box-sizing:border-box!important}@media (max-width:1399px){.profile-settings .profile-settings-form .form-content-grid{grid-template-columns:minmax(350px,1fr) minmax(300px,350px)!important;grid-gap:28px!important;gap:28px!important;min-width:700px!important}}@media (max-width:1199px){.profile-settings .profile-settings-form .form-content-grid{grid-template-columns:minmax(320px,1fr) minmax(280px,320px)!important;grid-gap:24px!important;gap:24px!important;min-width:650px!important}}@media (max-width:991px){.profile-settings .profile-settings-form .form-content-grid{grid-template-columns:1fr!important;grid-gap:24px!important;gap:24px!important;min-width:auto!important}}@media (max-width:767px){.profile-settings .profile-settings-form .form-content-grid{grid-gap:20px!important;gap:20px!important;margin-bottom:24px;min-width:auto!important}}.profile-settings .profile-settings-form .form-fields-section{min-width:0;width:100%;max-width:100%;padding-right:0;overflow:visible}.profile-settings .profile-settings-form .form-fields-section .form-group{margin-bottom:20px;position:relative;max-width:100%}.profile-settings .profile-settings-form .form-fields-section .form-group label{font-size:14px;font-weight:500;color:#495057;margin-bottom:8px;display:block}.profile-settings .profile-settings-form .form-fields-section .form-group input,.profile-settings .profile-settings-form .form-fields-section .form-group textarea{width:100%;max-width:none!important;min-width:250px;padding:12px 16px;border:1px solid #e9ecef;border-radius:6px;font-size:14px;transition:all .2s ease;background:#fff;box-sizing:border-box;color:#495057}@media (max-width:991px){.profile-settings .profile-settings-form .form-fields-section .form-group input,.profile-settings .profile-settings-form .form-fields-section .form-group textarea{max-width:100%;min-width:auto}}.profile-settings .profile-settings-form .form-fields-section .form-group input:focus,.profile-settings .profile-settings-form .form-fields-section .form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.profile-settings .profile-settings-form .form-fields-section .form-group input:disabled,.profile-settings .profile-settings-form .form-fields-section .form-group textarea:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.profile-settings .profile-settings-form .form-fields-section .form-group input::-webkit-input-placeholder,.profile-settings .profile-settings-form .form-fields-section .form-group textarea::-webkit-input-placeholder{color:#adb5bd}.profile-settings .profile-settings-form .form-fields-section .form-group input:-ms-input-placeholder,.profile-settings .profile-settings-form .form-fields-section .form-group textarea:-ms-input-placeholder{color:#adb5bd}.profile-settings .profile-settings-form .form-fields-section .form-group input::-ms-input-placeholder,.profile-settings .profile-settings-form .form-fields-section .form-group textarea::-ms-input-placeholder{color:#adb5bd}.profile-settings .profile-settings-form .form-fields-section .form-group input::placeholder,.profile-settings .profile-settings-form .form-fields-section .form-group textarea::placeholder{color:#adb5bd}.profile-settings .profile-settings-form .form-fields-section .form-group textarea{resize:vertical;min-height:100px;max-width:none!important}@media (max-width:991px){.profile-settings .profile-settings-form .form-fields-section .form-group textarea{max-width:100%}}.profile-settings .profile-settings-form .form-fields-section .form-group .error-message{font-size:12px;color:#dc3545;margin-top:4px;display:block}.profile-settings .profile-settings-form .form-fields-section .form-group .field-error{border-color:#dc3545!important;box-shadow:0 0 0 2px rgba(220,53,69,.1)!important}.profile-settings .profile-settings-form .upload-section{width:100%!important;max-width:none!important;min-width:350px!important;display:flex!important;flex-direction:column!important;grid-gap:24px!important;gap:24px!important;overflow:visible!important;box-sizing:border-box!important;position:relative!important;z-index:1!important}@media (max-width:1399px){.profile-settings .profile-settings-form .upload-section{min-width:300px!important}}@media (max-width:1199px){.profile-settings .profile-settings-form .upload-section{min-width:280px!important}}@media (max-width:991px){.profile-settings .profile-settings-form .upload-section{order:-1;grid-gap:24px!important;gap:24px!important;width:100%!important;max-width:none!important;min-width:auto!important}}.profile-settings .profile-settings-form .upload-section .upload-item{width:100%;max-width:100%;overflow:visible;box-sizing:border-box;position:relative}.profile-settings .profile-settings-form .upload-section .upload-item .upload-label{margin-bottom:12px;font-weight:500;color:#495057;font-size:14px;display:block}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area{cursor:pointer;width:100%;max-width:100%;position:relative}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder{padding:16px;display:flex;align-items:center;border-radius:6px;border:1px solid #e9ecef;width:100%;transition:border-color .2s ease;box-sizing:border-box;background:#fff;position:relative}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder:hover{border-color:#007bff}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-text{margin-left:16px;flex:1 1;min-width:0}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-text .upload-text-primary{font-size:14px;color:#007bff;font-weight:500;display:block;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-text .upload-text-secondary{font-size:12px;color:#6c757d;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-settings .profile-settings-form .upload-section .upload-item .image-upload.square{width:60px;height:60px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:1px solid #e9ecef;flex-shrink:0}.profile-settings .profile-settings-form .upload-section .upload-item .image-upload.square img{width:100%;height:100%;object-fit:cover}.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section{width:100%;position:relative}.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section .btn,.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section span{width:100%!important;background-color:#007bff!important;border-color:#007bff!important;color:#fff!important;padding:12px 16px!important;font-size:14px!important;font-weight:500!important;border-radius:6px!important;transition:all .2s ease!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;position:relative!important}.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section .btn:hover,.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section .reports table tr td.actions span:hover,.reports table tr td.actions .profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section span:hover{background-color:#0056b3!important;border-color:#0056b3!important;transform:translateY(-1px)!important}.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section .btn:focus,.profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section .reports table tr td.actions span:focus,.reports table tr td.actions .profile-settings .profile-settings-form .upload-section .upload-item .two-factor-section span:focus{box-shadow:0 0 0 2px rgba(0,123,255,.25)!important}.profile-settings .profile-settings-form .form-divider{margin:32px 0 24px;border:none;border-top:1px solid #e9ecef;opacity:1}.profile-settings .profile-settings-form .save-button{width:100%;max-width:200px;min-height:44px;padding:12px 24px!important;border-radius:6px;font-weight:500;font-size:14px!important;transition:all .2s ease;background-color:#007bff!important;border-color:#007bff!important;color:#fff!important}.profile-settings .profile-settings-form .save-button:hover{background-color:#0056b3!important;border-color:#0056b3!important;transform:translateY(-1px)}.profile-settings .profile-settings-form .save-button:focus{box-shadow:0 0 0 2px rgba(0,123,255,.25)!important}@media (max-width:767px){.profile-settings .profile-settings-form .save-button{max-width:100%;min-height:42px;font-size:13px!important}}@media (max-width:1199px){.profile-settings .profile-settings-form{padding:28px}.profile-settings .profile-settings-form .form-content-grid{grid-gap:32px;gap:32px}.profile-settings .profile-settings-form .form-fields-section .form-group{margin-bottom:18px}.profile-settings .profile-settings-form .upload-section{grid-gap:20px;gap:20px}}@media (max-width:991px){.profile-settings .profile-settings-form{padding:24px}.profile-settings .profile-settings-form .form-content-grid{grid-template-columns:1fr;grid-gap:32px;gap:32px}.profile-settings .profile-settings-form .upload-section{order:-1;grid-gap:24px;gap:24px}}@media (max-width:767px){.profile-settings{padding:0}.profile-settings .profile-header{padding:20px 24px}.profile-settings .profile-header h1{font-size:20px}.profile-settings .profile-settings-container{padding:0}.profile-settings .profile-settings-form{padding:20px;border-radius:0}.profile-settings .profile-settings-form .form-content-grid{grid-gap:24px;gap:24px;margin-bottom:24px}.profile-settings .profile-settings-form .form-fields-section .form-group{margin-bottom:16px}.profile-settings .profile-settings-form .form-fields-section .form-group input,.profile-settings .profile-settings-form .form-fields-section .form-group textarea{padding:12px 16px;font-size:16px}.profile-settings .profile-settings-form .upload-section{grid-gap:20px;gap:20px}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder{padding:14px}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-text{margin-left:14px}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-text .upload-text-primary{font-size:14px}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-text .upload-text-secondary{font-size:12px}.profile-settings .profile-settings-form .upload-section .upload-item .image-upload.square{width:56px;height:56px}}@media (min-width:768px) and (max-width:1199px){.profile-settings .profile-settings-form .form-content-grid{grid-gap:20px;gap:20px}}@media (min-width:768px) and (max-width:1199px) and (min-width:992px){.profile-settings .profile-settings-form .form-content-grid{grid-template-columns:1.2fr .8fr}}@media (min-width:768px) and (max-width:1199px){.profile-settings .profile-settings-form .form-fields-section .form-group{margin-bottom:14px}.profile-settings .profile-settings-form .upload-section{grid-gap:14px;gap:14px;justify-content:flex-start}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder{max-width:280px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.profile-settings .profile-settings-form .form-fields-section .form-group input,.profile-settings .profile-settings-form .form-fields-section .form-group textarea,.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder{border-width:.5px}}.profile-settings .profile-settings-form .save-button:focus,.profile-settings .profile-settings-form .upload-section .upload-item .upload-area:focus{outline:2px solid #3f65f1;outline-offset:2px}@media (hover:none) and (pointer:coarse){.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder:hover{border-color:#e0e0e0}}@media print{.profile-settings .profile-settings-form .save-button,.profile-settings .profile-settings-form .upload-section{display:none}.profile-settings .profile-settings-form .form-content-grid{grid-template-columns:1fr;grid-gap:20px;gap:20px}}@media (max-width:999px){.profile-settings .submenu-toggle{position:fixed!important;top:20px!important;right:20px!important;left:auto!important;min-width:44px!important;width:44px!important;height:44px!important;padding:10px!important;background:#007bff!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(0,0,0,.15)!important;visibility:visible!important;opacity:1!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1070!important;border:none!important;cursor:pointer!important;transition:all .3s ease!important}.profile-settings .submenu-toggle:hover{background:#0056b3!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,123,255,.3)!important}.profile-settings .submenu-toggle:active{transform:translateY(0)!important}}@media (max-width:767px){.profile-settings .submenu-toggle{top:16px!important;right:16px!important;min-width:40px!important;width:40px!important;height:40px!important;padding:8px!important}}@media (max-width:575px){.profile-settings .submenu-toggle{top:12px!important;right:12px!important;min-width:36px!important;width:36px!important;height:36px!important;padding:6px!important}}@media (min-width:1000px){.profile-settings .submenu-toggle{display:none!important}}.profile-settings .two-factor-section{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.profile-settings .two-factor-section .btn,.profile-settings .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-settings .two-factor-section span{width:100%!important;max-width:100%!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;text-align:center!important;padding:12px 16px!important;font-size:14px!important;line-height:1.4!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;box-sizing:border-box!important;background-color:#007bff!important;border-color:#007bff!important;color:#fff!important;font-weight:500!important;border-radius:6px!important;transition:all .2s ease!important}.profile-settings .two-factor-section .btn:hover,.profile-settings .two-factor-section .reports table tr td.actions span:hover,.reports table tr td.actions .profile-settings .two-factor-section span:hover{background-color:#0056b3!important;border-color:#0056b3!important;transform:translateY(-1px)!important}.profile-settings .two-factor-section .btn:focus,.profile-settings .two-factor-section .reports table tr td.actions span:focus,.reports table tr td.actions .profile-settings .two-factor-section span:focus{box-shadow:0 0 0 2px rgba(0,123,255,.25)!important}.profile-settings .two-factor-section .btn .d-flex,.profile-settings .two-factor-section .reports table tr td.actions span .d-flex,.reports table tr td.actions .profile-settings .two-factor-section span .d-flex{width:100%!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;grid-gap:8px!important;gap:8px!important}.profile-settings .two-factor-section .btn .d-flex span,.profile-settings .two-factor-section .reports table tr td.actions span .d-flex span,.reports table tr td.actions .profile-settings .two-factor-section span .d-flex span{flex:1 1!important;min-width:0!important;word-break:break-word!important;overflow-wrap:break-word!important}@media (max-width:767px){.profile-settings .two-factor-section .btn,.profile-settings .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-settings .two-factor-section span{font-size:13px!important;padding:10px 14px!important;min-height:42px!important}}@media (max-width:575px){.profile-settings .two-factor-section .btn,.profile-settings .two-factor-section .reports table tr td.actions span,.reports table tr td.actions .profile-settings .two-factor-section span{font-size:12px!important;padding:9px 12px!important;min-height:40px!important;line-height:1.3!important}}.submenu-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1059;opacity:0;visibility:hidden;transition:all .3s ease}.submenu-backdrop.active{opacity:1;visibility:visible}@media (min-width:1000px){.submenu-backdrop{display:none!important}}@media (min-width:768px) and (max-width:1400px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form{min-width:800px!important;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;max-width:none!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form .form-content-grid{min-width:750px!important;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;grid-template-columns:minmax(400px,1fr) minmax(350px,400px)!important;grid-gap:32px!important;gap:32px!important}}@media (min-width:768px) and (max-width:1200px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form{min-width:700px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form .form-content-grid{min-width:650px!important;grid-template-columns:minmax(350px,1fr) minmax(300px,350px)!important;grid-gap:28px!important;gap:28px!important}}@media (max-width:767px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form{min-width:auto!important;width:100%!important;max-width:100%!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form .form-content-grid{min-width:auto!important;width:100%!important;max-width:100%!important;grid-template-columns:1fr!important;grid-gap:20px!important;gap:20px!important}}@media (min-width:768px) and (max-width:1000px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form{min-width:600px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form .form-content-grid{min-width:550px!important;grid-template-columns:minmax(300px,1fr) minmax(250px,300px)!important;grid-gap:24px!important;gap:24px!important}}@media (min-width:768px) and (max-width:900px){#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form{min-width:500px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form .form-content-grid{min-width:450px!important;grid-template-columns:minmax(250px,1fr) minmax(200px,250px)!important;grid-gap:20px!important;gap:20px!important}}.profile-settings .ingredient-preferences,.profile-settings .ingredient-preferences-tab,.profile-settings .preferences-content{width:100%!important;max-width:none!important;overflow:visible!important;padding:0!important}.profile-settings .ingredient-preferences-tab .form-section,.profile-settings .ingredient-preferences-tab .preference-section,.profile-settings .ingredient-preferences-tab .processes-section,.profile-settings .ingredient-preferences-tab .storage-conditions-section,.profile-settings .ingredient-preferences-tab .sub-categories-section,.profile-settings .ingredient-preferences .form-section,.profile-settings .ingredient-preferences .preference-section,.profile-settings .ingredient-preferences .processes-section,.profile-settings .ingredient-preferences .storage-conditions-section,.profile-settings .ingredient-preferences .sub-categories-section,.profile-settings .preferences-content .form-section,.profile-settings .preferences-content .preference-section,.profile-settings .preferences-content .processes-section,.profile-settings .preferences-content .storage-conditions-section,.profile-settings .preferences-content .sub-categories-section{margin-bottom:32px!important;width:100%!important;max-width:none!important}.profile-settings .ingredient-preferences-tab .form-section .section-header,.profile-settings .ingredient-preferences-tab .form-section .section-title,.profile-settings .ingredient-preferences-tab .form-section h3,.profile-settings .ingredient-preferences-tab .form-section h4,.profile-settings .ingredient-preferences-tab .form-section h5,.profile-settings .ingredient-preferences-tab .preference-section .section-header,.profile-settings .ingredient-preferences-tab .preference-section .section-title,.profile-settings .ingredient-preferences-tab .preference-section h3,.profile-settings .ingredient-preferences-tab .preference-section h4,.profile-settings .ingredient-preferences-tab .preference-section h5,.profile-settings .ingredient-preferences-tab .processes-section .section-header,.profile-settings .ingredient-preferences-tab .processes-section .section-title,.profile-settings .ingredient-preferences-tab .processes-section h3,.profile-settings .ingredient-preferences-tab .processes-section h4,.profile-settings .ingredient-preferences-tab .processes-section h5,.profile-settings .ingredient-preferences-tab .storage-conditions-section .section-header,.profile-settings .ingredient-preferences-tab .storage-conditions-section .section-title,.profile-settings .ingredient-preferences-tab .storage-conditions-section h3,.profile-settings .ingredient-preferences-tab .storage-conditions-section h4,.profile-settings .ingredient-preferences-tab .storage-conditions-section h5,.profile-settings .ingredient-preferences-tab .sub-categories-section .section-header,.profile-settings .ingredient-preferences-tab .sub-categories-section .section-title,.profile-settings .ingredient-preferences-tab .sub-categories-section h3,.profile-settings .ingredient-preferences-tab .sub-categories-section h4,.profile-settings .ingredient-preferences-tab .sub-categories-section h5,.profile-settings .ingredient-preferences .form-section .section-header,.profile-settings .ingredient-preferences .form-section .section-title,.profile-settings .ingredient-preferences .form-section h3,.profile-settings .ingredient-preferences .form-section h4,.profile-settings .ingredient-preferences .form-section h5,.profile-settings .ingredient-preferences .preference-section .section-header,.profile-settings .ingredient-preferences .preference-section .section-title,.profile-settings .ingredient-preferences .preference-section h3,.profile-settings .ingredient-preferences .preference-section h4,.profile-settings .ingredient-preferences .preference-section h5,.profile-settings .ingredient-preferences .processes-section .section-header,.profile-settings .ingredient-preferences .processes-section .section-title,.profile-settings .ingredient-preferences .processes-section h3,.profile-settings .ingredient-preferences .processes-section h4,.profile-settings .ingredient-preferences .processes-section h5,.profile-settings .ingredient-preferences .storage-conditions-section .section-header,.profile-settings .ingredient-preferences .storage-conditions-section .section-title,.profile-settings .ingredient-preferences .storage-conditions-section h3,.profile-settings .ingredient-preferences .storage-conditions-section h4,.profile-settings .ingredient-preferences .storage-conditions-section h5,.profile-settings .ingredient-preferences .sub-categories-section .section-header,.profile-settings .ingredient-preferences .sub-categories-section .section-title,.profile-settings .ingredient-preferences .sub-categories-section h3,.profile-settings .ingredient-preferences .sub-categories-section h4,.profile-settings .ingredient-preferences .sub-categories-section h5,.profile-settings .preferences-content .form-section .section-header,.profile-settings .preferences-content .form-section .section-title,.profile-settings .preferences-content .form-section h3,.profile-settings .preferences-content .form-section h4,.profile-settings .preferences-content .form-section h5,.profile-settings .preferences-content .preference-section .section-header,.profile-settings .preferences-content .preference-section .section-title,.profile-settings .preferences-content .preference-section h3,.profile-settings .preferences-content .preference-section h4,.profile-settings .preferences-content .preference-section h5,.profile-settings .preferences-content .processes-section .section-header,.profile-settings .preferences-content .processes-section .section-title,.profile-settings .preferences-content .processes-section h3,.profile-settings .preferences-content .processes-section h4,.profile-settings .preferences-content .processes-section h5,.profile-settings .preferences-content .storage-conditions-section .section-header,.profile-settings .preferences-content .storage-conditions-section .section-title,.profile-settings .preferences-content .storage-conditions-section h3,.profile-settings .preferences-content .storage-conditions-section h4,.profile-settings .preferences-content .storage-conditions-section h5,.profile-settings .preferences-content .sub-categories-section .section-header,.profile-settings .preferences-content .sub-categories-section .section-title,.profile-settings .preferences-content .sub-categories-section h3,.profile-settings .preferences-content .sub-categories-section h4,.profile-settings .preferences-content .sub-categories-section h5{font-size:16px!important;font-weight:600!important;color:#374151!important;margin-bottom:16px!important;margin-top:0!important;display:block!important;line-height:1.4!important}.profile-settings .ingredient-preferences-tab .form-section .category-buttons,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags,.profile-settings .ingredient-preferences-tab .form-section .preference-tags,.profile-settings .ingredient-preferences-tab .form-section .tags-container,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags,.profile-settings .ingredient-preferences-tab .preference-section .tags-container,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags,.profile-settings .ingredient-preferences-tab .processes-section .tags-container,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container,.profile-settings .ingredient-preferences .form-section .category-buttons,.profile-settings .ingredient-preferences .form-section .ingredient-tags,.profile-settings .ingredient-preferences .form-section .preference-tags,.profile-settings .ingredient-preferences .form-section .tags-container,.profile-settings .ingredient-preferences .preference-section .category-buttons,.profile-settings .ingredient-preferences .preference-section .ingredient-tags,.profile-settings .ingredient-preferences .preference-section .preference-tags,.profile-settings .ingredient-preferences .preference-section .tags-container,.profile-settings .ingredient-preferences .processes-section .category-buttons,.profile-settings .ingredient-preferences .processes-section .ingredient-tags,.profile-settings .ingredient-preferences .processes-section .preference-tags,.profile-settings .ingredient-preferences .processes-section .tags-container,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags,.profile-settings .ingredient-preferences .sub-categories-section .tags-container,.profile-settings .preferences-content .form-section .category-buttons,.profile-settings .preferences-content .form-section .ingredient-tags,.profile-settings .preferences-content .form-section .preference-tags,.profile-settings .preferences-content .form-section .tags-container,.profile-settings .preferences-content .preference-section .category-buttons,.profile-settings .preferences-content .preference-section .ingredient-tags,.profile-settings .preferences-content .preference-section .preference-tags,.profile-settings .preferences-content .preference-section .tags-container,.profile-settings .preferences-content .processes-section .category-buttons,.profile-settings .preferences-content .processes-section .ingredient-tags,.profile-settings .preferences-content .processes-section .preference-tags,.profile-settings .preferences-content .processes-section .tags-container,.profile-settings .preferences-content .storage-conditions-section .category-buttons,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags,.profile-settings .preferences-content .storage-conditions-section .preference-tags,.profile-settings .preferences-content .storage-conditions-section .tags-container,.profile-settings .preferences-content .sub-categories-section .category-buttons,.profile-settings .preferences-content .sub-categories-section .ingredient-tags,.profile-settings .preferences-content .sub-categories-section .preference-tags,.profile-settings .preferences-content .sub-categories-section .tags-container{display:flex!important;flex-wrap:wrap!important;grid-gap:8px!important;gap:8px!important;width:100%!important;max-width:none!important;overflow:visible!important;margin:0!important;padding:0!important}.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag,.profile-settings .ingredient-preferences-tab .form-section .tags-container button,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button,.profile-settings .ingredient-preferences .form-section .category-buttons .btn,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences .form-section .category-buttons .tag,.profile-settings .ingredient-preferences .form-section .category-buttons button,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag,.profile-settings .ingredient-preferences .form-section .ingredient-tags button,.profile-settings .ingredient-preferences .form-section .preference-tags .btn,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .form-section .preference-tags .tag,.profile-settings .ingredient-preferences .form-section .preference-tags button,.profile-settings .ingredient-preferences .form-section .tags-container .btn,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences .form-section .tags-container .tag,.profile-settings .ingredient-preferences .form-section .tags-container button,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag,.profile-settings .ingredient-preferences .preference-section .category-buttons button,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag,.profile-settings .ingredient-preferences .preference-section .preference-tags button,.profile-settings .ingredient-preferences .preference-section .tags-container .btn,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences .preference-section .tags-container .tag,.profile-settings .ingredient-preferences .preference-section .tags-container button,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag,.profile-settings .ingredient-preferences .processes-section .category-buttons button,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag,.profile-settings .ingredient-preferences .processes-section .preference-tags button,.profile-settings .ingredient-preferences .processes-section .tags-container .btn,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences .processes-section .tags-container .tag,.profile-settings .ingredient-preferences .processes-section .tags-container button,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button,.profile-settings .preferences-content .form-section .category-buttons .btn,.profile-settings .preferences-content .form-section .category-buttons .category-btn,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn,.profile-settings .preferences-content .form-section .category-buttons .preference-tag,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span,.profile-settings .preferences-content .form-section .category-buttons .tag,.profile-settings .preferences-content .form-section .category-buttons button,.profile-settings .preferences-content .form-section .ingredient-tags .btn,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span,.profile-settings .preferences-content .form-section .ingredient-tags .tag,.profile-settings .preferences-content .form-section .ingredient-tags button,.profile-settings .preferences-content .form-section .preference-tags .btn,.profile-settings .preferences-content .form-section .preference-tags .category-btn,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn,.profile-settings .preferences-content .form-section .preference-tags .preference-tag,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span,.profile-settings .preferences-content .form-section .preference-tags .tag,.profile-settings .preferences-content .form-section .preference-tags button,.profile-settings .preferences-content .form-section .tags-container .btn,.profile-settings .preferences-content .form-section .tags-container .category-btn,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn,.profile-settings .preferences-content .form-section .tags-container .preference-tag,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span,.profile-settings .preferences-content .form-section .tags-container .tag,.profile-settings .preferences-content .form-section .tags-container button,.profile-settings .preferences-content .preference-section .category-buttons .btn,.profile-settings .preferences-content .preference-section .category-buttons .category-btn,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span,.profile-settings .preferences-content .preference-section .category-buttons .tag,.profile-settings .preferences-content .preference-section .category-buttons button,.profile-settings .preferences-content .preference-section .ingredient-tags .btn,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span,.profile-settings .preferences-content .preference-section .ingredient-tags .tag,.profile-settings .preferences-content .preference-section .ingredient-tags button,.profile-settings .preferences-content .preference-section .preference-tags .btn,.profile-settings .preferences-content .preference-section .preference-tags .category-btn,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span,.profile-settings .preferences-content .preference-section .preference-tags .tag,.profile-settings .preferences-content .preference-section .preference-tags button,.profile-settings .preferences-content .preference-section .tags-container .btn,.profile-settings .preferences-content .preference-section .tags-container .category-btn,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn,.profile-settings .preferences-content .preference-section .tags-container .preference-tag,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span,.profile-settings .preferences-content .preference-section .tags-container .tag,.profile-settings .preferences-content .preference-section .tags-container button,.profile-settings .preferences-content .processes-section .category-buttons .btn,.profile-settings .preferences-content .processes-section .category-buttons .category-btn,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span,.profile-settings .preferences-content .processes-section .category-buttons .tag,.profile-settings .preferences-content .processes-section .category-buttons button,.profile-settings .preferences-content .processes-section .ingredient-tags .btn,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span,.profile-settings .preferences-content .processes-section .ingredient-tags .tag,.profile-settings .preferences-content .processes-section .ingredient-tags button,.profile-settings .preferences-content .processes-section .preference-tags .btn,.profile-settings .preferences-content .processes-section .preference-tags .category-btn,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span,.profile-settings .preferences-content .processes-section .preference-tags .tag,.profile-settings .preferences-content .processes-section .preference-tags button,.profile-settings .preferences-content .processes-section .tags-container .btn,.profile-settings .preferences-content .processes-section .tags-container .category-btn,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn,.profile-settings .preferences-content .processes-section .tags-container .preference-tag,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span,.profile-settings .preferences-content .processes-section .tags-container .tag,.profile-settings .preferences-content .processes-section .tags-container button,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag,.profile-settings .preferences-content .storage-conditions-section .category-buttons button,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag,.profile-settings .preferences-content .storage-conditions-section .preference-tags button,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag,.profile-settings .preferences-content .storage-conditions-section .tags-container button,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag,.profile-settings .preferences-content .sub-categories-section .category-buttons button,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag,.profile-settings .preferences-content .sub-categories-section .preference-tags button,.profile-settings .preferences-content .sub-categories-section .tags-container .btn,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span,.profile-settings .preferences-content .sub-categories-section .tags-container .tag,.profile-settings .preferences-content .sub-categories-section .tags-container button,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span{cursor:pointer;border:1px solid #e5e7eb!important;color:#6b7280!important;background-color:#fff!important;border-radius:20px!important;min-width:auto!important;width:auto!important;height:36px!important;padding:8px 16px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important;flex-shrink:0!important;margin:0!important;transition:all .2s ease!important;box-sizing:border-box!important;text-decoration:none!important;line-height:1.2!important}.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container button i,.profile-settings .ingredient-preferences-tab .form-section .tags-container button svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button svg,.profile-settings .ingredient-preferences .form-section .category-buttons .btn i,.profile-settings .ingredient-preferences .form-section .category-buttons .btn svg,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .form-section .category-buttons .tag i,.profile-settings .ingredient-preferences .form-section .category-buttons .tag svg,.profile-settings .ingredient-preferences .form-section .category-buttons button i,.profile-settings .ingredient-preferences .form-section .category-buttons button svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags button i,.profile-settings .ingredient-preferences .form-section .ingredient-tags button svg,.profile-settings .ingredient-preferences .form-section .preference-tags .btn i,.profile-settings .ingredient-preferences .form-section .preference-tags .btn svg,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .form-section .preference-tags .tag i,.profile-settings .ingredient-preferences .form-section .preference-tags .tag svg,.profile-settings .ingredient-preferences .form-section .preference-tags button i,.profile-settings .ingredient-preferences .form-section .preference-tags button svg,.profile-settings .ingredient-preferences .form-section .tags-container .btn i,.profile-settings .ingredient-preferences .form-section .tags-container .btn svg,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn i,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .form-section .tags-container .tag i,.profile-settings .ingredient-preferences .form-section .tags-container .tag svg,.profile-settings .ingredient-preferences .form-section .tags-container button i,.profile-settings .ingredient-preferences .form-section .tags-container button svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn i,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag i,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag svg,.profile-settings .ingredient-preferences .preference-section .category-buttons button i,.profile-settings .ingredient-preferences .preference-section .category-buttons button svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn i,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag i,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag svg,.profile-settings .ingredient-preferences .preference-section .preference-tags button i,.profile-settings .ingredient-preferences .preference-section .preference-tags button svg,.profile-settings .ingredient-preferences .preference-section .tags-container .btn i,.profile-settings .ingredient-preferences .preference-section .tags-container .btn svg,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn i,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .preference-section .tags-container .tag i,.profile-settings .ingredient-preferences .preference-section .tags-container .tag svg,.profile-settings .ingredient-preferences .preference-section .tags-container button i,.profile-settings .ingredient-preferences .preference-section .tags-container button svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn i,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag i,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag svg,.profile-settings .ingredient-preferences .processes-section .category-buttons button i,.profile-settings .ingredient-preferences .processes-section .category-buttons button svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn i,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag i,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag svg,.profile-settings .ingredient-preferences .processes-section .preference-tags button i,.profile-settings .ingredient-preferences .processes-section .preference-tags button svg,.profile-settings .ingredient-preferences .processes-section .tags-container .btn i,.profile-settings .ingredient-preferences .processes-section .tags-container .btn svg,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn i,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .processes-section .tags-container .tag i,.profile-settings .ingredient-preferences .processes-section .tags-container .tag svg,.profile-settings .ingredient-preferences .processes-section .tags-container button i,.profile-settings .ingredient-preferences .processes-section .tags-container button svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button svg,.profile-settings .preferences-content .form-section .category-buttons .btn i,.profile-settings .preferences-content .form-section .category-buttons .btn svg,.profile-settings .preferences-content .form-section .category-buttons .category-btn i,.profile-settings .preferences-content .form-section .category-buttons .category-btn svg,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn i,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn svg,.profile-settings .preferences-content .form-section .category-buttons .preference-tag i,.profile-settings .preferences-content .form-section .category-buttons .preference-tag svg,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span i,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span svg,.profile-settings .preferences-content .form-section .category-buttons .tag i,.profile-settings .preferences-content .form-section .category-buttons .tag svg,.profile-settings .preferences-content .form-section .category-buttons button i,.profile-settings .preferences-content .form-section .category-buttons button svg,.profile-settings .preferences-content .form-section .ingredient-tags .btn i,.profile-settings .preferences-content .form-section .ingredient-tags .btn svg,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn i,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn svg,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn i,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn svg,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag i,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag svg,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .form-section .ingredient-tags .tag i,.profile-settings .preferences-content .form-section .ingredient-tags .tag svg,.profile-settings .preferences-content .form-section .ingredient-tags button i,.profile-settings .preferences-content .form-section .ingredient-tags button svg,.profile-settings .preferences-content .form-section .preference-tags .btn i,.profile-settings .preferences-content .form-section .preference-tags .btn svg,.profile-settings .preferences-content .form-section .preference-tags .category-btn i,.profile-settings .preferences-content .form-section .preference-tags .category-btn svg,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn i,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn svg,.profile-settings .preferences-content .form-section .preference-tags .preference-tag i,.profile-settings .preferences-content .form-section .preference-tags .preference-tag svg,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span i,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .form-section .preference-tags .tag i,.profile-settings .preferences-content .form-section .preference-tags .tag svg,.profile-settings .preferences-content .form-section .preference-tags button i,.profile-settings .preferences-content .form-section .preference-tags button svg,.profile-settings .preferences-content .form-section .tags-container .btn i,.profile-settings .preferences-content .form-section .tags-container .btn svg,.profile-settings .preferences-content .form-section .tags-container .category-btn i,.profile-settings .preferences-content .form-section .tags-container .category-btn svg,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn i,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn svg,.profile-settings .preferences-content .form-section .tags-container .preference-tag i,.profile-settings .preferences-content .form-section .tags-container .preference-tag svg,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span i,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span svg,.profile-settings .preferences-content .form-section .tags-container .tag i,.profile-settings .preferences-content .form-section .tags-container .tag svg,.profile-settings .preferences-content .form-section .tags-container button i,.profile-settings .preferences-content .form-section .tags-container button svg,.profile-settings .preferences-content .preference-section .category-buttons .btn i,.profile-settings .preferences-content .preference-section .category-buttons .btn svg,.profile-settings .preferences-content .preference-section .category-buttons .category-btn i,.profile-settings .preferences-content .preference-section .category-buttons .category-btn svg,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn i,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn svg,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag i,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag svg,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span i,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span svg,.profile-settings .preferences-content .preference-section .category-buttons .tag i,.profile-settings .preferences-content .preference-section .category-buttons .tag svg,.profile-settings .preferences-content .preference-section .category-buttons button i,.profile-settings .preferences-content .preference-section .category-buttons button svg,.profile-settings .preferences-content .preference-section .ingredient-tags .btn i,.profile-settings .preferences-content .preference-section .ingredient-tags .btn svg,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn i,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn svg,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn i,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn svg,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag i,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag svg,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .preference-section .ingredient-tags .tag i,.profile-settings .preferences-content .preference-section .ingredient-tags .tag svg,.profile-settings .preferences-content .preference-section .ingredient-tags button i,.profile-settings .preferences-content .preference-section .ingredient-tags button svg,.profile-settings .preferences-content .preference-section .preference-tags .btn i,.profile-settings .preferences-content .preference-section .preference-tags .btn svg,.profile-settings .preferences-content .preference-section .preference-tags .category-btn i,.profile-settings .preferences-content .preference-section .preference-tags .category-btn svg,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn i,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn svg,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag i,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag svg,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span i,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .preference-section .preference-tags .tag i,.profile-settings .preferences-content .preference-section .preference-tags .tag svg,.profile-settings .preferences-content .preference-section .preference-tags button i,.profile-settings .preferences-content .preference-section .preference-tags button svg,.profile-settings .preferences-content .preference-section .tags-container .btn i,.profile-settings .preferences-content .preference-section .tags-container .btn svg,.profile-settings .preferences-content .preference-section .tags-container .category-btn i,.profile-settings .preferences-content .preference-section .tags-container .category-btn svg,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn i,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn svg,.profile-settings .preferences-content .preference-section .tags-container .preference-tag i,.profile-settings .preferences-content .preference-section .tags-container .preference-tag svg,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span i,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span svg,.profile-settings .preferences-content .preference-section .tags-container .tag i,.profile-settings .preferences-content .preference-section .tags-container .tag svg,.profile-settings .preferences-content .preference-section .tags-container button i,.profile-settings .preferences-content .preference-section .tags-container button svg,.profile-settings .preferences-content .processes-section .category-buttons .btn i,.profile-settings .preferences-content .processes-section .category-buttons .btn svg,.profile-settings .preferences-content .processes-section .category-buttons .category-btn i,.profile-settings .preferences-content .processes-section .category-buttons .category-btn svg,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn i,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn svg,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag i,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag svg,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span i,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span svg,.profile-settings .preferences-content .processes-section .category-buttons .tag i,.profile-settings .preferences-content .processes-section .category-buttons .tag svg,.profile-settings .preferences-content .processes-section .category-buttons button i,.profile-settings .preferences-content .processes-section .category-buttons button svg,.profile-settings .preferences-content .processes-section .ingredient-tags .btn i,.profile-settings .preferences-content .processes-section .ingredient-tags .btn svg,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn i,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn svg,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn i,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn svg,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag i,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag svg,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .processes-section .ingredient-tags .tag i,.profile-settings .preferences-content .processes-section .ingredient-tags .tag svg,.profile-settings .preferences-content .processes-section .ingredient-tags button i,.profile-settings .preferences-content .processes-section .ingredient-tags button svg,.profile-settings .preferences-content .processes-section .preference-tags .btn i,.profile-settings .preferences-content .processes-section .preference-tags .btn svg,.profile-settings .preferences-content .processes-section .preference-tags .category-btn i,.profile-settings .preferences-content .processes-section .preference-tags .category-btn svg,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn i,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn svg,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag i,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag svg,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span i,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .processes-section .preference-tags .tag i,.profile-settings .preferences-content .processes-section .preference-tags .tag svg,.profile-settings .preferences-content .processes-section .preference-tags button i,.profile-settings .preferences-content .processes-section .preference-tags button svg,.profile-settings .preferences-content .processes-section .tags-container .btn i,.profile-settings .preferences-content .processes-section .tags-container .btn svg,.profile-settings .preferences-content .processes-section .tags-container .category-btn i,.profile-settings .preferences-content .processes-section .tags-container .category-btn svg,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn i,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn svg,.profile-settings .preferences-content .processes-section .tags-container .preference-tag i,.profile-settings .preferences-content .processes-section .tags-container .preference-tag svg,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span i,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span svg,.profile-settings .preferences-content .processes-section .tags-container .tag i,.profile-settings .preferences-content .processes-section .tags-container .tag svg,.profile-settings .preferences-content .processes-section .tags-container button i,.profile-settings .preferences-content .processes-section .tags-container button svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons button i,.profile-settings .preferences-content .storage-conditions-section .category-buttons button svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags button i,.profile-settings .preferences-content .storage-conditions-section .preference-tags button svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn i,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn i,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn i,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag i,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span i,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag i,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag svg,.profile-settings .preferences-content .storage-conditions-section .tags-container button i,.profile-settings .preferences-content .storage-conditions-section .tags-container button svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn i,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn i,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn i,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag i,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span i,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag i,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag svg,.profile-settings .preferences-content .sub-categories-section .category-buttons button i,.profile-settings .preferences-content .sub-categories-section .category-buttons button svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn i,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn i,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn i,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag i,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span i,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag i,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag svg,.profile-settings .preferences-content .sub-categories-section .preference-tags button i,.profile-settings .preferences-content .sub-categories-section .preference-tags button svg,.profile-settings .preferences-content .sub-categories-section .tags-container .btn i,.profile-settings .preferences-content .sub-categories-section .tags-container .btn svg,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn i,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn svg,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn i,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn svg,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag i,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag svg,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span i,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span svg,.profile-settings .preferences-content .sub-categories-section .tags-container .tag i,.profile-settings .preferences-content .sub-categories-section .tags-container .tag svg,.profile-settings .preferences-content .sub-categories-section .tags-container button i,.profile-settings .preferences-content .sub-categories-section .tags-container button svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span i,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span i,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span i,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span svg{margin-right:6px!important;font-size:14px!important;width:14px!important;height:14px!important;color:inherit!important}.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button:hover,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button:hover,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn:hover,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag:hover,.profile-settings .ingredient-preferences-tab .form-section .tags-container button:hover,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button:hover,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button:hover,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag:hover,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button:hover,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button:hover,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button:hover,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag:hover,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag:hover,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag:hover,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button:hover,.profile-settings .ingredient-preferences .form-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .form-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences .form-section .category-buttons button:hover,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences .form-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences .form-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .form-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences .form-section .preference-tags button:hover,.profile-settings .ingredient-preferences .form-section .tags-container .btn:hover,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .form-section .tags-container .tag:hover,.profile-settings .ingredient-preferences .form-section .tags-container button:hover,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences .preference-section .category-buttons button:hover,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences .preference-section .preference-tags button:hover,.profile-settings .ingredient-preferences .preference-section .tags-container .btn:hover,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .preference-section .tags-container .tag:hover,.profile-settings .ingredient-preferences .preference-section .tags-container button:hover,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences .processes-section .category-buttons button:hover,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences .processes-section .preference-tags button:hover,.profile-settings .ingredient-preferences .processes-section .tags-container .btn:hover,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .processes-section .tags-container .tag:hover,.profile-settings .ingredient-preferences .processes-section .tags-container button:hover,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button:hover,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button:hover,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag:hover,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button:hover,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button:hover,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button:hover,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button:hover,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn:hover,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span:hover,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag:hover,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button:hover,.profile-settings .preferences-content .form-section .category-buttons .btn:hover,.profile-settings .preferences-content .form-section .category-buttons .category-btn:hover,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn:hover,.profile-settings .preferences-content .form-section .category-buttons .preference-tag:hover,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .preferences-content .form-section .category-buttons .tag:hover,.profile-settings .preferences-content .form-section .category-buttons button:hover,.profile-settings .preferences-content .form-section .ingredient-tags .btn:hover,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn:hover,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn:hover,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag:hover,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .form-section .ingredient-tags .tag:hover,.profile-settings .preferences-content .form-section .ingredient-tags button:hover,.profile-settings .preferences-content .form-section .preference-tags .btn:hover,.profile-settings .preferences-content .form-section .preference-tags .category-btn:hover,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn:hover,.profile-settings .preferences-content .form-section .preference-tags .preference-tag:hover,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .form-section .preference-tags .tag:hover,.profile-settings .preferences-content .form-section .preference-tags button:hover,.profile-settings .preferences-content .form-section .tags-container .btn:hover,.profile-settings .preferences-content .form-section .tags-container .category-btn:hover,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn:hover,.profile-settings .preferences-content .form-section .tags-container .preference-tag:hover,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span:hover,.profile-settings .preferences-content .form-section .tags-container .tag:hover,.profile-settings .preferences-content .form-section .tags-container button:hover,.profile-settings .preferences-content .preference-section .category-buttons .btn:hover,.profile-settings .preferences-content .preference-section .category-buttons .category-btn:hover,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn:hover,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag:hover,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .preferences-content .preference-section .category-buttons .tag:hover,.profile-settings .preferences-content .preference-section .category-buttons button:hover,.profile-settings .preferences-content .preference-section .ingredient-tags .btn:hover,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn:hover,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn:hover,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag:hover,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .preference-section .ingredient-tags .tag:hover,.profile-settings .preferences-content .preference-section .ingredient-tags button:hover,.profile-settings .preferences-content .preference-section .preference-tags .btn:hover,.profile-settings .preferences-content .preference-section .preference-tags .category-btn:hover,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn:hover,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag:hover,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .preference-section .preference-tags .tag:hover,.profile-settings .preferences-content .preference-section .preference-tags button:hover,.profile-settings .preferences-content .preference-section .tags-container .btn:hover,.profile-settings .preferences-content .preference-section .tags-container .category-btn:hover,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn:hover,.profile-settings .preferences-content .preference-section .tags-container .preference-tag:hover,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span:hover,.profile-settings .preferences-content .preference-section .tags-container .tag:hover,.profile-settings .preferences-content .preference-section .tags-container button:hover,.profile-settings .preferences-content .processes-section .category-buttons .btn:hover,.profile-settings .preferences-content .processes-section .category-buttons .category-btn:hover,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn:hover,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag:hover,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .preferences-content .processes-section .category-buttons .tag:hover,.profile-settings .preferences-content .processes-section .category-buttons button:hover,.profile-settings .preferences-content .processes-section .ingredient-tags .btn:hover,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn:hover,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn:hover,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag:hover,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .processes-section .ingredient-tags .tag:hover,.profile-settings .preferences-content .processes-section .ingredient-tags button:hover,.profile-settings .preferences-content .processes-section .preference-tags .btn:hover,.profile-settings .preferences-content .processes-section .preference-tags .category-btn:hover,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn:hover,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag:hover,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .processes-section .preference-tags .tag:hover,.profile-settings .preferences-content .processes-section .preference-tags button:hover,.profile-settings .preferences-content .processes-section .tags-container .btn:hover,.profile-settings .preferences-content .processes-section .tags-container .category-btn:hover,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn:hover,.profile-settings .preferences-content .processes-section .tags-container .preference-tag:hover,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span:hover,.profile-settings .preferences-content .processes-section .tags-container .tag:hover,.profile-settings .preferences-content .processes-section .tags-container button:hover,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn:hover,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn:hover,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn:hover,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag:hover,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag:hover,.profile-settings .preferences-content .storage-conditions-section .category-buttons button:hover,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn:hover,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn:hover,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn:hover,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag:hover,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag:hover,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button:hover,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn:hover,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn:hover,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn:hover,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag:hover,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag:hover,.profile-settings .preferences-content .storage-conditions-section .preference-tags button:hover,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn:hover,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn:hover,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn:hover,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag:hover,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span:hover,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag:hover,.profile-settings .preferences-content .storage-conditions-section .tags-container button:hover,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn:hover,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn:hover,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn:hover,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag:hover,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span:hover,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag:hover,.profile-settings .preferences-content .sub-categories-section .category-buttons button:hover,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn:hover,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn:hover,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn:hover,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag:hover,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag:hover,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button:hover,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn:hover,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn:hover,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn:hover,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag:hover,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span:hover,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag:hover,.profile-settings .preferences-content .sub-categories-section .preference-tags button:hover,.profile-settings .preferences-content .sub-categories-section .tags-container .btn:hover,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn:hover,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn:hover,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag:hover,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span:hover,.profile-settings .preferences-content .sub-categories-section .tags-container .tag:hover,.profile-settings .preferences-content .sub-categories-section .tags-container button:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span:hover,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span:hover,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span:hover,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span:hover,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span:hover,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span:hover,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span:hover,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span:hover{border-color:#d1d5db!important;background-color:#f9fafb!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;text-decoration:none!important}.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn.active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn:active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag.active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag:active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button.active,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button.selected,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button:active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button.active,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button:active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn.active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn:active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag.active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag:active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button.active,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button.selected,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button:active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn.active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn.selected,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn:active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag.active,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag.selected,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag:active,.profile-settings .ingredient-preferences-tab .form-section .tags-container button.active,.profile-settings .ingredient-preferences-tab .form-section .tags-container button.selected,.profile-settings .ingredient-preferences-tab .form-section .tags-container button:active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn.active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn:active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag.active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag:active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button.active,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button.selected,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button:active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button.active,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button:active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn.active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn:active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag.active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag:active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button.active,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button.selected,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button:active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn.active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn:active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag.active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag.selected,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag:active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button.active,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button.selected,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button:active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn.active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn:active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag.active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag:active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button.active,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button.selected,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button:active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button.active,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button:active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn.active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn:active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag.active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag:active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button.active,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button.selected,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button:active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn.active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn:active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag.active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag.selected,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag:active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button.active,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button.selected,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag:active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button.active,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button.selected,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag:active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button.active,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button.selected,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button:active,.profile-settings .ingredient-preferences .form-section .category-buttons .btn.active,.profile-settings .ingredient-preferences .form-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences .form-section .category-buttons .btn:active,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .form-section .category-buttons .tag.active,.profile-settings .ingredient-preferences .form-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences .form-section .category-buttons .tag:active,.profile-settings .ingredient-preferences .form-section .category-buttons button.active,.profile-settings .ingredient-preferences .form-section .category-buttons button.selected,.profile-settings .ingredient-preferences .form-section .category-buttons button:active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences .form-section .ingredient-tags button.active,.profile-settings .ingredient-preferences .form-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences .form-section .ingredient-tags button:active,.profile-settings .ingredient-preferences .form-section .preference-tags .btn.active,.profile-settings .ingredient-preferences .form-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences .form-section .preference-tags .btn:active,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .form-section .preference-tags .tag.active,.profile-settings .ingredient-preferences .form-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences .form-section .preference-tags .tag:active,.profile-settings .ingredient-preferences .form-section .preference-tags button.active,.profile-settings .ingredient-preferences .form-section .preference-tags button.selected,.profile-settings .ingredient-preferences .form-section .preference-tags button:active,.profile-settings .ingredient-preferences .form-section .tags-container .btn.active,.profile-settings .ingredient-preferences .form-section .tags-container .btn.selected,.profile-settings .ingredient-preferences .form-section .tags-container .btn:active,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .form-section .tags-container .tag.active,.profile-settings .ingredient-preferences .form-section .tags-container .tag.selected,.profile-settings .ingredient-preferences .form-section .tags-container .tag:active,.profile-settings .ingredient-preferences .form-section .tags-container button.active,.profile-settings .ingredient-preferences .form-section .tags-container button.selected,.profile-settings .ingredient-preferences .form-section .tags-container button:active,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn.active,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn:active,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag.active,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag:active,.profile-settings .ingredient-preferences .preference-section .category-buttons button.active,.profile-settings .ingredient-preferences .preference-section .category-buttons button.selected,.profile-settings .ingredient-preferences .preference-section .category-buttons button:active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button.active,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button:active,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn.active,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn:active,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag.active,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag:active,.profile-settings .ingredient-preferences .preference-section .preference-tags button.active,.profile-settings .ingredient-preferences .preference-section .preference-tags button.selected,.profile-settings .ingredient-preferences .preference-section .preference-tags button:active,.profile-settings .ingredient-preferences .preference-section .tags-container .btn.active,.profile-settings .ingredient-preferences .preference-section .tags-container .btn.selected,.profile-settings .ingredient-preferences .preference-section .tags-container .btn:active,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .preference-section .tags-container .tag.active,.profile-settings .ingredient-preferences .preference-section .tags-container .tag.selected,.profile-settings .ingredient-preferences .preference-section .tags-container .tag:active,.profile-settings .ingredient-preferences .preference-section .tags-container button.active,.profile-settings .ingredient-preferences .preference-section .tags-container button.selected,.profile-settings .ingredient-preferences .preference-section .tags-container button:active,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn.active,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn:active,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag.active,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag:active,.profile-settings .ingredient-preferences .processes-section .category-buttons button.active,.profile-settings .ingredient-preferences .processes-section .category-buttons button.selected,.profile-settings .ingredient-preferences .processes-section .category-buttons button:active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button.active,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button:active,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn.active,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn:active,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag.active,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag:active,.profile-settings .ingredient-preferences .processes-section .preference-tags button.active,.profile-settings .ingredient-preferences .processes-section .preference-tags button.selected,.profile-settings .ingredient-preferences .processes-section .preference-tags button:active,.profile-settings .ingredient-preferences .processes-section .tags-container .btn.active,.profile-settings .ingredient-preferences .processes-section .tags-container .btn.selected,.profile-settings .ingredient-preferences .processes-section .tags-container .btn:active,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .processes-section .tags-container .tag.active,.profile-settings .ingredient-preferences .processes-section .tags-container .tag.selected,.profile-settings .ingredient-preferences .processes-section .tags-container .tag:active,.profile-settings .ingredient-preferences .processes-section .tags-container button.active,.profile-settings .ingredient-preferences .processes-section .tags-container button.selected,.profile-settings .ingredient-preferences .processes-section .tags-container button:active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button.active,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button.selected,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button:active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button.active,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button:active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button.active,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button.selected,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button:active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag.active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag.selected,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag:active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button.active,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button.selected,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button:active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn.active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn:active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag.active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag:active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag.active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag:active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button.active,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button.selected,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button:active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn.active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn:active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag.active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag:active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag.active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag:active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button.active,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button.selected,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button:active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn.active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn:active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag.active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag:active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag.active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag:active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button.active,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button.selected,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button:active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn.active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn:active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn.active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn.selected,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn:active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag.active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag:active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span.active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span.selected,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span:active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag.active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag.selected,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag:active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button.active,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button.selected,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button:active,.profile-settings .preferences-content .form-section .category-buttons .btn.active,.profile-settings .preferences-content .form-section .category-buttons .btn.selected,.profile-settings .preferences-content .form-section .category-buttons .btn:active,.profile-settings .preferences-content .form-section .category-buttons .category-btn.active,.profile-settings .preferences-content .form-section .category-buttons .category-btn.selected,.profile-settings .preferences-content .form-section .category-buttons .category-btn:active,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn.active,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn.selected,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn:active,.profile-settings .preferences-content .form-section .category-buttons .preference-tag.active,.profile-settings .preferences-content .form-section .category-buttons .preference-tag.selected,.profile-settings .preferences-content .form-section .category-buttons .preference-tag:active,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span.active,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span:active,.profile-settings .preferences-content .form-section .category-buttons .tag.active,.profile-settings .preferences-content .form-section .category-buttons .tag.selected,.profile-settings .preferences-content .form-section .category-buttons .tag:active,.profile-settings .preferences-content .form-section .category-buttons button.active,.profile-settings .preferences-content .form-section .category-buttons button.selected,.profile-settings .preferences-content .form-section .category-buttons button:active,.profile-settings .preferences-content .form-section .ingredient-tags .btn.active,.profile-settings .preferences-content .form-section .ingredient-tags .btn.selected,.profile-settings .preferences-content .form-section .ingredient-tags .btn:active,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn.active,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn.selected,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn:active,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn.active,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn.selected,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn:active,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag.active,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag.selected,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag:active,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .form-section .ingredient-tags .tag.active,.profile-settings .preferences-content .form-section .ingredient-tags .tag.selected,.profile-settings .preferences-content .form-section .ingredient-tags .tag:active,.profile-settings .preferences-content .form-section .ingredient-tags button.active,.profile-settings .preferences-content .form-section .ingredient-tags button.selected,.profile-settings .preferences-content .form-section .ingredient-tags button:active,.profile-settings .preferences-content .form-section .preference-tags .btn.active,.profile-settings .preferences-content .form-section .preference-tags .btn.selected,.profile-settings .preferences-content .form-section .preference-tags .btn:active,.profile-settings .preferences-content .form-section .preference-tags .category-btn.active,.profile-settings .preferences-content .form-section .preference-tags .category-btn.selected,.profile-settings .preferences-content .form-section .preference-tags .category-btn:active,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn.active,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn.selected,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn:active,.profile-settings .preferences-content .form-section .preference-tags .preference-tag.active,.profile-settings .preferences-content .form-section .preference-tags .preference-tag.selected,.profile-settings .preferences-content .form-section .preference-tags .preference-tag:active,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .form-section .preference-tags .tag.active,.profile-settings .preferences-content .form-section .preference-tags .tag.selected,.profile-settings .preferences-content .form-section .preference-tags .tag:active,.profile-settings .preferences-content .form-section .preference-tags button.active,.profile-settings .preferences-content .form-section .preference-tags button.selected,.profile-settings .preferences-content .form-section .preference-tags button:active,.profile-settings .preferences-content .form-section .tags-container .btn.active,.profile-settings .preferences-content .form-section .tags-container .btn.selected,.profile-settings .preferences-content .form-section .tags-container .btn:active,.profile-settings .preferences-content .form-section .tags-container .category-btn.active,.profile-settings .preferences-content .form-section .tags-container .category-btn.selected,.profile-settings .preferences-content .form-section .tags-container .category-btn:active,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn.active,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn.selected,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn:active,.profile-settings .preferences-content .form-section .tags-container .preference-tag.active,.profile-settings .preferences-content .form-section .tags-container .preference-tag.selected,.profile-settings .preferences-content .form-section .tags-container .preference-tag:active,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span.active,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span.selected,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span:active,.profile-settings .preferences-content .form-section .tags-container .tag.active,.profile-settings .preferences-content .form-section .tags-container .tag.selected,.profile-settings .preferences-content .form-section .tags-container .tag:active,.profile-settings .preferences-content .form-section .tags-container button.active,.profile-settings .preferences-content .form-section .tags-container button.selected,.profile-settings .preferences-content .form-section .tags-container button:active,.profile-settings .preferences-content .preference-section .category-buttons .btn.active,.profile-settings .preferences-content .preference-section .category-buttons .btn.selected,.profile-settings .preferences-content .preference-section .category-buttons .btn:active,.profile-settings .preferences-content .preference-section .category-buttons .category-btn.active,.profile-settings .preferences-content .preference-section .category-buttons .category-btn.selected,.profile-settings .preferences-content .preference-section .category-buttons .category-btn:active,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn.active,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn.selected,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn:active,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag.active,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag.selected,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag:active,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span.active,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span:active,.profile-settings .preferences-content .preference-section .category-buttons .tag.active,.profile-settings .preferences-content .preference-section .category-buttons .tag.selected,.profile-settings .preferences-content .preference-section .category-buttons .tag:active,.profile-settings .preferences-content .preference-section .category-buttons button.active,.profile-settings .preferences-content .preference-section .category-buttons button.selected,.profile-settings .preferences-content .preference-section .category-buttons button:active,.profile-settings .preferences-content .preference-section .ingredient-tags .btn.active,.profile-settings .preferences-content .preference-section .ingredient-tags .btn.selected,.profile-settings .preferences-content .preference-section .ingredient-tags .btn:active,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn.active,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn.selected,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn:active,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn.active,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn.selected,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn:active,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag.active,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag.selected,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag:active,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .preference-section .ingredient-tags .tag.active,.profile-settings .preferences-content .preference-section .ingredient-tags .tag.selected,.profile-settings .preferences-content .preference-section .ingredient-tags .tag:active,.profile-settings .preferences-content .preference-section .ingredient-tags button.active,.profile-settings .preferences-content .preference-section .ingredient-tags button.selected,.profile-settings .preferences-content .preference-section .ingredient-tags button:active,.profile-settings .preferences-content .preference-section .preference-tags .btn.active,.profile-settings .preferences-content .preference-section .preference-tags .btn.selected,.profile-settings .preferences-content .preference-section .preference-tags .btn:active,.profile-settings .preferences-content .preference-section .preference-tags .category-btn.active,.profile-settings .preferences-content .preference-section .preference-tags .category-btn.selected,.profile-settings .preferences-content .preference-section .preference-tags .category-btn:active,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn.active,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn.selected,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn:active,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag.active,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag.selected,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag:active,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .preference-section .preference-tags .tag.active,.profile-settings .preferences-content .preference-section .preference-tags .tag.selected,.profile-settings .preferences-content .preference-section .preference-tags .tag:active,.profile-settings .preferences-content .preference-section .preference-tags button.active,.profile-settings .preferences-content .preference-section .preference-tags button.selected,.profile-settings .preferences-content .preference-section .preference-tags button:active,.profile-settings .preferences-content .preference-section .tags-container .btn.active,.profile-settings .preferences-content .preference-section .tags-container .btn.selected,.profile-settings .preferences-content .preference-section .tags-container .btn:active,.profile-settings .preferences-content .preference-section .tags-container .category-btn.active,.profile-settings .preferences-content .preference-section .tags-container .category-btn.selected,.profile-settings .preferences-content .preference-section .tags-container .category-btn:active,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn.active,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn.selected,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn:active,.profile-settings .preferences-content .preference-section .tags-container .preference-tag.active,.profile-settings .preferences-content .preference-section .tags-container .preference-tag.selected,.profile-settings .preferences-content .preference-section .tags-container .preference-tag:active,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span.active,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span.selected,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span:active,.profile-settings .preferences-content .preference-section .tags-container .tag.active,.profile-settings .preferences-content .preference-section .tags-container .tag.selected,.profile-settings .preferences-content .preference-section .tags-container .tag:active,.profile-settings .preferences-content .preference-section .tags-container button.active,.profile-settings .preferences-content .preference-section .tags-container button.selected,.profile-settings .preferences-content .preference-section .tags-container button:active,.profile-settings .preferences-content .processes-section .category-buttons .btn.active,.profile-settings .preferences-content .processes-section .category-buttons .btn.selected,.profile-settings .preferences-content .processes-section .category-buttons .btn:active,.profile-settings .preferences-content .processes-section .category-buttons .category-btn.active,.profile-settings .preferences-content .processes-section .category-buttons .category-btn.selected,.profile-settings .preferences-content .processes-section .category-buttons .category-btn:active,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn.active,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn.selected,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn:active,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag.active,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag.selected,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag:active,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span.active,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span:active,.profile-settings .preferences-content .processes-section .category-buttons .tag.active,.profile-settings .preferences-content .processes-section .category-buttons .tag.selected,.profile-settings .preferences-content .processes-section .category-buttons .tag:active,.profile-settings .preferences-content .processes-section .category-buttons button.active,.profile-settings .preferences-content .processes-section .category-buttons button.selected,.profile-settings .preferences-content .processes-section .category-buttons button:active,.profile-settings .preferences-content .processes-section .ingredient-tags .btn.active,.profile-settings .preferences-content .processes-section .ingredient-tags .btn.selected,.profile-settings .preferences-content .processes-section .ingredient-tags .btn:active,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn.active,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn.selected,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn:active,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn.active,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn.selected,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn:active,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag.active,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag.selected,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag:active,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .processes-section .ingredient-tags .tag.active,.profile-settings .preferences-content .processes-section .ingredient-tags .tag.selected,.profile-settings .preferences-content .processes-section .ingredient-tags .tag:active,.profile-settings .preferences-content .processes-section .ingredient-tags button.active,.profile-settings .preferences-content .processes-section .ingredient-tags button.selected,.profile-settings .preferences-content .processes-section .ingredient-tags button:active,.profile-settings .preferences-content .processes-section .preference-tags .btn.active,.profile-settings .preferences-content .processes-section .preference-tags .btn.selected,.profile-settings .preferences-content .processes-section .preference-tags .btn:active,.profile-settings .preferences-content .processes-section .preference-tags .category-btn.active,.profile-settings .preferences-content .processes-section .preference-tags .category-btn.selected,.profile-settings .preferences-content .processes-section .preference-tags .category-btn:active,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn.active,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn.selected,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn:active,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag.active,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag.selected,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag:active,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .processes-section .preference-tags .tag.active,.profile-settings .preferences-content .processes-section .preference-tags .tag.selected,.profile-settings .preferences-content .processes-section .preference-tags .tag:active,.profile-settings .preferences-content .processes-section .preference-tags button.active,.profile-settings .preferences-content .processes-section .preference-tags button.selected,.profile-settings .preferences-content .processes-section .preference-tags button:active,.profile-settings .preferences-content .processes-section .tags-container .btn.active,.profile-settings .preferences-content .processes-section .tags-container .btn.selected,.profile-settings .preferences-content .processes-section .tags-container .btn:active,.profile-settings .preferences-content .processes-section .tags-container .category-btn.active,.profile-settings .preferences-content .processes-section .tags-container .category-btn.selected,.profile-settings .preferences-content .processes-section .tags-container .category-btn:active,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn.active,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn.selected,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn:active,.profile-settings .preferences-content .processes-section .tags-container .preference-tag.active,.profile-settings .preferences-content .processes-section .tags-container .preference-tag.selected,.profile-settings .preferences-content .processes-section .tags-container .preference-tag:active,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span.active,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span.selected,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span:active,.profile-settings .preferences-content .processes-section .tags-container .tag.active,.profile-settings .preferences-content .processes-section .tags-container .tag.selected,.profile-settings .preferences-content .processes-section .tags-container .tag:active,.profile-settings .preferences-content .processes-section .tags-container button.active,.profile-settings .preferences-content .processes-section .tags-container button.selected,.profile-settings .preferences-content .processes-section .tags-container button:active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn.active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn.selected,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn:active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn.active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn.selected,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn:active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn.active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn.selected,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn:active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag.active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag.selected,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag:active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span.active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span:active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag.active,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag.selected,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag:active,.profile-settings .preferences-content .storage-conditions-section .category-buttons button.active,.profile-settings .preferences-content .storage-conditions-section .category-buttons button.selected,.profile-settings .preferences-content .storage-conditions-section .category-buttons button:active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn.active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn.selected,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn:active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn.active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn.selected,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn:active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn.active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn.selected,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn:active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag.active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag.selected,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag:active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag.active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag.selected,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag:active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button.active,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button.selected,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button:active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn.active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn.selected,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn:active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn.active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn.selected,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn:active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn.active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn.selected,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn:active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag.active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag.selected,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag:active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag.active,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag.selected,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag:active,.profile-settings .preferences-content .storage-conditions-section .preference-tags button.active,.profile-settings .preferences-content .storage-conditions-section .preference-tags button.selected,.profile-settings .preferences-content .storage-conditions-section .preference-tags button:active,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn.active,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn.selected,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn:active,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn.active,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn.selected,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn:active,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn.active,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn.selected,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn:active,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag.active,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag.selected,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag:active,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span.active,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span.selected,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span:active,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag.active,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag.selected,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag:active,.profile-settings .preferences-content .storage-conditions-section .tags-container button.active,.profile-settings .preferences-content .storage-conditions-section .tags-container button.selected,.profile-settings .preferences-content .storage-conditions-section .tags-container button:active,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn.active,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn.selected,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn:active,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn.active,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn.selected,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn:active,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn.active,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn.selected,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn:active,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag.active,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag.selected,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag:active,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span.active,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span.selected,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span:active,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag.active,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag.selected,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag:active,.profile-settings .preferences-content .sub-categories-section .category-buttons button.active,.profile-settings .preferences-content .sub-categories-section .category-buttons button.selected,.profile-settings .preferences-content .sub-categories-section .category-buttons button:active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn.active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn.selected,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn:active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn.active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn.selected,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn:active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn.active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn.selected,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn:active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag.active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag.selected,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag:active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag.active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag.selected,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag:active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button.active,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button.selected,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button:active,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn.active,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn.selected,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn:active,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn.active,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn.selected,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn:active,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn.active,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn.selected,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn:active,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag.active,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag.selected,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag:active,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span.active,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span.selected,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span:active,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag.active,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag.selected,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag:active,.profile-settings .preferences-content .sub-categories-section .preference-tags button.active,.profile-settings .preferences-content .sub-categories-section .preference-tags button.selected,.profile-settings .preferences-content .sub-categories-section .preference-tags button:active,.profile-settings .preferences-content .sub-categories-section .tags-container .btn.active,.profile-settings .preferences-content .sub-categories-section .tags-container .btn.selected,.profile-settings .preferences-content .sub-categories-section .tags-container .btn:active,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn.active,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn.selected,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn:active,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn.active,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn.selected,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn:active,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag.active,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag.selected,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag:active,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span.active,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span.selected,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span:active,.profile-settings .preferences-content .sub-categories-section .tags-container .tag.active,.profile-settings .preferences-content .sub-categories-section .tags-container .tag.selected,.profile-settings .preferences-content .sub-categories-section .tags-container .tag:active,.profile-settings .preferences-content .sub-categories-section .tags-container button.active,.profile-settings .preferences-content .sub-categories-section .tags-container button.selected,.profile-settings .preferences-content .sub-categories-section .tags-container button:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span:active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span.active,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span.selected,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span:active,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span.active,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span:active,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span.active,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span.selected,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span:active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span.active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span:active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span.active,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span.selected,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span:active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span.active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span:active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span.active,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span.selected,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span:active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span.active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span:active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span.active,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span.selected,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span:active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span.active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span.selected,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span:active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span.active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span.selected,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span:active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span.active,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span.selected,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span:active{background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 2px 4px rgba(59,130,246,.3)!important}.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button.active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button.active svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button.selected i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button:active i,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button:active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button.active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button.active svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button.selected i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button:active i,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button:active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn.active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn:active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag.active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag:active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container button.active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container button.active svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container button.selected i,.profile-settings .ingredient-preferences-tab .form-section .tags-container button.selected svg,.profile-settings .ingredient-preferences-tab .form-section .tags-container button:active i,.profile-settings .ingredient-preferences-tab .form-section .tags-container button:active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button.active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button.active svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button.selected i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button:active i,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button:active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button.active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button.active svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button.selected i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button:active i,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button:active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag.active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag:active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button.active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button.active svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button.selected i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button.selected svg,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button:active i,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button:active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button.active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button.active svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button.selected i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button:active i,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button:active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button.active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button.active svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button.selected i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button:active i,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button:active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag.active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag:active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button.active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button.active svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button.selected i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button.selected svg,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button:active i,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button.active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button.active svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button.selected i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button.selected svg,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button:active i,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button.active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button.active svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button.selected i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button.selected svg,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button:active i,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button:active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences .form-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences .form-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences .form-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences .form-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences .form-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences .form-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences .form-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences .form-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences .form-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences .form-section .category-buttons button.active i,.profile-settings .ingredient-preferences .form-section .category-buttons button.active svg,.profile-settings .ingredient-preferences .form-section .category-buttons button.selected i,.profile-settings .ingredient-preferences .form-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences .form-section .category-buttons button:active i,.profile-settings .ingredient-preferences .form-section .category-buttons button:active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences .form-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences .form-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences .form-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences .form-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences .form-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences .form-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences .form-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences .form-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences .form-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences .form-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences .form-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences .form-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences .form-section .preference-tags button.active i,.profile-settings .ingredient-preferences .form-section .preference-tags button.active svg,.profile-settings .ingredient-preferences .form-section .preference-tags button.selected i,.profile-settings .ingredient-preferences .form-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences .form-section .preference-tags button:active i,.profile-settings .ingredient-preferences .form-section .preference-tags button:active svg,.profile-settings .ingredient-preferences .form-section .tags-container .btn.active i,.profile-settings .ingredient-preferences .form-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences .form-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences .form-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences .form-section .tags-container .btn:active i,.profile-settings .ingredient-preferences .form-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .form-section .tags-container .tag.active i,.profile-settings .ingredient-preferences .form-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences .form-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences .form-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences .form-section .tags-container .tag:active i,.profile-settings .ingredient-preferences .form-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences .form-section .tags-container button.active i,.profile-settings .ingredient-preferences .form-section .tags-container button.active svg,.profile-settings .ingredient-preferences .form-section .tags-container button.selected i,.profile-settings .ingredient-preferences .form-section .tags-container button.selected svg,.profile-settings .ingredient-preferences .form-section .tags-container button:active i,.profile-settings .ingredient-preferences .form-section .tags-container button:active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons button.active i,.profile-settings .ingredient-preferences .preference-section .category-buttons button.active svg,.profile-settings .ingredient-preferences .preference-section .category-buttons button.selected i,.profile-settings .ingredient-preferences .preference-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences .preference-section .category-buttons button:active i,.profile-settings .ingredient-preferences .preference-section .category-buttons button:active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags button.active i,.profile-settings .ingredient-preferences .preference-section .preference-tags button.active svg,.profile-settings .ingredient-preferences .preference-section .preference-tags button.selected i,.profile-settings .ingredient-preferences .preference-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences .preference-section .preference-tags button:active i,.profile-settings .ingredient-preferences .preference-section .preference-tags button:active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .btn.active i,.profile-settings .ingredient-preferences .preference-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences .preference-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences .preference-section .tags-container .btn:active i,.profile-settings .ingredient-preferences .preference-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .tag.active i,.profile-settings .ingredient-preferences .preference-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences .preference-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences .preference-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences .preference-section .tags-container .tag:active i,.profile-settings .ingredient-preferences .preference-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences .preference-section .tags-container button.active i,.profile-settings .ingredient-preferences .preference-section .tags-container button.active svg,.profile-settings .ingredient-preferences .preference-section .tags-container button.selected i,.profile-settings .ingredient-preferences .preference-section .tags-container button.selected svg,.profile-settings .ingredient-preferences .preference-section .tags-container button:active i,.profile-settings .ingredient-preferences .preference-section .tags-container button:active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons button.active i,.profile-settings .ingredient-preferences .processes-section .category-buttons button.active svg,.profile-settings .ingredient-preferences .processes-section .category-buttons button.selected i,.profile-settings .ingredient-preferences .processes-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences .processes-section .category-buttons button:active i,.profile-settings .ingredient-preferences .processes-section .category-buttons button:active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags button.active i,.profile-settings .ingredient-preferences .processes-section .preference-tags button.active svg,.profile-settings .ingredient-preferences .processes-section .preference-tags button.selected i,.profile-settings .ingredient-preferences .processes-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences .processes-section .preference-tags button:active i,.profile-settings .ingredient-preferences .processes-section .preference-tags button:active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .btn.active i,.profile-settings .ingredient-preferences .processes-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences .processes-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences .processes-section .tags-container .btn:active i,.profile-settings .ingredient-preferences .processes-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .tag.active i,.profile-settings .ingredient-preferences .processes-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences .processes-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences .processes-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences .processes-section .tags-container .tag:active i,.profile-settings .ingredient-preferences .processes-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences .processes-section .tags-container button.active i,.profile-settings .ingredient-preferences .processes-section .tags-container button.active svg,.profile-settings .ingredient-preferences .processes-section .tags-container button.selected i,.profile-settings .ingredient-preferences .processes-section .tags-container button.selected svg,.profile-settings .ingredient-preferences .processes-section .tags-container button:active i,.profile-settings .ingredient-preferences .processes-section .tags-container button:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button.active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button:active i,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button.active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button:active i,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag.active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag:active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button.active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button.active svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button.selected i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button.selected svg,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button:active i,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button:active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button.active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button.active svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button.selected i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button:active i,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button:active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button.active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button.active svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button.selected i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button:active i,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button:active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button.active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button.active svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button.selected i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button:active i,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button:active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn.active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn.active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn.selected i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn:active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn:active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span.active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span:active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag.active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag.active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag.selected i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag:active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag:active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button.active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button.active svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button.selected i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button.selected svg,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button:active i,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button:active svg,.profile-settings .preferences-content .form-section .category-buttons .btn.active i,.profile-settings .preferences-content .form-section .category-buttons .btn.active svg,.profile-settings .preferences-content .form-section .category-buttons .btn.selected i,.profile-settings .preferences-content .form-section .category-buttons .btn.selected svg,.profile-settings .preferences-content .form-section .category-buttons .btn:active i,.profile-settings .preferences-content .form-section .category-buttons .btn:active svg,.profile-settings .preferences-content .form-section .category-buttons .category-btn.active i,.profile-settings .preferences-content .form-section .category-buttons .category-btn.active svg,.profile-settings .preferences-content .form-section .category-buttons .category-btn.selected i,.profile-settings .preferences-content .form-section .category-buttons .category-btn.selected svg,.profile-settings .preferences-content .form-section .category-buttons .category-btn:active i,.profile-settings .preferences-content .form-section .category-buttons .category-btn:active svg,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn.active i,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn.active svg,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn.selected i,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn.selected svg,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn:active i,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn:active svg,.profile-settings .preferences-content .form-section .category-buttons .preference-tag.active i,.profile-settings .preferences-content .form-section .category-buttons .preference-tag.active svg,.profile-settings .preferences-content .form-section .category-buttons .preference-tag.selected i,.profile-settings .preferences-content .form-section .category-buttons .preference-tag.selected svg,.profile-settings .preferences-content .form-section .category-buttons .preference-tag:active i,.profile-settings .preferences-content .form-section .category-buttons .preference-tag:active svg,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .preferences-content .form-section .category-buttons .tag.active i,.profile-settings .preferences-content .form-section .category-buttons .tag.active svg,.profile-settings .preferences-content .form-section .category-buttons .tag.selected i,.profile-settings .preferences-content .form-section .category-buttons .tag.selected svg,.profile-settings .preferences-content .form-section .category-buttons .tag:active i,.profile-settings .preferences-content .form-section .category-buttons .tag:active svg,.profile-settings .preferences-content .form-section .category-buttons button.active i,.profile-settings .preferences-content .form-section .category-buttons button.active svg,.profile-settings .preferences-content .form-section .category-buttons button.selected i,.profile-settings .preferences-content .form-section .category-buttons button.selected svg,.profile-settings .preferences-content .form-section .category-buttons button:active i,.profile-settings .preferences-content .form-section .category-buttons button:active svg,.profile-settings .preferences-content .form-section .ingredient-tags .btn.active i,.profile-settings .preferences-content .form-section .ingredient-tags .btn.active svg,.profile-settings .preferences-content .form-section .ingredient-tags .btn.selected i,.profile-settings .preferences-content .form-section .ingredient-tags .btn.selected svg,.profile-settings .preferences-content .form-section .ingredient-tags .btn:active i,.profile-settings .preferences-content .form-section .ingredient-tags .btn:active svg,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn.active i,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn.active svg,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn.selected i,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn.selected svg,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn:active i,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn:active svg,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn.active i,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn:active i,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag.active i,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag.active svg,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag.selected i,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag.selected svg,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag:active i,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag:active svg,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .form-section .ingredient-tags .tag.active i,.profile-settings .preferences-content .form-section .ingredient-tags .tag.active svg,.profile-settings .preferences-content .form-section .ingredient-tags .tag.selected i,.profile-settings .preferences-content .form-section .ingredient-tags .tag.selected svg,.profile-settings .preferences-content .form-section .ingredient-tags .tag:active i,.profile-settings .preferences-content .form-section .ingredient-tags .tag:active svg,.profile-settings .preferences-content .form-section .ingredient-tags button.active i,.profile-settings .preferences-content .form-section .ingredient-tags button.active svg,.profile-settings .preferences-content .form-section .ingredient-tags button.selected i,.profile-settings .preferences-content .form-section .ingredient-tags button.selected svg,.profile-settings .preferences-content .form-section .ingredient-tags button:active i,.profile-settings .preferences-content .form-section .ingredient-tags button:active svg,.profile-settings .preferences-content .form-section .preference-tags .btn.active i,.profile-settings .preferences-content .form-section .preference-tags .btn.active svg,.profile-settings .preferences-content .form-section .preference-tags .btn.selected i,.profile-settings .preferences-content .form-section .preference-tags .btn.selected svg,.profile-settings .preferences-content .form-section .preference-tags .btn:active i,.profile-settings .preferences-content .form-section .preference-tags .btn:active svg,.profile-settings .preferences-content .form-section .preference-tags .category-btn.active i,.profile-settings .preferences-content .form-section .preference-tags .category-btn.active svg,.profile-settings .preferences-content .form-section .preference-tags .category-btn.selected i,.profile-settings .preferences-content .form-section .preference-tags .category-btn.selected svg,.profile-settings .preferences-content .form-section .preference-tags .category-btn:active i,.profile-settings .preferences-content .form-section .preference-tags .category-btn:active svg,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn.active i,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn.active svg,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn.selected i,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn:active i,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn:active svg,.profile-settings .preferences-content .form-section .preference-tags .preference-tag.active i,.profile-settings .preferences-content .form-section .preference-tags .preference-tag.active svg,.profile-settings .preferences-content .form-section .preference-tags .preference-tag.selected i,.profile-settings .preferences-content .form-section .preference-tags .preference-tag.selected svg,.profile-settings .preferences-content .form-section .preference-tags .preference-tag:active i,.profile-settings .preferences-content .form-section .preference-tags .preference-tag:active svg,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .form-section .preference-tags .tag.active i,.profile-settings .preferences-content .form-section .preference-tags .tag.active svg,.profile-settings .preferences-content .form-section .preference-tags .tag.selected i,.profile-settings .preferences-content .form-section .preference-tags .tag.selected svg,.profile-settings .preferences-content .form-section .preference-tags .tag:active i,.profile-settings .preferences-content .form-section .preference-tags .tag:active svg,.profile-settings .preferences-content .form-section .preference-tags button.active i,.profile-settings .preferences-content .form-section .preference-tags button.active svg,.profile-settings .preferences-content .form-section .preference-tags button.selected i,.profile-settings .preferences-content .form-section .preference-tags button.selected svg,.profile-settings .preferences-content .form-section .preference-tags button:active i,.profile-settings .preferences-content .form-section .preference-tags button:active svg,.profile-settings .preferences-content .form-section .tags-container .btn.active i,.profile-settings .preferences-content .form-section .tags-container .btn.active svg,.profile-settings .preferences-content .form-section .tags-container .btn.selected i,.profile-settings .preferences-content .form-section .tags-container .btn.selected svg,.profile-settings .preferences-content .form-section .tags-container .btn:active i,.profile-settings .preferences-content .form-section .tags-container .btn:active svg,.profile-settings .preferences-content .form-section .tags-container .category-btn.active i,.profile-settings .preferences-content .form-section .tags-container .category-btn.active svg,.profile-settings .preferences-content .form-section .tags-container .category-btn.selected i,.profile-settings .preferences-content .form-section .tags-container .category-btn.selected svg,.profile-settings .preferences-content .form-section .tags-container .category-btn:active i,.profile-settings .preferences-content .form-section .tags-container .category-btn:active svg,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn.active i,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn.active svg,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn.selected i,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn.selected svg,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn:active i,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn:active svg,.profile-settings .preferences-content .form-section .tags-container .preference-tag.active i,.profile-settings .preferences-content .form-section .tags-container .preference-tag.active svg,.profile-settings .preferences-content .form-section .tags-container .preference-tag.selected i,.profile-settings .preferences-content .form-section .tags-container .preference-tag.selected svg,.profile-settings .preferences-content .form-section .tags-container .preference-tag:active i,.profile-settings .preferences-content .form-section .tags-container .preference-tag:active svg,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span.active i,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span:active i,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .preferences-content .form-section .tags-container .tag.active i,.profile-settings .preferences-content .form-section .tags-container .tag.active svg,.profile-settings .preferences-content .form-section .tags-container .tag.selected i,.profile-settings .preferences-content .form-section .tags-container .tag.selected svg,.profile-settings .preferences-content .form-section .tags-container .tag:active i,.profile-settings .preferences-content .form-section .tags-container .tag:active svg,.profile-settings .preferences-content .form-section .tags-container button.active i,.profile-settings .preferences-content .form-section .tags-container button.active svg,.profile-settings .preferences-content .form-section .tags-container button.selected i,.profile-settings .preferences-content .form-section .tags-container button.selected svg,.profile-settings .preferences-content .form-section .tags-container button:active i,.profile-settings .preferences-content .form-section .tags-container button:active svg,.profile-settings .preferences-content .preference-section .category-buttons .btn.active i,.profile-settings .preferences-content .preference-section .category-buttons .btn.active svg,.profile-settings .preferences-content .preference-section .category-buttons .btn.selected i,.profile-settings .preferences-content .preference-section .category-buttons .btn.selected svg,.profile-settings .preferences-content .preference-section .category-buttons .btn:active i,.profile-settings .preferences-content .preference-section .category-buttons .btn:active svg,.profile-settings .preferences-content .preference-section .category-buttons .category-btn.active i,.profile-settings .preferences-content .preference-section .category-buttons .category-btn.active svg,.profile-settings .preferences-content .preference-section .category-buttons .category-btn.selected i,.profile-settings .preferences-content .preference-section .category-buttons .category-btn.selected svg,.profile-settings .preferences-content .preference-section .category-buttons .category-btn:active i,.profile-settings .preferences-content .preference-section .category-buttons .category-btn:active svg,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn.active i,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn.active svg,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn.selected i,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn.selected svg,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn:active i,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn:active svg,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag.active i,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag.active svg,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag.selected i,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag.selected svg,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag:active i,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag:active svg,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .preferences-content .preference-section .category-buttons .tag.active i,.profile-settings .preferences-content .preference-section .category-buttons .tag.active svg,.profile-settings .preferences-content .preference-section .category-buttons .tag.selected i,.profile-settings .preferences-content .preference-section .category-buttons .tag.selected svg,.profile-settings .preferences-content .preference-section .category-buttons .tag:active i,.profile-settings .preferences-content .preference-section .category-buttons .tag:active svg,.profile-settings .preferences-content .preference-section .category-buttons button.active i,.profile-settings .preferences-content .preference-section .category-buttons button.active svg,.profile-settings .preferences-content .preference-section .category-buttons button.selected i,.profile-settings .preferences-content .preference-section .category-buttons button.selected svg,.profile-settings .preferences-content .preference-section .category-buttons button:active i,.profile-settings .preferences-content .preference-section .category-buttons button:active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .btn.active i,.profile-settings .preferences-content .preference-section .ingredient-tags .btn.active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .btn.selected i,.profile-settings .preferences-content .preference-section .ingredient-tags .btn.selected svg,.profile-settings .preferences-content .preference-section .ingredient-tags .btn:active i,.profile-settings .preferences-content .preference-section .ingredient-tags .btn:active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn.active i,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn.active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn.selected i,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn.selected svg,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn:active i,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn:active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn.active i,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn:active i,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag.active i,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag.active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag.selected i,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag.selected svg,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag:active i,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag:active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .tag.active i,.profile-settings .preferences-content .preference-section .ingredient-tags .tag.active svg,.profile-settings .preferences-content .preference-section .ingredient-tags .tag.selected i,.profile-settings .preferences-content .preference-section .ingredient-tags .tag.selected svg,.profile-settings .preferences-content .preference-section .ingredient-tags .tag:active i,.profile-settings .preferences-content .preference-section .ingredient-tags .tag:active svg,.profile-settings .preferences-content .preference-section .ingredient-tags button.active i,.profile-settings .preferences-content .preference-section .ingredient-tags button.active svg,.profile-settings .preferences-content .preference-section .ingredient-tags button.selected i,.profile-settings .preferences-content .preference-section .ingredient-tags button.selected svg,.profile-settings .preferences-content .preference-section .ingredient-tags button:active i,.profile-settings .preferences-content .preference-section .ingredient-tags button:active svg,.profile-settings .preferences-content .preference-section .preference-tags .btn.active i,.profile-settings .preferences-content .preference-section .preference-tags .btn.active svg,.profile-settings .preferences-content .preference-section .preference-tags .btn.selected i,.profile-settings .preferences-content .preference-section .preference-tags .btn.selected svg,.profile-settings .preferences-content .preference-section .preference-tags .btn:active i,.profile-settings .preferences-content .preference-section .preference-tags .btn:active svg,.profile-settings .preferences-content .preference-section .preference-tags .category-btn.active i,.profile-settings .preferences-content .preference-section .preference-tags .category-btn.active svg,.profile-settings .preferences-content .preference-section .preference-tags .category-btn.selected i,.profile-settings .preferences-content .preference-section .preference-tags .category-btn.selected svg,.profile-settings .preferences-content .preference-section .preference-tags .category-btn:active i,.profile-settings .preferences-content .preference-section .preference-tags .category-btn:active svg,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn.active i,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn.active svg,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn.selected i,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn:active i,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn:active svg,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag.active i,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag.active svg,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag.selected i,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag.selected svg,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag:active i,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag:active svg,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .preference-section .preference-tags .tag.active i,.profile-settings .preferences-content .preference-section .preference-tags .tag.active svg,.profile-settings .preferences-content .preference-section .preference-tags .tag.selected i,.profile-settings .preferences-content .preference-section .preference-tags .tag.selected svg,.profile-settings .preferences-content .preference-section .preference-tags .tag:active i,.profile-settings .preferences-content .preference-section .preference-tags .tag:active svg,.profile-settings .preferences-content .preference-section .preference-tags button.active i,.profile-settings .preferences-content .preference-section .preference-tags button.active svg,.profile-settings .preferences-content .preference-section .preference-tags button.selected i,.profile-settings .preferences-content .preference-section .preference-tags button.selected svg,.profile-settings .preferences-content .preference-section .preference-tags button:active i,.profile-settings .preferences-content .preference-section .preference-tags button:active svg,.profile-settings .preferences-content .preference-section .tags-container .btn.active i,.profile-settings .preferences-content .preference-section .tags-container .btn.active svg,.profile-settings .preferences-content .preference-section .tags-container .btn.selected i,.profile-settings .preferences-content .preference-section .tags-container .btn.selected svg,.profile-settings .preferences-content .preference-section .tags-container .btn:active i,.profile-settings .preferences-content .preference-section .tags-container .btn:active svg,.profile-settings .preferences-content .preference-section .tags-container .category-btn.active i,.profile-settings .preferences-content .preference-section .tags-container .category-btn.active svg,.profile-settings .preferences-content .preference-section .tags-container .category-btn.selected i,.profile-settings .preferences-content .preference-section .tags-container .category-btn.selected svg,.profile-settings .preferences-content .preference-section .tags-container .category-btn:active i,.profile-settings .preferences-content .preference-section .tags-container .category-btn:active svg,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn.active i,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn.active svg,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn.selected i,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn.selected svg,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn:active i,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn:active svg,.profile-settings .preferences-content .preference-section .tags-container .preference-tag.active i,.profile-settings .preferences-content .preference-section .tags-container .preference-tag.active svg,.profile-settings .preferences-content .preference-section .tags-container .preference-tag.selected i,.profile-settings .preferences-content .preference-section .tags-container .preference-tag.selected svg,.profile-settings .preferences-content .preference-section .tags-container .preference-tag:active i,.profile-settings .preferences-content .preference-section .tags-container .preference-tag:active svg,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span.active i,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span:active i,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .preferences-content .preference-section .tags-container .tag.active i,.profile-settings .preferences-content .preference-section .tags-container .tag.active svg,.profile-settings .preferences-content .preference-section .tags-container .tag.selected i,.profile-settings .preferences-content .preference-section .tags-container .tag.selected svg,.profile-settings .preferences-content .preference-section .tags-container .tag:active i,.profile-settings .preferences-content .preference-section .tags-container .tag:active svg,.profile-settings .preferences-content .preference-section .tags-container button.active i,.profile-settings .preferences-content .preference-section .tags-container button.active svg,.profile-settings .preferences-content .preference-section .tags-container button.selected i,.profile-settings .preferences-content .preference-section .tags-container button.selected svg,.profile-settings .preferences-content .preference-section .tags-container button:active i,.profile-settings .preferences-content .preference-section .tags-container button:active svg,.profile-settings .preferences-content .processes-section .category-buttons .btn.active i,.profile-settings .preferences-content .processes-section .category-buttons .btn.active svg,.profile-settings .preferences-content .processes-section .category-buttons .btn.selected i,.profile-settings .preferences-content .processes-section .category-buttons .btn.selected svg,.profile-settings .preferences-content .processes-section .category-buttons .btn:active i,.profile-settings .preferences-content .processes-section .category-buttons .btn:active svg,.profile-settings .preferences-content .processes-section .category-buttons .category-btn.active i,.profile-settings .preferences-content .processes-section .category-buttons .category-btn.active svg,.profile-settings .preferences-content .processes-section .category-buttons .category-btn.selected i,.profile-settings .preferences-content .processes-section .category-buttons .category-btn.selected svg,.profile-settings .preferences-content .processes-section .category-buttons .category-btn:active i,.profile-settings .preferences-content .processes-section .category-buttons .category-btn:active svg,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn.active i,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn.active svg,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn.selected i,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn.selected svg,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn:active i,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn:active svg,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag.active i,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag.active svg,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag.selected i,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag.selected svg,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag:active i,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag:active svg,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .preferences-content .processes-section .category-buttons .tag.active i,.profile-settings .preferences-content .processes-section .category-buttons .tag.active svg,.profile-settings .preferences-content .processes-section .category-buttons .tag.selected i,.profile-settings .preferences-content .processes-section .category-buttons .tag.selected svg,.profile-settings .preferences-content .processes-section .category-buttons .tag:active i,.profile-settings .preferences-content .processes-section .category-buttons .tag:active svg,.profile-settings .preferences-content .processes-section .category-buttons button.active i,.profile-settings .preferences-content .processes-section .category-buttons button.active svg,.profile-settings .preferences-content .processes-section .category-buttons button.selected i,.profile-settings .preferences-content .processes-section .category-buttons button.selected svg,.profile-settings .preferences-content .processes-section .category-buttons button:active i,.profile-settings .preferences-content .processes-section .category-buttons button:active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .btn.active i,.profile-settings .preferences-content .processes-section .ingredient-tags .btn.active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .btn.selected i,.profile-settings .preferences-content .processes-section .ingredient-tags .btn.selected svg,.profile-settings .preferences-content .processes-section .ingredient-tags .btn:active i,.profile-settings .preferences-content .processes-section .ingredient-tags .btn:active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn.active i,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn.active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn.selected i,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn.selected svg,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn:active i,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn:active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn.active i,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn:active i,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag.active i,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag.active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag.selected i,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag.selected svg,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag:active i,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag:active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .tag.active i,.profile-settings .preferences-content .processes-section .ingredient-tags .tag.active svg,.profile-settings .preferences-content .processes-section .ingredient-tags .tag.selected i,.profile-settings .preferences-content .processes-section .ingredient-tags .tag.selected svg,.profile-settings .preferences-content .processes-section .ingredient-tags .tag:active i,.profile-settings .preferences-content .processes-section .ingredient-tags .tag:active svg,.profile-settings .preferences-content .processes-section .ingredient-tags button.active i,.profile-settings .preferences-content .processes-section .ingredient-tags button.active svg,.profile-settings .preferences-content .processes-section .ingredient-tags button.selected i,.profile-settings .preferences-content .processes-section .ingredient-tags button.selected svg,.profile-settings .preferences-content .processes-section .ingredient-tags button:active i,.profile-settings .preferences-content .processes-section .ingredient-tags button:active svg,.profile-settings .preferences-content .processes-section .preference-tags .btn.active i,.profile-settings .preferences-content .processes-section .preference-tags .btn.active svg,.profile-settings .preferences-content .processes-section .preference-tags .btn.selected i,.profile-settings .preferences-content .processes-section .preference-tags .btn.selected svg,.profile-settings .preferences-content .processes-section .preference-tags .btn:active i,.profile-settings .preferences-content .processes-section .preference-tags .btn:active svg,.profile-settings .preferences-content .processes-section .preference-tags .category-btn.active i,.profile-settings .preferences-content .processes-section .preference-tags .category-btn.active svg,.profile-settings .preferences-content .processes-section .preference-tags .category-btn.selected i,.profile-settings .preferences-content .processes-section .preference-tags .category-btn.selected svg,.profile-settings .preferences-content .processes-section .preference-tags .category-btn:active i,.profile-settings .preferences-content .processes-section .preference-tags .category-btn:active svg,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn.active i,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn.active svg,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn.selected i,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn:active i,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn:active svg,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag.active i,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag.active svg,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag.selected i,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag.selected svg,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag:active i,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag:active svg,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .processes-section .preference-tags .tag.active i,.profile-settings .preferences-content .processes-section .preference-tags .tag.active svg,.profile-settings .preferences-content .processes-section .preference-tags .tag.selected i,.profile-settings .preferences-content .processes-section .preference-tags .tag.selected svg,.profile-settings .preferences-content .processes-section .preference-tags .tag:active i,.profile-settings .preferences-content .processes-section .preference-tags .tag:active svg,.profile-settings .preferences-content .processes-section .preference-tags button.active i,.profile-settings .preferences-content .processes-section .preference-tags button.active svg,.profile-settings .preferences-content .processes-section .preference-tags button.selected i,.profile-settings .preferences-content .processes-section .preference-tags button.selected svg,.profile-settings .preferences-content .processes-section .preference-tags button:active i,.profile-settings .preferences-content .processes-section .preference-tags button:active svg,.profile-settings .preferences-content .processes-section .tags-container .btn.active i,.profile-settings .preferences-content .processes-section .tags-container .btn.active svg,.profile-settings .preferences-content .processes-section .tags-container .btn.selected i,.profile-settings .preferences-content .processes-section .tags-container .btn.selected svg,.profile-settings .preferences-content .processes-section .tags-container .btn:active i,.profile-settings .preferences-content .processes-section .tags-container .btn:active svg,.profile-settings .preferences-content .processes-section .tags-container .category-btn.active i,.profile-settings .preferences-content .processes-section .tags-container .category-btn.active svg,.profile-settings .preferences-content .processes-section .tags-container .category-btn.selected i,.profile-settings .preferences-content .processes-section .tags-container .category-btn.selected svg,.profile-settings .preferences-content .processes-section .tags-container .category-btn:active i,.profile-settings .preferences-content .processes-section .tags-container .category-btn:active svg,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn.active i,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn.active svg,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn.selected i,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn.selected svg,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn:active i,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn:active svg,.profile-settings .preferences-content .processes-section .tags-container .preference-tag.active i,.profile-settings .preferences-content .processes-section .tags-container .preference-tag.active svg,.profile-settings .preferences-content .processes-section .tags-container .preference-tag.selected i,.profile-settings .preferences-content .processes-section .tags-container .preference-tag.selected svg,.profile-settings .preferences-content .processes-section .tags-container .preference-tag:active i,.profile-settings .preferences-content .processes-section .tags-container .preference-tag:active svg,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span.active i,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span:active i,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .preferences-content .processes-section .tags-container .tag.active i,.profile-settings .preferences-content .processes-section .tags-container .tag.active svg,.profile-settings .preferences-content .processes-section .tags-container .tag.selected i,.profile-settings .preferences-content .processes-section .tags-container .tag.selected svg,.profile-settings .preferences-content .processes-section .tags-container .tag:active i,.profile-settings .preferences-content .processes-section .tags-container .tag:active svg,.profile-settings .preferences-content .processes-section .tags-container button.active i,.profile-settings .preferences-content .processes-section .tags-container button.active svg,.profile-settings .preferences-content .processes-section .tags-container button.selected i,.profile-settings .preferences-content .processes-section .tags-container button.selected svg,.profile-settings .preferences-content .processes-section .tags-container button:active i,.profile-settings .preferences-content .processes-section .tags-container button:active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn.active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn.active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn.selected i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn:active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn:active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn.active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn:active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn.active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn:active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag.active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag.active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag.selected i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag:active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag:active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag.active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag.active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag.selected i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag:active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag:active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons button.active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons button.active svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons button.selected i,.profile-settings .preferences-content .storage-conditions-section .category-buttons button.selected svg,.profile-settings .preferences-content .storage-conditions-section .category-buttons button:active i,.profile-settings .preferences-content .storage-conditions-section .category-buttons button:active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn.active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn.active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn.selected i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn:active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn:active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn.active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn:active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn.active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn:active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag.active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag.active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag.selected i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag:active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag:active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag.active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag.active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag.selected i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag:active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag:active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button.active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button.active svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button.selected i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button.selected svg,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button:active i,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button:active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn.active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn.active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn.selected i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn:active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn:active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn.active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn:active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn.active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn:active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag.active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag.active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag.selected i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag:active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag:active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag.active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag.active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag.selected i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag:active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag:active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags button.active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags button.active svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags button.selected i,.profile-settings .preferences-content .storage-conditions-section .preference-tags button.selected svg,.profile-settings .preferences-content .storage-conditions-section .preference-tags button:active i,.profile-settings .preferences-content .storage-conditions-section .preference-tags button:active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn.active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn.active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn.selected i,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn:active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn:active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn.active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn:active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn.active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn.active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn.selected i,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn.selected svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn:active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn:active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag.active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag.active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag.selected i,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag:active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag:active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span.active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span:active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag.active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag.active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag.selected i,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag.selected svg,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag:active i,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag:active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container button.active i,.profile-settings .preferences-content .storage-conditions-section .tags-container button.active svg,.profile-settings .preferences-content .storage-conditions-section .tags-container button.selected i,.profile-settings .preferences-content .storage-conditions-section .tags-container button.selected svg,.profile-settings .preferences-content .storage-conditions-section .tags-container button:active i,.profile-settings .preferences-content .storage-conditions-section .tags-container button:active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn.active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn.active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn.selected i,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn.selected svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn:active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn:active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn.active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn.active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn.selected i,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn:active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn:active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn.active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn.active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn.selected i,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn:active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn:active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag.active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag.active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag.selected i,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag.selected svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag:active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag:active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span.active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span.active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span.selected i,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span:active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span:active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag.active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag.active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag.selected i,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag.selected svg,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag:active i,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag:active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons button.active i,.profile-settings .preferences-content .sub-categories-section .category-buttons button.active svg,.profile-settings .preferences-content .sub-categories-section .category-buttons button.selected i,.profile-settings .preferences-content .sub-categories-section .category-buttons button.selected svg,.profile-settings .preferences-content .sub-categories-section .category-buttons button:active i,.profile-settings .preferences-content .sub-categories-section .category-buttons button:active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn.active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn.active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn.selected i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn.selected svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn:active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn:active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn.active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn.active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn.selected i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn:active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn:active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn.active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn.active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn.selected i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn:active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn:active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag.active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag.active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag.selected i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag.selected svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag:active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag:active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag.active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag.active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag.selected i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag.selected svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag:active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag:active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button.active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button.active svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button.selected i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button.selected svg,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button:active i,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button:active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn.active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn.active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn.selected i,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn.selected svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn:active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn:active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn.active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn.active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn.selected i,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn:active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn:active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn.active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn.active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn.selected i,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn:active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn:active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag.active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag.active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag.selected i,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag.selected svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag:active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag:active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span.active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span.active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span.selected i,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span:active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span:active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag.active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag.active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag.selected i,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag.selected svg,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag:active i,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag:active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags button.active i,.profile-settings .preferences-content .sub-categories-section .preference-tags button.active svg,.profile-settings .preferences-content .sub-categories-section .preference-tags button.selected i,.profile-settings .preferences-content .sub-categories-section .preference-tags button.selected svg,.profile-settings .preferences-content .sub-categories-section .preference-tags button:active i,.profile-settings .preferences-content .sub-categories-section .preference-tags button:active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .btn.active i,.profile-settings .preferences-content .sub-categories-section .tags-container .btn.active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .btn.selected i,.profile-settings .preferences-content .sub-categories-section .tags-container .btn.selected svg,.profile-settings .preferences-content .sub-categories-section .tags-container .btn:active i,.profile-settings .preferences-content .sub-categories-section .tags-container .btn:active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn.active i,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn.active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn.selected i,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn:active i,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn:active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn.active i,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn.active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn.selected i,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn.selected svg,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn:active i,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn:active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag.active i,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag.active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag.selected i,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag.selected svg,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag:active i,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag:active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span.active i,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span.active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span.selected i,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span.selected svg,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span:active i,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span:active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .tag.active i,.profile-settings .preferences-content .sub-categories-section .tags-container .tag.active svg,.profile-settings .preferences-content .sub-categories-section .tags-container .tag.selected i,.profile-settings .preferences-content .sub-categories-section .tags-container .tag.selected svg,.profile-settings .preferences-content .sub-categories-section .tags-container .tag:active i,.profile-settings .preferences-content .sub-categories-section .tags-container .tag:active svg,.profile-settings .preferences-content .sub-categories-section .tags-container button.active i,.profile-settings .preferences-content .sub-categories-section .tags-container button.active svg,.profile-settings .preferences-content .sub-categories-section .tags-container button.selected i,.profile-settings .preferences-content .sub-categories-section .tags-container button.selected svg,.profile-settings .preferences-content .sub-categories-section .tags-container button:active i,.profile-settings .preferences-content .sub-categories-section .tags-container button:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span.active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span:active i,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span.active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span:active i,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span.active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span:active i,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span.active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span:active i,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span.active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span:active i,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span:active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span.active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span.active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span.selected i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span:active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span:active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span.active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span.active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span.selected i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span:active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span:active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span.active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span.active svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span.selected i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span.selected svg,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span:active i,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span:active svg{color:#fff!important}.profile-settings .ingredient-preferences-tab .form-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .form-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences-tab .form-section .category-buttons button:focus,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences-tab .form-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .form-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences-tab .form-section .preference-tags button:focus,.profile-settings .ingredient-preferences-tab .form-section .tags-container .btn:focus,.profile-settings .ingredient-preferences-tab .form-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .form-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences-tab .form-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .form-section .tags-container .tag:focus,.profile-settings .ingredient-preferences-tab .form-section .tags-container button:focus,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .category-buttons button:focus,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .preference-tags button:focus,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag:focus,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button:focus,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .category-buttons button:focus,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .preference-tags button:focus,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .processes-section .tags-container .tag:focus,.profile-settings .ingredient-preferences-tab .processes-section .tags-container button:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons button:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags button:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container .tag:focus,.profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container button:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons button:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags button:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container .tag:focus,.profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container button:focus,.profile-settings .ingredient-preferences .form-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences .form-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences .form-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences .form-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences .form-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .form-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences .form-section .category-buttons button:focus,.profile-settings .ingredient-preferences .form-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences .form-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences .form-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .form-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences .form-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .form-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences .form-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences .form-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences .form-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences .form-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .form-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences .form-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .form-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences .form-section .preference-tags button:focus,.profile-settings .ingredient-preferences .form-section .tags-container .btn:focus,.profile-settings .ingredient-preferences .form-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences .form-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences .form-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences .form-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .form-section .tags-container .tag:focus,.profile-settings .ingredient-preferences .form-section .tags-container button:focus,.profile-settings .ingredient-preferences .preference-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences .preference-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences .preference-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences .preference-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences .preference-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .preference-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences .preference-section .category-buttons button:focus,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .preference-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences .preference-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences .preference-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences .preference-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences .preference-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .preference-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences .preference-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .preference-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences .preference-section .preference-tags button:focus,.profile-settings .ingredient-preferences .preference-section .tags-container .btn:focus,.profile-settings .ingredient-preferences .preference-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences .preference-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences .preference-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences .preference-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .preference-section .tags-container .tag:focus,.profile-settings .ingredient-preferences .preference-section .tags-container button:focus,.profile-settings .ingredient-preferences .processes-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences .processes-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences .processes-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences .processes-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences .processes-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .processes-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences .processes-section .category-buttons button:focus,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .processes-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences .processes-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences .processes-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences .processes-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences .processes-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .processes-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences .processes-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .processes-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences .processes-section .preference-tags button:focus,.profile-settings .ingredient-preferences .processes-section .tags-container .btn:focus,.profile-settings .ingredient-preferences .processes-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences .processes-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences .processes-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences .processes-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .processes-section .tags-container .tag:focus,.profile-settings .ingredient-preferences .processes-section .tags-container button:focus,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .category-buttons button:focus,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .preference-tags button:focus,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container .tag:focus,.profile-settings .ingredient-preferences .storage-conditions-section .tags-container button:focus,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .category-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .ingredient-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .preference-tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons .tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .category-buttons button:focus,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .category-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .preference-tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags .tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags button:focus,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .category-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .ingredient-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .preference-tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags .tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .preference-tags button:focus,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .category-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .ingredient-btn:focus,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .preference-tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .reports table tr td.actions span:focus,.profile-settings .ingredient-preferences .sub-categories-section .tags-container .tag:focus,.profile-settings .ingredient-preferences .sub-categories-section .tags-container button:focus,.profile-settings .preferences-content .form-section .category-buttons .btn:focus,.profile-settings .preferences-content .form-section .category-buttons .category-btn:focus,.profile-settings .preferences-content .form-section .category-buttons .ingredient-btn:focus,.profile-settings .preferences-content .form-section .category-buttons .preference-tag:focus,.profile-settings .preferences-content .form-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .preferences-content .form-section .category-buttons .tag:focus,.profile-settings .preferences-content .form-section .category-buttons button:focus,.profile-settings .preferences-content .form-section .ingredient-tags .btn:focus,.profile-settings .preferences-content .form-section .ingredient-tags .category-btn:focus,.profile-settings .preferences-content .form-section .ingredient-tags .ingredient-btn:focus,.profile-settings .preferences-content .form-section .ingredient-tags .preference-tag:focus,.profile-settings .preferences-content .form-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .form-section .ingredient-tags .tag:focus,.profile-settings .preferences-content .form-section .ingredient-tags button:focus,.profile-settings .preferences-content .form-section .preference-tags .btn:focus,.profile-settings .preferences-content .form-section .preference-tags .category-btn:focus,.profile-settings .preferences-content .form-section .preference-tags .ingredient-btn:focus,.profile-settings .preferences-content .form-section .preference-tags .preference-tag:focus,.profile-settings .preferences-content .form-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .form-section .preference-tags .tag:focus,.profile-settings .preferences-content .form-section .preference-tags button:focus,.profile-settings .preferences-content .form-section .tags-container .btn:focus,.profile-settings .preferences-content .form-section .tags-container .category-btn:focus,.profile-settings .preferences-content .form-section .tags-container .ingredient-btn:focus,.profile-settings .preferences-content .form-section .tags-container .preference-tag:focus,.profile-settings .preferences-content .form-section .tags-container .reports table tr td.actions span:focus,.profile-settings .preferences-content .form-section .tags-container .tag:focus,.profile-settings .preferences-content .form-section .tags-container button:focus,.profile-settings .preferences-content .preference-section .category-buttons .btn:focus,.profile-settings .preferences-content .preference-section .category-buttons .category-btn:focus,.profile-settings .preferences-content .preference-section .category-buttons .ingredient-btn:focus,.profile-settings .preferences-content .preference-section .category-buttons .preference-tag:focus,.profile-settings .preferences-content .preference-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .preferences-content .preference-section .category-buttons .tag:focus,.profile-settings .preferences-content .preference-section .category-buttons button:focus,.profile-settings .preferences-content .preference-section .ingredient-tags .btn:focus,.profile-settings .preferences-content .preference-section .ingredient-tags .category-btn:focus,.profile-settings .preferences-content .preference-section .ingredient-tags .ingredient-btn:focus,.profile-settings .preferences-content .preference-section .ingredient-tags .preference-tag:focus,.profile-settings .preferences-content .preference-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .preference-section .ingredient-tags .tag:focus,.profile-settings .preferences-content .preference-section .ingredient-tags button:focus,.profile-settings .preferences-content .preference-section .preference-tags .btn:focus,.profile-settings .preferences-content .preference-section .preference-tags .category-btn:focus,.profile-settings .preferences-content .preference-section .preference-tags .ingredient-btn:focus,.profile-settings .preferences-content .preference-section .preference-tags .preference-tag:focus,.profile-settings .preferences-content .preference-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .preference-section .preference-tags .tag:focus,.profile-settings .preferences-content .preference-section .preference-tags button:focus,.profile-settings .preferences-content .preference-section .tags-container .btn:focus,.profile-settings .preferences-content .preference-section .tags-container .category-btn:focus,.profile-settings .preferences-content .preference-section .tags-container .ingredient-btn:focus,.profile-settings .preferences-content .preference-section .tags-container .preference-tag:focus,.profile-settings .preferences-content .preference-section .tags-container .reports table tr td.actions span:focus,.profile-settings .preferences-content .preference-section .tags-container .tag:focus,.profile-settings .preferences-content .preference-section .tags-container button:focus,.profile-settings .preferences-content .processes-section .category-buttons .btn:focus,.profile-settings .preferences-content .processes-section .category-buttons .category-btn:focus,.profile-settings .preferences-content .processes-section .category-buttons .ingredient-btn:focus,.profile-settings .preferences-content .processes-section .category-buttons .preference-tag:focus,.profile-settings .preferences-content .processes-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .preferences-content .processes-section .category-buttons .tag:focus,.profile-settings .preferences-content .processes-section .category-buttons button:focus,.profile-settings .preferences-content .processes-section .ingredient-tags .btn:focus,.profile-settings .preferences-content .processes-section .ingredient-tags .category-btn:focus,.profile-settings .preferences-content .processes-section .ingredient-tags .ingredient-btn:focus,.profile-settings .preferences-content .processes-section .ingredient-tags .preference-tag:focus,.profile-settings .preferences-content .processes-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .processes-section .ingredient-tags .tag:focus,.profile-settings .preferences-content .processes-section .ingredient-tags button:focus,.profile-settings .preferences-content .processes-section .preference-tags .btn:focus,.profile-settings .preferences-content .processes-section .preference-tags .category-btn:focus,.profile-settings .preferences-content .processes-section .preference-tags .ingredient-btn:focus,.profile-settings .preferences-content .processes-section .preference-tags .preference-tag:focus,.profile-settings .preferences-content .processes-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .processes-section .preference-tags .tag:focus,.profile-settings .preferences-content .processes-section .preference-tags button:focus,.profile-settings .preferences-content .processes-section .tags-container .btn:focus,.profile-settings .preferences-content .processes-section .tags-container .category-btn:focus,.profile-settings .preferences-content .processes-section .tags-container .ingredient-btn:focus,.profile-settings .preferences-content .processes-section .tags-container .preference-tag:focus,.profile-settings .preferences-content .processes-section .tags-container .reports table tr td.actions span:focus,.profile-settings .preferences-content .processes-section .tags-container .tag:focus,.profile-settings .preferences-content .processes-section .tags-container button:focus,.profile-settings .preferences-content .storage-conditions-section .category-buttons .btn:focus,.profile-settings .preferences-content .storage-conditions-section .category-buttons .category-btn:focus,.profile-settings .preferences-content .storage-conditions-section .category-buttons .ingredient-btn:focus,.profile-settings .preferences-content .storage-conditions-section .category-buttons .preference-tag:focus,.profile-settings .preferences-content .storage-conditions-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .preferences-content .storage-conditions-section .category-buttons .tag:focus,.profile-settings .preferences-content .storage-conditions-section .category-buttons button:focus,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .btn:focus,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .category-btn:focus,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .ingredient-btn:focus,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .preference-tag:focus,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags .tag:focus,.profile-settings .preferences-content .storage-conditions-section .ingredient-tags button:focus,.profile-settings .preferences-content .storage-conditions-section .preference-tags .btn:focus,.profile-settings .preferences-content .storage-conditions-section .preference-tags .category-btn:focus,.profile-settings .preferences-content .storage-conditions-section .preference-tags .ingredient-btn:focus,.profile-settings .preferences-content .storage-conditions-section .preference-tags .preference-tag:focus,.profile-settings .preferences-content .storage-conditions-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .storage-conditions-section .preference-tags .tag:focus,.profile-settings .preferences-content .storage-conditions-section .preference-tags button:focus,.profile-settings .preferences-content .storage-conditions-section .tags-container .btn:focus,.profile-settings .preferences-content .storage-conditions-section .tags-container .category-btn:focus,.profile-settings .preferences-content .storage-conditions-section .tags-container .ingredient-btn:focus,.profile-settings .preferences-content .storage-conditions-section .tags-container .preference-tag:focus,.profile-settings .preferences-content .storage-conditions-section .tags-container .reports table tr td.actions span:focus,.profile-settings .preferences-content .storage-conditions-section .tags-container .tag:focus,.profile-settings .preferences-content .storage-conditions-section .tags-container button:focus,.profile-settings .preferences-content .sub-categories-section .category-buttons .btn:focus,.profile-settings .preferences-content .sub-categories-section .category-buttons .category-btn:focus,.profile-settings .preferences-content .sub-categories-section .category-buttons .ingredient-btn:focus,.profile-settings .preferences-content .sub-categories-section .category-buttons .preference-tag:focus,.profile-settings .preferences-content .sub-categories-section .category-buttons .reports table tr td.actions span:focus,.profile-settings .preferences-content .sub-categories-section .category-buttons .tag:focus,.profile-settings .preferences-content .sub-categories-section .category-buttons button:focus,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .btn:focus,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .category-btn:focus,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .ingredient-btn:focus,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .preference-tag:focus,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .sub-categories-section .ingredient-tags .tag:focus,.profile-settings .preferences-content .sub-categories-section .ingredient-tags button:focus,.profile-settings .preferences-content .sub-categories-section .preference-tags .btn:focus,.profile-settings .preferences-content .sub-categories-section .preference-tags .category-btn:focus,.profile-settings .preferences-content .sub-categories-section .preference-tags .ingredient-btn:focus,.profile-settings .preferences-content .sub-categories-section .preference-tags .preference-tag:focus,.profile-settings .preferences-content .sub-categories-section .preference-tags .reports table tr td.actions span:focus,.profile-settings .preferences-content .sub-categories-section .preference-tags .tag:focus,.profile-settings .preferences-content .sub-categories-section .preference-tags button:focus,.profile-settings .preferences-content .sub-categories-section .tags-container .btn:focus,.profile-settings .preferences-content .sub-categories-section .tags-container .category-btn:focus,.profile-settings .preferences-content .sub-categories-section .tags-container .ingredient-btn:focus,.profile-settings .preferences-content .sub-categories-section .tags-container .preference-tag:focus,.profile-settings .preferences-content .sub-categories-section .tags-container .reports table tr td.actions span:focus,.profile-settings .preferences-content .sub-categories-section .tags-container .tag:focus,.profile-settings .preferences-content .sub-categories-section .tags-container button:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .form-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .preference-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .processes-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .storage-conditions-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences-tab .sub-categories-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .form-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .preference-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .processes-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .storage-conditions-section .tags-container span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .ingredient-preferences .sub-categories-section .tags-container span:focus,.reports table tr td.actions .profile-settings .preferences-content .form-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .preferences-content .form-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .form-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .form-section .tags-container span:focus,.reports table tr td.actions .profile-settings .preferences-content .preference-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .preferences-content .preference-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .preference-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .preference-section .tags-container span:focus,.reports table tr td.actions .profile-settings .preferences-content .processes-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .preferences-content .processes-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .processes-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .processes-section .tags-container span:focus,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .storage-conditions-section .tags-container span:focus,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .category-buttons span:focus,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .ingredient-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .preference-tags span:focus,.reports table tr td.actions .profile-settings .preferences-content .sub-categories-section .tags-container span:focus{outline:2px solid #3b82f6!important;outline-offset:2px!important}.profile-settings .ingredient-preferences-tab .form-section .section-title,.profile-settings .ingredient-preferences-tab .processes-section .section-title,.profile-settings .ingredient-preferences-tab .storage-conditions-section .section-title,.profile-settings .ingredient-preferences-tab .sub-categories-section .section-title,.profile-settings .ingredient-preferences .form-section .section-title,.profile-settings .ingredient-preferences .processes-section .section-title,.profile-settings .ingredient-preferences .storage-conditions-section .section-title,.profile-settings .ingredient-preferences .sub-categories-section .section-title,.profile-settings .preferences-content .form-section .section-title,.profile-settings .preferences-content .processes-section .section-title,.profile-settings .preferences-content .storage-conditions-section .section-title,.profile-settings .preferences-content .sub-categories-section .section-title{color:#374151!important;font-weight:600!important}@media (max-width:991px){.profile-settings .ingredient-preferences-tab .preference-section,.profile-settings .preferences-content .preference-section{margin-bottom:24px!important}.profile-settings .ingredient-preferences-tab .preference-section .tags-container,.profile-settings .preferences-content .preference-section .tags-container{grid-gap:6px!important;gap:6px!important}.profile-settings .ingredient-preferences-tab .preference-section .tags-container .preference-tag,.profile-settings .ingredient-preferences-tab .preference-section .tags-container .tag,.profile-settings .ingredient-preferences-tab .preference-section .tags-container button,.profile-settings .preferences-content .preference-section .tags-container .preference-tag,.profile-settings .preferences-content .preference-section .tags-container .tag,.profile-settings .preferences-content .preference-section .tags-container button{height:34px!important;padding:7px 14px!important;font-size:13px!important;border-radius:17px!important}}html body .account .preferences,html body div#main-wrapper .page-content .account .preferences,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences{min-width:auto!important;width:100%!important;max-width:none!important;overflow:visible!important}html body .account .preferences .category-list,html body .account .preferences .ingredient-list,html body .account .preferences .preference-list,html body div#main-wrapper .page-content .account .preferences .category-list,html body div#main-wrapper .page-content .account .preferences .ingredient-list,html body div#main-wrapper .page-content .account .preferences .preference-list,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list{min-width:auto!important;width:100%!important;max-width:none!important;display:flex!important;flex-wrap:wrap!important;grid-gap:8px!important;gap:8px!important;overflow:visible!important;padding:0!important;margin-bottom:20px!important}html body .account .preferences .category-list .category-item,html body .account .preferences .category-list .ingredient-item,html body .account .preferences .category-list .preference-item,html body .account .preferences .category-list button,html body .account .preferences .ingredient-list .category-item,html body .account .preferences .ingredient-list .ingredient-item,html body .account .preferences .ingredient-list .preference-item,html body .account .preferences .ingredient-list button,html body .account .preferences .preference-list .category-item,html body .account .preferences .preference-list .ingredient-item,html body .account .preferences .preference-list .preference-item,html body .account .preferences .preference-list button,html body div#main-wrapper .page-content .account .preferences .category-list .category-item,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item,html body div#main-wrapper .page-content .account .preferences .category-list button,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item,html body div#main-wrapper .page-content .account .preferences .ingredient-list button,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item,html body div#main-wrapper .page-content .account .preferences .preference-list button,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button{cursor:pointer!important;border:1px solid #e5e7eb!important;color:#6b7280!important;background-color:#fff!important;border-radius:20px!important;min-width:auto!important;width:auto!important;height:36px!important;padding:8px 16px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important;flex-shrink:0!important;margin:0!important;transition:all .2s ease!important;box-sizing:border-box!important}html body .account .preferences .category-list .category-item:hover,html body .account .preferences .category-list .ingredient-item:hover,html body .account .preferences .category-list .preference-item:hover,html body .account .preferences .category-list button:hover,html body .account .preferences .ingredient-list .category-item:hover,html body .account .preferences .ingredient-list .ingredient-item:hover,html body .account .preferences .ingredient-list .preference-item:hover,html body .account .preferences .ingredient-list button:hover,html body .account .preferences .preference-list .category-item:hover,html body .account .preferences .preference-list .ingredient-item:hover,html body .account .preferences .preference-list .preference-item:hover,html body .account .preferences .preference-list button:hover,html body div#main-wrapper .page-content .account .preferences .category-list .category-item:hover,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item:hover,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item:hover,html body div#main-wrapper .page-content .account .preferences .category-list button:hover,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item:hover,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item:hover,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item:hover,html body div#main-wrapper .page-content .account .preferences .ingredient-list button:hover,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item:hover,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item:hover,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item:hover,html body div#main-wrapper .page-content .account .preferences .preference-list button:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item:hover,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button:hover{border-color:#d1d5db!important;background-color:#f9fafb!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}html body .account .preferences .category-list .category-item.active,html body .account .preferences .category-list .category-item.selected,html body .account .preferences .category-list .ingredient-item.active,html body .account .preferences .category-list .ingredient-item.selected,html body .account .preferences .category-list .preference-item.active,html body .account .preferences .category-list .preference-item.selected,html body .account .preferences .category-list button.active,html body .account .preferences .category-list button.selected,html body .account .preferences .ingredient-list .category-item.active,html body .account .preferences .ingredient-list .category-item.selected,html body .account .preferences .ingredient-list .ingredient-item.active,html body .account .preferences .ingredient-list .ingredient-item.selected,html body .account .preferences .ingredient-list .preference-item.active,html body .account .preferences .ingredient-list .preference-item.selected,html body .account .preferences .ingredient-list button.active,html body .account .preferences .ingredient-list button.selected,html body .account .preferences .preference-list .category-item.active,html body .account .preferences .preference-list .category-item.selected,html body .account .preferences .preference-list .ingredient-item.active,html body .account .preferences .preference-list .ingredient-item.selected,html body .account .preferences .preference-list .preference-item.active,html body .account .preferences .preference-list .preference-item.selected,html body .account .preferences .preference-list button.active,html body .account .preferences .preference-list button.selected,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.active,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.selected,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.active,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.selected,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.active,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.selected,html body div#main-wrapper .page-content .account .preferences .category-list button.active,html body div#main-wrapper .page-content .account .preferences .category-list button.selected,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.active,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.selected,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.active,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.selected,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.active,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.selected,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.active,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.selected,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.active,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.selected,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.active,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.selected,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.active,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.selected,html body div#main-wrapper .page-content .account .preferences .preference-list button.active,html body div#main-wrapper .page-content .account .preferences .preference-list button.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.selected,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.active,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.selected{background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 2px 4px rgba(59,130,246,.3)!important}html body .account .preferences .category-list .category-item.active i,html body .account .preferences .category-list .category-item.active p,html body .account .preferences .category-list .category-item.active span,html body .account .preferences .category-list .category-item.active svg,html body .account .preferences .category-list .category-item.selected i,html body .account .preferences .category-list .category-item.selected p,html body .account .preferences .category-list .category-item.selected span,html body .account .preferences .category-list .category-item.selected svg,html body .account .preferences .category-list .ingredient-item.active i,html body .account .preferences .category-list .ingredient-item.active p,html body .account .preferences .category-list .ingredient-item.active span,html body .account .preferences .category-list .ingredient-item.active svg,html body .account .preferences .category-list .ingredient-item.selected i,html body .account .preferences .category-list .ingredient-item.selected p,html body .account .preferences .category-list .ingredient-item.selected span,html body .account .preferences .category-list .ingredient-item.selected svg,html body .account .preferences .category-list .preference-item.active i,html body .account .preferences .category-list .preference-item.active p,html body .account .preferences .category-list .preference-item.active span,html body .account .preferences .category-list .preference-item.active svg,html body .account .preferences .category-list .preference-item.selected i,html body .account .preferences .category-list .preference-item.selected p,html body .account .preferences .category-list .preference-item.selected span,html body .account .preferences .category-list .preference-item.selected svg,html body .account .preferences .category-list button.active i,html body .account .preferences .category-list button.active p,html body .account .preferences .category-list button.active span,html body .account .preferences .category-list button.active svg,html body .account .preferences .category-list button.selected i,html body .account .preferences .category-list button.selected p,html body .account .preferences .category-list button.selected span,html body .account .preferences .category-list button.selected svg,html body .account .preferences .ingredient-list .category-item.active i,html body .account .preferences .ingredient-list .category-item.active p,html body .account .preferences .ingredient-list .category-item.active span,html body .account .preferences .ingredient-list .category-item.active svg,html body .account .preferences .ingredient-list .category-item.selected i,html body .account .preferences .ingredient-list .category-item.selected p,html body .account .preferences .ingredient-list .category-item.selected span,html body .account .preferences .ingredient-list .category-item.selected svg,html body .account .preferences .ingredient-list .ingredient-item.active i,html body .account .preferences .ingredient-list .ingredient-item.active p,html body .account .preferences .ingredient-list .ingredient-item.active span,html body .account .preferences .ingredient-list .ingredient-item.active svg,html body .account .preferences .ingredient-list .ingredient-item.selected i,html body .account .preferences .ingredient-list .ingredient-item.selected p,html body .account .preferences .ingredient-list .ingredient-item.selected span,html body .account .preferences .ingredient-list .ingredient-item.selected svg,html body .account .preferences .ingredient-list .preference-item.active i,html body .account .preferences .ingredient-list .preference-item.active p,html body .account .preferences .ingredient-list .preference-item.active span,html body .account .preferences .ingredient-list .preference-item.active svg,html body .account .preferences .ingredient-list .preference-item.selected i,html body .account .preferences .ingredient-list .preference-item.selected p,html body .account .preferences .ingredient-list .preference-item.selected span,html body .account .preferences .ingredient-list .preference-item.selected svg,html body .account .preferences .ingredient-list button.active i,html body .account .preferences .ingredient-list button.active p,html body .account .preferences .ingredient-list button.active span,html body .account .preferences .ingredient-list button.active svg,html body .account .preferences .ingredient-list button.selected i,html body .account .preferences .ingredient-list button.selected p,html body .account .preferences .ingredient-list button.selected span,html body .account .preferences .ingredient-list button.selected svg,html body .account .preferences .preference-list .category-item.active i,html body .account .preferences .preference-list .category-item.active p,html body .account .preferences .preference-list .category-item.active span,html body .account .preferences .preference-list .category-item.active svg,html body .account .preferences .preference-list .category-item.selected i,html body .account .preferences .preference-list .category-item.selected p,html body .account .preferences .preference-list .category-item.selected span,html body .account .preferences .preference-list .category-item.selected svg,html body .account .preferences .preference-list .ingredient-item.active i,html body .account .preferences .preference-list .ingredient-item.active p,html body .account .preferences .preference-list .ingredient-item.active span,html body .account .preferences .preference-list .ingredient-item.active svg,html body .account .preferences .preference-list .ingredient-item.selected i,html body .account .preferences .preference-list .ingredient-item.selected p,html body .account .preferences .preference-list .ingredient-item.selected span,html body .account .preferences .preference-list .ingredient-item.selected svg,html body .account .preferences .preference-list .preference-item.active i,html body .account .preferences .preference-list .preference-item.active p,html body .account .preferences .preference-list .preference-item.active span,html body .account .preferences .preference-list .preference-item.active svg,html body .account .preferences .preference-list .preference-item.selected i,html body .account .preferences .preference-list .preference-item.selected p,html body .account .preferences .preference-list .preference-item.selected span,html body .account .preferences .preference-list .preference-item.selected svg,html body .account .preferences .preference-list button.active i,html body .account .preferences .preference-list button.active p,html body .account .preferences .preference-list button.active span,html body .account .preferences .preference-list button.active svg,html body .account .preferences .preference-list button.selected i,html body .account .preferences .preference-list button.selected p,html body .account .preferences .preference-list button.selected span,html body .account .preferences .preference-list button.selected svg,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.active i,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.active p,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.active span,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.active svg,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.selected i,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.selected p,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.selected span,html body div#main-wrapper .page-content .account .preferences .category-list .category-item.selected svg,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.active i,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.active p,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.active span,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.active svg,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.selected i,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.selected p,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.selected span,html body div#main-wrapper .page-content .account .preferences .category-list .ingredient-item.selected svg,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.active i,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.active p,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.active span,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.active svg,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.selected i,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.selected p,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.selected span,html body div#main-wrapper .page-content .account .preferences .category-list .preference-item.selected svg,html body div#main-wrapper .page-content .account .preferences .category-list button.active i,html body div#main-wrapper .page-content .account .preferences .category-list button.active p,html body div#main-wrapper .page-content .account .preferences .category-list button.active span,html body div#main-wrapper .page-content .account .preferences .category-list button.active svg,html body div#main-wrapper .page-content .account .preferences .category-list button.selected i,html body div#main-wrapper .page-content .account .preferences .category-list button.selected p,html body div#main-wrapper .page-content .account .preferences .category-list button.selected span,html body div#main-wrapper .page-content .account .preferences .category-list button.selected svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.active i,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.active p,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.active span,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.active svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.selected i,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.selected p,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.selected span,html body div#main-wrapper .page-content .account .preferences .ingredient-list .category-item.selected svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.active i,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.active p,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.active span,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.active svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.selected i,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.selected p,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.selected span,html body div#main-wrapper .page-content .account .preferences .ingredient-list .ingredient-item.selected svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.active i,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.active p,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.active span,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.active svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.selected i,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.selected p,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.selected span,html body div#main-wrapper .page-content .account .preferences .ingredient-list .preference-item.selected svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.active i,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.active p,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.active span,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.active svg,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.selected i,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.selected p,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.selected span,html body div#main-wrapper .page-content .account .preferences .ingredient-list button.selected svg,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.active i,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.active p,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.active span,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.active svg,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.selected i,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.selected p,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.selected span,html body div#main-wrapper .page-content .account .preferences .preference-list .category-item.selected svg,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.active i,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.active p,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.active span,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.active svg,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.selected i,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.selected p,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.selected span,html body div#main-wrapper .page-content .account .preferences .preference-list .ingredient-item.selected svg,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.active i,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.active p,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.active span,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.active svg,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.selected i,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.selected p,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.selected span,html body div#main-wrapper .page-content .account .preferences .preference-list .preference-item.selected svg,html body div#main-wrapper .page-content .account .preferences .preference-list button.active i,html body div#main-wrapper .page-content .account .preferences .preference-list button.active p,html body div#main-wrapper .page-content .account .preferences .preference-list button.active span,html body div#main-wrapper .page-content .account .preferences .preference-list button.active svg,html body div#main-wrapper .page-content .account .preferences .preference-list button.selected i,html body div#main-wrapper .page-content .account .preferences .preference-list button.selected p,html body div#main-wrapper .page-content .account .preferences .preference-list button.selected span,html body div#main-wrapper .page-content .account .preferences .preference-list button.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .category-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .ingredient-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list .preference-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .category-list button.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .category-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .ingredient-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list .preference-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .ingredient-list button.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .category-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .ingredient-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list .preference-item.selected svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.active i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.active p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.active span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.active svg,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.selected i,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.selected p,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.selected span,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .preference-list button.selected svg{color:#fff!important}html body .account .preferences .product-pref-container,html body div#main-wrapper .page-content .account .preferences .product-pref-container,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .product-pref-container{min-width:auto!important;width:100%!important;max-width:none!important;overflow:visible!important}html body .account .preferences .product-pref-container .selected-product-pref,html body div#main-wrapper .page-content .account .preferences .product-pref-container .selected-product-pref,html body div#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content .profile-settings .preferences .product-pref-container .selected-product-pref{min-width:auto!important;width:100%!important;max-width:none!important;flex-wrap:wrap!important;display:flex!important;grid-gap:8px!important;gap:8px!important;overflow:visible!important}.profile-settings .ingredient-preferences-tab,.profile-settings .preferences-tab-content{width:100%!important;max-width:none!important;overflow:visible!important;padding:0!important}.profile-settings .ingredient-preferences-tab .preference-section-title,.profile-settings .ingredient-preferences-tab .section-header,.profile-settings .preferences-tab-content .preference-section-title,.profile-settings .preferences-tab-content .section-header{font-size:16px!important;font-weight:600!important;color:#374151!important;margin-bottom:16px!important;margin-top:24px!important;display:block!important}.profile-settings .ingredient-preferences-tab .preference-section-title:first-child,.profile-settings .ingredient-preferences-tab .section-header:first-child,.profile-settings .preferences-tab-content .preference-section-title:first-child,.profile-settings .preferences-tab-content .section-header:first-child{margin-top:0!important}.profile-settings .ingredient-preferences-tab .category-list,.profile-settings .ingredient-preferences-tab .ingredient-list,.profile-settings .ingredient-preferences-tab .preference-list,.profile-settings .preferences-tab-content .category-list,.profile-settings .preferences-tab-content .ingredient-list,.profile-settings .preferences-tab-content .preference-list{display:flex!important;flex-wrap:wrap!important;grid-gap:8px!important;gap:8px!important;width:100%!important;max-width:none!important;overflow:visible!important;margin-bottom:24px!important;padding:0!important}.profile-settings .ingredient-preferences-tab .category-list .category-item,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item,.profile-settings .ingredient-preferences-tab .category-list .preference-item,.profile-settings .ingredient-preferences-tab .category-list button,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item,.profile-settings .ingredient-preferences-tab .ingredient-list button,.profile-settings .ingredient-preferences-tab .preference-list .category-item,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item,.profile-settings .ingredient-preferences-tab .preference-list .preference-item,.profile-settings .ingredient-preferences-tab .preference-list button,.profile-settings .preferences-tab-content .category-list .category-item,.profile-settings .preferences-tab-content .category-list .ingredient-item,.profile-settings .preferences-tab-content .category-list .preference-item,.profile-settings .preferences-tab-content .category-list button,.profile-settings .preferences-tab-content .ingredient-list .category-item,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item,.profile-settings .preferences-tab-content .ingredient-list .preference-item,.profile-settings .preferences-tab-content .ingredient-list button,.profile-settings .preferences-tab-content .preference-list .category-item,.profile-settings .preferences-tab-content .preference-list .ingredient-item,.profile-settings .preferences-tab-content .preference-list .preference-item,.profile-settings .preferences-tab-content .preference-list button{cursor:pointer;border:1px solid #e5e7eb!important;color:#6b7280!important;background-color:#fff!important;border-radius:20px!important;min-width:auto!important;width:auto!important;height:36px!important;padding:8px 16px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important;flex-shrink:0!important;margin:0!important;transition:all .2s ease!important;box-sizing:border-box!important}.profile-settings .ingredient-preferences-tab .category-list .category-item i,.profile-settings .ingredient-preferences-tab .category-list .category-item svg,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item i,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item svg,.profile-settings .ingredient-preferences-tab .category-list .preference-item i,.profile-settings .ingredient-preferences-tab .category-list .preference-item svg,.profile-settings .ingredient-preferences-tab .category-list button i,.profile-settings .ingredient-preferences-tab .category-list button svg,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item i,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item svg,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item i,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item svg,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item i,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item svg,.profile-settings .ingredient-preferences-tab .ingredient-list button i,.profile-settings .ingredient-preferences-tab .ingredient-list button svg,.profile-settings .ingredient-preferences-tab .preference-list .category-item i,.profile-settings .ingredient-preferences-tab .preference-list .category-item svg,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item i,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item svg,.profile-settings .ingredient-preferences-tab .preference-list .preference-item i,.profile-settings .ingredient-preferences-tab .preference-list .preference-item svg,.profile-settings .ingredient-preferences-tab .preference-list button i,.profile-settings .ingredient-preferences-tab .preference-list button svg,.profile-settings .preferences-tab-content .category-list .category-item i,.profile-settings .preferences-tab-content .category-list .category-item svg,.profile-settings .preferences-tab-content .category-list .ingredient-item i,.profile-settings .preferences-tab-content .category-list .ingredient-item svg,.profile-settings .preferences-tab-content .category-list .preference-item i,.profile-settings .preferences-tab-content .category-list .preference-item svg,.profile-settings .preferences-tab-content .category-list button i,.profile-settings .preferences-tab-content .category-list button svg,.profile-settings .preferences-tab-content .ingredient-list .category-item i,.profile-settings .preferences-tab-content .ingredient-list .category-item svg,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item i,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item svg,.profile-settings .preferences-tab-content .ingredient-list .preference-item i,.profile-settings .preferences-tab-content .ingredient-list .preference-item svg,.profile-settings .preferences-tab-content .ingredient-list button i,.profile-settings .preferences-tab-content .ingredient-list button svg,.profile-settings .preferences-tab-content .preference-list .category-item i,.profile-settings .preferences-tab-content .preference-list .category-item svg,.profile-settings .preferences-tab-content .preference-list .ingredient-item i,.profile-settings .preferences-tab-content .preference-list .ingredient-item svg,.profile-settings .preferences-tab-content .preference-list .preference-item i,.profile-settings .preferences-tab-content .preference-list .preference-item svg,.profile-settings .preferences-tab-content .preference-list button i,.profile-settings .preferences-tab-content .preference-list button svg{margin-right:6px!important;font-size:14px!important;width:14px!important;height:14px!important}.profile-settings .ingredient-preferences-tab .category-list .category-item p,.profile-settings .ingredient-preferences-tab .category-list .category-item span,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item p,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item span,.profile-settings .ingredient-preferences-tab .category-list .preference-item p,.profile-settings .ingredient-preferences-tab .category-list .preference-item span,.profile-settings .ingredient-preferences-tab .category-list button p,.profile-settings .ingredient-preferences-tab .category-list button span,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item p,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item span,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item p,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item span,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item p,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item span,.profile-settings .ingredient-preferences-tab .ingredient-list button p,.profile-settings .ingredient-preferences-tab .ingredient-list button span,.profile-settings .ingredient-preferences-tab .preference-list .category-item p,.profile-settings .ingredient-preferences-tab .preference-list .category-item span,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item p,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item span,.profile-settings .ingredient-preferences-tab .preference-list .preference-item p,.profile-settings .ingredient-preferences-tab .preference-list .preference-item span,.profile-settings .ingredient-preferences-tab .preference-list button p,.profile-settings .ingredient-preferences-tab .preference-list button span,.profile-settings .preferences-tab-content .category-list .category-item p,.profile-settings .preferences-tab-content .category-list .category-item span,.profile-settings .preferences-tab-content .category-list .ingredient-item p,.profile-settings .preferences-tab-content .category-list .ingredient-item span,.profile-settings .preferences-tab-content .category-list .preference-item p,.profile-settings .preferences-tab-content .category-list .preference-item span,.profile-settings .preferences-tab-content .category-list button p,.profile-settings .preferences-tab-content .category-list button span,.profile-settings .preferences-tab-content .ingredient-list .category-item p,.profile-settings .preferences-tab-content .ingredient-list .category-item span,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item p,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item span,.profile-settings .preferences-tab-content .ingredient-list .preference-item p,.profile-settings .preferences-tab-content .ingredient-list .preference-item span,.profile-settings .preferences-tab-content .ingredient-list button p,.profile-settings .preferences-tab-content .ingredient-list button span,.profile-settings .preferences-tab-content .preference-list .category-item p,.profile-settings .preferences-tab-content .preference-list .category-item span,.profile-settings .preferences-tab-content .preference-list .ingredient-item p,.profile-settings .preferences-tab-content .preference-list .ingredient-item span,.profile-settings .preferences-tab-content .preference-list .preference-item p,.profile-settings .preferences-tab-content .preference-list .preference-item span,.profile-settings .preferences-tab-content .preference-list button p,.profile-settings .preferences-tab-content .preference-list button span{margin-bottom:0!important;font-weight:500!important;font-size:14px!important;line-height:1.2!important}.profile-settings .ingredient-preferences-tab .category-list .category-item:hover,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item:hover,.profile-settings .ingredient-preferences-tab .category-list .preference-item:hover,.profile-settings .ingredient-preferences-tab .category-list button:hover,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item:hover,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item:hover,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item:hover,.profile-settings .ingredient-preferences-tab .ingredient-list button:hover,.profile-settings .ingredient-preferences-tab .preference-list .category-item:hover,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item:hover,.profile-settings .ingredient-preferences-tab .preference-list .preference-item:hover,.profile-settings .ingredient-preferences-tab .preference-list button:hover,.profile-settings .preferences-tab-content .category-list .category-item:hover,.profile-settings .preferences-tab-content .category-list .ingredient-item:hover,.profile-settings .preferences-tab-content .category-list .preference-item:hover,.profile-settings .preferences-tab-content .category-list button:hover,.profile-settings .preferences-tab-content .ingredient-list .category-item:hover,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item:hover,.profile-settings .preferences-tab-content .ingredient-list .preference-item:hover,.profile-settings .preferences-tab-content .ingredient-list button:hover,.profile-settings .preferences-tab-content .preference-list .category-item:hover,.profile-settings .preferences-tab-content .preference-list .ingredient-item:hover,.profile-settings .preferences-tab-content .preference-list .preference-item:hover,.profile-settings .preferences-tab-content .preference-list button:hover{border-color:#d1d5db!important;background-color:#f9fafb!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.profile-settings .ingredient-preferences-tab .category-list .category-item.active,.profile-settings .ingredient-preferences-tab .category-list .category-item.selected,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.active,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.selected,.profile-settings .ingredient-preferences-tab .category-list .preference-item.active,.profile-settings .ingredient-preferences-tab .category-list .preference-item.selected,.profile-settings .ingredient-preferences-tab .category-list button.active,.profile-settings .ingredient-preferences-tab .category-list button.selected,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.active,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.selected,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.active,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.selected,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.active,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.selected,.profile-settings .ingredient-preferences-tab .ingredient-list button.active,.profile-settings .ingredient-preferences-tab .ingredient-list button.selected,.profile-settings .ingredient-preferences-tab .preference-list .category-item.active,.profile-settings .ingredient-preferences-tab .preference-list .category-item.selected,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.active,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.selected,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.active,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.selected,.profile-settings .ingredient-preferences-tab .preference-list button.active,.profile-settings .ingredient-preferences-tab .preference-list button.selected,.profile-settings .preferences-tab-content .category-list .category-item.active,.profile-settings .preferences-tab-content .category-list .category-item.selected,.profile-settings .preferences-tab-content .category-list .ingredient-item.active,.profile-settings .preferences-tab-content .category-list .ingredient-item.selected,.profile-settings .preferences-tab-content .category-list .preference-item.active,.profile-settings .preferences-tab-content .category-list .preference-item.selected,.profile-settings .preferences-tab-content .category-list button.active,.profile-settings .preferences-tab-content .category-list button.selected,.profile-settings .preferences-tab-content .ingredient-list .category-item.active,.profile-settings .preferences-tab-content .ingredient-list .category-item.selected,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.active,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.selected,.profile-settings .preferences-tab-content .ingredient-list .preference-item.active,.profile-settings .preferences-tab-content .ingredient-list .preference-item.selected,.profile-settings .preferences-tab-content .ingredient-list button.active,.profile-settings .preferences-tab-content .ingredient-list button.selected,.profile-settings .preferences-tab-content .preference-list .category-item.active,.profile-settings .preferences-tab-content .preference-list .category-item.selected,.profile-settings .preferences-tab-content .preference-list .ingredient-item.active,.profile-settings .preferences-tab-content .preference-list .ingredient-item.selected,.profile-settings .preferences-tab-content .preference-list .preference-item.active,.profile-settings .preferences-tab-content .preference-list .preference-item.selected,.profile-settings .preferences-tab-content .preference-list button.active,.profile-settings .preferences-tab-content .preference-list button.selected{background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 2px 4px rgba(59,130,246,.3)!important}.profile-settings .ingredient-preferences-tab .category-list .category-item.active i,.profile-settings .ingredient-preferences-tab .category-list .category-item.active p,.profile-settings .ingredient-preferences-tab .category-list .category-item.active span,.profile-settings .ingredient-preferences-tab .category-list .category-item.active svg,.profile-settings .ingredient-preferences-tab .category-list .category-item.selected i,.profile-settings .ingredient-preferences-tab .category-list .category-item.selected p,.profile-settings .ingredient-preferences-tab .category-list .category-item.selected span,.profile-settings .ingredient-preferences-tab .category-list .category-item.selected svg,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.active i,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.active p,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.active span,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.active svg,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.selected i,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.selected p,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.selected span,.profile-settings .ingredient-preferences-tab .category-list .ingredient-item.selected svg,.profile-settings .ingredient-preferences-tab .category-list .preference-item.active i,.profile-settings .ingredient-preferences-tab .category-list .preference-item.active p,.profile-settings .ingredient-preferences-tab .category-list .preference-item.active span,.profile-settings .ingredient-preferences-tab .category-list .preference-item.active svg,.profile-settings .ingredient-preferences-tab .category-list .preference-item.selected i,.profile-settings .ingredient-preferences-tab .category-list .preference-item.selected p,.profile-settings .ingredient-preferences-tab .category-list .preference-item.selected span,.profile-settings .ingredient-preferences-tab .category-list .preference-item.selected svg,.profile-settings .ingredient-preferences-tab .category-list button.active i,.profile-settings .ingredient-preferences-tab .category-list button.active p,.profile-settings .ingredient-preferences-tab .category-list button.active span,.profile-settings .ingredient-preferences-tab .category-list button.active svg,.profile-settings .ingredient-preferences-tab .category-list button.selected i,.profile-settings .ingredient-preferences-tab .category-list button.selected p,.profile-settings .ingredient-preferences-tab .category-list button.selected span,.profile-settings .ingredient-preferences-tab .category-list button.selected svg,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.active i,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.active p,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.active span,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.active svg,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.selected i,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.selected p,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.selected span,.profile-settings .ingredient-preferences-tab .ingredient-list .category-item.selected svg,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.active i,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.active p,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.active span,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.active svg,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.selected i,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.selected p,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.selected span,.profile-settings .ingredient-preferences-tab .ingredient-list .ingredient-item.selected svg,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.active i,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.active p,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.active span,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.active svg,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.selected i,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.selected p,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.selected span,.profile-settings .ingredient-preferences-tab .ingredient-list .preference-item.selected svg,.profile-settings .ingredient-preferences-tab .ingredient-list button.active i,.profile-settings .ingredient-preferences-tab .ingredient-list button.active p,.profile-settings .ingredient-preferences-tab .ingredient-list button.active span,.profile-settings .ingredient-preferences-tab .ingredient-list button.active svg,.profile-settings .ingredient-preferences-tab .ingredient-list button.selected i,.profile-settings .ingredient-preferences-tab .ingredient-list button.selected p,.profile-settings .ingredient-preferences-tab .ingredient-list button.selected span,.profile-settings .ingredient-preferences-tab .ingredient-list button.selected svg,.profile-settings .ingredient-preferences-tab .preference-list .category-item.active i,.profile-settings .ingredient-preferences-tab .preference-list .category-item.active p,.profile-settings .ingredient-preferences-tab .preference-list .category-item.active span,.profile-settings .ingredient-preferences-tab .preference-list .category-item.active svg,.profile-settings .ingredient-preferences-tab .preference-list .category-item.selected i,.profile-settings .ingredient-preferences-tab .preference-list .category-item.selected p,.profile-settings .ingredient-preferences-tab .preference-list .category-item.selected span,.profile-settings .ingredient-preferences-tab .preference-list .category-item.selected svg,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.active i,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.active p,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.active span,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.active svg,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.selected i,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.selected p,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.selected span,.profile-settings .ingredient-preferences-tab .preference-list .ingredient-item.selected svg,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.active i,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.active p,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.active span,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.active svg,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.selected i,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.selected p,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.selected span,.profile-settings .ingredient-preferences-tab .preference-list .preference-item.selected svg,.profile-settings .ingredient-preferences-tab .preference-list button.active i,.profile-settings .ingredient-preferences-tab .preference-list button.active p,.profile-settings .ingredient-preferences-tab .preference-list button.active span,.profile-settings .ingredient-preferences-tab .preference-list button.active svg,.profile-settings .ingredient-preferences-tab .preference-list button.selected i,.profile-settings .ingredient-preferences-tab .preference-list button.selected p,.profile-settings .ingredient-preferences-tab .preference-list button.selected span,.profile-settings .ingredient-preferences-tab .preference-list button.selected svg,.profile-settings .preferences-tab-content .category-list .category-item.active i,.profile-settings .preferences-tab-content .category-list .category-item.active p,.profile-settings .preferences-tab-content .category-list .category-item.active span,.profile-settings .preferences-tab-content .category-list .category-item.active svg,.profile-settings .preferences-tab-content .category-list .category-item.selected i,.profile-settings .preferences-tab-content .category-list .category-item.selected p,.profile-settings .preferences-tab-content .category-list .category-item.selected span,.profile-settings .preferences-tab-content .category-list .category-item.selected svg,.profile-settings .preferences-tab-content .category-list .ingredient-item.active i,.profile-settings .preferences-tab-content .category-list .ingredient-item.active p,.profile-settings .preferences-tab-content .category-list .ingredient-item.active span,.profile-settings .preferences-tab-content .category-list .ingredient-item.active svg,.profile-settings .preferences-tab-content .category-list .ingredient-item.selected i,.profile-settings .preferences-tab-content .category-list .ingredient-item.selected p,.profile-settings .preferences-tab-content .category-list .ingredient-item.selected span,.profile-settings .preferences-tab-content .category-list .ingredient-item.selected svg,.profile-settings .preferences-tab-content .category-list .preference-item.active i,.profile-settings .preferences-tab-content .category-list .preference-item.active p,.profile-settings .preferences-tab-content .category-list .preference-item.active span,.profile-settings .preferences-tab-content .category-list .preference-item.active svg,.profile-settings .preferences-tab-content .category-list .preference-item.selected i,.profile-settings .preferences-tab-content .category-list .preference-item.selected p,.profile-settings .preferences-tab-content .category-list .preference-item.selected span,.profile-settings .preferences-tab-content .category-list .preference-item.selected svg,.profile-settings .preferences-tab-content .category-list button.active i,.profile-settings .preferences-tab-content .category-list button.active p,.profile-settings .preferences-tab-content .category-list button.active span,.profile-settings .preferences-tab-content .category-list button.active svg,.profile-settings .preferences-tab-content .category-list button.selected i,.profile-settings .preferences-tab-content .category-list button.selected p,.profile-settings .preferences-tab-content .category-list button.selected span,.profile-settings .preferences-tab-content .category-list button.selected svg,.profile-settings .preferences-tab-content .ingredient-list .category-item.active i,.profile-settings .preferences-tab-content .ingredient-list .category-item.active p,.profile-settings .preferences-tab-content .ingredient-list .category-item.active span,.profile-settings .preferences-tab-content .ingredient-list .category-item.active svg,.profile-settings .preferences-tab-content .ingredient-list .category-item.selected i,.profile-settings .preferences-tab-content .ingredient-list .category-item.selected p,.profile-settings .preferences-tab-content .ingredient-list .category-item.selected span,.profile-settings .preferences-tab-content .ingredient-list .category-item.selected svg,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.active i,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.active p,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.active span,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.active svg,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.selected i,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.selected p,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.selected span,.profile-settings .preferences-tab-content .ingredient-list .ingredient-item.selected svg,.profile-settings .preferences-tab-content .ingredient-list .preference-item.active i,.profile-settings .preferences-tab-content .ingredient-list .preference-item.active p,.profile-settings .preferences-tab-content .ingredient-list .preference-item.active span,.profile-settings .preferences-tab-content .ingredient-list .preference-item.active svg,.profile-settings .preferences-tab-content .ingredient-list .preference-item.selected i,.profile-settings .preferences-tab-content .ingredient-list .preference-item.selected p,.profile-settings .preferences-tab-content .ingredient-list .preference-item.selected span,.profile-settings .preferences-tab-content .ingredient-list .preference-item.selected svg,.profile-settings .preferences-tab-content .ingredient-list button.active i,.profile-settings .preferences-tab-content .ingredient-list button.active p,.profile-settings .preferences-tab-content .ingredient-list button.active span,.profile-settings .preferences-tab-content .ingredient-list button.active svg,.profile-settings .preferences-tab-content .ingredient-list button.selected i,.profile-settings .preferences-tab-content .ingredient-list button.selected p,.profile-settings .preferences-tab-content .ingredient-list button.selected span,.profile-settings .preferences-tab-content .ingredient-list button.selected svg,.profile-settings .preferences-tab-content .preference-list .category-item.active i,.profile-settings .preferences-tab-content .preference-list .category-item.active p,.profile-settings .preferences-tab-content .preference-list .category-item.active span,.profile-settings .preferences-tab-content .preference-list .category-item.active svg,.profile-settings .preferences-tab-content .preference-list .category-item.selected i,.profile-settings .preferences-tab-content .preference-list .category-item.selected p,.profile-settings .preferences-tab-content .preference-list .category-item.selected span,.profile-settings .preferences-tab-content .preference-list .category-item.selected svg,.profile-settings .preferences-tab-content .preference-list .ingredient-item.active i,.profile-settings .preferences-tab-content .preference-list .ingredient-item.active p,.profile-settings .preferences-tab-content .preference-list .ingredient-item.active span,.profile-settings .preferences-tab-content .preference-list .ingredient-item.active svg,.profile-settings .preferences-tab-content .preference-list .ingredient-item.selected i,.profile-settings .preferences-tab-content .preference-list .ingredient-item.selected p,.profile-settings .preferences-tab-content .preference-list .ingredient-item.selected span,.profile-settings .preferences-tab-content .preference-list .ingredient-item.selected svg,.profile-settings .preferences-tab-content .preference-list .preference-item.active i,.profile-settings .preferences-tab-content .preference-list .preference-item.active p,.profile-settings .preferences-tab-content .preference-list .preference-item.active span,.profile-settings .preferences-tab-content .preference-list .preference-item.active svg,.profile-settings .preferences-tab-content .preference-list .preference-item.selected i,.profile-settings .preferences-tab-content .preference-list .preference-item.selected p,.profile-settings .preferences-tab-content .preference-list .preference-item.selected span,.profile-settings .preferences-tab-content .preference-list .preference-item.selected svg,.profile-settings .preferences-tab-content .preference-list button.active i,.profile-settings .preferences-tab-content .preference-list button.active p,.profile-settings .preferences-tab-content .preference-list button.active span,.profile-settings .preferences-tab-content .preference-list button.active svg,.profile-settings .preferences-tab-content .preference-list button.selected i,.profile-settings .preferences-tab-content .preference-list button.selected p,.profile-settings .preferences-tab-content .preference-list button.selected span,.profile-settings .preferences-tab-content .preference-list button.selected svg{color:#fff!important}.profile-settings .button-group,.profile-settings .category-tags,.profile-settings .form-section,.profile-settings .preferences-section,.profile-settings .sub-categories,.profile-settings .tag-container{width:100%!important;max-width:none!important;overflow:visible!important;display:flex!important;flex-wrap:wrap!important;grid-gap:8px!important;gap:8px!important;margin-bottom:16px!important}.profile-settings .button-group .btn,.profile-settings .button-group .category-btn,.profile-settings .button-group .preference-btn,.profile-settings .button-group .reports table tr td.actions span,.profile-settings .button-group .tag,.profile-settings .button-group button,.profile-settings .category-tags .btn,.profile-settings .category-tags .category-btn,.profile-settings .category-tags .preference-btn,.profile-settings .category-tags .reports table tr td.actions span,.profile-settings .category-tags .tag,.profile-settings .category-tags button,.profile-settings .form-section .btn,.profile-settings .form-section .category-btn,.profile-settings .form-section .preference-btn,.profile-settings .form-section .reports table tr td.actions span,.profile-settings .form-section .tag,.profile-settings .form-section button,.profile-settings .preferences-section .btn,.profile-settings .preferences-section .category-btn,.profile-settings .preferences-section .preference-btn,.profile-settings .preferences-section .reports table tr td.actions span,.profile-settings .preferences-section .tag,.profile-settings .preferences-section button,.profile-settings .sub-categories .btn,.profile-settings .sub-categories .category-btn,.profile-settings .sub-categories .preference-btn,.profile-settings .sub-categories .reports table tr td.actions span,.profile-settings .sub-categories .tag,.profile-settings .sub-categories button,.profile-settings .tag-container .btn,.profile-settings .tag-container .category-btn,.profile-settings .tag-container .preference-btn,.profile-settings .tag-container .reports table tr td.actions span,.profile-settings .tag-container .tag,.profile-settings .tag-container button,.reports table tr td.actions .profile-settings .button-group span,.reports table tr td.actions .profile-settings .category-tags span,.reports table tr td.actions .profile-settings .form-section span,.reports table tr td.actions .profile-settings .preferences-section span,.reports table tr td.actions .profile-settings .sub-categories span,.reports table tr td.actions .profile-settings .tag-container span{flex-shrink:0!important;white-space:nowrap!important;overflow:visible!important;margin:2px!important;min-width:auto!important;max-width:none!important}.profile-settings .sub-categories{display:flex!important;flex-wrap:wrap!important;grid-gap:8px!important;gap:8px!important;width:100%!important;max-width:none!important;overflow:visible!important;margin-bottom:20px!important}.profile-settings .sub-categories .btn,.profile-settings .sub-categories .category-item,.profile-settings .sub-categories .reports table tr td.actions span,.profile-settings .sub-categories .tag-item,.profile-settings .sub-categories button,.reports table tr td.actions .profile-settings .sub-categories span{flex-shrink:0!important;margin:4px!important;white-space:nowrap!important;overflow:visible!important;display:inline-block!important}.profile-settings .form-section,.profile-settings .form-section .section-content{width:100%!important;max-width:none!important;overflow:visible!important}.profile-settings-container{overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important}.profile-settings-container::-webkit-scrollbar{height:8px!important}.profile-settings-container::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:4px!important}.profile-settings-container::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:4px!important}.profile-settings-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.profile-settings *{box-sizing:border-box}.profile-settings .form-group{margin-bottom:20px!important}.profile-settings .form-control{width:100%!important;padding:12px 16px!important;border-radius:6px!important;border:1px solid #e9ecef!important;font-size:14px!important;background:#fff!important;color:#495057!important}.profile-settings .form-control:focus{border-color:#007bff!important;box-shadow:0 0 0 2px rgba(0,123,255,.1)!important}.profile-settings .form-control:disabled{background-color:#f8f9fa!important;color:#6c757d!important}.profile-settings .btn,.profile-settings .reports table tr td.actions span,.reports table tr td.actions .profile-settings span{padding:12px 24px!important;border-radius:6px!important;font-weight:500!important;font-size:14px!important;min-height:44px!important;transition:all .2s ease!important}.profile-settings .btn-primary{background-color:#007bff!important;border-color:#007bff!important;color:#fff!important}.profile-settings .btn-primary:hover{background-color:#0056b3!important;border-color:#0056b3!important;transform:translateY(-1px)!important}.profile-settings .btn-primary:focus{box-shadow:0 0 0 2px rgba(0,123,255,.25)!important}.page-content .account .container,.page-wrapper .account .container{padding:20px}.page-content .account .product-pref-container,.page-wrapper .account .product-pref-container{display:flex;flex-direction:row}.page-content .account .product-pref-container .selected-product-pref,.page-wrapper .account .product-pref-container .selected-product-pref{display:flex;flex-direction:column;margin-right:0;margin-left:auto;width:50%;justify-content:flex-end;height:-webkit-max-content;height:-moz-max-content;height:max-content}.page-content .account .product-pref-container .selected-product-pref label,.page-wrapper .account .product-pref-container .selected-product-pref label{width:100%}.page-content .account .product-pref-container .selected-product-pref .selected-pref-section,.page-wrapper .account .product-pref-container .selected-product-pref .selected-pref-section{display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:15px;padding-top:11px;border-bottom:1px dashed #cedbe9}.page-content .account .product-pref-container .selected-product-pref .selected-pref-section:first-of-type,.page-wrapper .account .product-pref-container .selected-product-pref .selected-pref-section:first-of-type{padding-top:unset}.page-content .account .product-pref-container .selected-product-pref .selected-pref,.page-wrapper .account .product-pref-container .selected-product-pref .selected-pref{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content}.page-content .account .product-pref-container .selected-product-pref .selected-pref .remove-pref,.page-wrapper .account .product-pref-container .selected-product-pref .selected-pref .remove-pref{border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;width:20px;height:20px;position:absolute;top:-5px;left:-2px;border:1px solid #e1ecf3}.page-content .account .product-pref-container .selected-product-pref .selected-pref .remove-pref svg,.page-wrapper .account .product-pref-container .selected-product-pref .selected-pref .remove-pref svg{color:#e85a73}.page-content .account .product-pref-container .selected-product-pref .selected-pref .category,.page-wrapper .account .product-pref-container .selected-product-pref .selected-pref .category{color:#fff;background-color:#3f65f1;border-color:#3f65f1;margin:0 5px 5px}.preferences hr{border-top:1px dotted grey}.preferences .preference .arrow{position:absolute;top:20px;right:30px}.preferences .preference-list{padding:0!important;margin-bottom:20px!important}.preferences .preference-list button{cursor:pointer;border:1px solid #e5e7eb!important;color:#6b7280!important;background-color:#fff!important;border-radius:20px!important;min-width:auto!important;width:auto!important;height:36px!important;padding:8px 16px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important;flex-shrink:0!important;margin:0!important;transition:all .2s ease!important;box-sizing:border-box!important}.preferences .preference-list button:hover{border-color:#d1d5db!important;background-color:#f9fafb!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.preferences .preference-list button.active,.preferences .preference-list button:active{background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 2px 4px rgba(59,130,246,.3)!important}.preferences .preference-list .preference-item{cursor:pointer;border:1px solid #e5e7eb!important;color:#6b7280!important;background-color:#fff!important;border-radius:20px!important;min-width:auto!important;width:auto!important;height:36px!important;padding:8px 16px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important;flex-shrink:0!important;margin:0!important;transition:all .2s ease!important;box-sizing:border-box!important}.preferences .preference-list .preference-item i,.preferences .preference-list .preference-item svg{margin-right:6px!important;font-size:14px!important;width:14px!important;height:14px!important}.preferences .preference-list .preference-item p,.preferences .preference-list .preference-item span{margin-bottom:0!important;font-weight:500!important;font-size:14px!important;line-height:1.2!important}.preferences .preference-list .preference-item:hover{border-color:#d1d5db!important;background-color:#f9fafb!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.preferences .preference-list .preference-item.active{background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 2px 4px rgba(59,130,246,.3)!important}.preferences .preference-list .preference-item.active i,.preferences .preference-list .preference-item.active p,.preferences .preference-list .preference-item.active span,.preferences .preference-list .preference-item.active svg{color:#fff!important}.preferences .preference-list .preference-item.product i,.preferences .preference-list .preference-item.product svg{color:#3b82f6!important}.preferences .preference-list .preference-item.product.active{background-color:#3b82f6!important;border-color:#3b82f6!important}.preferences .preference-list .preference-item.product.active i,.preferences .preference-list .preference-item.product.active p,.preferences .preference-list .preference-item.product.active span,.preferences .preference-list .preference-item.product.active svg{color:#fff!important}.preferences .preference-list .preference-item.portfolio i,.preferences .preference-list .preference-item.portfolio svg{color:#f59e0b!important}.preferences .preference-list .preference-item.portfolio.active{background-color:#f59e0b!important;border-color:#f59e0b!important}.preferences .preference-list .preference-item.portfolio.active i,.preferences .preference-list .preference-item.portfolio.active p,.preferences .preference-list .preference-item.portfolio.active span,.preferences .preference-list .preference-item.portfolio.active svg{color:#fff!important}.preferences .preference-list .preference-item.category i,.preferences .preference-list .preference-item.category svg,.preferences .preference-list .preference-item.company i,.preferences .preference-list .preference-item.company svg{color:#64748b!important}.preferences .preference-list .preference-item.category.active,.preferences .preference-list .preference-item.company.active{background-color:#64748b!important;border-color:#64748b!important}.preferences .preference-list .preference-item.category.active i,.preferences .preference-list .preference-item.category.active p,.preferences .preference-list .preference-item.category.active span,.preferences .preference-list .preference-item.category.active svg,.preferences .preference-list .preference-item.company.active i,.preferences .preference-list .preference-item.company.active p,.preferences .preference-list .preference-item.company.active span,.preferences .preference-list .preference-item.company.active svg{color:#fff!important}.subscription .subscription-list{display:flex;flex-flow:row wrap;justify-content:flex-start}.subscription .subscription-item{margin-right:20px;height:300px;min-width:215px;border-radius:10px}.subscription .subscription-item:last-child{margin-right:0}.subscription .subscription-item .name{display:flex;justify-content:center;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px;height:15%}.subscription .subscription-item .name p{color:#fff;font-weight:600;margin-bottom:0;font-size:16px}.subscription .subscription-item .details{background-color:#fff;height:85%;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:15px}.subscription .subscription-item .details .plans{display:flex;flex-flow:row nowrap}.subscription .subscription-item .details .plan{padding:10px}.subscription .subscription-item .details .plan .price{margin-left:5px;color:"#273F52";font-size:36px;font-weight:600}.subscription .subscription-item .details .plan ul{-webkit-padding-start:30px;padding-inline-start:30px}.subscription .subscription-item .details .plan li{color:#657280;font-size:14px}@media (min-width:576px){.subscription-modal.modal-dialog{max-width:700px;margin:1.75rem auto}}.checkout-container .csv-checkout-options{display:flex;flex-direction:column;justify-content:center;align-items:center}.checkout-container .csv-checkout-options .btn,.checkout-container .csv-checkout-options .reports table tr td.actions span,.reports table tr td.actions .checkout-container .csv-checkout-options span{margin:15px;width:50%}.checkout-container .csv-checkout-options p{margin-top:20px;text-align:start;align-self:center}.checkout-container .back-btn{margin-bottom:10px;cursor:default}.checkout-container .back-btn svg{position:relative;left:-2px;transition:left .2s ease-in-out}.checkout-container .back-btn:hover svg{left:-4px}.checkout-container .info-container{margin-bottom:16px;border-radius:6px;padding:20px;font-size:10pt;line-height:1rem;background-color:#e1ecf3;display:flex;flex-direction:row;align-items:center;box-shadow:0 6px 12px 0 rgba(57,57,57,.2);width:100%}.checkout-container .info-container .info-icon{margin-right:20px;padding:0;min-height:24px!important;min-width:24px!important;color:#fff;fill:#3f65f1}.checkout-container .btn.confirm,.checkout-container .reports table tr td.actions span.confirm,.reports table tr td.actions .checkout-container span.confirm{margin-top:15px;background-color:#0ed7ac;color:#fff;padding:6px 12px;border-color:#0ed7ac;display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.checkout-container .payment-header{box-shadow:0 5px 5px -5px rgba(57,57,57,.2);border-radius:6px;background-color:#e1ecf3;color:#2c3e50;font-weight:200;padding:6px 12px;display:inline-block;margin:15px 0;align-self:flex-start}.checkout-container .checkout-subscription-container{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.checkout-container .checkout-subscription-container p{display:inline;bottom:0;margin-bottom:0}.checkout-container .checkout-subscription-container .checkout-select-subscription{margin-right:15px;width:300px}.checkout-container .checkout-subscription-container .checkout-select-subscription .select-subscription__control{border-radius:6px;border:2px solid #cedbe9;height:40px}.checkout-container .checkout-subscription-container .checkout-select-subscription .select-subscription__option{background-color:#fff;color:#2c3e50}.checkout-container .checkout-subscription-container .checkout-select-subscription .select-subscription__option:active{background-color:#3f65f1;color:#fff}.checkout-container .paylater-confirmation{display:flex;flex-direction:column}.checkout-container .checkout-form .checkout-form-input{width:100%;height:40px;border-radius:6px;padding-left:15px}.checkout-container .checkout-form .checkout-card-input{border-radius:6px;border:2px solid #cedbe9;height:40px;padding:10px 15px 0}.checkout-container .checkout-form .checkout-form-submit{margin-top:15px;margin-bottom:15px;color:#fff;background-color:#3f65f1;border-radius:6px;padding:10px}.checkout-container .checkout-form .btn.complete-payment,.checkout-container .checkout-form .reports table tr td.actions span.complete-payment,.reports table tr td.actions .checkout-container .checkout-form span.complete-payment{margin-top:15px;margin-bottom:15px;background-color:#0ed7ac;color:#fff;padding:6px 12px;border-color:#0ed7ac}.modal-header-content .close-modal{float:right;right:0}.subscription-options{display:flex;flex-direction:column;align-items:center}.subscription-options h3{align-self:center;background-color:#fff;text-align:center;padding:12px;border-radius:6px}.subscription-options .row{justify-content:space-evenly;align-items:center;margin-right:2rem}.subscription-options .row .card{border-radius:8px}.subscription-options .row .option{flex-grow:1;background-color:#fff;position:relative;display:flex;flex-direction:column;max-width:250px;width:150px;height:375px;align-items:center;justify-content:flex-start}.subscription-options .row .option ul:first-of-type{list-style:none;line-height:30px;padding-left:20px;margin-bottom:34px;margin-top:35px}.subscription-options .row .option ul:first-of-type li svg{margin-right:10px;color:#0ed7ac}.subscription-options .row .option ul:first-of-type ul{padding-left:50px;list-style-type:disc;margin:0}.subscription-options .row .option .info{display:flex;align-items:center;justify-content:center;justify-self:center;padding:6px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:10pt;border-radius:12px;cursor:pointer;position:relative;top:0;transition:all .2s ease-in-out}.subscription-options .row .option .info svg{margin-right:10px}.subscription-options .row .option .info:hover{top:-2px;background-color:#e1ecf3;padding:6px 12px}.subscription-options .row .option p{text-align:center;font-size:12pt;margin-top:15px;margin-bottom:0}.subscription-options .row .option p.price{min-height:75px;max-height:75px}.subscription-options .row .option h4{margin-top:40px}.subscription-options .row .option img{height:100px;width:100px;position:absolute;top:-50px}.subscription-options .row .option hr{max-width:90%}.subscription-options .view-features{justify-self:center;border-radius:25px;color:#3f65f1;padding:6px 12px;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center;cursor:pointer;position:relative;top:0;transition:top .2s ease-in-out}.subscription-options .view-features svg{margin-left:10px}.subscription-options .view-features:hover{top:2px}.company-users{width:100%;max-width:100%;overflow-x:auto}.company-users .invite-user{justify-content:space-between;padding:10px 0;min-width:0}.company-users .invite-user input{flex:1 1;margin-right:20px;min-width:0}.brand-modal input{padding:6px;border-radius:6px}.company-brand-list .remove-brand{box-shadow:none;background-color:#e85a73;border-color:#e85a73;height:35px;width:35px;padding:3px;display:flex;align-items:center;justify-content:center;cursor:pointer}.company-brand-list .remove-brand svg{color:#fff;height:20px}.company-brand-list .remove-brand:active svg{height:20px}.company-brand-list .edit-brand{position:absolute;right:20px;cursor:pointer;height:24px;flex-shrink:0}.company-brand-list .edit-brand:active{height:20px}.company-brand-list .company-brand-item{margin:10px;min-width:0}.company-brand-list .company-brand-item:hover{background-color:#e3e3e3}.company-brand-list .add-brand{justify-content:space-between;padding:20px}.company-brand-list .add-brand input{width:75%}.market-pref .market-tag{position:relative;margin-right:8px;padding:6px 12px;border-radius:6px;background-color:#3f65f1;color:#fff}.market-pref .market-tag .remove-pref{border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;width:20px;height:20px;position:absolute;top:-8px;left:calc(100% - 12px);border:1px solid #e1ecf3;z-index:10}.market-pref .market-tag .remove-pref svg{color:#e85a73}.company-page{width:100%;max-width:100%;overflow-x:visible}.tab-navigation{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.company-tabs{width:100%;max-width:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.users-table-wrapper{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e9ecef;border-radius:6px}.users-table{width:100%;min-width:700px;table-layout:fixed}.users-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:12px 8px;vertical-align:middle}.users-table .user-info{width:200px;max-width:200px}.users-table .user-email{width:180px;max-width:180px}.users-table .user-company,.users-table .user-role{width:120px;max-width:120px}.users-table .user-actions{width:80px!important;min-width:80px!important;max-width:80px!important;overflow:visible!important;text-overflow:unset!important;text-align:center}.users-table .user-actions .remove-button{width:35px!important;height:35px!important;min-width:35px!important;min-height:35px!important;flex-shrink:0!important;overflow:visible!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0 auto}.invite-user-form,.invite-user-section{width:100%;max-width:100%}.invite-user-form{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px}.invite-user-form .invite-email-input{flex:1 1;min-width:200px;max-width:100%}.invite-user-form .invite-button{flex-shrink:0}.company-brand-list{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.company-brand-list .company-brand-item{width:100%;max-width:100%;overflow:visible;display:flex;align-items:center;justify-content:space-between;padding:10px}.company-brand-list .remove-brand{flex-shrink:0;overflow:visible}.company-brand{width:100%;max-width:100%;overflow-x:visible}.company-brand .card{width:100%!important;max-width:800px;margin:0 auto}.company-brand .card .card-body .d-flex{flex-wrap:wrap;grid-gap:10px;gap:10px}.company-brand .card .card-body .d-flex .form-control{flex:1 1;min-width:200px}.company-brand .card .card-body .d-flex .btn,.company-brand .card .card-body .d-flex .reports table tr td.actions span,.reports table tr td.actions .company-brand .card .card-body .d-flex span{flex-shrink:0;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}@media (max-width:768px){.company-page{padding:0 10px}.company-brand .card{max-width:100%}.company-brand .card-body .d-flex{flex-direction:column}.company-brand .card-body .d-flex .form-control{min-width:100%}.company-brand .card-body .d-flex .btn,.company-brand .card-body .d-flex .reports table tr td.actions span,.reports table tr td.actions .company-brand .card-body .d-flex span{width:100%}.users-table{min-width:600px}.users-table .user-info{width:150px;max-width:150px}.users-table .user-email{width:140px;max-width:140px}.users-table .user-company,.users-table .user-role{width:100px;max-width:100px}.users-table .user-actions{width:70px!important;min-width:70px!important;max-width:70px!important}.users-table td{font-size:14px;padding:8px 6px}.invite-user-form{flex-direction:column}.invite-user-form .invite-email-input{min-width:100%}}@media (max-width:480px){.users-table{min-width:550px}.users-table .user-email,.users-table .user-info{width:120px;max-width:120px}.users-table .user-company,.users-table .user-role{width:80px;max-width:80px}.users-table .user-actions{width:60px!important;min-width:60px!important;max-width:60px!important}.users-table td{font-size:12px;padding:6px 4px}}.invoices .row:first-of-type{display:flex;flex-direction:column}.invoices .row:first-of-type h4{align-items:center}.invoices .row:first-of-type h4 .invoice-status{margin:15px;font-size:12pt}.invoices .row:first-of-type h4 .invoice-created{float:right}.invoices .row:first-of-type h4 .invoice-created span{margin-left:15px;font-size:12pt}.invoices .invoice-total{float:right;margin-left:auto}.invoices .invoice-total span{margin-top:10px}.invoices .invoice-total span:first-of-type{float:left;margin-right:15px;color:#8fa1b3}.invoices .invoice-total span:last-of-type{float:right}.invoices .nav-back{display:flex;align-items:center;background-color:#3f65f1;color:#fff;padding:6px 12px;border-radius:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;left:0;cursor:pointer}.invoices .nav-back,.invoices .nav-back svg{position:relative;transition:left .2s ease-in-out}.invoices .nav-back:hover,.invoices .nav-back svg{left:-2px}.invoices .nav-back:hover svg{left:-4px}.invoices .invoice-details,.invoices .invoice-details .details{display:flex;flex-direction:column}.invoices .invoice-details .btn,.invoices .invoice-details .reports table tr td.actions span,.reports table tr td.actions .invoices .invoice-details span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}ul.first{padding-left:0}.category{padding:7px;border-radius:8px;border:2px solid #cedbe9;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;justify-content:center;align-items:center;margin-top:6px;cursor:default}.category.selected{background-color:#3f65f1;border-color:#3f65f1;color:#fff}.feature-table{width:85%}.feature-table thead>tr>th{border:none;text-align:center}.feature-table tbody tr.striped td{background-color:rgba(225,236,243,.5)}.feature-table tbody tr.sub-header{font-weight:900;font-size:12pt}.feature-table tbody tr.sub-header td{padding-top:30px;background-color:transparent!important}.feature-table tbody td{border:none;padding:.75rem;text-align:center}.feature-table tbody td:first-of-type{border-radius:6px 0 0 6px;text-align:start;width:-webkit-max-content;width:-moz-max-content;width:max-content}.feature-table tbody td:last-of-type{border-radius:0 6px 6px 0}.feature-table tbody td.single{border-radius:6px;text-align:center}.feature-table tbody td svg{height:16px;color:#3f65f1}#main-wrapper .page-content{overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important}#main-wrapper .page-content::-webkit-scrollbar{height:0!important;background:transparent!important}.page-content .account,.page-wrapper .account{overflow-x:auto!important;overflow-y:visible!important;min-width:1200px!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.page-content .account::-webkit-scrollbar,.page-wrapper .account::-webkit-scrollbar{height:0!important;background:transparent!important}.page-content .account *,.page-wrapper .account *{overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.page-content .account ::-webkit-scrollbar,.page-wrapper .account ::-webkit-scrollbar{height:0!important;background:transparent!important}.company-page,.company-page .company-users,.company-page .company-users .users-table-wrapper{min-width:1200px!important}.company-page .company-users .users-table-wrapper .users-table{min-width:1200px!important;width:1200px!important;table-layout:fixed!important}.company-page .company-users .invite-user-form{min-width:800px!important;flex-wrap:nowrap!important}.company-page .company-type-options{min-width:1000px!important;flex-wrap:nowrap!important}.billing-page,.billing-page .subscription-options{min-width:1600px!important}.billing-page .subscription-options .row{min-width:1600px!important;flex-wrap:nowrap!important}.billing-page .invoices .table{min-width:1200px!important;width:1200px!important}.preferences,.preferences .preference-list{min-width:auto!important;width:100%!important;max-width:none!important;overflow:visible!important}.preferences .preference-list{flex-wrap:wrap!important;display:flex!important;grid-gap:8px!important;gap:8px!important}.preferences .product-pref-container,.preferences .product-pref-container .selected-product-pref{min-width:auto!important;width:100%!important;max-width:none!important;overflow:visible!important}.preferences .product-pref-container .selected-product-pref{flex-wrap:wrap!important;display:flex!important;grid-gap:8px!important;gap:8px!important}.tab-navigation{overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.tab-navigation::-webkit-scrollbar{height:0!important;background:transparent!important}.tab-navigation .nav-tabs{min-width:800px!important}.account .d-flex:not(.preference-list):not(.selected-product-pref),.account .row:not(.preference-list):not(.selected-product-pref),.billing-page .d-flex,.company-page .d-flex,.tab-navigation .nav-tabs{flex-wrap:nowrap!important}.preferences .d-flex,.preferences .preference-list,.preferences .selected-product-pref{flex-wrap:wrap!important}.account .flex-shrink-1:not(.preference-item),.account [class*=col-]:not(.preference-item),.billing-page>*,.company-page>*,.preference-item,.preference-list>*,.preferences>*{flex-shrink:0!important}@media (max-width:767px){.company-page{min-width:800px!important}.billing-page{min-width:1200px!important}.preferences,.preferences .preference-list{min-width:auto!important;width:100%!important}.preferences .preference-list{flex-wrap:wrap!important}}@media (min-width:768px) and (max-width:1023px){#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible .page-wrapper{margin-left:0!important;width:100%!important;max-width:100%!important;position:relative!important;z-index:1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible>.d-flex>div:last-child{margin-left:240px!important;width:calc(100vw - 240px)!important;max-width:calc(100vw - 240px)!important;transition:margin-left .3s ease,width .3s ease!important;position:relative!important;z-index:1!important;overflow-x:auto!important;overflow-y:auto!important}#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible.submenu-open>.d-flex>div:last-child{margin-left:440px!important;width:calc(100vw - 440px)!important;max-width:calc(100vw - 440px)!important}.account-submenu{position:fixed!important;left:240px!important;top:0!important;width:200px!important;height:100vh!important;z-index:1050!important;background:#4a60e8!important;transition:transform .3s ease,opacity .3s ease,visibility .3s ease!important}.account-submenu.desktop-visible{transform:translateX(0)!important;display:flex!important;opacity:1!important;visibility:visible!important}.account-submenu.mobile-closed{transform:translateX(-100%)!important;display:flex!important;opacity:0!important;visibility:hidden!important}.account-submenu.mobile-open{transform:translateX(0)!important;display:flex!important;opacity:1!important;visibility:visible!important}.jf-sidebar,.left-sidebar{z-index:1000!important}.submenu-toggle{display:flex!important;position:fixed!important;top:20px!important;right:20px!important;z-index:1070!important;background:#007bff!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:12px!important;cursor:pointer!important;box-shadow:0 2px 8px rgba(0,123,255,.3)!important;width:44px!important;height:44px!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important}.submenu-toggle:hover{background:#0056b3!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,123,255,.4)!important}.submenu-toggle:active{transform:translateY(0)!important}.submenu-backdrop{display:none!important}.submenu-backdrop.active{display:block!important;position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:rgba(0,0,0,.5)!important;z-index:1040!important;opacity:1!important;visibility:visible!important}#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible .page-content{width:100%!important;max-width:100%!important;padding:20px!important;margin-left:0!important;position:relative!important;z-index:1!important}#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible .topbar{width:100%!important;margin-left:0!important;position:relative!important;z-index:999!important}.profile-settings{width:100%!important;max-width:100%!important}.profile-settings,.profile-settings .profile-settings-container{position:relative!important;z-index:1!important}.profile-settings .profile-settings-form{min-width:600px!important}.company-page,.profile-settings .profile-settings-form{max-width:100%!important;position:relative!important;z-index:1!important}.company-page{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.preferences{width:100%!important;max-width:100%!important;position:relative!important;z-index:1!important}.preferences .preference-list{flex-wrap:wrap!important}.billing-page{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;position:relative!important;z-index:1!important}}@media (min-width:768px) and (max-width:1023px){body .submenu-toggle{display:flex!important;visibility:visible!important;opacity:1!important}}@media (min-width:768px) and (max-width:1023px){#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child,.billing-page,.company-page,.profile-settings-form{-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important}}@media (max-width:767px){#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible>.d-flex>div:last-child{margin-left:0!important;width:100vw!important;max-width:100vw!important;min-width:100vw!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible .page-wrapper{margin-left:0!important;width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full].account-submenu-visible .page-content{width:100%!important;max-width:100%!important;padding:15px!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{min-width:100vw!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper,#main-wrapper[data-layout=vertical][data-sidebartype=full]>.d-flex>div:last-child{margin-left:0!important;width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-content{width:100%!important;max-width:100%!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form{min-width:auto!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .profile-settings-form .form-content-grid{min-width:auto!important;width:100%!important;max-width:100%!important;grid-template-columns:1fr!important}.account-submenu.mobile-closed,.submenu-toggle{display:none!important}.account-submenu.mobile-open{position:fixed!important;left:0!important;top:0!important;width:100%!important;max-width:280px!important;height:100vh!important;z-index:1060!important;transform:translateX(0)!important;display:flex!important;opacity:1!important;visibility:visible!important}.profile-settings,.profile-settings .profile-settings-container{width:100%!important;max-width:100%!important;padding:0!important;overflow-x:hidden!important}.profile-settings .profile-settings-form{min-width:auto!important;width:100%!important;max-width:100%!important;padding:15px!important;overflow-x:hidden!important;box-sizing:border-box!important}.profile-settings .profile-settings-form .form-content-grid{display:flex!important;flex-direction:column!important;grid-gap:20px!important;gap:20px!important;width:100%!important;max-width:100%!important;min-width:auto!important}.profile-settings .profile-settings-form .form-fields-section{width:100%!important;max-width:100%!important}.profile-settings .profile-settings-form .form-fields-section .form-group{width:100%!important;max-width:100%!important;margin-bottom:16px!important}.profile-settings .profile-settings-form .form-fields-section .form-group label{font-size:14px!important;margin-bottom:6px!important}.profile-settings .profile-settings-form .form-fields-section .form-group input,.profile-settings .profile-settings-form .form-fields-section .form-group select,.profile-settings .profile-settings-form .form-fields-section .form-group textarea{width:100%!important;max-width:100%!important;min-width:auto!important;padding:10px 12px!important;font-size:16px!important;box-sizing:border-box!important;border-radius:6px!important}.profile-settings .profile-settings-form .form-fields-section .form-group textarea{min-height:80px!important}.profile-settings .profile-settings-form .upload-section{width:100%!important;max-width:100%!important}.profile-settings .profile-settings-form .upload-section .upload-item{width:100%!important;max-width:100%!important;margin-bottom:16px!important}.profile-settings .profile-settings-form .upload-section .upload-item .upload-label{font-size:14px!important;margin-bottom:8px!important}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area{width:100%!important;max-width:100%!important}.profile-settings .profile-settings-form .upload-section .upload-item .upload-area .upload-placeholder{width:100%!important;max-width:100%!important;padding:12px!important;box-sizing:border-box!important}.profile-settings .profile-settings-form .two-factor-section{width:100%!important;max-width:100%!important;margin-bottom:16px!important;overflow:hidden!important;box-sizing:border-box!important}.profile-settings .profile-settings-form .two-factor-section .btn,.profile-settings .profile-settings-form .two-factor-section .reports table tr td.actions span,.profile-settings .profile-settings-form .two-factor-section button,.reports table tr td.actions .profile-settings .profile-settings-form .two-factor-section span{width:100%!important;max-width:100%!important;min-width:auto!important;padding:12px 16px!important;font-size:14px!important;white-space:normal!important;word-wrap:break-word!important;text-align:center!important;box-sizing:border-box!important;display:block!important;overflow:hidden!important}.profile-settings .profile-settings-form .two-factor-section .btn .d-flex,.profile-settings .profile-settings-form .two-factor-section .reports table tr td.actions span .d-flex,.profile-settings .profile-settings-form .two-factor-section button .d-flex,.reports table tr td.actions .profile-settings .profile-settings-form .two-factor-section span .d-flex{flex-wrap:wrap!important;justify-content:center!important;grid-gap:6px!important;gap:6px!important;width:100%!important;max-width:100%!important}.profile-settings .profile-settings-form .btn-primary,.profile-settings .profile-settings-form .save-button{width:100%!important;max-width:100%!important;min-width:auto!important;padding:12px 16px!important;font-size:16px!important;box-sizing:border-box!important}.reports table tr td.actions html body .profile-settings .two-factor-section span,html body .profile-settings .two-factor-section .btn,html body .profile-settings .two-factor-section .reports table tr td.actions span,html body .profile-settings .two-factor-section button{width:100%!important;max-width:100%!important;min-width:auto!important;box-sizing:border-box!important;overflow:hidden!important}.company-page{max-width:100%!important;overflow-x:hidden!important;padding:15px!important}.company-page,.company-page .form-group{width:100%!important}.company-page .form-group input,.company-page .form-group select,.company-page .form-group textarea{width:100%!important;max-width:100%!important;font-size:16px!important;box-sizing:border-box!important}.company-page .btn,.company-page .reports table tr td.actions span,.reports table tr td.actions .company-page span{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.preferences{width:100%!important;max-width:100%!important;padding:15px!important;overflow-x:hidden!important}.preferences .preference-list{flex-wrap:wrap!important;grid-gap:8px!important;gap:8px!important}.preferences .preference-list .preference-item,.preferences .preference-list button{font-size:13px!important;padding:8px 12px!important}.billing-page{width:100%!important;max-width:100%!important;overflow-x:hidden!important;padding:15px!important}.billing-page .subscription-options .btn,.billing-page .subscription-options .reports table tr td.actions span,.reports table tr td.actions .billing-page .subscription-options span{width:100%!important;max-width:100%!important;margin-bottom:10px!important}.billing-page .btn,.billing-page .reports table tr td.actions span,.billing-page button,.company-page .btn,.company-page .reports table tr td.actions span,.company-page button,.preferences .btn,.preferences .reports table tr td.actions span,.preferences button,.profile-settings .btn,.profile-settings .reports table tr td.actions span,.profile-settings button,.reports table tr td.actions .billing-page span,.reports table tr td.actions .company-page span,.reports table tr td.actions .preferences span,.reports table tr td.actions .profile-settings span{max-width:100%!important;word-wrap:break-word!important;white-space:normal!important;box-sizing:border-box!important}}@media (max-width:767px){body .submenu-toggle{display:none!important}}.dashboard .card{border-radius:12px;border:none}.dashboard .card-header{font-weight:600;background:#fff;border-bottom:none;display:flex;align-items:center}.dashboard .kpi-card{position:relative}.dashboard .kpi-card .icon{font-size:1.5rem;color:#6c63ff;position:absolute;top:1rem;right:1rem;opacity:.2}.dashboard .badge{font-size:.75rem}.dashboard .text-orange{color:#ff9800}.dashboard .text-purple{color:#7e57c2}@media (min-width:769px) and (max-width:1024px){.dashboard{padding-left:15px!important;padding-right:15px!important}.dashboard .container-fluid{padding-left:0!important;padding-right:0!important}.dashboard .d-flex.justify-content-between{flex-direction:column!important;align-items:flex-start!important;grid-gap:1rem;gap:1rem;margin-bottom:2rem!important}.dashboard .d-flex.justify-content-between h2{font-size:1.75rem;margin-bottom:.5rem}.dashboard .d-flex.justify-content-between p{font-size:.95rem;margin-bottom:1rem}.dashboard .row.g-3{margin-left:0!important;margin-right:0!important}.dashboard .row.g-3 .col-md-3{flex:0 0 50%!important;max-width:50%!important;padding-left:.5rem!important;padding-right:.5rem!important;margin-bottom:1rem}.dashboard .col-md-4,.dashboard .col-md-6{flex:0 0 100%!important;max-width:100%!important;margin-bottom:1rem}.dashboard .card{margin-bottom:1rem}.dashboard .card .card-body{padding:1.25rem}.dashboard .card .card-header{padding:1rem 1.25rem;font-size:1rem}.dashboard .kpi-card .card-body{padding:1.5rem}.dashboard .kpi-card .card-body h6{font-size:.9rem;margin-bottom:.75rem}.dashboard .kpi-card .card-body h3{font-size:1.75rem;margin-bottom:.5rem}.dashboard .kpi-card .card-body small{font-size:.8rem}.dashboard .kpi-card .icon{font-size:1.75rem;top:1.25rem;right:1.25rem}.dashboard .d-flex.flex-wrap.gap-2{grid-gap:.75rem!important;gap:.75rem!important}.dashboard .d-flex.flex-wrap.gap-2 .btn,.dashboard .d-flex.flex-wrap.gap-2 .reports table tr td.actions span,.reports table tr td.actions .dashboard .d-flex.flex-wrap.gap-2 span{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.375rem);min-width:calc(50% - .375rem);margin-bottom:.5rem;font-size:.9rem;padding:.5rem .75rem}.dashboard .progress{height:8px;margin-bottom:1rem}.dashboard .list-unstyled li{margin-bottom:.75rem;font-size:.9rem}.dashboard .card-body[style*="height: 200px"]{height:150px!important}.dashboard .card-body[style*="height: 200px"] .fa-chart-line{font-size:2rem!important}.dashboard .card-body[style*="height: 200px"] p{font-size:.9rem}}@media (max-width:768px){.dashboard{padding-left:10px!important;padding-right:10px!important}.dashboard .container-fluid{padding-left:0!important;padding-right:0!important}.dashboard .table-responsive{margin-left:-10px!important;margin-right:-10px!important;padding-left:10px!important;padding-right:10px!important}.dashboard table{min-width:100%!important;width:100%!important}.dashboard .d-flex.justify-content-between{flex-direction:column!important;align-items:flex-start!important;grid-gap:1rem;gap:1rem}.dashboard .row.g-3{margin-left:0!important;margin-right:0!important}.dashboard .row.g-3 .col-md-3{flex:0 0 100%!important;max-width:100%!important;margin-bottom:1rem}}@media (max-width:576px){.dashboard{padding:1rem!important}.dashboard .container-fluid{max-width:100%!important;overflow-x:hidden!important}.dashboard .table-responsive{margin-left:-5px!important;margin-right:-5px!important;padding-left:5px!important;padding-right:5px!important}.dashboard table{min-width:100%!important;width:100%!important}.dashboard .d-flex.justify-content-between{flex-direction:column!important;align-items:center!important;text-align:center!important}.dashboard .card{margin-bottom:1rem}}.sidebar-container{width:230px;max-width:230px;min-width:230px;background-color:#fff;height:100vh;border-right:1px solid #ccc;display:flex;flex-direction:column;position:relative;overflow:hidden}@media (min-width:769px) and (max-width:1024px){.sidebar-container{width:200px!important;max-width:200px!important;min-width:200px!important}}@media (max-width:768px){.sidebar-container{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto;position:relative;border-right:none;border-bottom:1px solid #ccc}}@media (max-width:576px){.sidebar-container{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto;position:relative;border-right:none;border-bottom:1px solid #ccc}}.sidebar-header{padding:1rem;border-bottom:1px solid #ccc;font-size:20px;font-weight:700;color:#000;text-align:left}@media (min-width:769px) and (max-width:1024px){.sidebar-header{padding:.875rem;font-size:18px}}@media (max-width:576px){.sidebar-header{text-align:center;padding:.75rem;font-size:18px}}.sidebar-content{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:0}.sidebar-nav{display:flex;flex-direction:column;padding:.5rem 0;position:relative;overflow:hidden}@media (max-width:768px){.sidebar-nav{flex-direction:row;overflow-x:auto;padding:.5rem;grid-gap:.25rem;gap:.25rem}}@media (max-width:576px){.sidebar-nav{flex-direction:row;overflow-x:auto;padding:.5rem;grid-gap:.25rem;gap:.25rem}}.sidebar-link{display:flex;align-items:center;padding:12px 16px;margin:2px 8px;color:#6c757d;text-decoration:none;font-size:16px;border-radius:6px;transition:all .2s ease;position:relative;white-space:nowrap;z-index:0;box-sizing:border-box;width:calc(100% - 16px);max-width:calc(100% - 16px);min-height:44px}@media (min-width:769px) and (max-width:1024px){.sidebar-link{padding:10px 12px;margin:2px 6px;font-size:14px;width:calc(100% - 12px);max-width:calc(100% - 12px)}}.sidebar-link:hover{color:#000;background-color:#f8f9fa;text-decoration:none}.sidebar-link:focus{outline:2px solid #007bff;outline-offset:-2px}@media (max-width:768px){.sidebar-link{flex-direction:column;padding:8px 12px;margin:0;border-radius:4px;min-width:80px;text-align:center;font-size:12px}}@media (max-width:576px){.sidebar-link{flex-direction:column;padding:8px 12px;margin:0;border-radius:4px;min-width:80px;text-align:center;font-size:12px}}.sidebar-link-active{background-color:#f0f0f0!important;color:#000!important;font-weight:600;z-index:2;position:relative;overflow:visible}.sidebar-link-active:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:3px;height:60%;background-color:#007bff;border-radius:0 2px 2px 0;z-index:10}@media (max-width:576px){.sidebar-link-active:before{display:none}.sidebar-link-active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:2px;background-color:#007bff;border-radius:1px 1px 0 0}}.sidebar-icon{margin-right:8px;width:18px;height:18px;flex-shrink:0}@media (min-width:769px) and (max-width:1024px){.sidebar-icon{margin-right:6px;width:16px;height:16px}}@media (max-width:768px){.sidebar-icon{margin-right:0;margin-bottom:4px;width:16px;height:16px}}@media (max-width:576px){.sidebar-icon{margin-right:0;margin-bottom:4px;width:16px;height:16px}}.sidebar-text{flex:1 1;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.sidebar-text{font-size:11px;line-height:1.2}}@media (max-width:576px){.sidebar-text{font-size:11px;line-height:1.2}}.admin-layout{display:flex;width:100%;min-height:100vh;position:relative;overflow:hidden}.admin-layout .col-2{flex:0 0 230px;width:230px;max-width:230px;min-width:230px;position:relative;flex-shrink:0;overflow:hidden}@media (min-width:769px) and (max-width:1024px){.admin-layout .col-2{flex:0 0 200px;width:200px;max-width:200px;min-width:200px}}.admin-layout .col-10{flex:1 1 auto;position:relative;overflow-x:hidden;min-width:0}@media (min-width:769px) and (max-width:1024px){.admin-layout .col-10{flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 200px)}}@media (max-width:576px){.sidebar-nav::-webkit-scrollbar{height:4px}.sidebar-nav::-webkit-scrollbar-track{background:#f1f1f1}.sidebar-nav::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}}@media (max-width:768px){.admin-layout{flex-direction:column!important}.admin-layout .col-2{padding:0!important;display:block!important}.admin-layout .col-2,.admin-layout .col-10{width:100%!important;flex:0 0 100%!important;max-width:100%!important}.admin-layout .col-10{margin-left:0!important}.admin-layout .col-2 .sidebar-container{width:100%!important;min-width:100%!important;max-width:100%!important;box-sizing:border-box!important}.admin-layout .col-2 .sidebar-container .sidebar-content,.admin-layout .col-2 .sidebar-container .sidebar-nav{width:100%!important}.admin-layout .table-responsive{margin-left:-10px!important;margin-right:-10px!important;padding-left:10px!important;padding-right:10px!important}.admin-layout .ingredients-table,.admin-layout .user-requests__table,.admin-layout table{min-width:100%!important;width:100%!important}.admin-layout .table-wrapper{margin-left:-10px!important;margin-right:-10px!important;padding-left:10px!important;padding-right:10px!important}}@media (max-width:576px){.admin-layout .col-2{display:block!important}.admin-layout .col-2,.admin-layout .col-10{width:100%!important;flex:0 0 100%!important;max-width:100%!important}.admin-layout .col-10{margin-left:0!important}.admin-layout .col-10 .flex-grow-1{overflow-x:hidden!important;padding:0 10px!important}.admin-layout .container-fluid{padding-left:10px!important;padding-right:10px!important;max-width:100%!important}.admin-layout .table-responsive{margin-left:-5px!important;margin-right:-5px!important;padding-left:5px!important;padding-right:5px!important}.admin-layout .ingredients-table,.admin-layout .user-requests__table,.admin-layout table{min-width:100%!important;width:100%!important}.admin-layout .table-wrapper{margin-left:-5px!important;margin-right:-5px!important;padding-left:5px!important;padding-right:5px!important}.admin-layout .col-10{display:flex!important;justify-content:center!important}.admin-layout .col-2 .sidebar-container,.admin-layout .col-10 .flex-grow-1{width:100%!important;max-width:100%!important}.admin-layout .col-2 .sidebar-container{min-width:100%!important;box-sizing:border-box!important}.admin-layout .col-2 .sidebar-container .sidebar-content,.admin-layout .col-2 .sidebar-container .sidebar-nav{width:100%!important}}.sidebar-link{max-width:100%;overflow:hidden}.sidebar-link+.sidebar-link{margin-top:2px}@media (max-width:768px){.admin-layout .col-2{flex-basis:100%!important;flex-grow:0!important;flex-shrink:0!important}.admin-layout{width:100%!important;max-width:100%!important}}@media (max-width:576px){.admin-layout .col-2{flex-basis:100%!important;flex-grow:0!important;flex-shrink:0!important}.admin-layout{width:100%!important;max-width:100%!important}}@media (prefers-color-scheme:dark){.sidebar-container{background-color:#2d3748;border-right-color:#4a5568}.sidebar-header{color:#fff;border-bottom-color:#4a5568}.sidebar-link{color:#a0aec0}.sidebar-link:hover{color:#fff;background-color:#4a5568}.sidebar-link-active{background-color:#4a5568!important;color:#fff!important}}@media (max-width:768px){div.d-flex.admin-layout div.col-2.p-0{flex:0 0 100%!important}div.d-flex.admin-layout div.col-2.p-0,div.d-flex.admin-layout div.col-2.p-0 .sidebar-container{width:100%!important;max-width:100%!important;min-width:100%!important}}@media (max-width:576px){div.d-flex.admin-layout div.col-2.p-0{flex:0 0 100%!important}div.d-flex.admin-layout div.col-2.p-0,div.d-flex.admin-layout div.col-2.p-0 .sidebar-container{width:100%!important;max-width:100%!important;min-width:100%!important}}.user-requests{display:flex;flex-direction:row;grid-gap:20px;gap:20px;background:#fafbfc;padding:24px;flex-wrap:wrap;min-height:100vh;overflow:visible}.user-requests__table-section{flex:3 1;min-width:300px;margin-right:0;overflow:visible}.user-requests__top{display:flex;align-items:center;flex-wrap:wrap;grid-gap:10px;gap:10px;margin-bottom:24px}.user-requests__search{padding:12px 18px;font-size:16px;border-radius:8px;border:1px solid #ececec;max-width:360px;background:#fff;margin-right:10px}.user-requests__filter-type,.user-requests__filter-value{position:relative;flex:1 1 auto}.user-requests__filter-btn{background:#fff;color:#222;border-radius:8px;padding:8px 14px;border:1px solid #eee;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;width:100%;justify-content:space-between}.user-requests__filter-menu{position:absolute;top:110%;left:0;background:#fff;min-width:100%;border-radius:12px;border:1px solid #ededed;box-shadow:0 4px 32px rgba(60,64,67,.14);z-index:200;padding:12px 0}.user-requests__filter-title{font-weight:700;font-size:14px;padding:7px 20px;color:#222;margin-bottom:4px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.user-requests__filter-option{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:14px;font-weight:500;cursor:pointer;padding:9px 20px;color:#444;background:transparent}.user-requests__filter-option.active{color:#181818;background:#f6faf8}.user-requests__filter-check{color:#19b97a;font-size:14px}.user-requests__bell{position:relative;margin-left:auto}.user-requests__bell svg{color:#222;font-size:24px}.user-requests__notif-dot{position:absolute;right:0;top:0;height:11px;width:11px;border-radius:6px;background:#ff4d4f;border:2px solid #fff}.user-requests__table-container{background:#fff;border-radius:14px;padding:24px 24px 0;margin-bottom:16px;border:1px solid #ededed;overflow:visible;position:relative}.user-requests__heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-row-gap:12px;row-gap:12px;margin-bottom:16px}.user-requests__heading h2{margin:0;font-weight:700;font-size:26px;letter-spacing:-1.2px}.user-requests__heading span{color:#666;font-size:14px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.user-requests__table-scroll{overflow-x:auto;margin-bottom:14px;padding-bottom:4px}.user-requests__table{min-width:1200px;width:auto;border-collapse:separate;border-spacing:0;font-size:15px;background:#fff;table-layout:auto}@media (min-width:768px) and (max-width:1024px){.user-requests__table{min-width:1100px;font-size:14px}}@media (min-width:576px) and (max-width:767px){.user-requests__table{min-width:1000px;font-size:13px}}@media (max-width:575px){.user-requests__table{min-width:950px;font-size:12px;display:table;table-layout:auto}}@media (max-width:400px){.user-requests__table{min-width:900px;font-size:11px}}.user-requests__table th{padding:15px;color:#888;font-weight:500;border-bottom:1px solid #f2f2f2;min-width:95px;white-space:nowrap}@media (min-width:768px) and (max-width:1024px){.user-requests__table th{padding:13px 10px;font-size:13px;min-width:90px}}@media (min-width:576px) and (max-width:767px){.user-requests__table th{padding:12px 8px;font-size:12px;min-width:85px}}@media (max-width:575px){.user-requests__table th{padding:10px 6px;font-size:11px;min-width:80px}}@media (max-width:400px){.user-requests__table th{padding:8px 4px;font-size:10px;min-width:70px}}.user-requests__table th:first-child{min-width:150px}.user-requests__table th:nth-child(2){min-width:140px}.user-requests__table th:nth-child(3){min-width:180px}.user-requests__table th:nth-child(4){min-width:100px}.user-requests__table th:nth-child(5){min-width:120px}.user-requests__table th:nth-child(6){min-width:130px}.user-requests__table th:nth-child(7){min-width:100px}@media (min-width:768px) and (max-width:1024px){.user-requests__table th:nth-child(7){min-width:95px;padding:13px 8px}}@media (min-width:576px) and (max-width:767px){.user-requests__table th:nth-child(7){min-width:90px;padding:12px 6px}}@media (max-width:575px){.user-requests__table th:nth-child(7){min-width:85px;padding:10px 5px}}@media (max-width:400px){.user-requests__table th:nth-child(7){min-width:75px;padding:8px 4px}}.user-requests__table th:nth-child(8){min-width:100px}@media (min-width:768px) and (max-width:1024px){.user-requests__table th:nth-child(8){min-width:95px;padding:13px 8px}}@media (min-width:576px) and (max-width:767px){.user-requests__table th:nth-child(8){min-width:90px;padding:12px 6px}}@media (max-width:575px){.user-requests__table th:nth-child(8){min-width:85px;padding:10px 5px}}@media (max-width:400px){.user-requests__table th:nth-child(8){min-width:75px;padding:8px 4px}}.user-requests__table th:nth-child(9){min-width:80px;text-align:center;width:80px}.user-requests__table td{padding:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px) and (max-width:1024px){.user-requests__table td{padding:14px 10px;font-size:14px}}@media (min-width:576px) and (max-width:767px){.user-requests__table td{padding:12px 8px;font-size:13px}}@media (max-width:575px){.user-requests__table td{padding:10px 6px;font-size:12px}}@media (max-width:400px){.user-requests__table td{padding:8px 4px;font-size:11px}}@media (min-width:768px) and (max-width:1024px){.user-requests__table td:nth-child(7){padding:14px 8px;min-width:95px}}@media (min-width:576px) and (max-width:767px){.user-requests__table td:nth-child(7){padding:12px 6px;min-width:90px}}@media (max-width:575px){.user-requests__table td:nth-child(7){padding:10px 5px;min-width:85px}}@media (max-width:400px){.user-requests__table td:nth-child(7){padding:8px 4px;min-width:75px}}@media (min-width:768px) and (max-width:1024px){.user-requests__table td:nth-child(8){padding:14px 8px;min-width:95px}}@media (min-width:576px) and (max-width:767px){.user-requests__table td:nth-child(8){padding:12px 6px;min-width:90px}}@media (max-width:575px){.user-requests__table td:nth-child(8){padding:10px 5px;min-width:85px}}@media (max-width:400px){.user-requests__table td:nth-child(8){padding:8px 4px;min-width:75px}}.user-requests__table td:nth-child(9){width:80px;text-align:center;padding:10px;position:relative;overflow:visible}@media (min-width:768px) and (max-width:1024px){.user-requests__table td:nth-child(9){padding:9px 6px;width:75px}}@media (min-width:576px) and (max-width:767px){.user-requests__table td:nth-child(9){padding:8px 5px;width:70px}}@media (max-width:575px){.user-requests__table td:nth-child(9){padding:8px 4px;width:65px}}@media (max-width:400px){.user-requests__table td:nth-child(9){padding:6px 3px;width:60px}}.user-requests__table td.user-requests__no-users{padding:18px;text-align:center;color:#bbb;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;font-weight:500;letter-spacing:.02em;white-space:normal}.user-requests__table tr.even{background:#fff;border-bottom:1px solid #f3f3f3}.user-requests__table tr.odd{background:#fbfbfb;border-bottom:1px solid #f3f3f3}.user-requests__table tr.selected{background:#e8f4fd!important;border-left:4px solid #19b97a;box-shadow:0 2px 8px rgba(25,185,122,.15)}.user-requests__table tr.selected td{position:relative}.user-requests__ellipsis{background:#ededed;border-radius:50%;padding:5px 11px;color:#222;cursor:pointer;font-size:20px;display:inline-block;position:relative;transition:background-color .2s ease;z-index:2}.user-requests__ellipsis:hover{background:#d1d1d1}.user-requests__ellipsis:active{background:#c1c1c1}.user-requests__pagination{display:flex;justify-content:space-between;align-items:center;margin:8px 0 5px;color:#888;font-size:15px;flex-wrap:wrap;grid-gap:12px;gap:12px;padding-right:8px}.user-requests__pagination span{-webkit-user-select:none;-ms-user-select:none;user-select:none;font-weight:500;font-size:15px}.user-requests__pagination button{background:#f3f3f3;border:none;border-radius:5px;padding:7px 22px;font-weight:600;font-size:16px;color:#222;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.user-requests__pagination button.disabled,.user-requests__pagination button:disabled{color:#ccc;cursor:not-allowed}.user-requests__pagination div{display:flex;grid-gap:10px;gap:10px}.user-requests__side-form{flex:1.2 1;min-width:280px;max-width:400px;background:#fff;border:1px solid #ededed;border-radius:14px;box-shadow:0 4px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;max-height:calc(100vh - 48px)}.user-requests__side-header{padding:28px 28px 0;border-bottom:1px solid #eee;flex-shrink:0}.user-requests__side-header h2{font-weight:700;margin-bottom:4px;font-size:22px}.user-requests__side-header span{color:#888;font-size:15px}.user-requests__selected-indicator{margin-top:12px;margin-bottom:8px}.user-requests__selected-badge{display:inline-block;background:#e8f4fd;color:#19b97a;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid #19b97a;box-shadow:0 2px 4px rgba(25,185,122,.1)}.user-requests__form{padding:28px;flex:1 1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.user-requests__form::-webkit-scrollbar{display:none}.user-requests__approval-section{margin-bottom:24px}.user-requests__approval-section div{margin-bottom:12px;font-weight:600}.user-requests__approval-section div+div{display:flex;grid-gap:10px;gap:10px;margin-bottom:12px}.user-requests__approval-section div+div button{flex:1 1;padding:10px;border-radius:7px;border:1px solid #ccc;background:#fff;color:#000;cursor:pointer}.user-requests__approval-section div+div button.pending-active{border:1px solid #d9534f;background:#d9534f;color:#fff}.user-requests__approval-section div+div button.active-enabled{border:1px solid #5cb85c;background:#5cb85c;color:#fff}.user-requests__approval-section div+div button.disabled{border:1px solid #d9534f;background:#d9534f;color:#fff}.user-requests__approval-section div+div button.enabled{border:1px solid #5cb85c;background:#5cb85c;color:#fff}.user-requests__form-field{margin-bottom:20px}.user-requests__form-field label{font-weight:600;margin-bottom:7px;display:block}.user-requests__form-field input,.user-requests__form-field select{padding:12px;border-radius:7px;border:1px solid #ededed;width:100%;font-size:16px;background:#f6f8fa;cursor:pointer}.user-requests__save-btn{width:100%;background:#19b97a;color:#fff;font-size:18px;border-radius:8px;padding:15px 0;font-weight:700;border:none;cursor:pointer;box-shadow:0 2px 8px rgba(21,184,122,.07);opacity:1}.user-requests__save-btn:disabled{cursor:not-allowed;opacity:.7}.user-requests__table-wrapper{max-height:600px;overflow:visible;margin-bottom:14px;border-radius:10px;width:100%;position:relative}.user-requests__table-wrapper .table-scroll-container{max-height:600px;overflow-y:auto;overflow-x:auto;border-radius:10px;position:relative;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.user-requests__table-wrapper .table-scroll-container::-webkit-scrollbar{height:8px;width:8px}.user-requests__table-wrapper .table-scroll-container::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.user-requests__table-wrapper .table-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.user-requests__table-wrapper .table-scroll-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.user-requests__table-wrapper table{min-width:1200px;width:auto;max-width:none}@media (min-width:768px) and (max-width:1024px){.user-requests__table-wrapper table{min-width:1100px}}@media (min-width:576px) and (max-width:767px){.user-requests__table-wrapper table{min-width:1000px}}@media (max-width:575px){.user-requests__table-wrapper table{min-width:950px}}@media (max-width:400px){.user-requests__table-wrapper table{min-width:900px}}.user-requests__table-wrapper td,.user-requests__table-wrapper th{box-sizing:border-box}@media (min-width:768px) and (max-width:1024px){.user-requests__table-wrapper .table-scroll-container{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%}}@media (min-width:576px) and (max-width:767px){.user-requests__table-wrapper .table-scroll-container{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%}}@media (max-width:575px){.user-requests__table-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.user-requests__table-wrapper .table-scroll-container{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:100vw;position:relative;display:block}.user-requests__table-wrapper .table-scroll-container:after{content:"← Swipe to see more columns →";display:block;text-align:center;font-size:11px;color:#6c757d;padding:8px;background:linear-gradient(180deg,rgba(248,249,250,.95),transparent);border-top:1px solid #e9ecef;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;white-space:nowrap;font-weight:500;pointer-events:none}}@media (max-width:400px){.user-requests__table-wrapper .table-scroll-container:after{font-size:10px;padding:6px}}.user-requests__table-wrapper::-webkit-scrollbar{height:8px}.user-requests__table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.user-requests__table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.user-requests__table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.actions-dropdown{position:absolute;top:100%;right:0;min-width:178px;background:#fff;border-radius:12px;border:1px solid #ededed;box-shadow:0 4px 32px rgba(60,64,67,.14);z-index:99999;padding:8px 0;display:flex;flex-direction:column;margin-top:5px}.actions-dropdown__title{font-weight:700;color:#222;font-size:16px;padding:7px 23px}.actions-dropdown button{background:transparent;border:none;color:#222;font-size:15.5px;text-align:left;cursor:pointer;padding:10px 23px;display:flex;align-items:center;width:100%;transition:background-color .2s ease}.actions-dropdown button:hover{background-color:#f8f9fa}.actions-dropdown button svg{margin-right:7px;font-size:15px}.actions-dropdown button.actions-dropdown__delete{color:#ff575e;font-weight:600}.actions-dropdown__divider{border-top:1px solid #efefef;margin:3px 0}.access-badge{font-weight:700;padding:5px 22px;border-radius:18px;font-size:16px;min-width:97px;text-align:center;border:none}.access-badge--active{background:#222;color:#fff}.access-badge--inactive{background:#ededed;color:#222}.access-badge--suspended{background:#ff575e;color:#fff}.sub-badge{background:#eee;color:#222;padding:5px 23px;border-radius:18px;font-weight:700;display:inline-block;text-transform:capitalize;min-width:99px;text-align:center;font-size:16px}.sub-badge--basic{background:#f3f3f3}.sub-badge--enterprise,.sub-badge--pro{background:#eee}.actions-wrapper{position:relative;display:inline-block;z-index:1}@media (max-width:1024px){flex-direction:column;grid-gap:16px;gap:16px;__side-form,__table-section{flex:1 1 100%;max-width:100%}tr.selected{background:#f0f8ff!important;border-left:3px solid #19b97a;box-shadow:0 1px 4px rgba(25,185,122,.1)}}.companies-table table{min-width:1400px!important;width:auto!important}.companies-table table th:first-child{min-width:200px!important;width:200px!important}.companies-table table th:nth-child(2){min-width:220px!important;width:220px!important}.companies-table table th:nth-child(3){min-width:150px!important;width:150px!important}.companies-table table th:nth-child(4){min-width:180px!important;width:180px!important}.companies-table table th:nth-child(5){min-width:250px!important;width:250px!important;white-space:normal!important}.companies-table table th:nth-child(6){min-width:180px!important;width:180px!important;white-space:nowrap!important}.companies-table table th:nth-child(7){min-width:100px!important;width:100px!important;text-align:center!important}.companies-table table td:nth-child(5){line-height:1.5!important;padding:15px 20px!important}.companies-table table td:nth-child(6){padding:15px 20px!important}.companies-table table td:nth-child(7){text-align:center!important;padding:10px!important;width:100px!important;min-width:100px!important}.companies-table table td:nth-child(5){white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;line-height:1.6!important;width:250px!important;min-width:250px!important;max-width:250px!important}.companies-table table td:nth-child(5),.companies-table table td:nth-child(6){padding:20px!important;overflow:visible!important;text-overflow:unset!important;display:table-cell!important;vertical-align:middle!important;box-sizing:border-box!important}.companies-table table td:nth-child(6){white-space:nowrap!important;width:180px!important;min-width:180px!important}.company-feature-modal .modal-content{border-radius:16px;background:#fff;padding:26px 12px 16px;min-width:420px;box-sizing:border-box;max-width:740px;box-shadow:0 4px 24px rgba(30,35,65,.08);border:1.5px solid #e9ecf2}.company-feature-modal .modal-header{border-bottom:none;font-weight:700;font-size:1.32em;padding-bottom:5px;color:#1d2340;margin-bottom:3px}.company-feature-modal .modal-body{padding:0}.company-feature-section{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.feature-row{display:flex;align-items:center;justify-content:flex-start;margin-bottom:14px;background:#fff;border:1.5px solid #e5e6ea;border-radius:15px;padding:16px 18px 16px 22px;box-shadow:0 1px 8px rgba(30,35,65,.06);min-height:58px}.feature-row .feature-label{font-weight:600;flex:none;width:150px;color:#212224;font-size:1.02em;margin-right:18px;letter-spacing:.01em}@media (max-width:525px){.feature-row{flex-direction:column;align-items:stretch;min-height:0;padding:10px 6px}.feature-row .feature-label{margin-bottom:10px;min-width:auto;white-space:pre-line}}.feature-row .feature-dropdown,.feature-row .feature-value{flex:4 1;font-size:1em;color:#234}.feature-permission-section .addon-card-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:8px}@media (max-width:700px){.feature-permission-section .addon-card-grid{grid-template-columns:1fr}}.feature-permission-section .addon-card{background:#fff;border:1.5px solid #e9ecf2;border-radius:13px;box-sizing:border-box;padding:16px 16px 10px 18px;display:flex;flex-direction:column;min-height:125px;position:relative;box-shadow:0 1px 6px rgba(30,35,65,.06)}.feature-permission-section .addon-card .addon-card__top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.feature-permission-section .addon-card .addon-card__top .addon-card__title{font-size:1.05em;font-weight:600;color:#232323;text-transform:capitalize}.feature-permission-section .addon-card .addon-card__top .addon-card__price{font-weight:700;color:#233cff;font-size:.98em;margin-left:10px}.feature-permission-section .addon-card .addon-card__desc{color:#616161;font-size:.97em;margin-bottom:4px;margin-top:2px}.feature-permission-section .addon-card .addon-card__bottom{display:flex;align-items:center;margin-top:10px;grid-gap:12px;gap:12px;min-height:32px}.feature-permission-section .addon-card .addon-card__toggle{position:relative;display:inline-block;width:44px;height:24px}.feature-permission-section .addon-card .addon-card__toggle input{opacity:0;width:0;height:0}.feature-permission-section .addon-card .addon-card__toggle .addon-card__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#eaeaf5;border-radius:12px;transition:background .16s}.feature-permission-section .addon-card .addon-card__toggle input:checked+.addon-card__slider{background:#233cff}.feature-permission-section .addon-card .addon-card__toggle .addon-card__slider:before{position:absolute;content:"";height:15px;width:15px;left:5px;bottom:4px;background:#fff;transition:.22s;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.09)}.feature-permission-section .addon-card .addon-card__toggle input:checked+.addon-card__slider:before{transform:translateX(16px);background:#fff}.feature-permission-section .addon-card .addon-card__active{background:#262729;color:#fff;border-radius:12px;font-size:.89em;padding:3px 13px;font-weight:500;margin-left:5px}.main-cards-row{display:flex;grid-gap:28px;gap:28px;justify-content:center;align-items:flex-start;width:100%;max-width:740px;margin:0 auto 28px}@media (max-width:900px){.main-cards-row{flex-direction:column;align-items:stretch;grid-gap:18px;gap:18px;max-width:98vw}}.billing-card,.credits-card{background:#fff;border-radius:16px;border:1.5px solid #e9ecf2;box-shadow:0 2px 10px rgba(30,35,65,.07);padding:18px 12px;width:50%;min-width:0;max-width:340px;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;flex-shrink:1}@media (max-width:750px){.billing-card,.credits-card{width:100%;max-width:98vw;padding:16px 7px}}.billing-title,.credits-title{font-size:1.21em;font-weight:700;margin-bottom:4px}.current-credits-label{margin-top:11px;color:#202020;font-size:1em}.current-credits-value{color:#16b53a;font-size:2.2em;font-weight:600}.purchase-btn{margin-top:10px;background:#181818;color:#fff;border:none;border-radius:9px;font-size:1.06em;font-weight:600;padding:11px 22px;cursor:pointer;margin-bottom:18px}.credit-divider{width:100%;height:1.1px;background:#efefef;margin:16px 0}.manual-credit-label{font-size:1.02em;font-weight:500;margin-bottom:7px}.manual-credit-row{display:flex;grid-gap:7px;gap:7px;margin-bottom:16px;flex-wrap:wrap;width:100%}.manual-credit-row .adjust-input{border:1.3px solid #b8b8bc;border-radius:8px;padding:7px 15px;font-size:1em;min-width:82px;max-width:62%;flex:1 1 150px;background:#fafbfc}.manual-credit-row .add-btn{background:#b9b9bc;border:none;border-radius:8px;color:#fff;font-size:1.04em;font-weight:600;padding:7px 22px;cursor:pointer;max-width:32%;flex:0 1 96px;margin-left:0}@media (max-width:520px){.manual-credit-row{flex-direction:column;grid-gap:8px;gap:8px}.manual-credit-row .add-btn,.manual-credit-row .adjust-input{width:100%;max-width:none;flex:none}}.preset-btn{background:#fff;border:1.3px solid #e7e7e9;border-radius:9px;color:#181818;font-size:1.04em;font-weight:600;margin-top:5px;padding:8px 29px;cursor:pointer}.billing-card .billing-row{display:flex;justify-content:space-between;width:100%;margin-bottom:8px;font-size:1.07em}.billing-card .billing-divider{width:100%;height:1.1px;background:#efefef;margin:15px 0 9px}.billing-card .total-row{font-size:1.14em;font-weight:700;margin-top:5px}.billing-card .billing-value{color:#1d1d23;font-weight:600}.billing-card .total-value{color:#2526c0;font-weight:700}.billing-card .total-label{font-size:.92em;color:#15151b;margin-top:-6px;margin-bottom:1px;text-align:right;width:100%}.billing-card .billing-detail{color:#2d2d2d;font-size:.97em;margin-bottom:5px;font-weight:500;margin-top:-7px;margin-left:4px}.user-reports{padding:20px}.user-reports h3{font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:1px;color:#273f52;flex:1 1}.user-reports .page-header{padding-top:26px;padding-bottom:18px;display:flex;align-items:center}.user-reports td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52;vertical-align:middle;border-top:0}.user-reports span{padding:6px;border-radius:7px}.user-reports span.submitted{border:1px solid #f5a84f;color:#f5a84f}.user-reports span.processing,.user-reports span.uploaded{border:1px solid #51c6ac;color:#51c6ac}.user-reports span.uploaded{background-color:#fff}.user-reports span.requested{border:1px solid #f4a850;color:#f4a850;background-color:#fff;white-space:nowrap}.email-schedule{width:500px;padding:20px}.email-schedule .react-timekeeper{width:450px;margin:0 4px;z-index:0}.admin-billing{padding:20px}.admin-billing table td span{padding:3px 12px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.admin-billing table td span.paid{background-color:rgba(14,215,171,.44)}.admin-billing table td span.open{background-color:rgba(244,168,80,.4)}.admin-billing .page-header{padding-top:26px;padding-bottom:18px;display:flex;align-items:center}.admin-recommendations .status-label{position:relative;transition:all .1s ease-in-out;border:1px solid;border-radius:8px}.admin-recommendations .status-label.requested{border-color:#f5a84f;color:#f4a850}.admin-recommendations .status-label.recommended{border-color:#0ed7ac;color:#0ed7ac}.admin-recommendations .status-label:hover{cursor:pointer;color:#fff}.admin-recommendations .status-label:hover.requested{background-color:#f5a84f}.admin-recommendations .status-label:hover.recommended{background-color:#0ed7ac}.admin_email label{margin:0}.admin-data-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;margin:0;padding:0}.admin-data-container__header{padding:24px 24px 16px;border-bottom:1px solid #e9ecef;background:#fafbfc}.admin-data-container__header h3{margin:0 0 8px;font-size:24px;font-weight:600;color:#2c3e50;line-height:1.2}.admin-data-container__header p{margin:0;font-size:14px;color:#6c757d;line-height:1.4}.admin-data-container__tabs{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0;margin:0;display:flex;flex-wrap:wrap;position:relative;grid-gap:2px;gap:2px}.admin-data-container__tabs .nav-item{flex:1 1 auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;position:relative}.admin-data-container__tabs .nav-item .nav-link{display:flex;align-items:center;justify-content:center;padding:16px 12px;font-size:14px;font-weight:500;color:#6c757d;text-decoration:none;border:none;background:transparent;transition:all .2s ease;position:relative;min-height:56px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:100px;text-align:center}.admin-data-container__tabs .nav-item .nav-link:hover{color:#495057;background:rgba(0,0,0,.05)}.admin-data-container__tabs .nav-item .nav-link.active{color:#2c3e50;background:#fff;font-weight:600;box-shadow:0 -2px 8px rgba(0,0,0,.1);z-index:2}.admin-data-container__tabs .nav-item .nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#007bff,#0056b3)}.admin-data-container__content{background:#fff;padding:24px;min-height:400px}.admin-data-container__content .tab-pane{-webkit-animation:fadeIn .3s ease-in-out;animation:fadeIn .3s ease-in-out}@media (max-width:1024px){.admin-data-container__header{padding:20px 20px 12px}.admin-data-container__header h3{font-size:22px}.admin-data-container__tabs .nav-item{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 2px);min-width:calc(33.333% - 2px)}.admin-data-container__tabs .nav-item .nav-link{padding:14px 8px;font-size:13px;min-height:52px;white-space:normal;line-height:1.2}.admin-data-container__content{padding:20px}}@media (max-width:768px){.admin-data-container{margin:0;border-radius:8px}.admin-data-container__header{padding:16px 16px 12px}.admin-data-container__header h3{font-size:20px;margin-bottom:6px}.admin-data-container__header p{font-size:13px}.admin-data-container__tabs{flex-wrap:wrap;grid-gap:2px;gap:2px}.admin-data-container__tabs .nav-item{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 2px);min-width:calc(33.333% - 2px)}.admin-data-container__tabs .nav-item:nth-child(3n+1),.admin-data-container__tabs .nav-item:nth-child(3n+2){border-right:1px solid #e9ecef}.admin-data-container__tabs .nav-item:nth-child(-n+3){border-bottom:1px solid #e9ecef}.admin-data-container__tabs .nav-item .nav-link{padding:12px 6px;font-size:12px;min-height:48px;text-align:center;white-space:normal;line-height:1.1}.admin-data-container__content{padding:16px;min-height:300px}}@media (max-width:414px) and (min-height:896px){.admin-data-container{margin:0;border-radius:8px}.admin-data-container__header{padding:16px 16px 12px}.admin-data-container__header h3{font-size:20px;margin-bottom:6px}.admin-data-container__header p{font-size:13px}.admin-data-container__tabs{flex-wrap:wrap;grid-gap:2px;gap:2px}.admin-data-container__tabs .nav-item{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 2px);min-width:calc(33.333% - 2px)}.admin-data-container__tabs .nav-item:nth-child(3n+1),.admin-data-container__tabs .nav-item:nth-child(3n+2){border-right:1px solid #e9ecef}.admin-data-container__tabs .nav-item:nth-child(-n+3){border-bottom:1px solid #e9ecef}.admin-data-container__tabs .nav-item .nav-link{padding:12px 6px;font-size:12px;min-height:48px;text-align:center;white-space:normal;line-height:1.1}.admin-data-container__content{padding:16px;min-height:300px}}@media (max-width:576px){.admin-data-container{border-radius:0;margin:0;box-shadow:none}.admin-data-container__header{padding:12px 12px 8px}.admin-data-container__header h3{font-size:18px;margin-bottom:4px}.admin-data-container__header p{font-size:12px;line-height:1.3}.admin-data-container__tabs{flex-wrap:wrap;grid-gap:1px;gap:1px}.admin-data-container__tabs .nav-item{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 1px);min-width:calc(33.333% - 1px);border-right:none!important;border-bottom:1px solid #e9ecef}.admin-data-container__tabs .nav-item:nth-child(3n+1),.admin-data-container__tabs .nav-item:nth-child(3n+2){border-right:1px solid #e9ecef}.admin-data-container__tabs .nav-item:nth-child(-n+3){border-bottom:1px solid #e9ecef}.admin-data-container__tabs .nav-item:last-child{border-bottom:none}.admin-data-container__tabs .nav-item .nav-link{padding:10px 4px;font-size:11px;min-height:44px;justify-content:center;text-align:center;white-space:normal;line-height:1;word-break:break-word}.admin-data-container__content{padding:12px;min-height:250px}}@media (max-width:400px){.admin-data-container__header{padding:10px 10px 6px}.admin-data-container__header h3{font-size:16px}.admin-data-container__header p{font-size:11px}.admin-data-container__tabs{grid-gap:1px;gap:1px}.admin-data-container__tabs .nav-item .nav-link{padding:8px 2px;font-size:10px;min-height:40px;line-height:.9;word-break:break-word}.admin-data-container__content{padding:10px}}@media (prefers-contrast:high){.admin-data-container__tabs .nav-item .nav-link{border:1px solid transparent}.admin-data-container__tabs .nav-item .nav-link.active{border-color:#000;background:#fff;color:#000}}@media (prefers-reduced-motion:reduce){.admin-data-container__tabs .nav-item .nav-link{transition:none}.admin-data-container__content .tab-pane{-webkit-animation:none;animation:none}}@media print{.admin-data-container{box-shadow:none;border:1px solid #000}.admin-data-container__tabs{display:none}.admin-data-container__content .tab-pane{display:block!important;-webkit-animation:none;animation:none}}.admin-data-container .container-fluid,.admin-data-table-wrapper .container-fluid{padding:20px;background:#f8f9fa;min-height:100vh;overflow-x:visible}.admin-data-container .container-fluid>*+*,.admin-data-table-wrapper .container-fluid>*+*{margin-top:16px}@media (max-width:768px){.admin-data-container .container-fluid,.admin-data-table-wrapper .container-fluid{padding:16px;overflow-x:visible;max-width:none!important;width:100%!important}}.admin-data-table-wrapper{background:#fff;border-radius:8px;overflow:visible;box-shadow:0 2px 4px rgba(0,0,0,.1);min-width:800px;width:100%;margin:0}.admin-data-table-wrapper .admin-data-table td:first-child,.admin-data-table-wrapper .admin-data-table th:first-child{position:relative;z-index:1;background:#fff!important}@media (max-width:768px){.admin-data-table-wrapper{overflow:visible!important;max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;position:relative;left:0}}.admin-data-table-wrapper .admin-table-responsive{border-radius:8px;display:block!important;width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc;margin:0;padding:0}.admin-data-table-wrapper .admin-table-responsive table{margin-left:0!important;padding-left:0!important;position:relative;left:0}.admin-data-table-wrapper .admin-table-responsive::-webkit-scrollbar{height:8px}.admin-data-table-wrapper .admin-table-responsive::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.admin-data-table-wrapper .admin-table-responsive::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.admin-data-table-wrapper .admin-table-responsive::-webkit-scrollbar-thumb:hover{background:#a0aec0}.admin-data-table-wrapper .table-responsive{border-radius:8px;display:block!important;width:100%!important;min-width:800px!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc;position:relative;margin:0;padding:0}.admin-data-table-wrapper .table-responsive table{position:relative;left:0}.admin-data-table-wrapper .table-responsive::-webkit-scrollbar{height:8px}.admin-data-table-wrapper .table-responsive::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.admin-data-table-wrapper .table-responsive::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.admin-data-table-wrapper .table-responsive::-webkit-scrollbar-thumb:hover{background:#a0aec0}.admin-data-table-wrapper .table-responsive table{width:100%!important;min-width:800px!important;margin-left:0!important;padding-left:0!important}@media (max-width:768px){.admin-data-table-wrapper .table-responsive{width:100%!important;min-width:100vw!important;max-width:none!important;overflow-x:scroll!important;-webkit-overflow-scrolling:touch!important}.admin-data-table-wrapper .table-responsive table{width:1400px!important;min-width:1400px!important;margin-left:0!important;padding-left:0!important}}@media (max-width:576px){.admin-data-table-wrapper .admin-data-table-wrapper .table-responsive table{width:1300px!important;min-width:1300px!important;margin-left:0!important;padding-left:0!important}}@media (max-width:414px) and (min-height:896px){.admin-data-table-wrapper{margin:0;border-radius:8px;overflow:visible!important;min-width:100%;width:100%!important;max-width:none!important;position:relative;left:0}}@media (max-width:768px){.admin-data-table-wrapper{margin:0;border-radius:8px;overflow:visible!important;min-width:100%;width:100%!important;position:relative;left:0}.admin-data-table-wrapper .admin-table-responsive,.admin-data-table-wrapper .table-responsive{border-radius:8px;overflow-x:auto!important;overflow-y:visible!important;width:100%!important;max-width:none!important;min-width:100%!important;-webkit-overflow-scrolling:touch!important;display:block!important;scroll-behavior:smooth;overscroll-behavior-x:contain}.admin-data-table-wrapper .admin-table-responsive:after,.admin-data-table-wrapper .table-responsive:after{content:"← Scroll to see more →";display:block;text-align:center;font-size:12px;color:#6c757d;padding:8px;background:#f8f9fa;border-top:1px solid #e9ecef;position:-webkit-sticky;position:sticky;bottom:0;z-index:10}}.admin-data-table{margin:0;border-collapse:collapse;width:100%;min-width:800px;font-size:14px;table-layout:auto;display:table!important;position:relative;left:0}.admin-data-table td:first-child,.admin-data-table th:first-child{position:relative;z-index:2;background:#fff!important;box-shadow:none}.admin-data-table.table{width:100%!important;min-width:800px!important;display:table!important;table-layout:auto!important}.admin-data-table.table-responsive{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.admin-data-table.ingredients-table{min-width:800px!important;width:100%!important;table-layout:auto!important}.admin-data-table.ingredients-table td,.admin-data-table.ingredients-table th{display:table-cell!important;visibility:visible!important;opacity:1!important}.admin-data-table.ingredients-table thead{display:table-header-group!important;width:100%!important}.admin-data-table.ingredients-table tbody{display:table-row-group!important;width:100%!important}.admin-data-table.ingredients-table td:first-child,.admin-data-table.ingredients-table th:first-child{min-width:300px;width:35%}.admin-data-table.ingredients-table td:nth-child(2),.admin-data-table.ingredients-table td:nth-child(3),.admin-data-table.ingredients-table th:nth-child(2),.admin-data-table.ingredients-table th:nth-child(3){min-width:150px;width:15%}.admin-data-table.ingredients-table td:nth-child(4),.admin-data-table.ingredients-table th:nth-child(4){min-width:120px;width:10%}.admin-data-table.ingredients-table td:nth-child(5),.admin-data-table.ingredients-table th:nth-child(5){min-width:200px;width:15%}.admin-data-table.ingredients-table td:nth-child(6),.admin-data-table.ingredients-table th:nth-child(6){min-width:120px;width:120px;max-width:120px;text-align:center}.admin-data-table td,.admin-data-table th{display:table-cell!important;visibility:visible!important;opacity:1!important;position:relative!important}.admin-data-table td:first-child,.admin-data-table th:first-child{min-width:400px!important;width:40%!important;max-width:none!important;padding-left:16px!important;padding-right:12px!important}.admin-data-table .admin-data-table td:first-child,.admin-data-table .admin-data-table th:first-child,.admin-data-table td:first-child,.admin-data-table th:first-child{white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;-ms-hyphens:auto!important;hyphens:auto!important}.admin-data-table .table-header th{display:table-cell!important;visibility:visible!important;opacity:1!important;width:auto!important;min-width:120px!important}.admin-data-table .admin-data-table thead th:first-child{white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;-ms-hyphens:auto!important;hyphens:auto!important;min-width:400px!important;width:40%!important;padding-left:16px!important;padding-right:12px!important;background:#fff!important}.admin-data-table .table-row td{display:table-cell!important;visibility:visible!important;opacity:1!important;width:auto!important;min-width:120px!important}.admin-data-table tbody,.admin-data-table thead,.admin-data-table tr{display:table-row!important;width:100%!important}.admin-data-table thead{display:table-header-group!important}.admin-data-table tbody{display:table-row-group!important}.admin-data-table .table-header{background:#fff;border-bottom:2px solid #dee2e6}.admin-data-table .table-header th{padding:16px 12px;font-weight:600;color:#495057;text-align:left;border:none;font-size:13px;text-transform:uppercase;letter-spacing:.5px;position:relative;word-wrap:break-word;overflow-wrap:break-word}.admin-data-table .table-header th:first-child{padding-left:16px!important;padding-right:12px!important;background:#fff!important}.admin-data-table .table-header th.sortable{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:color .2s ease}.admin-data-table .table-header th.sortable:hover{color:#007bff}.admin-data-table .table-header th.sortable:after{content:"↕";position:absolute;right:8px;opacity:.5;font-size:12px}.admin-data-table .table-header th.actions-column{width:120px;min-width:120px;text-align:center;padding:16px 8px}.admin-data-table .table-header th:first-child{width:35%}.admin-data-table .table-header th:nth-child(2),.admin-data-table .table-header th:nth-child(3),.admin-data-table .table-header th:nth-child(4){width:15%}.admin-data-table .table-header th:last-child,.admin-data-table .table-header th:nth-child(5),.admin-data-table .table-header th:nth-child(6){width:10%}.admin-data-table .table-row{border-bottom:1px solid #f1f3f4;transition:all .2s ease}.admin-data-table .table-row:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.admin-data-table .table-row.clickable{cursor:pointer}.admin-data-table .table-row:last-child{border-bottom:none}.admin-data-table .table-row td{padding:16px 12px;border:none;vertical-align:middle;color:#495057;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.admin-data-table .table-row td.cell-name,.admin-data-table .table-row td:first-child{padding-left:16px!important;padding-right:12px!important;background:#fff!important}.admin-data-table .table-row td.cell-name{font-weight:500;color:#2c3e50;word-break:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;line-height:1.4;max-width:none!important;min-width:400px!important;width:40%!important;-webkit-hyphens:auto!important;-ms-hyphens:auto!important;hyphens:auto!important}@media (max-width:768px){.admin-data-table .table-row td.cell-name{min-width:400px!important;width:40%!important;padding-left:16px!important;padding-right:12px!important;background:#fff!important}}@media (max-width:576px){.admin-data-table .table-row td.cell-name{min-width:350px!important;width:45%!important;padding-left:16px!important;padding-right:12px!important;background:#fff!important}}.admin-data-table .table-row td.cell-status .badge{font-size:11px;padding:4px 8px;border-radius:12px;font-weight:500}.admin-data-table .table-row td.cell-actions{text-align:center;white-space:nowrap;min-width:120px;width:120px;padding:8px 4px}.admin-data-table .table-row td.cell-material{vertical-align:top;padding-top:12px}.admin-data-table .table-row td.cell-material .material-badge{display:inline-block;background:#f8f9fa;color:#495057;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;border:1px solid #e9ecef;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1.4;white-space:normal;margin-bottom:4px;transition:all .2s ease}.admin-data-table .table-row td.cell-material .material-badge:hover{background:#e9ecef;border-color:#ced4da}.admin-data-table .empty-cell,.admin-data-table .loading-cell{text-align:center;padding:40px 20px;color:#6c757d;width:100%!important;min-width:800px!important}.admin-data-table .loading-row{width:100%!important;display:table-row!important}.admin-data-table .loading-row td{width:100%!important;min-width:800px!important;display:table-cell!important;table-layout:auto!important}.admin-data-table .loading-cell{width:100%!important;min-width:800px!important;max-width:none!important;table-layout:fixed!important;box-sizing:border-box!important;position:relative!important;background:hsla(0,0%,100%,.95)}.admin-data-table .loading-cell:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;min-width:800px;z-index:-1}.admin-data-table .loading-spinner{display:flex;align-items:center;justify-content:center;grid-gap:12px;gap:12px;width:100%;min-width:800px}.admin-data-table .loading-spinner .spinner{width:20px;height:20px;border:2px solid #e9ecef;border-top-color:#007bff;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.admin-data-table .loading-spinner span{font-size:16px;font-weight:500;color:#495057}@media (max-width:768px){.admin-data-table .empty-cell,.admin-data-table .loading-cell{min-width:100%!important;padding:60px 20px}.admin-data-table .loading-cell,.admin-data-table .loading-row td{min-width:100%!important}.admin-data-table .loading-cell:before{min-width:100%}.admin-data-table .loading-spinner{min-width:100%;flex-direction:column;grid-gap:16px;gap:16px}.admin-data-table .loading-spinner .spinner{width:36px;height:36px;border-width:3px}.admin-data-table .loading-spinner span{font-size:18px;font-weight:600}}@media (max-width:480px){.admin-data-table .empty-cell,.admin-data-table .loading-cell{padding:80px 15px}.admin-data-table .loading-spinner .spinner{width:44px;height:44px;border-width:4px}.admin-data-table .loading-spinner span{font-size:20px}}.admin-data-table .empty-state{display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px;color:#6c757d}.admin-data-table .empty-state .empty-icon{font-size:32px;opacity:.5}.admin-data-table .actions-cell{text-align:center;padding:8px 4px;width:120px;min-width:120px;max-width:120px}.admin-data-table .actions-cell .btn-group{display:flex;grid-gap:4px;gap:4px;justify-content:center;align-items:center;width:100%}.admin-data-table .actions-cell .btn,.admin-data-table .actions-cell .reports table tr td.actions span,.reports table tr td.actions .admin-data-table .actions-cell span{padding:4px 8px;font-size:12px;border-radius:4px;border:none;transition:all .2s ease}.admin-data-table .actions-cell .btn-group-sm>.btn,.admin-data-table .actions-cell .btn.btn-sm,.admin-data-table .actions-cell .reports table tr td.actions .btn-group-sm>span,.admin-data-table .actions-cell .reports table tr td.actions span.btn-sm,.reports table tr td.actions .admin-data-table .actions-cell .btn-group-sm>span,.reports table tr td.actions .admin-data-table .actions-cell span.btn-sm{padding:2px 6px;font-size:11px}.admin-data-table.ingredients-table td,.admin-data-table.ingredients-table th,.admin-data-table.packaging-table td,.admin-data-table.packaging-table th,.admin-data-table.products-table td,.admin-data-table.products-table th,.admin-data-table.reports-table td,.admin-data-table.reports-table th,.admin-data-table.suppliers-table td,.admin-data-table.suppliers-table th{min-width:120px}.admin-data-table.ingredients-table td:first-child,.admin-data-table.ingredients-table th:first-child,.admin-data-table.packaging-table td:first-child,.admin-data-table.packaging-table th:first-child,.admin-data-table.products-table td:first-child,.admin-data-table.products-table th:first-child,.admin-data-table.reports-table td:first-child,.admin-data-table.reports-table th:first-child,.admin-data-table.suppliers-table td:first-child,.admin-data-table.suppliers-table th:first-child{min-width:400px;width:40%}.admin-data-table.ingredients-table td:last-child,.admin-data-table.ingredients-table th:last-child,.admin-data-table.packaging-table td:last-child,.admin-data-table.packaging-table th:last-child,.admin-data-table.products-table td:last-child,.admin-data-table.products-table th:last-child,.admin-data-table.reports-table td:last-child,.admin-data-table.reports-table th:last-child,.admin-data-table.suppliers-table td:last-child,.admin-data-table.suppliers-table th:last-child{min-width:100px;width:100px}@media (max-width:768px){.admin-data-table{min-width:1400px!important;width:1400px!important;table-layout:auto!important;display:table!important}.admin-data-table td,.admin-data-table th{min-width:160px;padding:12px 8px;display:table-cell!important;white-space:nowrap}.admin-data-table td:first-child,.admin-data-table th:first-child{min-width:400px;width:40%!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;-ms-hyphens:auto!important;hyphens:auto!important;max-width:none!important}.admin-data-table td:nth-child(2),.admin-data-table td:nth-child(3),.admin-data-table th:nth-child(2),.admin-data-table th:nth-child(3){min-width:140px;white-space:nowrap}.admin-data-table td:nth-child(4),.admin-data-table th:nth-child(4){min-width:110px;white-space:nowrap}.admin-data-table td:nth-child(5),.admin-data-table th:nth-child(5){min-width:180px;white-space:normal!important;word-break:break-word!important}.admin-data-table td:nth-child(6),.admin-data-table th:nth-child(6){min-width:120px;white-space:nowrap}.admin-data-table td:last-child,.admin-data-table th:last-child{white-space:nowrap;min-width:120px;width:120px;text-align:center}.admin-data-table td:nth-child(2),.admin-data-table th:nth-child(2){min-width:100px}.admin-data-table td:nth-child(3),.admin-data-table th:nth-child(3){min-width:120px}.admin-data-table td:nth-child(4),.admin-data-table th:nth-child(4){min-width:80px}.admin-data-table td:nth-child(5),.admin-data-table th:nth-child(5){min-width:100px}.admin-data-table td:nth-child(6),.admin-data-table th:nth-child(6){min-width:80px}.admin-data-table td:last-child,.admin-data-table th:last-child{min-width:100px}}@media (max-width:576px){.admin-data-table{min-width:1300px!important;width:1300px!important;font-size:12px}.admin-data-table td,.admin-data-table th{padding:8px 6px;min-width:140px;display:table-cell!important;white-space:nowrap}.admin-data-table td:first-child,.admin-data-table th:first-child{min-width:350px;width:45%!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;-ms-hyphens:auto!important;hyphens:auto!important;max-width:none!important}.admin-data-table td:nth-child(2),.admin-data-table th:nth-child(2){min-width:120px;white-space:nowrap}.admin-data-table td:nth-child(3),.admin-data-table th:nth-child(3){min-width:130px;white-space:nowrap}.admin-data-table td:nth-child(4),.admin-data-table th:nth-child(4){min-width:100px;white-space:nowrap}.admin-data-table td:nth-child(5),.admin-data-table th:nth-child(5){min-width:160px;white-space:normal!important;word-break:break-word!important}.admin-data-table td:nth-child(6),.admin-data-table th:nth-child(6){min-width:110px;white-space:nowrap}.admin-data-table td:last-child,.admin-data-table th:last-child{min-width:100px;width:100px;white-space:nowrap;text-align:center}}.admin-data-search{display:flex;align-items:center;grid-gap:16px;gap:16px;padding:16px 20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:16px}.admin-data-search__input-wrapper{position:relative;flex:1 1;min-width:0}.admin-data-search__input{width:100%;height:48px;padding:0 16px 0 48px;font-size:14px;border:2px solid #e9ecef;border-radius:8px;background:#fafbfc;color:#495057;transition:all .2s ease;outline:none}.admin-data-search__input::-webkit-input-placeholder{color:#6c757d;font-size:14px}.admin-data-search__input:-ms-input-placeholder{color:#6c757d;font-size:14px}.admin-data-search__input::-ms-input-placeholder{color:#6c757d;font-size:14px}.admin-data-search__input::placeholder{color:#6c757d;font-size:14px}.admin-data-search__input:focus{border-color:#007bff;background:#fff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.admin-data-search__input:hover:not(:focus){border-color:#ced4da;background:#fff}.admin-data-search__icon{left:16px;font-size:16px;pointer-events:none;z-index:1}.admin-data-search__clear-btn,.admin-data-search__icon{position:absolute;top:50%;transform:translateY(-50%);color:#6c757d}.admin-data-search__clear-btn{right:12px;background:none;border:none;font-size:14px;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.admin-data-search__clear-btn:hover{color:#495057;background:#f8f9fa}.admin-data-search__actions{display:flex;align-items:center;grid-gap:12px;gap:12px;flex-shrink:0}.admin-data-search__button{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.admin-data-search__button.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;box-shadow:0 2px 4px rgba(0,123,255,.2)}.admin-data-search__button.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,123,255,.3)}.admin-data-search__button.btn-secondary{background:#6c757d;color:#fff;box-shadow:0 2px 4px rgba(108,117,125,.2)}.admin-data-search__button.btn-secondary:hover{background:#5a6268;transform:translateY(-1px);box-shadow:0 4px 8px rgba(108,117,125,.3)}.admin-data-search__button.btn-outline{background:#fff;color:#6c757d;border:2px solid #e9ecef}.admin-data-search__button.btn-outline:hover{border-color:#007bff;color:#007bff;background:#f8f9fa}@media (max-width:768px){.admin-data-search{flex-direction:column;align-items:stretch;grid-gap:12px;gap:12px;padding:16px}.admin-data-search__input-wrapper{order:1}.admin-data-search__actions{order:2;justify-content:center}.admin-data-search__button{flex:1 1;justify-content:center}}@media (max-width:576px){.admin-data-search{padding:12px}.admin-data-search__input{height:44px;font-size:13px;padding:0 12px 0 40px}.admin-data-search__icon{left:12px;font-size:14px}.admin-data-search__clear-btn{right:8px;width:20px;height:20px;font-size:12px}.admin-data-search__button{padding:10px 16px;font-size:13px}}.status-badge{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-badge.status-active{background:#d4edda;color:#155724}.status-badge.status-inactive{background:#f8d7da;color:#721c24}.status-badge.status-pending{background:#fff3cd;color:#856404}.status-badge.status-verified{background:#d1ecf1;color:#0c5460}.status-badge.status-unverified{background:#f8d7da;color:#721c24}.allergen-badge{display:inline-block;background:#f8f9fa;color:#495057;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500;border:1px solid #e9ecef;margin:2px;white-space:nowrap;transition:all .2s ease}.allergen-badge.none{background:#e9ecef;color:#6c757d;font-style:italic}.allergen-badge:hover{background:#e9ecef;border-color:#ced4da}.action-btn{display:inline-flex;align-items:center;justify-content:center;grid-gap:4px;gap:4px;padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;min-width:60px;white-space:nowrap}.action-btn.btn-edit{background:#e3f2fd;color:#1976d2}.action-btn.btn-edit:hover{background:#bbdefb;transform:translateY(-1px)}.action-btn.btn-delete{background:#ffebee;color:#d32f2f}.action-btn.btn-delete:hover{background:#ffcdd2;transform:translateY(-1px)}.action-btn.btn-view{background:#f3e5f5;color:#7b1fa2}.action-btn.btn-view:hover{background:#e1bee7;transform:translateY(-1px)}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-data-pagination{display:flex;justify-content:center;align-items:center;grid-gap:16px;gap:16px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:16px}.admin-data-pagination__info{display:flex;flex-direction:column;align-items:center;grid-gap:4px;gap:4px;color:#495057;font-size:14px;font-weight:500;order:2}.admin-data-pagination__info .page-info{font-size:15px;color:#2c3e50}.admin-data-pagination__info .results-info{font-size:13px;color:#6c757d;background:#f8f9fa;padding:4px 8px;border-radius:6px}.admin-data-pagination__controls{display:flex;align-items:center;grid-gap:8px;gap:8px;order:1}.admin-data-pagination__next-controls{display:flex;align-items:center;grid-gap:8px;gap:8px;order:3}.admin-data-pagination__button{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;min-width:80px;justify-content:center}.admin-data-pagination__button.btn-prev{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 4px rgba(102,126,234,.2)}.admin-data-pagination__button.btn-prev:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px rgba(102,126,234,.3)}.admin-data-pagination__button.btn-prev:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed;box-shadow:none}.admin-data-pagination__button.btn-next{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 4px rgba(102,126,234,.2)}.admin-data-pagination__button.btn-next:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px rgba(102,126,234,.3)}.admin-data-pagination__button.btn-next:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed;box-shadow:none}.admin-data-pagination__button.btn-page{background:#fff;color:#495057;border:1px solid #dee2e6;min-width:40px;padding:8px 12px}.admin-data-pagination__button.btn-page:hover:not(:disabled){background:#f8f9fa;border-color:#007bff;color:#007bff}.admin-data-pagination__button.btn-page.is-current{background:#007bff;color:#fff;border-color:#007bff;font-weight:600}.admin-data-pagination__button.btn-page:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed;border-color:#e9ecef}.admin-data-pagination__page-numbers{display:flex;align-items:center;grid-gap:4px;gap:4px}.admin-data-pagination__ellipsis{color:#6c757d;font-size:14px;padding:0 8px}@media (max-width:768px){.admin-data-pagination{flex-direction:column;grid-gap:12px;gap:12px;padding:16px}.admin-data-pagination__info{order:2}.admin-data-pagination__controls{order:1;flex-wrap:wrap;justify-content:center}.admin-data-pagination__next-controls{order:3}.admin-data-pagination__button{padding:6px 12px;font-size:13px;min-width:70px}.admin-data-pagination__button.btn-page{min-width:36px;padding:6px 10px}.admin-data-pagination__page-numbers{grid-gap:2px;gap:2px}}@media (max-width:576px){.admin-data-pagination{padding:12px}.admin-data-pagination__button{padding:6px 10px;font-size:12px;min-width:60px}.admin-data-pagination__button.btn-page{min-width:32px;padding:6px 8px}.admin-data-pagination__info{font-size:13px}.admin-data-pagination__info .page-info{font-size:14px}.admin-data-pagination__info .results-info{font-size:12px;padding:3px 6px}}.dashboard-container,.tool-admin-container{min-height:100vh;background-color:#f8f9fa;padding:2rem 0}.dashboard-container .container-fluid,.tool-admin-container .container-fluid{padding:0 2rem;background:transparent;min-height:auto;overflow:visible}@media (max-width:768px){.dashboard-container .container-fluid,.tool-admin-container .container-fluid{padding:0 1rem}}.dashboard-container .dashboard-header,.tool-admin-container .dashboard-header{background:#fff;border-bottom:1px solid #e9ecef;padding:1.5rem 2.5rem 1rem}.dashboard-container .dashboard-header .search-bar,.tool-admin-container .dashboard-header .search-bar{max-width:480px}.dashboard-container .dashboard-header .search-bar .form-control,.tool-admin-container .dashboard-header .search-bar .form-control{border-radius:10px;border:1px solid #e9ecef;background:#fafbfc;font-size:1rem;padding-left:2.2rem}.dashboard-container .dashboard-header .search-bar .form-control::-webkit-input-placeholder,.tool-admin-container .dashboard-header .search-bar .form-control::-webkit-input-placeholder{color:#bec3c9}.dashboard-container .dashboard-header .search-bar .form-control:-ms-input-placeholder,.tool-admin-container .dashboard-header .search-bar .form-control:-ms-input-placeholder{color:#bec3c9}.dashboard-container .dashboard-header .search-bar .form-control::-ms-input-placeholder,.tool-admin-container .dashboard-header .search-bar .form-control::-ms-input-placeholder{color:#bec3c9}.dashboard-container .dashboard-header .search-bar .form-control::placeholder,.tool-admin-container .dashboard-header .search-bar .form-control::placeholder{color:#bec3c9}.dashboard-container .dashboard-header .search-bar .form-control:focus,.tool-admin-container .dashboard-header .search-bar .form-control:focus{box-shadow:0 0 0 2px rgba(0,123,255,.13);border-color:#80bdff;background:#fff}.dashboard-container .dashboard-header .header-actions,.tool-admin-container .dashboard-header .header-actions{display:flex;align-items:center;justify-content:flex-end;grid-gap:1.2rem;gap:1.2rem}.dashboard-container .dashboard-header .header-actions .notification-btn,.tool-admin-container .dashboard-header .header-actions .notification-btn{position:relative;color:#6c757d;background:none;border:none;box-shadow:none}.dashboard-container .dashboard-header .header-actions .notification-btn .notification-dot,.tool-admin-container .dashboard-header .header-actions .notification-btn .notification-dot{position:absolute;top:3px;right:3px;width:10px;height:10px;background:#dc3545;border-radius:50%;border:2px solid #fff}.dashboard-container .dashboard-header .header-actions .user-avatar,.tool-admin-container .dashboard-header .header-actions .user-avatar{width:38px;height:38px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6c757d;border:1px solid #dee2e6}.dashboard-container .custom-tabs,.dashboard-container .nav-tabs,.tool-admin-container .custom-tabs,.tool-admin-container .nav-tabs{display:flex;width:100%;background:#f4f4f5;border-radius:12px;overflow:hidden;border:none;margin:1.5rem 0 2.5rem}.dashboard-container .custom-tabs .nav-item,.dashboard-container .nav-tabs .nav-item,.tool-admin-container .custom-tabs .nav-item,.tool-admin-container .nav-tabs .nav-item{flex:1 1;min-width:160px;text-align:center;margin-bottom:0}.dashboard-container .custom-tabs .nav-link,.dashboard-container .nav-tabs .nav-link,.tool-admin-container .custom-tabs .nav-link,.tool-admin-container .nav-tabs .nav-link{width:100%;color:#797979;background:none;font-weight:500;font-size:1.06rem;border:none;padding:1rem 0;border-radius:0;transition:color .14s,background .14s}.dashboard-container .custom-tabs .nav-link:hover,.dashboard-container .nav-tabs .nav-link:hover,.tool-admin-container .custom-tabs .nav-link:hover,.tool-admin-container .nav-tabs .nav-link:hover{background:#f9fafb;color:#222}.dashboard-container .custom-tabs .nav-link.active,.dashboard-container .nav-tabs .nav-link.active,.tool-admin-container .custom-tabs .nav-link.active,.tool-admin-container .nav-tabs .nav-link.active{color:#181818;background:#fff;border:none;box-shadow:0 2px 8px rgba(16,24,40,.03);font-weight:700}.dashboard-container .card,.tool-admin-container .card{border:none;border-radius:16px;background:#fff;box-shadow:0 1px 4px rgba(16,24,40,.08);margin-bottom:1.5rem;overflow:visible;min-height:auto}.dashboard-container .card .card-body,.tool-admin-container .card .card-body{padding:2rem 2rem 1.5rem;overflow:visible;min-height:auto}.dashboard-container .action-buttons,.tool-admin-container .action-buttons{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap;margin-top:1rem;position:relative}.dashboard-container .action-buttons .btn,.dashboard-container .action-buttons .reports table tr td.actions span,.reports table tr td.actions .dashboard-container .action-buttons span,.reports table tr td.actions .tool-admin-container .action-buttons span,.tool-admin-container .action-buttons .btn,.tool-admin-container .action-buttons .reports table tr td.actions span{border-radius:10px;font-size:1rem;padding:.48rem 1.6rem;font-weight:500;display:flex;align-items:center;grid-gap:.6rem;gap:.6rem}.dashboard-container .action-buttons .btn-dark,.dashboard-container .action-buttons .btn-primary,.tool-admin-container .action-buttons .btn-dark,.tool-admin-container .action-buttons .btn-primary{background:#181818;border:none;color:#fff}.dashboard-container .action-buttons .btn-dark:focus,.dashboard-container .action-buttons .btn-dark:hover,.dashboard-container .action-buttons .btn-primary:focus,.dashboard-container .action-buttons .btn-primary:hover,.tool-admin-container .action-buttons .btn-dark:focus,.tool-admin-container .action-buttons .btn-dark:hover,.tool-admin-container .action-buttons .btn-primary:focus,.tool-admin-container .action-buttons .btn-primary:hover{background:#111;color:#fff}.dashboard-container .action-buttons .btn-outline-secondary,.tool-admin-container .action-buttons .btn-outline-secondary{background:#fff;border:1.3px solid #e9ecef;color:#575757}.dashboard-container .action-buttons .btn-outline-secondary:hover,.tool-admin-container .action-buttons .btn-outline-secondary:hover{background:#f7f7fa;color:#333;border-color:#babfc7}.dashboard-container .email-history-table,.dashboard-container table,.tool-admin-container .email-history-table,.tool-admin-container table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.dashboard-container .email-history-table th,.dashboard-container table th,.tool-admin-container .email-history-table th,.tool-admin-container table th{color:#6c757d;font-weight:500;border-top:none;font-size:1.01rem;padding:1rem .75rem;background:#fff;border-bottom:1.5px solid #e9ecef;text-align:left}.dashboard-container .email-history-table td,.dashboard-container table td,.tool-admin-container .email-history-table td,.tool-admin-container table td{font-size:1.01rem;padding:1.02rem .75rem;vertical-align:middle;background:#fff;border-bottom:1px solid #f2f3f5}.dashboard-container .email-history-table tr:hover td,.dashboard-container table tr:hover td,.tool-admin-container .email-history-table tr:hover td,.tool-admin-container table tr:hover td{background:#fafafa}.dashboard-container .email-history-table tr,.dashboard-container table tr,.tool-admin-container .email-history-table tr,.tool-admin-container table tr{transition:background .16s}.dashboard-container .table-responsive,.tool-admin-container .table-responsive{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;border-radius:8px}.dashboard-container .table-responsive table,.tool-admin-container .table-responsive table{margin-bottom:0}.dashboard-container .badge-success,.tool-admin-container .badge-success{background:#e6f6ed;color:#15803d;font-weight:500;border-radius:7px;padding:.32em 1.1em;font-size:.97em}.dashboard-container .badge-warning,.tool-admin-container .badge-warning{background:#fffae5;color:#b28900;font-weight:500;border-radius:7px;padding:.32em 1.1em;font-size:.97em}.dashboard-container .badge-secondary,.tool-admin-container .badge-secondary{background:#eceff1;color:#566575;font-weight:500;border-radius:7px;padding:.32em 1.1em;font-size:.97em}.dashboard-container .form-control:focus,.tool-admin-container .form-control:focus{border-color:#60a5fa;box-shadow:0 0 0 2px rgba(56,189,248,.11);background:#fff}.dashboard-container .integration-card,.tool-admin-container .integration-card{background:#fff;border:1px solid #e9ecef!important;border-radius:16px!important;transition:box-shadow .2s ease;height:100%}.dashboard-container .integration-card:hover,.tool-admin-container .integration-card:hover{box-shadow:0 4px 12px rgba(16,24,40,.1)}.dashboard-container .integration-card .integration-icon,.tool-admin-container .integration-card .integration-icon{background:#f8f9fa;border:1px solid #e9ecef}.calendar-dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:1000;min-width:300px}.inline-calendar{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:1rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.inline-calendar .calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 .5rem}.inline-calendar .calendar-header .calendar-nav-btn{background:none;border:none;padding:.5rem;border-radius:6px;color:#6c757d;cursor:pointer;transition:background-color .2s}.inline-calendar .calendar-header .calendar-nav-btn:hover{background-color:#f8f9fa}.inline-calendar .calendar-header .calendar-title{margin:0;font-size:1.1rem;font-weight:600;color:#212529}.inline-calendar .calendar-days-header{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px;margin-bottom:.5rem}.inline-calendar .calendar-days-header .calendar-day-header{text-align:center;font-size:.875rem;font-weight:500;color:#6c757d;padding:.5rem 0}.inline-calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.inline-calendar .calendar-grid .calendar-day{width:36px;height:36px;border:none;background:none;border-radius:6px;font-size:.875rem;font-weight:500;color:#212529;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.inline-calendar .calendar-grid .calendar-day:hover:not(:disabled){background-color:#e9ecef}.inline-calendar .calendar-grid .calendar-day.other-month{color:#adb5bd}.inline-calendar .calendar-grid .calendar-day.today{background-color:#007bff;color:#fff;font-weight:600}.inline-calendar .calendar-grid .calendar-day.today:hover{background-color:#0056b3}.inline-calendar .calendar-grid .calendar-day.past-date{color:#ced4da;cursor:not-allowed}.inline-calendar .calendar-grid .calendar-day.past-date:hover{background:none}.inline-calendar .calendar-grid .calendar-day:disabled{cursor:not-allowed}.inline-calendar .calendar-grid .calendar-day:focus{outline:2px solid #007bff;outline-offset:2px}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:26px}.toggle-switch .toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.2)}.toggle-switch input:checked+.toggle-slider{background-color:#2196f3}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(22px)}.switch{display:inline-block;width:42px;height:24px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.2s;border-radius:24px}.switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.2s;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.2)}.switch input:checked+.slider{background-color:#2196f3}.switch input:checked+.slider:before{transform:translateX(18px)}.switch .round{border-radius:24px}.switch .round:before{border-radius:50%}@media (max-width:1400px){.dashboard-container .dashboard-header{padding:1.2rem 2rem .8rem}}@media (max-width:1200px){.dashboard-container{padding:1.5rem 0}.dashboard-container .dashboard-header{padding:1rem 1.5rem}.dashboard-container .dashboard-header .search-bar{max-width:380px}.dashboard-container .card-body{padding:1.5rem}.dashboard-container .custom-tabs,.dashboard-container .nav-tabs{margin:1.2rem 0 2rem}}@media (max-width:992px){.dashboard-container{padding:1rem 0}.dashboard-container .dashboard-header{padding:1rem;flex-direction:column;grid-gap:1rem;gap:1rem}.dashboard-container .dashboard-header .search-bar{max-width:100%;order:2}.dashboard-container .dashboard-header .header-actions{order:1;justify-content:center;grid-gap:.8rem;gap:.8rem}.dashboard-container .card-body{padding:1.5rem}.dashboard-container .custom-tabs,.dashboard-container .nav-tabs{margin:1rem 0 1.5rem}.dashboard-container .custom-tabs .nav-link,.dashboard-container .nav-tabs .nav-link{font-size:1rem;padding:.8rem .5rem}.dashboard-container .integration-card{margin-bottom:1rem}}@media (max-width:768px){.dashboard-container{padding:.5rem 0}.dashboard-container .dashboard-header{padding:.8rem}.dashboard-container .dashboard-header .search-bar .form-control{height:40px;font-size:15px;padding-left:40px}.dashboard-container .dashboard-header .header-actions{grid-gap:.5rem;gap:.5rem}.dashboard-container .dashboard-header .header-actions .user-avatar{width:34px;height:34px}.dashboard-container .custom-tabs,.dashboard-container .nav-tabs{margin:.8rem 0 1.2rem;border-radius:8px}.dashboard-container .custom-tabs .nav-item,.dashboard-container .nav-tabs .nav-item{min-width:120px}.dashboard-container .custom-tabs .nav-link,.dashboard-container .nav-tabs .nav-link{font-size:.9rem;padding:.7rem .3rem}.dashboard-container .card{margin-bottom:1rem;border-radius:12px}.dashboard-container .card .card-body{padding:1rem}.dashboard-container .action-buttons{flex-direction:column;grid-gap:.8rem;gap:.8rem}.dashboard-container .action-buttons .btn,.dashboard-container .action-buttons .reports table tr td.actions span,.reports table tr td.actions .dashboard-container .action-buttons span{width:100%;justify-content:center;padding:.6rem 1rem;font-size:.95rem}.dashboard-container .action-buttons .position-relative{width:100%}.dashboard-container .integration-card .d-flex{flex-direction:column;align-items:flex-start!important}.dashboard-container .integration-card .d-flex .integration-icon{margin-right:0!important;margin-bottom:.75rem;align-self:center}.dashboard-container .integration-card .d-flex.justify-content-between{flex-direction:column;grid-gap:.8rem;gap:.8rem}.dashboard-container .integration-card .d-flex.justify-content-between .form-control{width:100%!important;flex:none!important}.dashboard-container .integration-card .d-flex.justify-content-between .toggle-switch{align-self:center}.dashboard-container .table-responsive{font-size:.85rem}.dashboard-container .table-responsive td,.dashboard-container .table-responsive th{padding:.6rem .4rem;font-size:.85rem}.dashboard-container .badge-secondary,.dashboard-container .badge-success,.dashboard-container .badge-warning{font-size:.8rem;padding:.25em .8em}.calendar-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:320px;z-index:1050}.inline-calendar{padding:.8rem}.inline-calendar .calendar-header{margin-bottom:.8rem}.inline-calendar .calendar-header .calendar-title{font-size:1rem}.inline-calendar .calendar-days-header .calendar-day-header{font-size:.8rem;padding:.4rem 0}.inline-calendar .calendar-grid .calendar-day{width:32px;height:32px;font-size:.8rem}}@media (max-width:576px){.dashboard-container .dashboard-header{padding:.6rem}.dashboard-container .dashboard-header .search-bar .form-control{height:36px;font-size:14px}.dashboard-container .custom-tabs .nav-item,.dashboard-container .nav-tabs .nav-item{min-width:100px}.dashboard-container .custom-tabs .nav-link,.dashboard-container .nav-tabs .nav-link{font-size:.85rem;padding:.6rem .2rem}.dashboard-container .card-body{padding:.8rem}.dashboard-container .card-body h3,.dashboard-container .card-body h5{font-size:1.1rem}.dashboard-container .card-body .form-control{font-size:14px;height:40px}.dashboard-container .card-body .form-control[type=textarea]{font-size:14px}.dashboard-container .integration-card{padding:.8rem!important}.dashboard-container .integration-card h5{font-size:1rem}.dashboard-container .integration-card .small{font-size:.8rem}.dashboard-container .action-buttons .btn,.dashboard-container .action-buttons .reports table tr td.actions span,.reports table tr td.actions .dashboard-container .action-buttons span{padding:.5rem .8rem;font-size:.9rem}.dashboard-container .action-buttons .btn .me-1,.dashboard-container .action-buttons .reports table tr td.actions span .me-1,.reports table tr td.actions .dashboard-container .action-buttons span .me-1{margin-right:.3rem!important}.calendar-dropdown{width:95vw;max-width:280px}.inline-calendar{padding:.6rem}.inline-calendar .calendar-grid .calendar-day{width:28px;height:28px;font-size:.75rem}}@media (min-width:1921px){.dashboard-container .dashboard-header{padding:2rem 3rem 1.2rem}.dashboard-container .card-body{padding:2.5rem}}@media print{.dashboard-container .action-buttons,.dashboard-container .custom-tabs,.dashboard-container .dashboard-header,.dashboard-container .nav-tabs{display:none}.dashboard-container .card{box-shadow:none;border:1px solid #dee2e6}}.insights-page{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:#f8f9fa;color:#1e293b;margin:0;padding:0}.insights-page .dashboard-container{min-height:100vh;background-color:#f8f9fa;padding:0 1rem 2rem;box-sizing:border-box}.insights-page .dashboard-header{background:#fff;border-bottom:1px solid #e0e5ed;padding:1rem 0;margin-bottom:2rem}.insights-page .dashboard-header .header-content{display:flex;align-items:center;justify-content:space-between;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.insights-page .dashboard-header .header-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.insights-page .dashboard-header .search-container{position:relative;flex:1 1;max-width:360px}.insights-page .dashboard-header .search-container .search-input{border:1px solid #e0e5ed;border-radius:10px;padding:.5rem .75rem .5rem 2.5rem;font-size:15px;background:#fff;box-shadow:0 2px 8px rgba(16,24,40,.06);width:100%;color:#1e293b}.insights-page .dashboard-header .search-container .search-input:focus{border-color:#0d6efd;box-shadow:0 0 0 2px rgba(13,110,253,.15);outline:none}.insights-page .dashboard-header .search-container .search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#b0c0d9;font-size:1rem;pointer-events:none}.insights-page .dashboard-header .header-actions{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.insights-page .dashboard-header .header-actions .notification-btn{position:relative;background:none;border:none;color:#64748b;padding:.35rem;cursor:pointer}.insights-page .dashboard-header .header-actions .notification-btn .notification-dot{position:absolute;top:.25rem;right:.18rem;width:10px;height:10px;background-color:#dc3545;border-radius:50%;border:2px solid #fff}.insights-page .dashboard-header .header-actions .user-avatar{width:34px;height:34px;background-color:#eceff3;border:1px solid #e0e5ed;border-radius:50%;box-shadow:0 2px 8px rgba(16,24,40,.06)}.insights-page .section-header{margin-bottom:1.5rem}.insights-page .section-header .section-title{font-size:1.55rem;font-weight:700;color:#1e293b;margin-bottom:.3rem;letter-spacing:-.5px}.insights-page .section-header .section-subtitle{font-size:15px;color:#64748b;margin:0;font-weight:400;letter-spacing:-.3px}.insights-page .insights-section{margin-bottom:2.5rem}.insights-page .metric-card{background:#fff;border:1px solid #e0e5ed;border-radius:12px;box-shadow:0 2px 8px rgba(16,24,40,.06);padding:.75rem;transition:box-shadow .12s;height:100%;min-width:175px;display:flex;flex-direction:column;justify-content:center}.insights-page .metric-card:hover{box-shadow:0 2px 10px rgba(16,24,40,.13)}.insights-page .metric-card .metric-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;font-size:13px}.insights-page .metric-card .metric-header .metric-label{color:#1e293b;font-weight:600;white-space:nowrap;margin-right:.15rem;font-size:13px;letter-spacing:-.2px;flex:1 1}.insights-page .metric-card .metric-header .metric-icon{font-size:1.1rem;color:#64748b;flex-shrink:0}.insights-page .metric-card .metric-value{margin-top:.1rem;font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:.15rem;line-height:1.2;letter-spacing:-.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.insights-page .metric-card .metric-change{font-size:12px;font-weight:400;color:#b0c0d9;margin-top:.05rem}.insights-page .metric-card .metric-change .change-positive{color:#16a34a!important;font-weight:500}.insights-page .metric-card .metric-change .change-negative{color:#dc3545!important;font-weight:500}.insights-page .user-growth-section{margin-bottom:2.5rem}.insights-page .user-growth-section .chart-section{background:#fff;border:1px solid #e0e5ed;border-radius:12px;box-shadow:0 2px 8px rgba(16,24,40,.06);padding:2rem;min-height:320px;display:flex;align-items:center;justify-content:center}.insights-page .user-growth-section .chart-section .chart-placeholder{color:#b0c0d9;font-size:18px;text-align:center;letter-spacing:.3px}@media (max-width:900px){.insights-page .section-title{font-size:20px}.insights-page .metric-value{font-size:1.5rem}}@media (max-width:768px){.insights-page .header-content{flex-direction:column;align-items:stretch;grid-gap:.7rem;gap:.7rem}.insights-page .search-container{max-width:100%}.insights-page .header-actions{justify-content:center;grid-gap:.6rem;gap:.6rem}}@media (max-width:576px){.insights-page .metric-card{padding:.5rem;min-width:145px}.insights-page .chart-section{padding:1rem;min-height:180px}}.count-details-container{padding:24px;background:#fff;border-radius:8px}.count-details-container .count-section{margin-bottom:32px}.count-details-container .count-section:last-child{margin-bottom:0}.count-details-container .count-section-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.count-details-container .count-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.count-details-container .count-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.count-details-container .count-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.count-details-container .count-card .count-card-header{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;margin-bottom:16px}.count-details-container .count-card .count-card-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.count-details-container .count-card .count-card-icon i{font-size:20px;color:#fff}.count-details-container .count-card .count-card-icon.bg-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.count-details-container .count-card .count-card-icon.bg-success{background:linear-gradient(135deg,#10b981,#059669)}.count-details-container .count-card .count-card-icon.bg-info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.count-details-container .count-card .count-card-icon.bg-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.count-details-container .count-card .count-card-icon.bg-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.count-details-container .count-card .count-card-icon.bg-secondary{background:linear-gradient(135deg,#6b7280,#4b5563)}.count-details-container .count-card .count-card-info{flex:1 1;min-width:0}.count-details-container .count-card .count-card-title{font-size:14px;font-weight:600;color:#374151;line-height:1.4;margin-bottom:4px}.count-details-container .count-card .count-card-subtitle{font-size:12px;color:#6b7280;line-height:1.3}.count-details-container .count-card .count-card-value{font-size:32px;font-weight:700;color:#1f2937;line-height:1}.count-details-container .count-card.count-card-primary{border-left:4px solid #667eea}.count-details-container .count-card.count-card-success{border-left:4px solid #10b981}.count-details-container .count-card.count-card-info{border-left:4px solid #3b82f6}.count-details-container .count-card.count-card-warning{border-left:4px solid #f59e0b}.count-details-container .count-card.count-card-danger{border-left:4px solid #ef4444}.count-details-container .count-card.count-card-secondary{border-left:4px solid #6b7280}.count-details-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.count-details-loading p{color:#6b7280;font-size:14px;margin:0}@media (max-width:768px){.count-details-container{padding:16px}.count-details-container .count-cards-grid{grid-template-columns:1fr;grid-gap:16px;gap:16px}.count-details-container .count-section-title{font-size:16px}.count-details-container .count-card{padding:16px}.count-details-container .count-card .count-card-value{font-size:28px}}@media (max-width:480px){.count-details-container .count-card .count-card-header{grid-gap:10px;gap:10px}.count-details-container .count-card .count-card-icon{width:40px;height:40px}.count-details-container .count-card .count-card-icon i{font-size:18px}.count-details-container .count-card .count-card-title{font-size:13px}.count-details-container .count-card .count-card-value{font-size:24px}}.analytics{padding:0 20px 20px}.analytics .chart-header{display:flex;justify-content:space-between}.analytics .chart-header select{border-radius:6px}.analytics .chart-card{box-shadow:0 0 5px 0 rgba(57,57,57,.2);border-radius:6px;margin-bottom:20px;padding-top:1.5rem;padding-left:1.5rem}.analytics .stats>div{width:265px;height:110px;border-radius:10px;padding:20px;margin-top:20px;margin-right:18px;box-shadow:0 2px 10px 0 rgba(57,57,57,.2)}.analytics .stats>div:last-of-type{margin-right:0}.analytics .stats>div span{display:flex;align-items:baseline;flex-flow:row nowrap}.analytics .stats>div span p{font-size:1.8em;margin-bottom:0;margin-right:5px}.analytics .stats>div span i{font-size:1.5em}.analytics .stats>div.ingredient{color:#273f52;background-image:linear-gradient(#eccc95,#f4a850)}.analytics .stats>div.product{color:#fff;background-image:linear-gradient(#6c97f8,#7593ff)}.analytics .stats>div.user{color:#273f52;background-image:linear-gradient(#91f4e4,#51c5ac)}.analytics .stats>div.manufacturer{color:#fff;background-image:linear-gradient(#a875cb,#7c4aa9)}.analytics .analysis-integration{margin-left:15px;-webkit-animation:blinker 2s linear infinite;animation:blinker 2s linear infinite;border-radius:12px;padding:3px 12px;background-color:rgba(137,207,240,.36)}@-webkit-keyframes blinker{50%{opacity:1%}}.analytics .py-graph-container{display:flex;flex-direction:column;justify-content:center;width:100%;margin-right:1.5rem;position:relative}.analytics .py-graph-container .chart-header{position:absolute;top:0;width:100%}.analytics .py-graph-container .graph{margin-top:40px;display:flex;justify-content:center}.analytics .py-graph-container .graph img{width:90%}.reports{padding:10px 0}.reports .upload-form{box-shadow:0 5px 16px 0 rgba(57,57,57,.15)}.reports .upload-form div.title{border-top-left-radius:12px;border-top-right-radius:12px;background-color:#e1ecf3;width:100%;display:flex;height:50px;align-items:center;font-size:1.3em}.reports .upload-form div.title i{color:#3f65f1}.reports .upload-form form{margin:5px 20px;min-height:100px;justify-content:space-between}.reports .page-header{display:flex;align-items:center}.reports .page-header h4{flex:1 1}.reports table{margin-top:30px;font-size:16px}.reports table tr{border-bottom:1px solid hsla(0,0%,50.2%,.2)}.reports table tr td{vertical-align:middle}.reports table tr td.actions{padding:10px 0}.reports table tr td.actions span{display:flex;align-items:center}.reports table tr td.actions span.submitted{border:1px solid #f5a84f;color:#f5a84f}.reports table tr td.actions span.submitted:hover{color:#fff}.reports table tr td.actions span.uploaded{border:1px solid #51c6ac;color:#51c6ac;background-color:#fff}.reports span{padding:5px;border-radius:7px}.reports span.submitted{border:1px solid #f5a84f;color:#f5a84f}.reports span.uploaded{border:1px solid #51c6ac;color:#51c6ac;background-color:#fff}.analytics-markets,.analytics-markets .markets-intro{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.analytics-markets .markets-intro{margin-top:15px;padding:25px;max-width:1200px;margin-left:auto;margin-right:auto}.analytics-markets .markets-intro h4{text-align:center;font-size:24px;font-weight:600;color:#2c3e50;margin-bottom:16px;line-height:1.4}.analytics-markets .markets-intro p{text-align:center;font-size:16px;color:#495057;line-height:1.6;margin:0;max-width:900px}@media (min-width:768px) and (max-width:1024px){.analytics-markets .markets-intro{padding:20px 40px}.analytics-markets .markets-intro h4{font-size:22px}.analytics-markets .markets-intro p{font-size:15px}}@media (min-width:576px) and (max-width:767px){.analytics-markets .markets-intro{padding:20px 30px}.analytics-markets .markets-intro h4{font-size:20px}.analytics-markets .markets-intro p{font-size:14px}}@media (max-width:575px){.analytics-markets .markets-intro{padding:15px 20px;margin-top:10px}.analytics-markets .markets-intro h4{font-size:18px;margin-bottom:12px}.analytics-markets .markets-intro p{font-size:14px;line-height:1.5}}@media (max-width:360px){.analytics-markets .markets-intro{padding:12px 15px}.analytics-markets .markets-intro h4{font-size:16px;margin-bottom:10px}.analytics-markets .markets-intro p{font-size:13px}}.analytics-markets .market-connection{display:flex;flex-direction:column;align-items:center;width:250px;box-shadow:0 0 5px 0 rgba(57,57,57,.2);border-radius:12px;margin:15px;padding:15px}.analytics-markets .market-connection span{display:flex;align-items:center}.analytics-markets .market-connection span img{margin:15px 0}@media (max-width:768px){.analytics-markets .market-connection{width:220px;margin:12px;padding:12px}.analytics-markets .market-connection span img{height:120px!important;width:auto!important;max-width:100%}}@media (max-width:576px){.analytics-markets .market-connection{width:200px;margin:10px;padding:10px}.analytics-markets .market-connection span img{height:100px!important}}@media (max-width:360px){.analytics-markets .market-connection{width:180px;margin:8px;padding:8px}.analytics-markets .market-connection span img{height:90px!important}}.analytics-markets .row:last-of-type{display:flex;flex-wrap:wrap;justify-content:center;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:768px){.analytics-markets .row:last-of-type{padding:0 10px}}@media (max-width:576px){.analytics-markets .row:last-of-type{padding:0 5px}}.auth-container{display:flex;width:100%;min-height:100vh}.auth-container .image-container{width:42%;display:flex;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,.6));flex-direction:column;align-items:center}.auth-container .image-container .logo{margin-top:46px}.auth-container .image-container .logo img{max-width:100%;height:auto}.auth-container .image-container .alpha{height:100%;width:100%;display:flex;align-items:center}.auth-container .auth-container{width:58%;display:flex;background:rgba(4,25,40,.05);padding:0 76px;flex-direction:column}.auth-container .auth-container .logo-rightside{display:none}.auth-container .auth-container .content-header{margin-top:26px;width:100%;display:flex;align-items:center;justify-content:flex-end;height:35px}.auth-container .auth-container .content-header .header-text{font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#141928}.auth-container .auth-container .content-header .header-link{margin-left:18px;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#17c9dc}.auth-container .auth-container .content{align-items:center;width:100%;display:flex;height:100%}.auth-container .auth-container .btn-success{background:#17c9dc;box-shadow:0 0 4px rgba(0,0,0,.05);border-radius:8px;min-width:150px;height:50px;border-color:transparent}.auth-container .auth-container .btn-success:hover{background-color:#53ce7c}.auth-container .auth-container .btn-success.disabled{background-color:rgba(4,25,40,.25)}.forget-password-notification,.login,.recovery-password,.register{display:flex;flex-direction:column;width:100%}.forget-password-notification .header,.login .header,.recovery-password .header,.register .header{display:flex;align-items:center;flex-direction:column}.forget-password-notification .header h1,.login .header h1,.recovery-password .header h1,.register .header h1{font-style:normal;font-weight:600;font-size:24px;line-height:32px;color:rgba(4,25,40,.8)}.forget-password-notification .row,.login .row,.recovery-password .row,.register .row{padding-top:23px;margin:0}.forget-password-notification input,.forget-password-notification select,.forget-password-notification textarea,.login input,.login select,.login textarea,.recovery-password input,.recovery-password select,.recovery-password textarea,.register input,.register select,.register textarea{width:100%;box-sizing:border-box}.forget-password-notification .btn-container,.login .btn-container,.recovery-password .btn-container,.register .btn-container{display:flex;align-items:center;flex-direction:column;padding-top:30px}.login .login-action{font-style:normal;font-weight:500;font-size:18px;line-height:22px;text-align:center;padding-top:42px}.login .login-action a{color:#17c9dc;border-bottom:1px solid #17c9dc}.login .login-form-content{display:flex;flex-direction:column;align-items:center}.login .login-form-content .row{width:330px}.login .btn-container{display:flex;align-items:center;flex-direction:column;padding-top:35px}.register-success{background:#fff;box-shadow:0 0 4px rgba(4,25,40,.05);border-radius:6px;align-items:center;padding:0 20px}.register-success .register-success-icon{margin-top:100px}.register-success .register-success-header{margin-top:35px;font-style:normal;font-weight:600;font-size:24px;line-height:32px;color:#041928;text-align:center}.register-success .register-success-text{padding-top:45px;font-style:normal;font-weight:500;font-size:18px;line-height:22px;text-align:center;color:#554f4f}.register-success .register-success-btn{margin-top:97px;margin-bottom:118px}.recovery-password{background:#fff;box-shadow:0 0 4px rgba(4,25,40,.05);border-radius:6px;align-items:center}.recovery-password .recovery-password-icon{margin-top:60px;margin-bottom:45px}.recovery-password .recovery-password-form{margin-bottom:110px}.recovery-password .recovery-form-content{max-width:330px;margin:0 15px}.recovery-password .btn-container{padding-top:60px}.forget-password{width:100%;align-items:center;flex-direction:column;box-sizing:border-box;padding:0 80px}.forget-password .forget-password-icon{margin-top:60px}.forget-password .forget-password-header{padding-top:33px;padding-bottom:47px;font-style:normal;font-weight:600;font-size:24px;line-height:32px;text-align:center;color:#041928}.forget-password .forget-password-form{display:flex;flex-direction:column;align-items:center;width:330px}.forget-password .forget-password-button{padding-top:50px}.forget-password .forget-password-action{padding-top:67px;margin-bottom:115px;font-style:normal;font-weight:500;font-size:18px;line-height:22px;text-align:center}.forget-password .forget-password-action a{color:#17c9dc;border-bottom:1px solid #17c9dc}.password-instruct{background:#fff;box-shadow:0 0 4px rgba(4,25,40,.05);border-radius:6px;align-items:center}.password-instruct .password-instruct-icon{margin-top:100px}.password-instruct .password-instruct-header{margin-top:35px;font-style:normal;font-weight:600;font-size:24px;line-height:32px;color:#041928;text-align:center}.password-instruct .password-instruct-text{padding-top:60px;padding-left:50px;padding-right:50px;font-style:normal;font-weight:500;font-size:18px;line-height:22px;text-align:center;color:rgba(4,25,40,.5);display:flex;flex-direction:column}.password-instruct .password-instruct-text-span{padding-top:20px}.password-instruct .password-instruct-action{margin-top:85px;margin-bottom:155px;font-style:normal;font-weight:500;font-size:18px;line-height:22px;text-align:center}.password-instruct .password-instruct-action a{color:#17c9dc;border-bottom:1px solid #17c9dc}.login-verify{display:flex;flex-direction:column;align-items:center;width:100%;min-width:466px}.login-verify .login-verify-icon{margin-top:60px}.login-verify .login-verify-header{padding-top:33px;font-style:normal;font-weight:600;font-size:24px;line-height:32px;color:#041928}.login-verify .login-verify-text{padding-top:30px;font-style:normal;font-weight:500;font-size:18px;line-height:22px;text-align:center;color:rgba(4,25,40,.5)}.login-verify .login-verify-button-container{padding:50px 0}.login-verify .login-verify-action{padding-bottom:40px}.login-verify .login-verify-action a{color:#17c9dc;border-bottom:1px solid #17c9dc}.login-verify .custom-styles{padding-top:40px;--ReactInputVerificationCode-itemWidth:60px;--ReactInputVerificationCode-itemHeight:70px}.login-verify .custom-styles .ReactInputVerificationCode__item{position:relative;color:#262626;font-weight:500}.login-verify .custom-styles .ReactInputVerificationCode__item,.login-verify .custom-styles .ReactInputVerificationCode__item.is-active{box-shadow:none;border:1px solid #b9b9b9;box-sizing:border-box;border-radius:10px;font-style:normal;font-weight:600;font-size:40px;line-height:54px;text-align:center;color:#17c9dc;padding-top:6px;text-decoration:none!important}.login-verify .custom-styles .ReactInputVerificationCode__item.is-active:after{content:"";display:block;position:absolute;left:10px;bottom:14px;width:40px;right:0;height:1px;background-color:#17c9dc;transition:background-color .2s ease-out}.login-verify .custom-styles .ReactInputVerificationCode__item.is-active{border-color:#17c9dc!important;text-decoration:underline}.login-verify .custom-styles .ReactInputVerificationCode__item.is-filled{border:1px solid #17c9dc}@media only screen and (max-width:1024px){.auth-container .image-container .logo{margin-top:30px}.auth-container .image-container .logo img{max-width:250px;width:100%;height:auto}.auth-container .auth-container{padding:0 40px}.login .login-form-content .row{width:100%;max-width:400px}.register .row{margin-left:0;margin-right:0}.register .row .col{flex:0 0 100%;max-width:100%;padding-left:0;padding-right:0;margin-bottom:0}}@media only screen and (max-width:835px){.auth-container .image-container{display:none}.auth-container .auth-container{width:100%;padding:0 30px}.auth-container .auth-container .logo-rightside{display:block;margin-top:20px;margin-bottom:20px;text-align:center}.auth-container .auth-container .logo-rightside img{max-width:200px;width:100%;height:auto}.auth-container .auth-container .content-header{margin-top:15px;height:auto;flex-wrap:wrap;justify-content:center;padding:10px 0}.auth-container .auth-container .content-header .header-text{font-size:13px;line-height:16px}.auth-container .auth-container .content-header .header-link{margin-left:8px;font-size:13px;line-height:16px}.auth-container .auth-container .content{align-items:flex-start;padding:20px 0;min-height:auto}.forget-password-notification .header h1,.login .header h1,.recovery-password .header h1,.register .header h1{font-size:22px;line-height:28px}.forget-password-notification .row,.login .row,.recovery-password .row,.register .row{padding-top:18px}.forget-password-notification .btn-container,.login .btn-container,.recovery-password .btn-container,.register .btn-container{padding-top:25px}.login .login-action{font-size:16px;line-height:20px;padding-top:30px}.login .login-form-content{width:100%}.login .login-form-content .row{width:100%;max-width:100%}.login .btn-container{padding-top:30px}.register .row{margin-left:0;margin-right:0}.register .row .col{flex:0 0 100%;max-width:100%;padding-left:0;padding-right:0;margin-bottom:0}.register .row .col:not(:last-child){margin-bottom:0}.register .row+.row{margin-top:0}.forget-password{padding:0 20px}.forget-password .forget-password-form{width:100%;max-width:100%}.login-verify{min-width:auto;width:100%}.login-verify .custom-styles{--ReactInputVerificationCode-itemWidth:50px;--ReactInputVerificationCode-itemHeight:60px}.login-verify .custom-styles .ReactInputVerificationCode__item,.login-verify .custom-styles .ReactInputVerificationCode__item.is-active{font-size:32px;line-height:44px}}@media only screen and (max-width:768px){.auth-container .auth-container{padding:0 20px}.auth-container .auth-container .logo-rightside{margin-top:15px;margin-bottom:15px}.auth-container .auth-container .logo-rightside img{max-width:180px}.auth-container .auth-container .content-header{margin-top:10px;padding:8px 0}.auth-container .auth-container .content-header .header-text{font-size:12px;line-height:15px}.auth-container .auth-container .content-header .header-link{margin-left:6px;font-size:12px;line-height:15px}.auth-container .auth-container .content{padding:15px 0}.auth-container .auth-container .btn-success{min-width:100%;width:100%;max-width:100%}.forget-password-notification .header h1,.login .header h1,.recovery-password .header h1,.register .header h1{font-size:20px;line-height:26px}.forget-password-notification .row,.login .row,.recovery-password .row,.register .row{padding-top:15px}.forget-password-notification .btn-container,.login .btn-container,.recovery-password .btn-container,.register .btn-container{padding-top:20px;width:100%}.forget-password-notification .btn-container button,.login .btn-container button,.recovery-password .btn-container button,.register .btn-container button{width:100%;max-width:100%}.login .login-action{font-size:15px;line-height:19px;padding-top:25px}.login .btn-container{padding-top:25px}.register-success{padding:0 15px}.register-success .register-success-icon{margin-top:60px}.register-success .register-success-header{margin-top:25px;font-size:20px;line-height:26px}.register-success .register-success-text{padding-top:30px;font-size:16px;line-height:20px}.register-success .register-success-btn{margin-top:60px;margin-bottom:80px}.recovery-password .recovery-password-icon{margin-top:40px;margin-bottom:30px}.recovery-password .recovery-form-content{max-width:100%;margin:0 10px}.recovery-password .btn-container{padding-top:40px}.forget-password{padding:0 15px}.forget-password .forget-password-icon{margin-top:40px}.forget-password .forget-password-header{padding-top:25px;padding-bottom:35px;font-size:20px;line-height:26px}.forget-password .forget-password-button{padding-top:35px}.forget-password .forget-password-action{padding-top:50px;margin-bottom:80px;font-size:16px;line-height:20px}.password-instruct .password-instruct-icon{margin-top:60px}.password-instruct .password-instruct-header{margin-top:25px;font-size:20px;line-height:26px}.password-instruct .password-instruct-text{padding-top:40px;padding-left:20px;padding-right:20px;font-size:16px;line-height:20px}.password-instruct .password-instruct-action{margin-top:60px;margin-bottom:100px;font-size:16px;line-height:20px}.login-verify .login-verify-icon{margin-top:40px}.login-verify .login-verify-header{padding-top:25px;font-size:20px;line-height:26px}.login-verify .login-verify-text{padding-top:25px;font-size:16px;line-height:20px}.login-verify .login-verify-button-container{padding:35px 0}.login-verify .login-verify-action{padding-bottom:30px}.login-verify .custom-styles{padding-top:30px;--ReactInputVerificationCode-itemWidth:45px;--ReactInputVerificationCode-itemHeight:55px}.login-verify .custom-styles .ReactInputVerificationCode__item,.login-verify .custom-styles .ReactInputVerificationCode__item.is-active{font-size:28px;line-height:38px}.login-verify .custom-styles .ReactInputVerificationCode__item.is-active:after{left:8px;bottom:12px;width:30px}}@media only screen and (max-width:480px){.auth-container .auth-container{padding:0 15px}.auth-container .auth-container .logo-rightside{margin-top:10px;margin-bottom:10px}.auth-container .auth-container .logo-rightside img{max-width:150px}.auth-container .auth-container .content-header{margin-top:8px;padding:6px 0;flex-direction:column;align-items:center;grid-gap:4px;gap:4px}.auth-container .auth-container .content-header .header-text{font-size:11px;line-height:14px;margin:0}.auth-container .auth-container .content-header .header-link{margin-left:0;font-size:11px;line-height:14px}.auth-container .auth-container .content{padding:10px 0}.forget-password-notification input[type=email],.forget-password-notification input[type=password],.forget-password-notification input[type=tel],.forget-password-notification input[type=text],.forget-password-notification select,.forget-password-notification textarea,.login input[type=email],.login input[type=password],.login input[type=tel],.login input[type=text],.login select,.login textarea,.recovery-password input[type=email],.recovery-password input[type=password],.recovery-password input[type=tel],.recovery-password input[type=text],.recovery-password select,.recovery-password textarea,.register input[type=email],.register input[type=password],.register input[type=tel],.register input[type=text],.register select,.register textarea{font-size:16px;min-height:44px;padding:12px 16px}.forget-password-notification .header h1,.login .header h1,.recovery-password .header h1,.register .header h1{font-size:18px;line-height:24px}.forget-password-notification .row,.login .row,.recovery-password .row,.register .row{padding-top:12px}.forget-password-notification .btn-container,.login .btn-container,.recovery-password .btn-container,.register .btn-container{padding-top:18px}.login .login-action{font-size:14px;line-height:18px;padding-top:20px}.register-success{padding:0 10px}.register-success .register-success-icon{margin-top:40px}.register-success .register-success-header{margin-top:20px;font-size:18px;line-height:24px}.register-success .register-success-text{padding-top:25px;font-size:15px;line-height:19px}.register-success .register-success-btn{margin-top:50px;margin-bottom:60px}.recovery-password .recovery-password-icon{margin-top:30px;margin-bottom:25px}.recovery-password .recovery-form-content{margin:0 5px}.recovery-password .btn-container{padding-top:30px}.forget-password{padding:0 10px}.forget-password .forget-password-icon{margin-top:30px}.forget-password .forget-password-header{padding-top:20px;padding-bottom:30px;font-size:18px;line-height:24px}.forget-password .forget-password-button{padding-top:30px}.forget-password .forget-password-action{padding-top:40px;margin-bottom:60px;font-size:15px;line-height:19px}.password-instruct .password-instruct-icon{margin-top:40px}.password-instruct .password-instruct-header{margin-top:20px;font-size:18px;line-height:24px}.password-instruct .password-instruct-text{padding-top:30px;padding-left:15px;padding-right:15px;font-size:15px;line-height:19px}.password-instruct .password-instruct-action{margin-top:50px;margin-bottom:80px;font-size:15px;line-height:19px}.login-verify .login-verify-icon{margin-top:30px}.login-verify .login-verify-header{padding-top:20px;font-size:18px;line-height:24px}.login-verify .login-verify-text{padding-top:20px;font-size:15px;line-height:19px}.login-verify .login-verify-button-container{padding:30px 0}.login-verify .login-verify-action{padding-bottom:25px}.login-verify .custom-styles{padding-top:25px;--ReactInputVerificationCode-itemWidth:40px;--ReactInputVerificationCode-itemHeight:50px}.login-verify .custom-styles .ReactInputVerificationCode__item,.login-verify .custom-styles .ReactInputVerificationCode__item.is-active{font-size:24px;line-height:32px}.login-verify .custom-styles .ReactInputVerificationCode__item.is-active:after{left:6px;bottom:10px;width:28px}}.dashboard-overview .card{height:190px}.dashboard-overview .starred{box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#fad388,#f4a850);width:134px;justify-content:center}.dashboard-overview .row{margin:0}.dashboard-overview .card-body{justify-content:space-between;padding:18px}.dashboard-overview .card-body,.dashboard-overview .card-title{display:flex;align-items:center}.dashboard-overview .fa-star{font-size:22px}.dashboard-overview .card-subtitle{font-size:1rem;font-weight:400;color:#657280}.dashboard-overview .card-subtitle a{font-size:.6875rem;color:#fff}.dashboard-overview .card-subtitle a:hover{color:#f5f5f5}.dashboard-overview .card-subtitle a:after{content:">>";margin-left:1px}.dashboard-overview .active-product{display:flex;width:100%;max-width:339px;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#739ef9,#3f65f1)}.dashboard-overview .active-product .chart{flex:1 1 auto;min-width:0;overflow:hidden}.dashboard-overview .active-product .chart canvas{max-width:100%!important;height:auto!important}.dashboard-overview .active-product .card-subtitle,.dashboard-overview .active-product .card-title{color:#fff}.dashboard-overview .active-product canvas{color:#fff!important}.dashboard-overview .active-product .ml-2{position:relative;overflow:hidden!important;max-width:100%}.dashboard-overview .active-product .ml-2 canvas{color:#fff!important;font-family:inherit!important;max-width:100%!important;height:auto!important}.dashboard-overview .active-product .chartjs-render-monitor,.dashboard-overview .active-product .chartjs-size-monitor{color:#fff!important}.dashboard-overview .active-product .chartjs-render-monitor text{fill:#fff!important;color:#fff!important}.dashboard-overview .ingredient-overview .active-product{width:100%!important;min-height:220px!important}.dashboard-overview .ingredient-overview .active-product .ml-2{position:relative;overflow:visible!important;height:180px!important;max-height:180px!important;padding-bottom:25px!important;padding-top:10px!important}.dashboard-overview .ingredient-overview .active-product .ml-2 canvas{color:#fff!important;font-family:inherit!important}.dashboard-overview .ingredient-overview .active-product .chartjs-render-monitor,.dashboard-overview .ingredient-overview .active-product .chartjs-size-monitor,.dashboard-overview .ingredient-overview .active-product canvas{color:#fff!important}.dashboard-overview .ingredient-overview .active-product .chartjs-render-monitor text{fill:#fff!important;color:#fff!important}.dashboard-overview .concept-product{display:flex;width:339px;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#89e4d6,#51c5ac)}.dashboard-overview .concept-product .chart{flex:1 1 auto}.dashboard-overview .concept-product .card-subtitle,.dashboard-overview .concept-product .card-title{color:#fff}.dashboard-overview .co-info{box-shadow:0 6px 20px 0 rgba(57,57,57,.2);border:2px solid #cedbe9;background-color:#fff}.dashboard-overview .co-info .card-subtitle{margin:9px 0;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52}.dashboard-overview .co-info .card-subtitle .details{font-size:14px;color:#657280;letter-spacing:.5px}.dashboard-overview .co-info .title{display:flex;justify-content:space-between}.dashboard-overview .co-info .title .card-title{width:76px;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52;margin-bottom:0}.dashboard-overview .co-info .title .logo{display:inline-flex;align-items:center}.dashboard-overview .co-info .title .logo i{font-size:15px;margin-right:20px}.dashboard-overview .co-info .title .logo i.fa-circle{color:#0ed7ac;color:var(--bg-green-light)}.dashboard-overview .co-info .title .logo img{width:70px;height:25px}.dashboard-overview .data-tooltip{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;box-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff;text-align:left;white-space:nowrap;margin:5px}.new-dashboard-overview{display:flex;flex-direction:row;justify-content:flex-start}.new-dashboard-overview .card{max-height:425px;box-shadow:0 0 5px rgba(0,0,0,.185)}.new-dashboard-overview .card h4{font-weight:700}.new-dashboard-overview .card.dash-chart{padding-top:15px;width:425px;height:100%;overflow-x:hidden}.new-dashboard-overview .card.dash-chart .card-body{padding-top:0}.new-dashboard-overview .card.dash-chart .chart-details{align-self:flex-start;position:absolute;color:#2c3e50}.new-dashboard-overview .card.dash-chart .chart-details div{margin-top:15px!important;font-size:11pt}.new-dashboard-overview .card.dash-chart .chart-details div .detail{display:flex;align-items:center;padding-top:10px}.new-dashboard-overview .card.dash-chart .chart-details div .detail h3{margin:0 5px}.new-dashboard-overview .card.dash-chart .chart-details div .detail .product-btn{height:30px;width:30px;padding:6px;border-radius:6px;display:flex;align-items:center;position:relative;top:0;transition:top .2s ease-in-out;cursor:pointer}.new-dashboard-overview .card.dash-chart .chart-details div .detail .product-btn:hover{top:-1px}.new-dashboard-overview .card.dash-chart canvas{max-height:200px!important;margin-left:80px;z-index:10}.new-dashboard-overview .card.notifications{height:100%;background-image:linear-gradient(180deg,#e1ecf3,#cedbe9);color:#2c3e50;min-height:220px}.new-dashboard-overview .card.notifications .card-body{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;padding:0 18px}.new-dashboard-overview .card.notifications .card-body div{display:flex;align-items:center;width:100%}.new-dashboard-overview .card.notifications .card-body div h1{margin-right:20px}.new-dashboard-overview .card.notifications .card-body div a{margin-top:15px;margin-left:auto;color:#2c3e50;font-size:14px}.new-dashboard-overview .card.notifications .card-body .account-completion{display:flex;flex-direction:column}.new-dashboard-overview .card.notifications .card-body .account-completion .progress-bar{background-color:#0ed7ac!important;height:100%}.new-dashboard-overview .card.notifications .card-body .account-completion p{font-size:14px;margin:0 auto 0 0}.new-dashboard-overview .card.product-changes{display:flex;height:220px!important;max-height:none!important;overflow-y:hidden;color:#2c3e50;margin-right:0}.new-dashboard-overview .card.product-changes small{color:#8fa1b3}.new-dashboard-overview .card.product-changes .card-body{flex:unset;margin-top:0!important;padding:0 18px}.new-dashboard-overview .card.product-changes .chart{flex:1 1 auto;stroke:#2c3e50!important}.new-dashboard-overview .card.product-changes .chart-header{margin-top:15px;display:flex;flex-direction:row}.new-dashboard-overview .card.product-changes .chart-header h4{margin-bottom:0}.new-dashboard-overview .card.product-changes .chart-header select{margin-left:auto}.new-dashboard-overview .card.product-changes .card-subtitle,.new-dashboard-overview .card.product-changes .card-title{color:#2c3e50}.new-dashboard-overview .card.recent-activity{width:705px}.new-dashboard-overview .card.recent-activity .card-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.new-dashboard-overview .card.recent-activity .card-body h4{margin-right:auto}.new-dashboard-overview .card.recent-activity .card-body .recent-products{display:flex;flex-direction:row;margin-top:20px}.new-dashboard-overview .card.recent-activity .card-body .recent-products div{margin-right:30px;width:280px}.new-dashboard-overview .card.recent-activity .card-body .recent-products h5{border-radius:6px;padding:8px;color:#fff;display:inline-block;cursor:pointer;position:relative;top:0;transition:top .1s ease-in-out}.new-dashboard-overview .card.recent-activity .card-body .recent-products h5:hover{top:-2px;box-shadow:0 0 5px rgba(0,0,0,.185)}.new-dashboard-overview .card.recent-activity .card-body .recent-products h5.retail{background-color:#3f65f1}.new-dashboard-overview .card.recent-activity .card-body .recent-products h5.concept{background-color:#0ed7ac}.new-dashboard-overview .card.recent-activity .card-body .product-card-small{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-right:auto;margin-left:0;padding:6px;cursor:pointer;position:relative;top:0;transition:top .2s ease-in-out}.new-dashboard-overview .card.recent-activity .card-body .product-card-small:hover{background-color:rgba(225,236,243,.29);top:-3px;border-radius:6px}.new-dashboard-overview .card.recent-activity .card-body .product-card-small span{max-width:200px;overflow-x:scroll;white-space:nowrap}.new-dashboard-overview .card.recent-activity .card-body .product-card-small .product-card-small-img{max-height:24px;max-width:24px;min-height:24px;min-width:24px;overflow:hidden;margin-right:15px;border-radius:6px}.new-dashboard-overview .starred{background-image:linear-gradient(180deg,#fad388,#f4a850);width:134px;justify-content:center}.new-dashboard-overview .row{margin:0}.new-dashboard-overview .col{padding:0 0 15px}.new-dashboard-overview .card-body{display:flex;align-items:center;justify-content:space-between;padding:18px}.new-dashboard-overview .card-title{display:flex;align-items:center}.new-dashboard-overview .fa-star{font-size:22px}.new-dashboard-overview .card-subtitle{font-size:1rem;font-weight:400;color:#657280}.new-dashboard-overview .card-subtitle a{font-size:.6875rem;color:#fff}.new-dashboard-overview .card-subtitle a:hover{color:#f5f5f5}.new-dashboard-overview .card-subtitle a:after{content:">>";margin-left:1px}.new-dashboard-overview .data-tooltip{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;box-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff;text-align:left;white-space:nowrap;margin:5px}@media (max-width:768px){.overview .active-product{max-width:100%}.overview .active-product .chart{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.overview .active-product .chart canvas{height:150px!important;min-width:300px}}@media (max-width:576px){.overview .active-product .chart{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.overview .active-product .chart canvas{height:120px!important;min-width:280px}}@media (max-width:480px){.overview .active-product .chart{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.overview .active-product .chart canvas{height:100px!important;min-width:250px}}@media (min-width:768px) and (max-width:1024px){.dashboard-container .row{margin-left:-12px;margin-right:-12px}.dashboard-container .row>[class*=col-]{padding-left:12px;padding-right:12px}.dashboard-container .row.mb-4,.dashboard-container .row.recent-products{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}.dashboard-container .row.mb-4>[class*=col-],.dashboard-container .row.recent-products>[class*=col-]{display:flex;justify-content:center;margin-bottom:24px}.dashboard-container .row.mb-4>[class*=col-] .product-card,.dashboard-container .row.mb-4>[class*=col-] .unified-product-card,.dashboard-container .row.recent-products>[class*=col-] .product-card,.dashboard-container .row.recent-products>[class*=col-] .unified-product-card{width:100%;max-width:320px;margin:0 auto;height:auto;min-height:340px}.dashboard-container .row.mb-4>[class*=col-] .product-card .card-body,.dashboard-container .row.mb-4>[class*=col-] .unified-product-card .card-body,.dashboard-container .row.recent-products>[class*=col-] .product-card .card-body,.dashboard-container .row.recent-products>[class*=col-] .unified-product-card .card-body{display:flex;flex-direction:column;justify-content:space-between;padding:16px}.dashboard-container .row.mb-4>[class*=col-] .product-card .card-actions,.dashboard-container .row.mb-4>[class*=col-] .unified-product-card .card-actions,.dashboard-container .row.recent-products>[class*=col-] .product-card .card-actions,.dashboard-container .row.recent-products>[class*=col-] .unified-product-card .card-actions{margin-top:auto;padding-top:12px}.dashboard-container .dashboard-pagination{margin-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;grid-gap:16px;gap:16px}.dashboard-container .dashboard-pagination .pagination-info{font-size:.875rem;color:#6c757d;margin:0}.dashboard-container .dashboard-pagination .pagination-controls{display:flex;align-items:center;grid-gap:8px;gap:8px}.dashboard-container .dashboard-pagination .pagination-controls .btn,.dashboard-container .dashboard-pagination .pagination-controls .reports table tr td.actions span,.reports table tr td.actions .dashboard-container .dashboard-pagination .pagination-controls span{padding:8px 16px;font-size:.875rem;border-radius:6px;border:1px solid #dee2e6;background:#fff;color:#495057;transition:all .2s ease}.dashboard-container .dashboard-pagination .pagination-controls .btn:hover:not(:disabled),.dashboard-container .dashboard-pagination .pagination-controls .reports table tr td.actions span:hover:not(:disabled),.reports table tr td.actions .dashboard-container .dashboard-pagination .pagination-controls span:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}.dashboard-container .dashboard-pagination .pagination-controls .btn:disabled,.dashboard-container .dashboard-pagination .pagination-controls .reports table tr td.actions span:disabled,.reports table tr td.actions .dashboard-container .dashboard-pagination .pagination-controls span:disabled{opacity:.5;cursor:not-allowed}.dashboard-container .dashboard-pagination .pagination-controls .btn.btn-primary,.dashboard-container .dashboard-pagination .pagination-controls .reports table tr td.actions span.btn-primary,.reports table tr td.actions .dashboard-container .dashboard-pagination .pagination-controls span.btn-primary{background:#007bff;border-color:#007bff;color:#fff}.dashboard-container .dashboard-pagination .pagination-controls .btn.btn-primary:hover:not(:disabled),.dashboard-container .dashboard-pagination .pagination-controls .reports table tr td.actions span.btn-primary:hover:not(:disabled),.reports table tr td.actions .dashboard-container .dashboard-pagination .pagination-controls span.btn-primary:hover:not(:disabled){background:#0056b3;border-color:#0056b3}.dashboard-container .dashboard-pagination .pagination-controls .page-numbers{display:flex;align-items:center;grid-gap:4px;gap:4px;margin:0 8px}.dashboard-container .dashboard-pagination .pagination-controls .page-numbers .page-number{padding:6px 10px;font-size:.875rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.dashboard-container .dashboard-pagination .pagination-controls .page-numbers .page-number.active{background:#007bff;color:#fff}.dashboard-container .dashboard-pagination .pagination-controls .page-numbers .page-number:hover:not(.active){background:#f8f9fa}.dashboard-container .section-header{margin-bottom:20px}.dashboard-container .section-header h3{font-size:1.25rem}.dashboard-container .section-header .filter-dropdown{min-width:140px}.dashboard-container .product-card .btn,.dashboard-container .product-card .reports table tr td.actions span,.dashboard-container .unified-product-card .btn,.dashboard-container .unified-product-card .reports table tr td.actions span,.reports table tr td.actions .dashboard-container .product-card span,.reports table tr td.actions .dashboard-container .unified-product-card span{font-size:.875rem;padding:8px 16px;border-radius:6px;font-weight:500}.dashboard-container .product-card .btn.btn-primary,.dashboard-container .product-card .reports table tr td.actions span.btn-primary,.dashboard-container .unified-product-card .btn.btn-primary,.dashboard-container .unified-product-card .reports table tr td.actions span.btn-primary,.reports table tr td.actions .dashboard-container .product-card span.btn-primary,.reports table tr td.actions .dashboard-container .unified-product-card span.btn-primary{background:#007bff;border-color:#007bff}.dashboard-container .product-card .btn.btn-primary:hover,.dashboard-container .product-card .reports table tr td.actions span.btn-primary:hover,.dashboard-container .unified-product-card .btn.btn-primary:hover,.dashboard-container .unified-product-card .reports table tr td.actions span.btn-primary:hover,.reports table tr td.actions .dashboard-container .product-card span.btn-primary:hover,.reports table tr td.actions .dashboard-container .unified-product-card span.btn-primary:hover{background:#0056b3;border-color:#0056b3}.dashboard-container .product-card .card-title,.dashboard-container .unified-product-card .card-title{font-size:1rem;font-weight:600;margin-bottom:8px;line-height:1.3}.dashboard-container .product-card .card-subtitle,.dashboard-container .unified-product-card .card-subtitle{font-size:.875rem;color:#6c757d;margin-bottom:12px}.dashboard-container .product-card .card-text,.dashboard-container .unified-product-card .card-text{font-size:.875rem;line-height:1.4;margin-bottom:16px}}@media (min-width:768px) and (max-width:834px){.dashboard-container .row.mb-4>[class*=col-] .product-card,.dashboard-container .row.mb-4>[class*=col-] .unified-product-card,.dashboard-container .row.recent-products>[class*=col-] .product-card,.dashboard-container .row.recent-products>[class*=col-] .unified-product-card{max-width:300px}}@media (min-width:835px) and (max-width:1024px){.dashboard-container .row.mb-4>[class*=col-] .product-card,.dashboard-container .row.mb-4>[class*=col-] .unified-product-card,.dashboard-container .row.recent-products>[class*=col-] .product-card,.dashboard-container .row.recent-products>[class*=col-] .unified-product-card{max-width:340px}}@media (min-width:1025px) and (max-width:1300px){.dashboard-container{width:100%!important;max-width:100%!important;padding:0!important}.dashboard-container .row{width:100%!important;max-width:100%!important;margin-left:-15px!important;margin-right:-15px!important}.dashboard-container .row.mb-4{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important}.dashboard-container .row.mb-4>[class*=col-]{padding-left:15px!important;padding-right:15px!important;margin-bottom:24px!important}.dashboard-container .row.mb-4>[class*=col-] .action-card,.dashboard-container .row.mb-4>[class*=col-] .product-card,.dashboard-container .row.mb-4>[class*=col-] .unified-product-card{width:100%!important;max-width:100%!important;margin:0!important;height:auto!important}.dashboard-container .row.mb-4>[class*=col-] .action-card .card-body,.dashboard-container .row.mb-4>[class*=col-] .product-card .card-body,.dashboard-container .row.mb-4>[class*=col-] .unified-product-card .card-body{padding:20px!important}.dashboard-container .row.recent-products{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important}.dashboard-container .row.recent-products>[class*=col-]{padding-left:15px!important;padding-right:15px!important;margin-bottom:24px!important}.dashboard-container .row.recent-products>[class*=col-] .product-card,.dashboard-container .row.recent-products>[class*=col-] .unified-product-card{width:100%!important;max-width:100%!important;margin:0!important;height:auto!important;min-height:300px!important}.dashboard-container .section-header{width:100%!important;max-width:100%!important;margin-bottom:20px!important;padding:0 15px!important}.dashboard-container .section-header h3{font-size:1.5rem!important}.dashboard-container .dashboard-pagination{width:100%!important;max-width:100%!important;padding:0 15px!important;margin-top:30px!important}.dashboard-container .container,.dashboard-container .container-fluid,.dashboard-container .container-lg,.dashboard-container .container-xl{width:100%!important;max-width:100%!important;padding-left:15px!important;padding-right:15px!important}.page-content{padding:20px 0!important}.dashboard-layout,.page-content{width:100%!important;max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px){.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:100%!important;width:100%!important;margin:0 auto!important}.dashboard-container,.dashboard.dashboard-container{width:100%!important;max-width:100%!important}.dashboard-container .container,.dashboard.dashboard-container .container{max-width:100%!important;width:100%!important;padding-left:20px!important;padding-right:20px!important;margin:0 auto!important}.dashboard-container .dashboard-content-wrapper,.dashboard.dashboard-container .dashboard-content-wrapper{width:100%!important;max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px) and (min-width:992px){.container{max-width:100%!important}}@media (min-width:1025px) and (max-width:1300px) and (min-width:1200px){.container{max-width:100%!important}}@media screen and (-webkit-device-pixel-ratio:1.1),screen and (-webkit-device-pixel-ratio:1.25),screen and (zoom:1.1),screen and (zoom:1.25){#main-wrapper[data-layout=vertical][data-sidebartype=full] .dashboard-container{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .container,#main-wrapper[data-layout=vertical][data-sidebartype=full] .container-fluid{max-width:100%!important;width:100%!important;margin:0!important;padding-left:20px!important;padding-right:20px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] .row{width:100%!important;max-width:100%!important;margin-left:-15px!important;margin-right:-15px!important}#main-wrapper[data-layout=vertical][data-sidebartype=full] [class*=col-]{padding-left:15px!important;padding-right:15px!important}}.dashboard-products{display:flex;align-items:center}.dashboard-products button{opacity:.8}.dashboard-products button.selected{opacity:1}.dashlist-tab{cursor:pointer}.display-options{position:relative;float:right;margin-top:5px;margin-right:5px;z-index:10}.display-options .display-icon{margin-left:5px;color:#ddd}.display-options .display-icon.active,.display-options .display-icon:hover{color:#17c9dc}.dashboard-items-container{border-radius:10px;padding:15px 0 20px}.dashboard-items-container .display-options{margin-right:-2px;margin-top:15px}.dashboard-list-container{width:100%;margin:0}.dashboard-list-container .dash-tab-navigation{display:inline-flex;flex-flow:row wrap;justify-content:flex-start;margin-top:-15px}.dashboard-list-container .dash-tab-navigation .nav li a{border-top-left-radius:10px;border-top-right-radius:10px;color:#657280;font-weight:400}.dashboard-list-container .dash-tab-navigation .nav li a.active{font-weight:600}.dashboard-list-container .dash-list-col{padding:0}.dashboard-list-container .filter-buttons{margin-left:20px}.ingredient-overview{font-size:1em;margin-bottom:1rem;display:block;visibility:visible;opacity:1}.ingredient-overview .ingredient-dashboard-row{display:flex;grid-gap:1rem;gap:1rem;align-items:stretch;width:100%;margin:0;overflow:hidden;box-sizing:border-box}.ingredient-overview .ingredient-actions-col{flex:0 0 300px;min-width:300px;max-width:300px}.ingredient-overview .active-product-col{flex:1 1 auto;min-width:0;overflow:hidden}.ingredient-overview .starred-col{flex:0 0 200px;min-width:200px;max-width:200px}.ingredient-overview .starred{box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#fad388,#f4a850);justify-content:center;height:200px;min-height:200px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;width:100%}.ingredient-overview .starred .card-body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;padding:1.25rem}.ingredient-overview .starred .card-body>div{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.ingredient-overview .starred .card-title{display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;margin-top:0}.ingredient-overview .starred .card-title h1{margin:0;padding:0;color:#2c3e50;font-size:2.75rem;font-weight:700;line-height:1.1;letter-spacing:-.01em}.ingredient-overview .starred .card-subtitle{color:#2c3e50;font-size:1.05rem;margin:0;padding:0;font-weight:500;line-height:1.4;letter-spacing:.01em}.ingredient-overview canvas{color:#fff!important}.ingredient-overview .ml-2{position:relative;overflow:visible!important}.ingredient-overview .ml-2 canvas{color:#fff!important;font-family:inherit!important}.ingredient-overview .chartjs-render-monitor{color:#fff!important}.ingredient-overview .card-title{display:flex;align-items:center}.ingredient-overview .fa-star{font-size:22px}.ingredient-overview .card-subtitle{font-size:1rem;font-weight:400;color:#657280}.ingredient-overview .card-subtitle a{font-size:.6875rem;color:#fff}.ingredient-overview .card-subtitle a:hover{color:#f5f5f5}.ingredient-overview .card-subtitle a:after{content:">>";margin-left:1px}.ingredient-overview .notifications.mini{min-height:200px!important;height:200px!important;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);width:100%}.ingredient-overview .notifications{height:200px;min-height:200px;background-image:linear-gradient(180deg,#e1ecf3,#cedbe9);color:#2c3e50;width:100%;overflow:hidden}.ingredient-overview .notifications .card-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;padding:1rem 1.25rem;box-sizing:border-box;overflow:hidden}.ingredient-overview .notifications .card-body h4{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:.75rem;margin-top:0;font-size:1rem;font-weight:600;color:#2c3e50;line-height:1.4;letter-spacing:.01em;flex-shrink:0}.ingredient-overview .notifications .card-body h4 span{flex-shrink:0;margin-right:.5rem}.ingredient-overview .notifications .card-body h4 svg{flex-shrink:0;margin-left:0}.ingredient-overview .notifications .card-body div{display:flex;align-items:flex-start;width:100%;margin-bottom:.875rem;flex-wrap:nowrap;grid-gap:1rem;gap:1rem;min-width:0;box-sizing:border-box}.ingredient-overview .notifications .card-body div:last-of-type{margin-bottom:0}.ingredient-overview .notifications .card-body div h1{font-size:2.5rem;font-weight:700;color:#2c3e50;line-height:1;letter-spacing:-.02em;flex-shrink:0;padding:0;min-width:2.5rem;text-align:left;margin:0 1.25rem 0 0;align-self:center}.ingredient-overview .notifications .card-body div h5{font-size:.875rem;font-weight:500;color:#2c3e50;margin:0;padding:0;line-height:1.3;letter-spacing:.01em;flex:1 1 auto;min-width:100px;text-align:left;white-space:normal;overflow:visible;word-wrap:break-word;word-break:keep-all;overflow-wrap:break-word}.ingredient-overview .notifications .card-body div h5 br{display:block}.ingredient-overview .notifications .card-body div a{margin-left:auto;color:#2c3e50;font-size:.875rem;text-decoration:none;font-weight:500;flex-shrink:0;white-space:nowrap;padding:0;letter-spacing:.01em;text-align:right}.ingredient-overview .notifications .card-body div a:hover{text-decoration:underline}.ingredient-overview .notifications .card-body .account-completion{display:flex;flex-direction:column}.ingredient-overview .notifications .card-body .account-completion .progress-bar{background-color:#0ed7ac!important;height:100%}.ingredient-overview .notifications .card-body .account-completion p{font-size:14px;margin:0 auto 0 0}.ingredient-overview .active-product{display:flex;width:100%;height:200px;min-height:200px;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#739ef9,#3f65f1);position:relative;overflow:hidden}.ingredient-overview .active-product .active-product-body{display:flex;flex-direction:column;width:100%;height:100%;padding:1.25rem;position:relative;overflow:hidden;box-sizing:border-box}.ingredient-overview .active-product .active-product-header{position:absolute;top:1.25rem;left:1.25rem;z-index:2;pointer-events:none;width:auto;max-width:160px;padding-right:.75rem;box-sizing:border-box;overflow:hidden}.ingredient-overview .active-product .active-product-header .card-title{display:flex;align-items:flex-start;margin-bottom:.625rem;margin-top:0;width:100%;overflow:hidden}.ingredient-overview .active-product .active-product-header .card-title h1{font-size:3rem;font-weight:700;color:#fff;margin:0;padding:0;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.15);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ingredient-overview .active-product .active-product-header .card-subtitle{color:#fff;font-size:.95rem;font-weight:500;margin:0;padding:0;line-height:1.35;letter-spacing:.01em;text-shadow:0 1px 3px rgba(0,0,0,.2);word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.ingredient-overview .active-product .active-product-chart{padding:.75rem 1rem .75rem 200px;margin-left:0;box-sizing:border-box}.ingredient-overview .active-product .active-product-chart,.ingredient-overview .active-product .active-product-chart>div{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.ingredient-overview .active-product .active-product-chart canvas{color:#fff!important;font-family:inherit!important;max-width:100%}.ingredient-overview .active-product .card-subtitle,.ingredient-overview .active-product .card-title{color:#fff}@media (max-width:1200px){.ingredient-overview .ingredient-actions-col{flex:0 0 280px;min-width:280px;max-width:280px}.ingredient-overview .starred-col{flex:0 0 180px;min-width:180px;max-width:180px}}@media (max-width:992px){.ingredient-overview .ingredient-dashboard-row{flex-direction:column;grid-gap:1rem;gap:1rem}.ingredient-overview .active-product-col,.ingredient-overview .ingredient-actions-col,.ingredient-overview .starred-col{width:100%;flex:1 1 100%;min-width:100%;max-width:100%}.ingredient-overview .active-product{height:auto;min-height:250px}.ingredient-overview .active-product .active-product-body{overflow:hidden}.ingredient-overview .active-product .active-product-header{max-width:140px;padding-right:.5rem;overflow:hidden}.ingredient-overview .active-product .active-product-header .card-title{margin-bottom:.5rem;overflow:hidden}.ingredient-overview .active-product .active-product-header .card-title h1{font-size:2.5rem;max-width:100%;overflow:hidden;text-overflow:ellipsis}.ingredient-overview .active-product .active-product-header .card-subtitle{font-size:.875rem;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.ingredient-overview .active-product .active-product-chart{padding-left:180px;padding-right:.75rem;overflow:hidden}.ingredient-overview .notifications.mini,.ingredient-overview .starred{height:auto;min-height:180px}}@media (max-width:768px){.ingredient-overview .active-product .active-product-body{overflow:hidden}.ingredient-overview .active-product .active-product-header{max-width:120px;padding-right:.5rem;overflow:hidden}.ingredient-overview .active-product .active-product-header .card-title{margin-bottom:.5rem;overflow:hidden}.ingredient-overview .active-product .active-product-header .card-title h1{font-size:2rem;line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.ingredient-overview .active-product .active-product-header .card-subtitle{font-size:.8rem;line-height:1.3;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.ingredient-overview .active-product .active-product-chart{padding-left:150px;padding-right:.5rem;overflow:hidden}.ingredient-overview .notifications .card-body{padding:1rem}.ingredient-overview .notifications .card-body h4{margin-bottom:1.25rem;font-size:1rem}.ingredient-overview .notifications .card-body div{margin-bottom:1.25rem;grid-gap:.75rem;gap:.75rem;align-items:flex-start}.ingredient-overview .notifications .card-body div h1{font-size:1.75rem;min-width:2rem;align-self:center}.ingredient-overview .notifications .card-body div h5{font-size:.85rem;overflow:visible;text-overflow:clip;white-space:normal;word-wrap:break-word;word-break:keep-all;overflow-wrap:break-word;min-width:80px}.ingredient-overview .notifications .card-body div a{font-size:.8rem}.ingredient-overview .starred .card-title{margin-bottom:.625rem}.ingredient-overview .starred .card-title h1{font-size:2.25rem}.ingredient-overview .starred .card-subtitle{font-size:.95rem}}.ingredient-overview .co-info{box-shadow:0 6px 20px 0 rgba(57,57,57,.2);border:2px solid #cedbe9;background-color:#fff;width:339px}.ingredient-overview .co-info .details{font-size:14px;color:#657280;letter-spacing:.5px}.ingredient-overview .co-info .card-subtitle{margin:9px 0;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52}.ingredient-overview .co-info .title{display:flex;justify-content:space-between}.ingredient-overview .co-info .title .card-title{width:76px;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52;margin-bottom:0}.ingredient-overview .co-info .title .logo{display:inline-flex;align-items:center}.ingredient-overview .co-info .title .logo i{font-size:15px;margin-right:20px}.ingredient-overview .co-info .title .logo i.fa-circle{color:#0ed7ac;color:var(--bg-green-light)}.ingredient-overview .co-info .title .logo img{width:70px;height:25px}.ingredient-overview .data-tooltip{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;box-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff;text-align:left;white-space:nowrap;margin:5px}.table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-container table{width:100%;border-collapse:separate;border-spacing:0;margin:0;table-layout:fixed}.table-container table thead{background-color:#f8f9fa}.table-container table thead th{padding:12px 8px;text-align:left;font-weight:600;font-size:14px;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}.table-container table thead th.image-column{width:8%;min-width:60px;text-align:center}.table-container table thead th.name-column{width:35%;min-width:200px}.table-container table thead th.star-column{width:6%;min-width:60px;text-align:center;padding:12px 4px}.table-container table thead th.manufacturer-column{width:20%;min-width:150px}.table-container table thead th.price-column,.table-container table thead th.roi-column{width:12%;min-width:120px;text-align:center}.table-container table thead th.flag-column{width:4%;min-width:60px;text-align:center}.table-container table thead th.spacer-column{width:3%;min-width:100px;text-align:right}.table-container table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.table-container table tbody tr:hover{background-color:#f8f9fa}.table-container table tbody tr td{padding:12px 8px;vertical-align:middle;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-container table tbody tr td.image-column{text-align:center;width:8%;min-width:60px}.table-container table tbody tr td.name-column{width:35%;min-width:200px;font-weight:500;color:#1f2937;white-space:normal;word-wrap:break-word;line-height:1.4}.table-container table tbody tr td.star-column{width:6%;min-width:60px;text-align:center;padding:8px 4px}.table-container table tbody tr td.star-column .star-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:24px}.table-container table tbody tr td.star-column .star-container .star{transition:all .2s ease;flex-shrink:0;margin:0 auto}.table-container table tbody tr td.star-column .star-container .star:hover{transform:scale(1.1)}.table-container table tbody tr td.manufacturer-column{width:20%;min-width:150px;color:#6b7280}.table-container table tbody tr td.price-column,.table-container table tbody tr td.roi-column{width:12%;min-width:120px;text-align:center;color:#6b7280}.table-container table tbody tr td.flag-column{width:4%;min-width:60px;text-align:center}.table-container table tbody tr td.flag-column .flag{width:20px;height:15px;border-radius:2px}.table-container table tbody tr td.spacer-column{width:3%;min-width:100px;text-align:right}.table-container table tbody tr td.spacer-column .action{color:#3f65f1;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;grid-gap:4px;gap:4px;transition:color .2s ease}.table-container table tbody tr td.spacer-column .action:hover{color:#2d4ed8}.starred-ingredients{max-width:100%;width:100%;position:relative;margin:20px 0;padding:0 10px}.starred-ingredients .title{display:flex;align-items:center;margin-bottom:20px}.starred-ingredients .title h4{margin:0;font-size:1.4rem;font-weight:600;color:#2c3e50}@media (max-width:767px){.starred-ingredients .title h4{font-size:1.2rem}}.starred-ingredients .title h3.count{color:#6a8dec;margin-left:8px;font-size:1rem;font-weight:500}.starred-ingredients .slider-list{position:relative;overflow:visible;background:#f8f9fa;border-radius:12px;padding:20px 0}@media (max-width:767px){.starred-ingredients .slider-list{padding:15px 0;border-radius:8px}}.starred-ingredients .slider-list .BrainhubCarousel__customArrows{z-index:15}.starred-ingredients .starred-ingredients-list{display:flex;padding:0 5px}.starred-ingredients .starred-ingredients-list .slide{width:100%}.starred-ingredients .starred-ingredients-list .ingredient-list-block{display:flex;justify-content:flex-start}.starred-ingredients .starred-ingredients-list .slider-button-group{position:absolute;top:-34px;right:0}.starred-ingredients .starred-ingredients-list .slider-button-group button{margin:5px;background:transparent;border:none}.starred-ingredients .starred-ingredients-list .slider-button-group button i{font-size:1.5em;color:#586c7d;opacity:.4}.starred-ingredients .starred-ingredients-list .slider-button-group button i:hover{opacity:.9}.starred-ingredients .starred-ingredients-list .slider-button-group button:focus{border:none;outline:none}.portfolio-preference-list .portfolio-preference-item,.product-type-list .product-type-item{padding:8px 13px;margin-right:6px;background-color:#fff;border-radius:6px;display:flex;border:2px solid #cedbe9;justify-content:center;align-items:center}.porfolio-preference{padding:20px;overflow:visible}.porfolio-preference h5{font-weight:8}.porfolio-preference span.add{display:none;font-size:1.5em;position:static;align-items:baseline;right:30px;top:25%}.porfolio-preference span.add p{margin-right:5px}.portfolio-preference-list{align-items:center;display:flex;overflow-x:auto;flex-wrap:wrap}.portfolio-preference-list .portfolio-preference-item p{margin-bottom:0;font-weight:600}.portfolio-preference-list .portfolio-preference-item i{color:#f4a850;margin-right:7px}@media only screen and (max-width:720px){.portfolio-preference-list .portfolio-preference-item{min-width:40%}}.all-ingredients{padding:45px}.all-ingredients .all-ingredients-list{display:block;height:50vh;padding:0}.all-ingredients .all-ingredients-list div.ingredient-item{display:inline-block;position:relative;margin:10px 20px 10px 0;width:370px;padding:12px 8px}.all-ingredients .header--container{display:flex;justify-content:space-between}@media (max-width:768px){.all-ingredients{padding-left:10px;padding-right:10px}.all-ingredients .all-ingredients-list div.ingredient-item{width:100%}.all-ingredients .title{display:flex;flex-direction:column}.all-ingredients .header--container{display:flex;flex-direction:column;justify-content:space-between;align-items:center}}.react-confirm-alert-body h1{font-size:23px}.ingredients .title{display:flex}.ingredients .title h3.count{color:#6a8dec;margin-left:5px}.ingredients .all-ingredients-container{border-radius:10px;padding:0 0 20px}.ingredients .all-ingredients-container .display-options{margin-right:15px;margin-top:15px;display:flex;grid-gap:10px;gap:10px;align-items:center}.ingredients .all-ingredients-container .display-options .display-icon{cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.ingredients .all-ingredients-container .display-options .display-icon svg{width:24px;height:24px}.ingredients .all-ingredients-container .display-options .display-icon:hover{background-color:rgba(0,0,0,.05)}.ingredients .all-ingredients-container .display-options .display-icon.active{background-color:rgba(63,101,241,.1);color:#3f65f1}@media only screen and (max-width:767px){.ingredients .all-ingredients-container .display-options .display-icon{padding:6px;width:36px;height:36px}.ingredients .all-ingredients-container .display-options .display-icon svg{width:20px;height:20px}}.ingredients .all-ingredients-container .pagination-wrapper{margin-right:15px;margin-top:5px}.ingredient-item{width:100%;margin-bottom:0;cursor:pointer;border-radius:10px;padding:10px 15px}.ingredient-item:hover{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)}.ingredient-item .ingredient-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:170px}.ingredient-item.mini{height:60px;width:100%;border:1px solid #d1ddea;cursor:default;padding:10px}.ingredient-item.mini,.ingredient-item.mini:hover{box-shadow:1px 0 20px rgba(0,0,0,.08)}.ingredient-item.mini svg{display:none}.ingredient-item.mini .info .ingredient-image{background-size:cover;height:40px;width:40px}.ingredient-item.mini .info .ingredient-detail{display:flex;justify-content:space-between;align-items:center}.ingredient-item.mini .info .ingredient-detail h5{white-space:nowrap;width:400px;overflow:hidden;text-overflow:ellipsis}.ingredient-item.mini .info .ingredient-detail h5:hover{overflow:visible}.ingredient-item.mini .info .ingredient-detail h6.portfolio-ingredient{background-color:rgba(244,168,80,.68);border-radius:6px;padding:8px 12px;margin-bottom:0;color:#fff}.ingredient-item.mini .info .ingredient-detail h6.portfolio-ingredient i{margin-right:5px}.ingredient-item.mini .info .ingredient-detail .percent{color:#4167f2;margin-bottom:0;font-weight:600}.ingredient-item.mini div:last-child{display:none}.ingredient-item svg{position:absolute;top:15px;right:15px}.ingredient-item div.info{display:flex;align-items:center}.ingredient-item div.info .ingredient-image{background-size:cover;height:75px;width:100px}.ingredient-item div.info .ingredient-detail{padding:0 10px;width:100%}.ingredient-item div.info .ingredient-detail p.name{font-weight:bolder;color:#3f5565;font-size:1.1em;margin-bottom:1px}.ingredient-item div.info .ingredient-detail .ingredient-rate{width:90%;display:flex;flex-direction:row;justify-content:space-between}.ingredient-item div.info .ingredient-detail .ingredient-rate p{font-weight:700;font-size:.99em}.ingredient-item div.info .ingredient-detail .ingredient-rate p.price{color:#657280}.ingredient-item div.info .ingredient-detail .ingredient-rate p.rank{color:#f5ab56}.ingredient-single .row{margin:0}.ingredient-single .grocer-select{width:125px!important;border-radius:6px;height:40px;border:1px solid #cedbe9;border:1px solid var(--powder-blue);z-index:15}.ingredient-single .grocer-select .grocer-dropdown{border-top:5px solid #4d4d4d;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:0}.ingredient-single .grocer-select .grocer-select__control{border:none!important}.ingredient-single .grocer-select .grocer-select__indicator-separator{width:0!important}.ingredient-single div.ingredient-single__image__container{display:flex;flex-direction:row;justify-content:center;height:300px;width:300px}.ingredient-single div.ingredient-single__image__container img.ingredient-single__image{width:auto;height:100%;border-radius:6px}.ingredient-single .ingredient-single__name button{height:40px}.ingredient-single .flag-select{border-radius:6px;height:40px;border:1px solid #cedbe9;border:1px solid var(--powder-blue)}.ingredient-single .flag-select__option__icon{top:0}.ingredient-single .flag-select__option__label{color:#657280}.ingredient-single .flag-select__options{width:97px}.ingredient-single .flag-select__option{margin:4px 0}.ingredient-single .flag-select__btn{margin-top:2px}.ingredient-single .table-responsive{overflow-x:visible!important}.ingredient-single .ingredient-info-row{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #d0dcea;overflow-y:visible}.ingredient-single .ingredient-info-row .regulation-links{margin-top:8px;position:absolute;z-index:1000;width:300px;height:300px;border:2px solid #e1ecf3;border-radius:6px;background-color:#fff;box-shadow:0 14px 24px rgba(62,57,107,.1);padding:12px;overflow-y:scroll}.ingredient-single .ingredient-info-row .regulation-links .regulation-link-header{font-size:12pt;border-bottom:1px solid #e1ecf3;padding-bottom:3px;margin-top:-9px}.ingredient-single .ingredient-info-row .regulation-links p{font-weight:700}.ingredient-single .table td,.ingredient-single .table th{margin:0;padding:10px 0}.ingredient-single .ingredient-info-pill{display:inline-block;border:2px solid #d0dcea;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:600;border-radius:6px;margin-right:6px}.ingredient-single .ingredient-info-pill:active,.ingredient-single .ingredient-info-pill:hover{background-color:#e1ecf3}.ingredient-single .ingredient-info-pill span{color:#697e99}.ingredient-single-v2 .row{margin:0;justify-content:space-between}.ingredient-single-v2 .grocer-select{width:170px!important;border-radius:6px;height:40px;border:1px solid #cedbe9;border:1px solid var(--powder-blue);z-index:15}.ingredient-single-v2 .grocer-select .grocer-dropdown{border-top:5px solid #4d4d4d;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:0}.ingredient-single-v2 .grocer-select .grocer-select__indicator-separator{width:0!important}.ingredient-single-v2 div.ingredient-single__image__container{display:flex;flex-direction:row;justify-content:center;height:300px;width:300px}.ingredient-single-v2 div.ingredient-single__image__container img.ingredient-single__image{width:308px;height:100%;object-fit:cover}.ingredient-single-v2 .ingredient-single__name button{height:40px}.ingredient-single-v2 .flag-select{border-radius:6px;height:40px;border:1px solid #cedbe9;border:1px solid var(--powder-blue)}.ingredient-single-v2 .flag-select__option__icon{top:0}.ingredient-single-v2 .flag-select__option__label{color:#657280}.ingredient-single-v2 .flag-select__options{width:97px}.ingredient-single-v2 .flag-select__option{margin:4px 0}.ingredient-single-v2 .flag-select__btn{margin-top:2px}.ingredient-single-v2 .table-responsive{overflow-x:visible!important}.ingredient-single-v2 .ingredient-info-row{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #000;overflow-y:visible}.ingredient-single-v2 .ingredient-info-row .regulation-links{margin-top:8px;position:absolute;z-index:1000;width:300px;height:300px;border:2px solid #e1ecf3;border-radius:6px;background-color:#fff;box-shadow:0 14px 24px rgba(62,57,107,.1);padding:12px;overflow-y:scroll}.ingredient-single-v2 .ingredient-info-row .regulation-links .regulation-link-header{font-size:12pt;border-bottom:1px solid #e1ecf3;padding-bottom:3px;margin-top:-9px}.ingredient-single-v2 .ingredient-info-row .regulation-links p{font-weight:700}.ingredient-single-v2 .table td,.ingredient-single-v2 .table th{margin:0;padding:15px 0 20px}.ingredient-single-v2 .ingredient-info-pill{display:inline-block;padding:.475rem .75rem;font-size:.875rem;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:600;border-radius:6px;margin-right:16px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}.ingredient-single-v2 .ingredient-info-pill:active,.ingredient-single-v2 .ingredient-info-pill:hover{background-color:#e1ecf3}.ingredient-single-v2 .ingredient-info-pill span{color:"#000"}.ingredient-single-v2 .empty-card{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:35px}.ingredient-single-v2 .dataset-container{display:flex;width:150px;justify-content:space-between;border:1px solid rgba(4,25,40,.1);border-radius:4px}.ingredient-single-v2 .dataset-container span{border-right:1px solid rgba(4,25,40,.1);flex:1 1;font-family:"Inter";font-weight:500;font-size:12px;align-items:center;text-align:center;cursor:pointer}.ingredient-single-v2 .dataset-container .active-span{background-color:#ebebec;color:#53ce7c}.ingredient-single-v2 .dataset-container span:last-child{border-right:none}.star-container{padding:.5rem .2rem;border:1px solid rgba(190,192,193,.27);border-radius:8px}.star-container:hover{cursor:pointer;background-color:rgba(225,236,243,.27)}.dash-list{width:100%;padding:0 16px}.dash-list .table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-color:#cedbe9 #f5f7fa;scrollbar-width:thin;position:relative;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.dash-list .table-container::-webkit-scrollbar{height:8px}.dash-list .table-container::-webkit-scrollbar-track{background:#f5f7fa;border-radius:4px}.dash-list .table-container::-webkit-scrollbar-thumb{background:#cedbe9;border-radius:4px}.dash-list .table-container::-webkit-scrollbar-thumb:hover{background:#a8b8d0}.dash-list table{min-width:1200px;width:100%;border-collapse:separate;margin-top:20px;font-size:14px;table-layout:auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}@media (min-width:1401px){.dash-list table{min-width:1300px}}@media (min-width:1201px) and (max-width:1400px){.dash-list table{min-width:1200px}}@media (min-width:992px) and (max-width:1200px){.dash-list table{min-width:1100px}}@media (min-width:768px) and (max-width:991px){.dash-list table{min-width:1000px;font-size:13px}}@media (max-width:767px){.dash-list table{min-width:950px;font-size:12px}}@media (max-width:575px){.dash-list table{min-width:900px;font-size:11px}}@media (max-width:400px){.dash-list table{min-width:850px;font-size:10px}}.dash-list table thead tr th{font-size:12px;font-weight:700;color:#2c3e50;padding:16px 12px;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:2px solid #dee2e6;text-transform:uppercase;letter-spacing:.5px}.dash-list table thead tr th.text-left{text-align:left}.dash-list table thead tr th.text-center{text-align:center}.dash-list table thead tr th:first-child{width:80px;min-width:80px}.dash-list table thead tr th:nth-child(2){width:300px;min-width:250px}.dash-list table thead tr th:nth-child(3),.dash-list table thead tr th:nth-child(4){width:120px;min-width:100px}.dash-list table thead tr th:nth-child(5){width:100px;min-width:80px}.dash-list table thead tr th:nth-child(6),.dash-list table thead tr th:nth-child(7){width:80px;min-width:70px}.dash-list table thead tr th:nth-child(8){width:100px;min-width:80px}.dash-list table thead tr th:nth-child(9){width:120px;min-width:100px}.dash-list table thead tr th:nth-child(10){width:100px;min-width:80px}.dash-list table tr.list-row{border-bottom:1px solid #f1f3f4;transition:all .2s ease;background:#fff}.dash-list table tr.list-row:hover{background:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.dash-list table tr.list-row:last-child{border-bottom:none}.dash-list table tr.list-row td{vertical-align:middle;font-size:14px;color:#495057;padding:16px 12px;white-space:nowrap;border:none}.dash-list table tr.list-row td .product-image-container{display:flex;justify-content:center;align-items:center}.dash-list table tr.list-row td .product-image-container .product-image{width:50px;height:50px;border-radius:8px;object-fit:cover;border:2px solid #e9ecef;transition:transform .2s ease}.dash-list table tr.list-row td .product-image-container .product-image:hover{transform:scale(1.05)}.dash-list table tr.list-row td.product-name-cell{text-align:left;white-space:normal}.dash-list table tr.list-row td.product-name-cell .product-name-content .product-name{font-size:15px;font-weight:600;color:#2c3e50;margin:0 0 8px;line-height:1.4}.dash-list table tr.list-row td.product-name-cell .product-name-content .ai-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600}.dash-list table tr.list-row td.product-name-cell .product-name-content .ai-badge .ai-icon{width:14px;height:14px;margin-right:4px}.dash-list table tr.list-row td .brand-name{font-weight:600;color:#495057}.dash-list table tr.list-row td .product-type{font-weight:500;color:#6c757d}.dash-list table tr.list-row td .flavor-text{font-style:italic;color:#6c757d}.dash-list table tr.list-row td .version-badge{background:linear-gradient(135deg,#3f65f1,#2c5aa0);color:#fff;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:700;display:inline-block}.dash-list table tr.list-row td .country-flag{display:flex;justify-content:center;align-items:center}.dash-list table tr.list-row td .country-flag .flag{font-size:20px}.dash-list table tr.list-row td .status-badge{padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.dash-list table tr.list-row td .status-badge.status-retail{background:#d4edda;color:#155724}.dash-list table tr.list-row td .status-badge.status-concept{background:#fff3cd;color:#856404}.dash-list table tr.list-row td .score-container{display:flex;flex-direction:column;align-items:center;grid-gap:4px;gap:4px}.dash-list table tr.list-row td .score-container .score-text{font-size:11px;font-weight:600;color:#6c757d}.dash-list table tr.list-row td .action-button{background:linear-gradient(135deg,#3f65f1,#2c5aa0);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex!important;align-items:center;grid-gap:6px;gap:6px;transition:all .2s ease;visibility:visible!important;opacity:1!important;position:static!important}.dash-list table tr.list-row td .action-button:hover{background:linear-gradient(135deg,#2c5aa0,#1e3d72);transform:translateY(-1px);box-shadow:0 4px 12px rgba(63,101,241,.3)}.dash-list table tr.list-row td .action-button:active{transform:translateY(0)}.dash-list table tr.list-row td img{width:40px;height:40px;object-fit:contain}.dash-list table tr.list-row td.package-name,.dash-list table tr.list-row td.product-name{font-size:16px;font-weight:600;color:#273f52;max-width:200px;white-space:normal;word-break:break-word}.dash-list table tr.list-row td span.cost{background-color:#0ed7ac;text-align:center;white-space:nowrap}.dash-list table tr.list-row td span.cost,.dash-list table tr.list-row td span.label{padding:3px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#fff;text-transform:capitalize;display:inline-block}.dash-list table tr.list-row td span.label.label-concept{background-color:#607d8b}.dash-list table tr.list-row td span.label.label-retail{background-color:#3f65f1}.dash-list table tr.list-row td span.action{border:2px solid #3f65f1;border-radius:6px;padding:8px 16px;cursor:pointer;font-size:14px;font-weight:600;color:#3f65f1;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;min-width:80px;text-align:center;transition:all .2s ease;background-color:#fff;box-shadow:0 2px 4px rgba(63,101,241,.2);margin:0 auto}.dash-list table tr.list-row td span.action:hover{background-color:#3f65f1;color:#fff;border-color:#3f65f1;transform:translateY(-1px);box-shadow:0 4px 8px rgba(63,101,241,.3)}.dash-list table tr.list-row:hover{background-color:rgba(225,236,243,.27)}.dash-list table tr.list-row:hover td{position:relative;left:2px;transition:left .2s ease-in-out}.dash-list table tr.list-row:hover td:first-of-type{border-radius:6px 0 0 6px}.dash-list table tr.list-row:hover td:last-of-type{border-radius:0 6px 6px 0}.dash-list table tr:last-of-type{border-bottom:none}.dash-list h1{font-size:24px;font-weight:600;color:#273f52}.dash-list .title{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:18px}.dash-list .title h4{font-size:22px;font-weight:600;margin-bottom:4px;margin-right:0}.dash-list .title h4.count{font-size:18px;line-height:1;margin-bottom:10px;margin-left:0;color:#3f65f1;font-weight:400}.dash-list .filters{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.dash-list .filters .filter,.dash-list .filters .filter-menu{min-width:150px;margin-bottom:8px}.dash-list .filters .list-filters{max-height:150px;overflow-y:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dash-list .pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;grid-gap:10px;gap:10px;margin:1rem auto 24px;padding-bottom:5px;max-width:100%}.dash-list .pagination a,.dash-list .pagination button,.dash-list .pagination span{padding:7px 14px;min-width:36px;font-size:14px;font-weight:600;border:none;background:transparent;color:#273f52;transition:background .2s;border-radius:4px;cursor:pointer;text-align:center;outline:none}.dash-list .pagination a:hover,.dash-list .pagination button:hover,.dash-list .pagination span.active{background:rgba(225,236,243,.27)}@media (max-width:1024px){.dash-list{padding:0 12px}.dash-list .table-container{min-width:100vw}.dash-list .action-button{display:inline-flex!important;visibility:visible!important;opacity:1!important;padding:6px 14px!important;font-size:11px!important;min-width:65px}.dash-list table{font-size:15px}.dash-list table td,.dash-list table th{padding:9px 4px;min-width:100px}.dash-list table td img{width:32px;height:32px}.dash-list .pagination a,.dash-list .pagination button,.dash-list .pagination span{font-size:13px;padding:6px 10px}.dash-list .title h4.count{margin-left:7px}}@media (min-width:576px) and (max-width:767px){.dash-list{padding:8px 12px}.dash-list .table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dash-list .action-button{display:inline-flex!important;visibility:visible!important;opacity:1!important;padding:6px 12px!important;font-size:11px!important;min-width:60px;grid-gap:4px;gap:4px}.dash-list table{font-size:12px;min-width:950px}.dash-list table td,.dash-list table th{padding:10px 6px;min-width:75px}.dash-list table .product-image{width:40px!important;height:40px!important}.dash-list table .product-name{font-size:13px!important}.dash-list table .version-badge{font-size:10px!important;padding:3px 6px!important}.dash-list table .status-badge{font-size:10px!important;padding:4px 8px!important}.dash-list table .action-button{font-size:11px!important;padding:6px 12px!important;display:inline-flex!important;visibility:visible!important;opacity:1!important;min-width:60px}.dash-list table .ai-badge{font-size:10px!important;padding:3px 6px!important}.dash-list .pagination{grid-gap:8px;gap:8px}.dash-list .filters{flex-direction:column;grid-gap:.6rem;gap:.6rem}.dash-list .title{flex-direction:column;align-items:flex-start}}@media (max-width:575px){.dash-list{padding:5px 8px}.dash-list h1{font-size:18px}.dash-list .table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.dash-list .table-container:after{content:"← Swipe to see more columns →";display:block;text-align:center;font-size:11px;color:#6c757d;padding:8px;background:linear-gradient(180deg,rgba(248,249,250,.95),transparent);border-top:1px solid #e9ecef;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;pointer-events:none;white-space:nowrap;font-weight:500}.dash-list .action-button{display:inline-flex!important;visibility:visible!important;opacity:1!important;padding:5px 10px!important;font-size:10px!important;min-width:55px;grid-gap:3px;gap:3px}.dash-list table{min-width:900px;font-size:11px}.dash-list table td,.dash-list table thead tr th{font-size:10px;padding:8px 4px;min-width:65px}.dash-list table td img{width:18px;height:18px}.dash-list table span.action{font-size:10px;padding:5px 10px;min-width:65px;display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #3f65f1;color:#3f65f1;font-weight:600;box-shadow:0 2px 4px rgba(63,101,241,.2);margin:0 auto}.dash-list table thead tr th:first-child{width:50px;min-width:50px}.dash-list table thead tr th:nth-child(2){width:140px;min-width:110px}.dash-list table thead tr th:nth-child(3),.dash-list table thead tr th:nth-child(4),.dash-list table thead tr th:nth-child(5){width:75px;min-width:65px}.dash-list table thead tr th:nth-child(6),.dash-list table thead tr th:nth-child(7){width:50px;min-width:45px}.dash-list table thead tr th:nth-child(8){width:65px;min-width:55px}.dash-list table thead tr th:nth-child(9){width:75px;min-width:65px}.dash-list table thead tr th:nth-child(10){width:60px;min-width:55px}.dash-list table thead tr th:nth-child(11){width:80px;min-width:70px}}@media (max-width:400px){.dash-list{padding:4px}.dash-list .table-container:after{font-size:10px;padding:6px}.dash-list table{min-width:850px;font-size:10px}.dash-list table td,.dash-list table thead tr th{font-size:9px;padding:6px 3px;min-width:55px}.dash-list table .pagination{grid-gap:6px;gap:6px}.dash-list table .pagination a,.dash-list table .pagination button,.dash-list table .pagination span{font-size:9px;padding:3px 6px;min-width:24px}.dash-list table .filter,.dash-list table .filter-menu{min-width:100%}.dash-list table .title h4.count{margin-left:3px}}.integration-grid{display:grid;padding:0;max-width:1120px}.integration-grid .card-body .card-title{font-size:18px}.integration-grid .card-body .card-text{color:#657280}.integration-grid .card-body .btn,.integration-grid .card-body .reports table tr td.actions span,.reports table tr td.actions .integration-grid .card-body span{font-weight:600}.integration-grid>div{height:auto}@media only screen and (min-width:768px){.integration-grid{grid-template-columns:minmax(240px,1fr) minmax(240px,1fr);grid-gap:24px}}@media only screen and (min-width:992px){.integration-grid{grid-template-columns:minmax(240px,1fr) minmax(240px,1fr) minmax(240px,1fr);grid-gap:24px}}@media only screen and (min-width:1200px){.integration-grid{grid-template-columns:minmax(240px,1fr) minmax(240px,1fr) minmax(240px,1fr) minmax(240px,1fr);grid-gap:24px}}.integration .row{display:flex;flex-direction:row}.integration .row .integration-connection{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;width:200px;box-shadow:0 0 5px 0 rgba(57,57,57,.2);border-radius:12px;margin:15px;padding-bottom:15px}.integration .row .integration-connection button{margin-top:auto;margin-bottom:0}.integration .row .integration-connection img{margin-top:auto;justify-self:center}.user-requests-wrapper{width:100%;padding:20px}@media (max-width:768px){.user-requests-wrapper{padding:12px}}@media (max-width:576px){.user-requests-wrapper{padding:8px}}.user-requests-table-responsive{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc;border-radius:8px}.user-requests-table-responsive::-webkit-scrollbar{height:8px}.user-requests-table-responsive::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.user-requests-table-responsive::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.user-requests-table-responsive::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (min-width:768px) and (max-width:1024px){.user-requests-table-responsive .user-requests-table{min-width:900px;width:100%}.user-requests-table-responsive .user-requests-table td,.user-requests-table-responsive .user-requests-table th{padding:10px 12px;font-size:13px}}@media (min-width:576px) and (max-width:767px){.user-requests-table-responsive .user-requests-table{min-width:1000px;width:100%}.user-requests-table-responsive .user-requests-table td,.user-requests-table-responsive .user-requests-table th{padding:10px 8px;font-size:12px;white-space:nowrap}.user-requests-table-responsive .user-requests-table th{font-size:11px}}@media (max-width:575px){.user-requests-table-responsive .user-requests-table{min-width:1100px;width:100%}.user-requests-table-responsive .user-requests-table td,.user-requests-table-responsive .user-requests-table th{padding:8px 6px;font-size:11px;white-space:nowrap}.user-requests-table-responsive .user-requests-table th{font-size:10px;padding:10px 6px}.user-requests-table-responsive .user-requests-table th svg{width:12px;height:12px}.user-requests-table-responsive .user-requests-table td span{padding:4px 8px!important;font-size:10px;display:inline-flex;align-items:center}.user-requests-table-responsive .user-requests-table td span svg{width:14px;height:14px;margin-right:4px!important}}@media (max-width:360px){.user-requests-table-responsive .user-requests-table{min-width:1200px}.user-requests-table-responsive .user-requests-table td,.user-requests-table-responsive .user-requests-table th{padding:6px 4px;font-size:10px}.user-requests-table-responsive .user-requests-table th{font-size:9px}}.user-requests-table{width:100%;table-layout:auto;display:table!important}.user-requests-table thead tr th{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.user-requests-table thead tr th:not(:first-child){white-space:nowrap}.user-requests-table tbody tr td{word-wrap:break-word;overflow-wrap:break-word}.user-requests-table tbody tr td:first-child{min-width:120px}.user-requests-table tbody tr td:nth-child(2){min-width:180px}.user-requests-table tbody tr td:nth-child(3){min-width:160px}.user-requests-table tbody tr td:nth-child(4){min-width:100px}.user-requests-table tbody tr td:nth-child(5){min-width:120px}.knowledge-hub h5{font-weight:600}.knowledge-hub p{font-size:16px}.knowledge-hub-v2{padding:clamp(1rem,3vw,2rem);max-width:1400px;margin:0 auto}@media (min-width:768px){.knowledge-hub-v2{padding:clamp(1.5rem,4vw,3rem)}}.kh-header{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;margin-bottom:clamp(1.5rem,4vw,2.5rem)}@media (min-width:768px){.kh-header{flex-direction:row;justify-content:space-between;align-items:center}}.kh-header__content{flex:1 1}.kh-header__title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.2}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-header__title{font-size:26.6px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-header__title{font-size:25.2px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-header__title{font-size:23.8px}}@media (min-width:768px){.kh-header__title{font-size:32px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-header__title{font-size:30.4px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-header__title{font-size:28.8px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-header__title{font-size:27.2px}}@media (min-width:992px){.kh-header__title{font-size:36px}}@media (min-width:992px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:992px) and (min-resolution:1.25dppx){.kh-header__title{font-size:34.2px}}@media (min-width:992px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:992px) and (min-resolution:1.5dppx){.kh-header__title{font-size:32.4px}}@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:2dppx){.kh-header__title{font-size:30.6px}}.kh-header__subtitle{font-size:14px;color:#64748b;margin:0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-header__subtitle{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-header__subtitle{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-header__subtitle{font-size:11.9px}}@media (min-width:768px){.kh-header__subtitle{font-size:16px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-header__subtitle{font-size:15.2px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-header__subtitle{font-size:14.4px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-header__subtitle{font-size:13.6px}}.kh-header__tour-btn{padding:12px;font-size:14px;background-color:#1e293b;border:none;border-radius:8px;color:#fff;font-weight:600;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-header__tour-btn{padding:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-header__tour-btn{padding:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-header__tour-btn{padding:10.2px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-header__tour-btn{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-header__tour-btn{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-header__tour-btn{font-size:11.9px}}@media (min-width:768px){.kh-header__tour-btn{padding:14px;font-size:15px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-header__tour-btn{padding:13.3px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-header__tour-btn{padding:12.6px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-header__tour-btn{padding:11.9px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-header__tour-btn{font-size:14.25px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-header__tour-btn{font-size:13.5px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-header__tour-btn{font-size:12.75px}}.kh-header__tour-btn:hover:not(:disabled){background-color:#334155;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.kh-header__tour-btn:disabled{opacity:.6;cursor:not-allowed}.kh-feature-banner{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:12px;padding:clamp(1.5rem,3vw,2rem);margin-bottom:clamp(1.5rem,4vw,2.5rem);display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;overflow:hidden;position:relative;min-height:180px}@media (min-width:768px){.kh-feature-banner{min-height:200px;padding:clamp(2rem,3vw,2.5rem)}}@media (min-width:992px){.kh-feature-banner{grid-template-columns:1fr auto;align-items:center;grid-gap:2rem;gap:2rem;min-height:160px}}@media (min-width:1200px){.kh-feature-banner{padding:clamp(2rem,3vw,3rem);min-height:180px}}.kh-feature-banner__content{z-index:1;display:flex;flex-direction:column;justify-content:center}.kh-feature-banner__badge{display:inline-block;padding:6px 12px;font-size:11px;background-color:#10b981;color:#fff;border-radius:20px;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-feature-banner__badge{padding:5.7px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-feature-banner__badge{padding:5.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-feature-banner__badge{padding:5.1px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-feature-banner__badge{font-size:10.45px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-feature-banner__badge{font-size:9.9px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-feature-banner__badge{font-size:9.35px}}.kh-feature-banner__title{font-size:22px;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.3}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-feature-banner__title{font-size:20.9px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-feature-banner__title{font-size:19.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-feature-banner__title{font-size:18.7px}}@media (min-width:768px){.kh-feature-banner__title{font-size:24px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-feature-banner__title{font-size:22.8px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-feature-banner__title{font-size:21.6px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-feature-banner__title{font-size:20.4px}}@media (min-width:992px){.kh-feature-banner__title{font-size:26px}}@media (min-width:992px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:992px) and (min-resolution:1.25dppx){.kh-feature-banner__title{font-size:24.7px}}@media (min-width:992px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:992px) and (min-resolution:1.5dppx){.kh-feature-banner__title{font-size:23.4px}}@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:2dppx){.kh-feature-banner__title{font-size:22.1px}}.kh-feature-banner__description{font-size:13px;color:hsla(0,0%,100%,.85);margin:0 0 1.25rem;line-height:1.5;max-width:600px}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-feature-banner__description{font-size:12.35px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-feature-banner__description{font-size:11.7px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-feature-banner__description{font-size:11.05px}}@media (min-width:768px){.kh-feature-banner__description{font-size:14px;margin-bottom:1.5rem}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-feature-banner__description{font-size:13.3px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-feature-banner__description{font-size:12.6px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-feature-banner__description{font-size:11.9px}}.kh-feature-banner__actions{display:flex;flex-wrap:wrap;grid-gap:.75rem;gap:.75rem}.kh-feature-banner__btn{padding:10px 18px;font-size:13px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;white-space:nowrap}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-feature-banner__btn{padding:9.5px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-feature-banner__btn{padding:9px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-feature-banner__btn{padding:8.5px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-feature-banner__btn{font-size:12.35px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-feature-banner__btn{font-size:11.7px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-feature-banner__btn{font-size:11.05px}}@media (min-width:768px){.kh-feature-banner__btn{padding:11px 20px;font-size:14px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-feature-banner__btn{padding:10.45px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-feature-banner__btn{padding:9.9px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-feature-banner__btn{padding:9.35px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-feature-banner__btn{font-size:13.3px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-feature-banner__btn{font-size:12.6px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-feature-banner__btn{font-size:11.9px}}.kh-feature-banner__btn--primary{background-color:#10b981;color:#fff}.kh-feature-banner__btn--primary:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.kh-feature-banner__btn--secondary{background-color:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.3)}.kh-feature-banner__btn--secondary:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.kh-feature-banner__image{position:relative;display:flex;align-items:center;justify-content:center}.kh-feature-banner__image img{width:100%;max-width:280px;height:auto;display:block;border-radius:8px}@media (min-width:576px){.kh-feature-banner__image img{max-width:320px}}@media (min-width:768px){.kh-feature-banner__image img{max-width:360px}}@media (min-width:992px){.kh-feature-banner__image img{max-width:280px}}@media (min-width:1200px){.kh-feature-banner__image img{max-width:320px}}.kh-tabs{display:flex;grid-gap:.5rem;gap:.5rem;margin-bottom:clamp(1.5rem,4vw,2rem);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kh-tabs::-webkit-scrollbar{display:none}@media (min-width:768px){.kh-tabs{grid-gap:1rem;gap:1rem}}.kh-tabs__tab{padding:10px 20px;font-size:14px;background-color:#f1f5f9;color:#64748b;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;flex-shrink:0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tabs__tab{padding:9.5px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tabs__tab{padding:9px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tabs__tab{padding:8.5px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tabs__tab{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tabs__tab{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tabs__tab{font-size:11.9px}}@media (min-width:768px){.kh-tabs__tab{padding:12px 24px;font-size:15px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-tabs__tab{padding:11.4px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-tabs__tab{padding:10.8px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-tabs__tab{padding:10.2px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-tabs__tab{font-size:14.25px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-tabs__tab{font-size:13.5px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-tabs__tab{font-size:12.75px}}.kh-tabs__tab:hover{background-color:#dfe8f1;color:#1e293b}.kh-tabs__tab--active{background-color:#1e293b;color:#fff}.kh-tabs__tab--active:hover{background-color:#334155}.kh-section{margin-bottom:clamp(2rem,5vw,3rem)}.kh-video-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;height:100%;display:flex;flex-direction:column}.kh-video-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-4px)}.kh-video-card:hover .kh-video-card__overlay{opacity:1}.kh-video-card:hover .kh-video-card__play-btn{transform:scale(1.1)}.kh-video-card__thumbnail{position:relative;width:100%;padding-top:56.25%;background-color:#f1f5f9;overflow:hidden}.kh-video-card__thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.kh-video-card__badge{position:absolute;top:12px;left:12px;padding:6px 12px;font-size:11px;background-color:#10b981;color:#fff;border-radius:20px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__badge{padding:5.7px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__badge{padding:5.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__badge{padding:5.1px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__badge{font-size:10.45px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__badge{font-size:9.9px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__badge{font-size:9.35px}}.kh-video-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);opacity:0}.kh-video-card__overlay,.kh-video-card__play-btn{display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-video-card__play-btn{width:60px;height:60px;background-color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__play-btn{width:57px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__play-btn{width:54px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__play-btn{width:51px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__play-btn{height:57px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__play-btn{height:54px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__play-btn{height:51px}}.kh-video-card__play-btn svg{color:#1e293b;margin-left:4px}.kh-video-card__duration{position:absolute;bottom:12px;right:12px;padding:4px 8px;font-size:12px;background-color:rgba(0,0,0,.8);color:#fff;border-radius:4px;font-weight:600;z-index:2}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__duration{padding:3.8px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__duration{padding:3.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__duration{padding:3.4px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__duration{font-size:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__duration{font-size:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__duration{font-size:10.2px}}.kh-video-card__content{padding:clamp(1rem,3vw,1.5rem);flex:1 1;display:flex;flex-direction:column}.kh-video-card__category{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__category{font-size:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__category{font-size:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__category{font-size:10.2px}}.kh-video-card__title{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.4}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__title{font-size:15.2px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__title{font-size:14.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__title{font-size:13.6px}}@media (min-width:768px){.kh-video-card__title{font-size:18px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-video-card__title{font-size:17.1px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-video-card__title{font-size:16.2px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-video-card__title{font-size:15.3px}}.kh-video-card__description{font-size:14px;color:#64748b;margin:0;line-height:1.6;flex:1 1}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-card__description{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-card__description{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-card__description{font-size:11.9px}}.kh-video-grid{margin:0 -.75rem}.kh-video-grid__col{padding:.75rem;margin-bottom:1.5rem}.kh-tutorial-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;height:100%;display:flex;flex-direction:column}.kh-tutorial-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-4px)}.kh-tutorial-card__thumbnail{position:relative;width:100%;padding-top:56.25%;background-color:#f1f5f9;overflow:hidden}.kh-tutorial-card__thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.kh-tutorial-card__content{padding:clamp(1rem,3vw,1.5rem);flex:1 1;display:flex;flex-direction:column}.kh-tutorial-card__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap}.kh-tutorial-card__category{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tutorial-card__category{font-size:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tutorial-card__category{font-size:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tutorial-card__category{font-size:10.2px}}.kh-tutorial-card__duration{font-size:12px;color:#64748b;display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tutorial-card__duration{font-size:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tutorial-card__duration{font-size:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tutorial-card__duration{font-size:10.2px}}.kh-tutorial-card__duration svg{flex-shrink:0}.kh-tutorial-card__title{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.4}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tutorial-card__title{font-size:15.2px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tutorial-card__title{font-size:14.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tutorial-card__title{font-size:13.6px}}@media (min-width:768px){.kh-tutorial-card__title{font-size:18px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-tutorial-card__title{font-size:17.1px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-tutorial-card__title{font-size:16.2px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-tutorial-card__title{font-size:15.3px}}.kh-tutorial-card__description{font-size:14px;color:#64748b;margin:0;line-height:1.6;flex:1 1}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tutorial-card__description{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tutorial-card__description{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tutorial-card__description{font-size:11.9px}}.kh-tutorial-grid{margin:0 -.75rem}.kh-tutorial-grid__col{padding:.75rem;margin-bottom:1.5rem}.kh-doc-card{background:#fff;border-radius:12px;padding:clamp(1.25rem,3vw,1.75rem);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;height:100%;display:flex;flex-direction:column;border:2px solid transparent}.kh-doc-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-4px);border-color:#10b981}.kh-doc-card:hover .kh-doc-card__icon{background-color:#10b981;color:#fff}.kh-doc-card:hover .kh-doc-card__link{color:#059669}.kh-doc-card:hover .kh-doc-card__link svg{transform:translateX(4px)}.kh-doc-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;grid-gap:.75rem;gap:.75rem;min-height:48px}.kh-doc-card__icon{width:48px;height:48px;background-color:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1e293b;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-doc-card__icon{width:45.6px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-doc-card__icon{width:43.2px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-doc-card__icon{width:40.8px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-doc-card__icon{height:45.6px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-doc-card__icon{height:43.2px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-doc-card__icon{height:40.8px}}.kh-doc-card__badge{padding:4px 10px;font-size:11px;border-radius:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;white-space:nowrap;align-self:flex-start}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-doc-card__badge{padding:3.8px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-doc-card__badge{padding:3.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-doc-card__badge{padding:3.4px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-doc-card__badge{font-size:10.45px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-doc-card__badge{font-size:9.9px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-doc-card__badge{font-size:9.35px}}.kh-doc-card__badge--new{background-color:#10b981;color:#fff}.kh-doc-card__badge--updated{background-color:#3b82f6;color:#fff}.kh-doc-card__content{flex:1 1;margin-bottom:1rem}.kh-doc-card__title{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 .75rem;line-height:1.4}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-doc-card__title{font-size:15.2px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-doc-card__title{font-size:14.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-doc-card__title{font-size:13.6px}}@media (min-width:768px){.kh-doc-card__title{font-size:18px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-doc-card__title{font-size:17.1px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-doc-card__title{font-size:16.2px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-doc-card__title{font-size:15.3px}}.kh-doc-card__description{font-size:14px;color:#64748b;margin:0;line-height:1.6}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-doc-card__description{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-doc-card__description{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-doc-card__description{font-size:11.9px}}.kh-doc-card__footer{margin-top:auto}.kh-doc-card__link{font-size:14px;color:#10b981;font-weight:600;background:none;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-doc-card__link{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-doc-card__link{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-doc-card__link{font-size:11.9px}}.kh-doc-card__link svg{transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-doc-grid{margin:0 -.75rem}.kh-doc-grid__col{padding:.75rem;margin-bottom:1.5rem}.kh-glossary__item{margin-bottom:0;padding-bottom:clamp(1.5rem,4vw,2rem)}.kh-glossary__item:last-child{padding-bottom:0}.kh-glossary__term{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.4}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-glossary__term{font-size:15.2px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-glossary__term{font-size:14.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-glossary__term{font-size:13.6px}}@media (min-width:768px){.kh-glossary__term{font-size:18px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-glossary__term{font-size:17.1px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-glossary__term{font-size:16.2px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-glossary__term{font-size:15.3px}}.kh-glossary__definition{font-size:14px;color:#64748b;margin:0;line-height:1.6}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-glossary__definition{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-glossary__definition{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-glossary__definition{font-size:11.9px}}@media (min-width:768px){.kh-glossary__definition{font-size:15px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-glossary__definition{font-size:14.25px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-glossary__definition{font-size:13.5px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-glossary__definition{font-size:12.75px}}.kh-glossary__separator{height:1px;background-color:#cbd5e1;margin-top:clamp(1.5rem,4vw,2rem)}.kh-contact{background:#fff;border-radius:12px;padding:clamp(1.5rem,4vw,2rem);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);height:100%}.kh-contact__title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 .75rem;line-height:1.3}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-contact__title{font-size:19px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-contact__title{font-size:18px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-contact__title{font-size:17px}}@media (min-width:768px){.kh-contact__title{font-size:22px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-contact__title{font-size:20.9px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-contact__title{font-size:19.8px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-contact__title{font-size:18.7px}}.kh-contact__description{font-size:14px;color:#64748b;margin:0 0 1.5rem;line-height:1.6}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-contact__description{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-contact__description{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-contact__description{font-size:11.9px}}@media (min-width:768px){.kh-contact__description{font-size:15px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-contact__description{font-size:14.25px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-contact__description{font-size:13.5px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-contact__description{font-size:12.75px}}.kh-contact__methods{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.kh-contact__method{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:12px;background-color:#f1f5f9;border-radius:8px;color:#1e293b;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-contact__method{padding:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-contact__method{padding:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-contact__method{padding:10.2px}}@media (min-width:768px){.kh-contact__method{padding:14px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-contact__method{padding:13.3px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-contact__method{padding:12.6px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-contact__method{padding:11.9px}}.kh-contact__method:hover{background-color:#dfe8f1;transform:translateX(4px)}.kh-contact__method:hover svg{color:#10b981}.kh-contact__method svg{flex-shrink:0;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-contact__method span{font-size:14px;font-weight:600}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-contact__method span{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-contact__method span{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-contact__method span{font-size:11.9px}}@media (min-width:768px){.kh-contact__method span{font-size:15px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-contact__method span{font-size:14.25px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-contact__method span{font-size:13.5px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-contact__method span{font-size:12.75px}}.kh-blog{background:#fff;border-radius:12px;padding:clamp(1.5rem,4vw,2rem);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);height:100%}.kh-blog__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;grid-gap:1rem;gap:1rem}.kh-blog__title{font-size:20px;font-weight:700;color:#1e293b;margin:0;line-height:1.3}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-blog__title{font-size:19px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-blog__title{font-size:18px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-blog__title{font-size:17px}}@media (min-width:768px){.kh-blog__title{font-size:22px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-blog__title{font-size:20.9px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-blog__title{font-size:19.8px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-blog__title{font-size:18.7px}}.kh-blog__view-all{font-size:13px;color:#10b981;font-weight:600;background:none;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-blog__view-all{font-size:12.35px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-blog__view-all{font-size:11.7px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-blog__view-all{font-size:11.05px}}@media (min-width:768px){.kh-blog__view-all{font-size:14px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-blog__view-all{font-size:13.3px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-blog__view-all{font-size:12.6px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-blog__view-all{font-size:11.9px}}.kh-blog__view-all:hover{color:#059669}.kh-blog__view-all:hover svg{transform:translateX(2px)}.kh-blog__view-all svg{transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-blog__list{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.kh-blog__item{display:block;text-decoration:none;padding-bottom:1.25rem;border-bottom:1px solid #cbd5e1;transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-blog__item:last-child{border-bottom:none;padding-bottom:0}.kh-blog__item:hover .kh-blog__item-title{color:#10b981}.kh-blog__item-title{font-size:15px;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.4;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-blog__item-title{font-size:14.25px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-blog__item-title{font-size:13.5px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-blog__item-title{font-size:12.75px}}@media (min-width:768px){.kh-blog__item-title{font-size:16px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-blog__item-title{font-size:15.2px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-blog__item-title{font-size:14.4px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-blog__item-title{font-size:13.6px}}.kh-blog__item-meta{font-size:13px;color:#64748b;margin:0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-blog__item-meta{font-size:12.35px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-blog__item-meta{font-size:11.7px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-blog__item-meta{font-size:11.05px}}.kh-bottom-sections{margin-top:clamp(2rem,5vw,3rem);margin-left:-.75rem;margin-right:-.75rem}.kh-bottom-sections>[class*=col-]{padding:.75rem;margin-bottom:1.5rem}.kh-footer{background:#fff;border-radius:12px;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);margin-top:clamp(2rem,5vw,3rem)}.kh-footer__col{padding-bottom:clamp(1.5rem,4vw,2rem)}@media (min-width:992px){.kh-footer__col{padding-bottom:0}.kh-footer__col:first-child{border-right:1px solid #cbd5e1;padding-right:clamp(1.5rem,4vw,2.5rem)}.kh-footer__col:last-child{padding-left:clamp(1.5rem,4vw,2.5rem)}}@media (max-width:991px){.kh-footer__col:first-child{border-bottom:1px solid #cbd5e1}}.kh-footer__section{height:100%}.kh-footer__title{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 .75rem;line-height:1.3}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-footer__title{font-size:17.1px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-footer__title{font-size:16.2px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-footer__title{font-size:15.3px}}@media (min-width:768px){.kh-footer__title{font-size:20px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-footer__title{font-size:19px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-footer__title{font-size:18px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-footer__title{font-size:17px}}.kh-footer__description{font-size:14px;color:#64748b;margin:0 0 1.5rem;line-height:1.6}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-footer__description{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-footer__description{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-footer__description{font-size:11.9px}}.kh-footer__contact-methods{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.kh-footer__contact-item{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}@media (min-width:576px){.kh-footer__contact-item{flex-direction:row;align-items:baseline;grid-gap:.5rem;gap:.5rem}}.kh-footer__contact-label{font-size:14px;color:#64748b;font-weight:600;min-width:60px}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-footer__contact-label{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-footer__contact-label{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-footer__contact-label{font-size:11.9px}}.kh-footer__contact-link{font-size:14px;color:#10b981;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-footer__contact-link{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-footer__contact-link{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-footer__contact-link{font-size:11.9px}}.kh-footer__contact-link:hover{color:#059669;text-decoration:underline}.kh-footer__blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;grid-gap:1rem;gap:1rem}.kh-footer__view-all{font-size:13px;color:#10b981;font-weight:600;background:none;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-footer__view-all{font-size:12.35px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-footer__view-all{font-size:11.7px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-footer__view-all{font-size:11.05px}}@media (min-width:768px){.kh-footer__view-all{font-size:14px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-footer__view-all{font-size:13.3px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-footer__view-all{font-size:12.6px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-footer__view-all{font-size:11.9px}}.kh-footer__view-all:hover{color:#059669}.kh-footer__view-all:hover svg{transform:translateX(2px)}.kh-footer__view-all svg{transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-footer__blog-list{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.kh-footer__blog-item{display:block;text-decoration:none;padding-bottom:1rem;border-bottom:1px solid #cbd5e1;transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-footer__blog-item:last-child{border-bottom:none;padding-bottom:0}.kh-footer__blog-item:hover .kh-footer__blog-title{color:#10b981}.kh-footer__blog-title{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.4;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-footer__blog-title{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-footer__blog-title{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-footer__blog-title{font-size:11.9px}}@media (min-width:768px){.kh-footer__blog-title{font-size:15px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-footer__blog-title{font-size:14.25px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-footer__blog-title{font-size:13.5px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-footer__blog-title{font-size:12.75px}}.kh-footer__blog-meta{font-size:12px;color:#64748b;margin:0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-footer__blog-meta{font-size:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-footer__blog-meta{font-size:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-footer__blog-meta{font-size:10.2px}}@media (min-width:768px){.kh-footer__blog-meta{font-size:13px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-footer__blog-meta{font-size:12.35px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-footer__blog-meta{font-size:11.7px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-footer__blog-meta{font-size:11.05px}}@media (max-width:576px){.kh-doc-card__content,.kh-tutorial-card__content,.kh-video-card__content{padding:1rem}.kh-feature-banner{padding:1.5rem}.kh-feature-banner__actions{flex-direction:column}.kh-feature-banner__actions .kh-feature-banner__btn{width:100%;justify-content:center}}@media print{.kh-feature-banner__actions,.kh-header__tour-btn,.kh-tabs,.kh-video-card__overlay,.kh-video-card__play-btn{display:none!important}.knowledge-hub-v2{padding:0}.kh-doc-card,.kh-tutorial-card,.kh-video-card{box-shadow:none;border:1px solid #cbd5e1;page-break-inside:avoid}}@media (prefers-contrast:high){.kh-blog,.kh-contact,.kh-doc-card,.kh-tutorial-card,.kh-video-card{border:2px solid #1e293b}.kh-tabs__tab{border:2px solid #64748b}.kh-tabs__tab--active{border-color:#1e293b}}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.kh-doc-card:hover,.kh-tutorial-card:hover,.kh-video-card:hover{transform:none}}.kh-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:200px;background:hsla(0,0%,100%,.95)}.kh-loading svg{color:#10b981;margin-bottom:1rem;min-width:32px;min-height:32px}.kh-loading p{font-size:16px;color:#64748b;margin:0;font-weight:500}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-loading p{font-size:15.2px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-loading p{font-size:14.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-loading p{font-size:13.6px}}@media (max-width:768px){.kh-loading{padding:3rem 1.5rem;min-height:180px}.kh-loading svg{min-width:40px;min-height:40px}.kh-loading p{font-size:18px;font-weight:600}}@media (max-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(max-width:768px) and (min-resolution:1.25dppx){.kh-loading p{font-size:17.1px}}@media (max-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:768px) and (min-resolution:1.5dppx){.kh-loading p{font-size:16.2px}}@media (max-width:768px) and (-webkit-min-device-pixel-ratio:2),(max-width:768px) and (min-resolution:2dppx){.kh-loading p{font-size:15.3px}}@media (max-width:480px){.kh-loading{padding:2.5rem 1rem;min-height:160px}.kh-loading svg{min-width:48px;min-height:48px}}.kh-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background-color:#fef2f2;border-radius:12px;border:2px solid #fecaca}.kh-error svg{color:#dc2626;margin-bottom:1rem}.kh-error p{font-size:16px;color:#991b1b;margin:0 0 1rem}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-error p{font-size:15.2px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-error p{font-size:14.4px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-error p{font-size:13.6px}}.kh-error button{padding:10px 20px;font-size:14px;background-color:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-error button{padding:9.5px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-error button{padding:9px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-error button{padding:8.5px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-error button{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-error button{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-error button{font-size:11.9px}}.kh-error button:hover{background-color:#b91c1c}.kh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.kh-empty svg{color:#cbd5e1;margin-bottom:1rem}.kh-empty h3{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 .5rem}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-empty h3{font-size:19px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-empty h3{font-size:18px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-empty h3{font-size:17px}}.kh-empty p{font-size:15px;color:#64748b;margin:0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-empty p{font-size:14.25px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-empty p{font-size:13.5px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-empty p{font-size:12.75px}}.kh-search-input{width:100%;padding:12px 12px 12px 40px;font-size:15px;border:2px solid #cbd5e1;border-radius:8px;background-color:#fff;color:#1e293b;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-search-input{padding:11.4px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-search-input{padding:10.8px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-search-input{padding:10.2px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-search-input{font-size:14.25px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-search-input{font-size:13.5px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-search-input{font-size:12.75px}}.kh-search-input::-webkit-input-placeholder{color:#64748b}.kh-search-input:-ms-input-placeholder{color:#64748b}.kh-search-input::-ms-input-placeholder{color:#64748b}.kh-search-input::placeholder{color:#64748b}.kh-search-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.kh-header__search{position:relative;width:100%;max-width:500px}@media (min-width:768px){.kh-header__search{margin-left:auto;margin-right:1rem}}.kh-header__search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.kh-video-modal .modal-content{border-radius:12px;border:none;overflow:hidden}.kh-video-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:#1e293b;color:#fff}.kh-video-modal__header h3{font-size:18px;font-weight:700;margin:0}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-video-modal__header h3{font-size:17.1px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-video-modal__header h3{font-size:16.2px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-video-modal__header h3{font-size:15.3px}}@media (min-width:768px){.kh-video-modal__header h3{font-size:20px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.25),(min-width:768px) and (min-resolution:1.25dppx){.kh-video-modal__header h3{font-size:19px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),(min-width:768px) and (min-resolution:1.5dppx){.kh-video-modal__header h3{font-size:18px}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:2dppx){.kh-video-modal__header h3{font-size:17px}}.kh-video-modal__close{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-video-modal__close:hover{background-color:hsla(0,0%,100%,.1)}.kh-video-modal .modal-body{padding:0;background-color:#000}.kh-video-modal .modal-body>div{position:relative;padding-top:56.25%}.kh-video-modal .modal-body>div>div{position:absolute;top:0;left:0;width:100%;height:100%}.kh-skeleton{background:linear-gradient(90deg,#f1f5f9,#fcfdfe 50%,#f1f5f9);background-size:200% 100%;-webkit-animation:skeleton-loading 1.5s ease-in-out infinite;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}.kh-skeleton--card{height:350px;border-radius:12px}.kh-skeleton--text{height:1em;margin-bottom:.5rem}.kh-skeleton--text:last-child{margin-bottom:0;width:60%}.kh-skeleton--title{height:1.5em;margin-bottom:.75rem}.kh-skeleton--thumbnail{width:100%;padding-top:56.25%;border-radius:8px}@-webkit-keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.kh-badge{display:inline-block;padding:4px 10px;font-size:11px;border-radius:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-badge{padding:3.8px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-badge{padding:3.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-badge{padding:3.4px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-badge{font-size:10.45px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-badge{font-size:9.9px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-badge{font-size:9.35px}}.kh-badge--new{background-color:#10b981;color:#fff}.kh-badge--updated{background-color:#3b82f6;color:#fff}.kh-badge--popular{background-color:#f59e0b;color:#fff}.kh-badge--featured{background-color:#8b5cf6;color:#fff}.kh-tooltip{position:relative;display:inline-block}.kh-tooltip__trigger{cursor:help;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1)}.kh-tooltip__trigger:hover{color:#10b981}.kh-tooltip__content{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(-8px);padding:8px 12px;font-size:13px;background-color:#1e293b;color:#fff;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tooltip__content{padding:7.6px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tooltip__content{padding:7.2px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tooltip__content{padding:6.8px}}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-tooltip__content{font-size:12.35px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-tooltip__content{font-size:11.7px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-tooltip__content{font-size:11.05px}}.kh-tooltip__content:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#1e293b}.kh-tooltip:hover .kh-tooltip__content{opacity:1}.kh-breadcrumb{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.kh-breadcrumb__item{font-size:14px;color:#64748b;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.kh-breadcrumb__item{font-size:13.3px}}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.kh-breadcrumb__item{font-size:12.6px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.kh-breadcrumb__item{font-size:11.9px}}.kh-breadcrumb__item:hover{color:#10b981}.kh-breadcrumb__item--active{color:#1e293b;font-weight:600;pointer-events:none}.kh-breadcrumb__separator{color:#cbd5e1;-webkit-user-select:none;-ms-user-select:none;user-select:none}.kh-progress{width:100%;height:8px;background-color:#f1f5f9;border-radius:4px;overflow:hidden}.kh-progress__bar{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width .3s ease}.kh-notification-dot{position:relative}.kh-notification-dot:after{content:"";position:absolute;top:-4px;right:-4px;width:8px;height:8px;background-color:#ef4444;border:2px solid #fff;border-radius:50%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.kh-fade-in{-webkit-animation:fadeIn .5s ease-out;animation:fadeIn .5s ease-out}.kh-stagger-item{opacity:0;-webkit-animation:fadeIn .5s ease-out forwards;animation:fadeIn .5s ease-out forwards}.kh-stagger-item:first-child{-webkit-animation-delay:.05s;animation-delay:.05s}.kh-stagger-item:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.kh-stagger-item:nth-child(3){-webkit-animation-delay:.15s;animation-delay:.15s}.kh-stagger-item:nth-child(4){-webkit-animation-delay:.2s;animation-delay:.2s}.kh-stagger-item:nth-child(5){-webkit-animation-delay:.25s;animation-delay:.25s}.kh-stagger-item:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.kh-stagger-item:nth-child(7){-webkit-animation-delay:.35s;animation-delay:.35s}.kh-stagger-item:nth-child(8){-webkit-animation-delay:.4s;animation-delay:.4s}.kh-stagger-item:nth-child(9){-webkit-animation-delay:.45s;animation-delay:.45s}.kh-stagger-item:nth-child(10){-webkit-animation-delay:.5s;animation-delay:.5s}.kh-stagger-item:nth-child(11){-webkit-animation-delay:.55s;animation-delay:.55s}.kh-stagger-item:nth-child(12){-webkit-animation-delay:.6s;animation-delay:.6s}.kh-stagger-item:nth-child(13){-webkit-animation-delay:.65s;animation-delay:.65s}.kh-stagger-item:nth-child(14){-webkit-animation-delay:.7s;animation-delay:.7s}.kh-stagger-item:nth-child(15){-webkit-animation-delay:.75s;animation-delay:.75s}.kh-stagger-item:nth-child(16){-webkit-animation-delay:.8s;animation-delay:.8s}.kh-stagger-item:nth-child(17){-webkit-animation-delay:.85s;animation-delay:.85s}.kh-stagger-item:nth-child(18){-webkit-animation-delay:.9s;animation-delay:.9s}.kh-stagger-item:nth-child(19){-webkit-animation-delay:.95s;animation-delay:.95s}.kh-stagger-item:nth-child(20){-webkit-animation-delay:1s;animation-delay:1s}.kh-text-center{text-align:center}.kh-text-left{text-align:left}.kh-text-right{text-align:right}.kh-mt-1{margin-top:.5rem}.kh-mt-2{margin-top:1rem}.kh-mt-3{margin-top:1.5rem}.kh-mt-4{margin-top:2rem}.kh-mb-1{margin-bottom:.5rem}.kh-mb-2{margin-bottom:1rem}.kh-mb-3{margin-bottom:1.5rem}.kh-mb-4{margin-bottom:2rem}.kh-hidden{display:none!important}.kh-visible{display:block!important}@media (min-width:768px){.kh-hidden-md{display:none!important}.kh-visible-md{display:block!important}}@media (min-width:992px){.kh-hidden-lg{display:none!important}.kh-visible-lg{display:block!important}}.button-top{position:absolute;top:0;left:0;transform:translate(15%,-50%)!important}textarea{resize:none;border:2px solid #cedbe9}.labels{max-width:1350px}.page-content .container-fluid .blurred-feature{position:absolute;z-index:1000;width:100%;height:100%;top:-15px;left:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.under-construction{z-index:1050;position:absolute;width:500px;background-color:#fff;padding:15px;border-radius:6px;margin:15vh 30vw;box-shadow:0 10px 24px rgba(62,57,107,.1);display:flex;align-items:center;flex-direction:column}.under-construction span{display:flex;align-items:center;justify-self:left;border-bottom:1px solid #e1ecf3;padding-bottom:10px;width:100%;font-size:14pt;margin-bottom:10px}.under-construction span svg{margin-right:15px}.under-construction a{color:#3f65f1!important;cursor:pointer}.under-construction img{height:300px;width:300px}.documents-table-wrapper{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);background:#fff;border:1px solid #e5e7eb;margin:0;position:relative;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.documents-table-wrapper::-webkit-scrollbar{height:8px}.documents-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.documents-table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.documents-table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.documents-table{width:100%;min-width:1200px;border-collapse:separate;border-spacing:0;margin:0;table-layout:fixed}.documents-table thead{background-color:#f8f9fa}.documents-table thead th{padding:12px 16px;text-align:left;font-weight:600;font-size:14px;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}.documents-table thead th.company-column{width:250px;min-width:250px}.documents-table thead th.type-column{width:200px;min-width:200px}.documents-table thead th.date-column{width:150px;min-width:150px}.documents-table thead th.description-column{width:300px;min-width:300px}.documents-table thead th.actions-column{width:200px;min-width:200px;text-align:center}.documents-table tbody tr{border-bottom:1px solid #e5e7eb}.documents-table tbody tr:hover{background-color:#f8f9fa}.documents-table tbody tr td{padding:12px 16px;vertical-align:middle;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.documents-table tbody tr td.company-column{width:250px;min-width:250px;font-weight:500;color:#1f2937}.documents-table tbody tr td.type-column{width:200px;min-width:200px;color:#6b7280}.documents-table tbody tr td.date-column{width:150px;min-width:150px;color:#6b7280}.documents-table tbody tr td.description-column{width:300px;min-width:300px;color:#6b7280;white-space:normal;word-wrap:break-word;line-height:1.4}.documents-table tbody tr td.actions-column{width:200px;min-width:200px;text-align:center}.documents-table tbody tr td.actions-column .action-buttons{display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px}.documents-table tbody tr td.actions-column .action-buttons .status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;display:inline-flex;align-items:center;white-space:nowrap}.documents-table tbody tr td.actions-column .action-buttons .status-badge.complete{background-color:#d1fae5;color:#065f46}.documents-table tbody tr td.actions-column .action-buttons .status-badge.processing{background-color:#fef3c7;color:#92400e}.documents-table tbody tr td.actions-column .action-buttons .status-badge.submitted{background-color:#dbeafe;color:#1e40af}.documents-table tbody .reports table tr td.actions-column td.actions span,.documents-table tbody .reports table tr td.actions td.actions-column span,.documents-table tbody tr td.actions-column .btn,.reports table .documents-table tbody tr td.actions-column td.actions span,.reports table .documents-table tbody tr td.actions td.actions-column span{padding:6px 12px;font-size:12px;border-radius:4px;border:none;cursor:pointer;transition:all .2s ease}.documents-table tbody .reports table tr td.actions-column td.actions span.btn-primary,.documents-table tbody .reports table tr td.actions td.actions-column span.btn-primary,.documents-table tbody tr td.actions-column .btn.btn-primary,.reports table .documents-table tbody tr td.actions-column td.actions span.btn-primary,.reports table .documents-table tbody tr td.actions td.actions-column span.btn-primary{background-color:#3f65f1;color:#fff}.documents-table tbody .reports table tr td.actions-column td.actions span.btn-primary:hover,.documents-table tbody .reports table tr td.actions td.actions-column span.btn-primary:hover,.documents-table tbody tr td.actions-column .btn.btn-primary:hover,.reports table .documents-table tbody tr td.actions-column td.actions span.btn-primary:hover,.reports table .documents-table tbody tr td.actions td.actions-column span.btn-primary:hover{background-color:#2d4ed8}.documents-table tbody .reports table tr td.actions-column td.actions span.btn-secondary,.documents-table tbody .reports table tr td.actions td.actions-column span.btn-secondary,.documents-table tbody tr td.actions-column .btn.btn-secondary,.reports table .documents-table tbody tr td.actions-column td.actions span.btn-secondary,.reports table .documents-table tbody tr td.actions td.actions-column span.btn-secondary{background-color:#6b7280;color:#fff}.documents-table tbody .reports table tr td.actions-column td.actions span.btn-secondary:hover,.documents-table tbody .reports table tr td.actions td.actions-column span.btn-secondary:hover,.documents-table tbody tr td.actions-column .btn.btn-secondary:hover,.reports table .documents-table tbody tr td.actions-column td.actions span.btn-secondary:hover,.reports table .documents-table tbody tr td.actions td.actions-column span.btn-secondary:hover{background-color:#4b5563}@media (max-width:1024px){.documents-table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.documents-table-wrapper .documents-table{min-width:1100px!important}.documents-table-wrapper .documents-table thead th{padding:10px 12px;font-size:13px}.documents-table-wrapper .documents-table thead th.company-column{width:220px;min-width:220px}.documents-table-wrapper .documents-table thead th.type-column{width:180px;min-width:180px}.documents-table-wrapper .documents-table thead th.date-column{width:140px;min-width:140px}.documents-table-wrapper .documents-table thead th.description-column{width:280px;min-width:280px}.documents-table-wrapper .documents-table thead th.actions-column{width:180px;min-width:180px}.documents-table-wrapper .documents-table tbody td{padding:10px 12px;font-size:13px}.documents-table-wrapper .documents-table tbody td.company-column{width:220px;min-width:220px}.documents-table-wrapper .documents-table tbody td.type-column{width:180px;min-width:180px}.documents-table-wrapper .documents-table tbody td.date-column{width:140px;min-width:140px}.documents-table-wrapper .documents-table tbody td.description-column{width:280px;min-width:280px;line-height:1.3}.documents-table-wrapper .documents-table tbody td.actions-column{width:180px;min-width:180px}.documents-table-wrapper .documents-table tbody td.actions-column .btn,.documents-table-wrapper .documents-table tbody td.actions-column .reports table tr td.actions span,.reports table tr td.actions .documents-table-wrapper .documents-table tbody td.actions-column span{padding:4px 8px;font-size:11px}}@media (max-width:768px){.documents-table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.documents-table-wrapper .documents-table{min-width:1000px!important}.documents-table-wrapper .documents-table thead th{padding:8px 10px;font-size:12px}.documents-table-wrapper .documents-table thead th.company-column{width:200px;min-width:200px}.documents-table-wrapper .documents-table thead th.type-column{width:160px;min-width:160px}.documents-table-wrapper .documents-table thead th.date-column{width:120px;min-width:120px}.documents-table-wrapper .documents-table thead th.description-column{width:240px;min-width:240px}.documents-table-wrapper .documents-table thead th.actions-column{width:160px;min-width:160px}.documents-table-wrapper .documents-table tbody td{padding:8px 10px;font-size:12px}.documents-table-wrapper .documents-table tbody td.company-column{width:200px;min-width:200px}.documents-table-wrapper .documents-table tbody td.type-column{width:160px;min-width:160px}.documents-table-wrapper .documents-table tbody td.date-column{width:120px;min-width:120px}.documents-table-wrapper .documents-table tbody td.description-column{width:240px;min-width:240px;line-height:1.2}.documents-table-wrapper .documents-table tbody td.actions-column{width:160px;min-width:160px}.documents-table-wrapper .documents-table tbody td.actions-column .btn,.documents-table-wrapper .documents-table tbody td.actions-column .reports table tr td.actions span,.reports table tr td.actions .documents-table-wrapper .documents-table tbody td.actions-column span{padding:3px 6px;font-size:10px}}@media (max-width:480px){.documents-table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.documents-table-wrapper .documents-table{min-width:900px!important}.documents-table-wrapper .documents-table thead th{padding:6px 8px;font-size:11px}.documents-table-wrapper .documents-table thead th.company-column{width:180px;min-width:180px}.documents-table-wrapper .documents-table thead th.type-column{width:140px;min-width:140px}.documents-table-wrapper .documents-table thead th.date-column{width:100px;min-width:100px}.documents-table-wrapper .documents-table thead th.description-column{width:220px;min-width:220px}.documents-table-wrapper .documents-table thead th.actions-column{width:140px;min-width:140px}.documents-table-wrapper .documents-table tbody td{padding:6px 8px;font-size:11px}.documents-table-wrapper .documents-table tbody td.company-column{width:180px;min-width:180px}.documents-table-wrapper .documents-table tbody td.type-column{width:140px;min-width:140px}.documents-table-wrapper .documents-table tbody td.date-column{width:100px;min-width:100px}.documents-table-wrapper .documents-table tbody td.description-column{width:220px;min-width:220px;line-height:1.1}.documents-table-wrapper .documents-table tbody td.actions-column{width:140px;min-width:140px}.documents-table-wrapper .documents-table tbody td.actions-column .btn,.documents-table-wrapper .documents-table tbody td.actions-column .reports table tr td.actions span,.reports table tr td.actions .documents-table-wrapper .documents-table tbody td.actions-column span{padding:2px 4px;font-size:9px}}.personas-integrations{display:flex;flex-direction:row;align-items:center;margin-bottom:15px}.personas-integrations h4{margin:0 20px 0 0}.personas-integrations span{border-radius:12px;background-color:rgba(137,207,240,.36);padding:3px 12px;-webkit-animation:blinker 2s linear infinite;animation:blinker 2s linear infinite}@keyframes blinker{50%{opacity:1%}}.personas{display:grid;grid-template-columns:100%;grid-column-gap:15px;grid-row-gap:15px;row-gap:15px}.personas button{position:fixed;bottom:50px;right:50px;color:#4469f1;font-weight:lighter;background-color:#e1ecf3}@media screen and (min-width:992px){.personas{grid-template-columns:1fr 1fr;grid-column-gap:18px}}@media screen and (min-width:1200px){.personas{grid-template-columns:23% 23% 23% 23%;grid-column-gap:18px}}.persona{flex-direction:column;max-width:430px}.persona,.persona.mini{display:flex;position:relative}.persona.mini{background-color:#fff;width:280px;align-items:center;flex-direction:row}.persona.mini .selected-tag{position:absolute;background-color:#3f65f1;padding:6px;border-radius:6px;top:-5px;left:-5px;display:flex;align-items:center;justify-content:center}.persona.mini .selected-tag i{margin-right:0;font-size:12px}.persona.mini>div{align-items:center}.persona.mini img{position:static;border:none;transform:translate(0);width:49px;height:49px;display:block;margin-right:1.5rem}.persona.mini .details{margin:0 10px}.persona.mini .details strong{font-size:1.2em}.persona.mini .product-info{padding:0;box-shadow:none}.persona.mini .product-info .name{margin:0}.persona.mini .product-info .stats{margin-top:5px!important}.persona .top-gradient{height:75px;background-image:linear-gradient(180deg,#89e4d6,#51c5ac);border-radius:12px 12px 0 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.persona .persona-suitability{background:#fff;padding:15px 24px 24px;border-radius:0 0 12px 12px}.persona .scrollbar-container{height:60%}.persona img{z-index:1;border:3px solid #fff;position:absolute;top:0;left:0;transform:translate(40%,-60%);border-radius:100%;width:55px;height:55px}.persona i{margin-right:20px;color:#fff;font-size:17px}.persona .product-info{background-color:#fff;padding:30px 24px 0}.persona .product-info .stats{display:flex;flex-flow:row wrap;font-size:1em;justify-content:space-between}.persona .product-info .stats p{margin-bottom:0}.persona .product-info .stats p.type{color:#657280}.persona .product-info .stats p.value{font-weight:700}.persona .product-info .stats p.value.code{color:#f4a850}.active-product{min-height:180px}.active-product .title{display:flex;align-items:baseline}.active-product .title h5{margin-right:5px}.active-product .title .retail-button{background-color:#3b62f0;margin-right:5px}.active-product .title .count{color:#779afc}.concept-products .title{display:flex;align-items:center;margin-bottom:25px;grid-gap:0;gap:0;flex-wrap:nowrap;padding:0 10px}.concept-products .title h4{margin:0;font-size:1.4rem;font-weight:600;color:#2c3e50;white-space:nowrap}@media (max-width:767px){.concept-products .title h4{font-size:1.2rem}}@media (min-width:768px) and (max-width:1024px){.concept-products .title h4{font-size:1.3rem}}.concept-products .title h4.color-bg-blue{color:#395efa;font-weight:500}.concept-products .title h5{margin-right:5px}.concept-products .title h5.count{color:#779afc}.concept-products .title .btn,.concept-products .title .reports table tr td.actions span,.reports table tr td.actions .concept-products .title span{margin-left:0;flex-shrink:0;white-space:nowrap}.concept-products .concept-products-container{position:relative;width:100%}.concept-products .concept-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:hsla(0,0%,100%,.9);border:1px solid rgba(0,0,0,.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease}.concept-products .concept-scroll-btn:hover:not(:disabled){background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateY(-50%) scale(1.1)}.concept-products .concept-scroll-btn:disabled{opacity:.5;cursor:not-allowed}.concept-products .concept-scroll-btn svg{color:#333;stroke-width:2}.concept-products .concept-scroll-btn.concept-scroll-left{left:15px}.concept-products .concept-scroll-btn.concept-scroll-right{right:15px}@media (max-width:480px){.concept-products .concept-scroll-btn{width:32px;height:32px}.concept-products .concept-scroll-btn svg{width:16px;height:16px}.concept-products .concept-scroll-btn.concept-scroll-left{left:5px}.concept-products .concept-scroll-btn.concept-scroll-right{right:5px}}@media (min-width:481px) and (max-width:767px){.concept-products .concept-scroll-btn{width:36px;height:36px}.concept-products .concept-scroll-btn svg{width:18px;height:18px}.concept-products .concept-scroll-btn.concept-scroll-left{left:10px}.concept-products .concept-scroll-btn.concept-scroll-right{right:10px}}@media (min-width:768px) and (max-width:1024px){.concept-products .concept-scroll-btn{width:38px;height:38px}.concept-products .concept-scroll-btn svg{width:19px;height:19px}.concept-products .concept-scroll-btn.concept-scroll-left{left:12px}.concept-products .concept-scroll-btn.concept-scroll-right{right:12px}}@media (min-width:1025px){.concept-products .concept-scroll-btn{width:42px;height:42px}.concept-products .concept-scroll-btn svg{width:22px;height:22px}.concept-products .concept-scroll-btn.concept-scroll-left{left:18px}.concept-products .concept-scroll-btn.concept-scroll-right{right:18px}}.concept-products .concept-products-list{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;padding:0 60px;margin:0 0 20px;height:340px;max-height:340px;scrollbar-width:thin;scrollbar-color:#ccc transparent;position:relative}.concept-products .concept-products-list::-webkit-scrollbar{height:8px}.concept-products .concept-products-list::-webkit-scrollbar-track{background:transparent}.concept-products .concept-products-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.concept-products .concept-products-list::-webkit-scrollbar-thumb:hover{background-color:#999}.concept-products .concept-products-list .concept-product-item{width:280px;height:320px;display:inline-block;position:relative;margin-right:16px;vertical-align:top;flex-shrink:0;white-space:normal}.concept-products .concept-products-list .concept-product-item .product-item{width:100%;height:100%}@media (max-width:480px){.concept-products .concept-products-list{padding:0 20px;margin:0 0 15px;height:280px;max-height:280px}.concept-products .concept-products-list .concept-product-item{width:200px;height:260px;margin-right:8px}}@media (min-width:481px) and (max-width:767px){.concept-products .concept-products-list{padding:0 30px;margin:0 0 15px;height:300px;max-height:300px}.concept-products .concept-products-list .concept-product-item{width:240px;height:280px;margin-right:10px}}@media (min-width:768px) and (max-width:1024px){.concept-products .concept-products-list{padding:0 55px;margin:0 0 18px;height:320px;max-height:320px}.concept-products .concept-products-list .concept-product-item{width:270px;height:310px;margin-right:14px}}@media (min-width:1025px){.concept-products .concept-products-list{padding:0 70px;margin:25px 0}}.product-detail{display:flex;flex-flow:row wrap;justify-content:space-evenly}.product-detail .row{margin:0}.product-detail .product-type{display:inline-block;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:600;border-radius:6px;background-color:#3f65f1;border:2px solid #3f65f1}.product-detail .product-type span,.product-detail .product-type svg{color:#fff}.product-detail .product-ingredient-dietary{display:inline-block;border:2px solid #d0dcea;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:600;border-radius:6px;margin-right:6px;margin-bottom:6px}.product-detail .product-ingredient-dietary span,.product-detail .product-ingredient-dietary svg{color:#697e99}.product-detail .product-title{display:flex}.product-detail .product-title h1{font-size:24px;font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:1px;color:#273f52;flex:1 1}.product-detail .product-title h1 .product-brand{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px}.product-detail .product-title h1 .product-brand span{margin-right:20px}.product-detail .product-title h1 .product-brand strong{font-weight:900;font-size:14px;font-style:normal;font-stretch:normal;letter-spacing:.5px}.product-detail .product-title span{font-size:14px;color:#657280;margin-right:16px}.product-detail .detail{padding:0}.product-detail .detail .info .image{display:flex;padding:0;justify-content:center;align-items:flex-start}.product-detail .detail .info .image img{border-radius:8px;width:200px;height:200px}.product-detail .detail .info .description .date{margin-top:10px;padding:12px 17px;background-color:#e1ecf3;border-radius:5px;display:flex;flex-flow:row wrap;max-width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content}.product-detail .detail .info .description .date .created,.product-detail .detail .info .description .date .fulfilment,.product-detail .detail .info .description .date .product-brand,.product-detail .detail .info .description .date .product-code{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px}.product-detail .detail .info .description .date .created strong,.product-detail .detail .info .description .date .fulfilment strong,.product-detail .detail .info .description .date .product-brand strong,.product-detail .detail .info .description .date .product-code strong{font-weight:600;font-size:14px;font-style:normal;font-stretch:normal;letter-spacing:.5px}.product-detail .detail .persona-stats{margin:30px 0;display:flex;flex-flow:row wrap;border-radius:10px;justify-content:space-between}.product-detail .detail .persona-stats div{display:inherit;flex-flow:column wrap}.product-detail .detail .product-personas{display:flex;flex-flow:row wrap}.product-detail .detail .product-personas .persona{margin-right:20px;margin-top:20px}.product-detail .chart{display:flex;flex-flow:column wrap}.product-detail .chart .chart-ingredients{padding:10px;margin-top:30px;display:flex;flex-flow:column;align-items:center}.product-detail .chart .chart-ingredients .selected{transform:translateY(-5px);transition:transform 1s ease}.product-detail .chart .chart-ingredients .view-all{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#3266fa;cursor:pointer;padding:10px}.product-detail .product-objectives{width:100%;border-bottom:2px dashed #cedbe9;padding-bottom:.5rem}.product-personas-slider{width:100%;align-self:flex-start;justify-self:flex-start;height:200px}.product-form{color:grey}.product-form .container{padding:unset}.product-form label{margin-top:10px;margin-bottom:5px}.product-form .custom-ingredient{margin:0;color:#3f65f1}.product-form .custom-ingredient a{cursor:pointer}.product-form .custom-ingredient a:hover{border-bottom:3px dashed #3f65f1}.product-form .serving_size{flex-flow:row-reverse nowrap;height:46px}.product-form .serving_size .input-group-append{top:-8px;position:relative}.product-form .serving_size img{margin-right:5px;border-radius:10px;height:70px;width:70px}.product-form .serving_size .test__control{border-top-left-radius:0;border-bottom-left-radius:0;border:2px solid #cedbe9;border-left:none;width:80px;height:46px}.product-form .brand__control{border:2px solid #cedbe9;border-radius:6px;box-shadow:none;height:45px}.product-form .brand__control:focus{border:2px solid rgba(0,0,0,.25)}.product-form .ingredients{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap}.product-form .ingredients .ingredient-item-container{display:flex;height:40px;justify-content:space-between;align-items:center;padding-right:10px}.product-form .ingredients .ingredient-item-container img{height:24px;width:24px}.product-form .ingredients .ingredient-item-container label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-form .ingredients img{margin:0 5px;border-radius:10px;height:70px;width:70px}.product-form .ingredients .ingredient__detail{flex-flow:row-reverse nowrap}.product-form .ingredients .ingredient__detail .input-group-append{top:-8px;position:relative}.product-form .ingredients .ingredient__detail img{margin-right:5px;border-radius:10px;height:70px;width:70px}.product-form .ingredients .ingredient__detail .test__control{border-top-left-radius:0;border-bottom-left-radius:0;border:2px solid #cedbe9;border-left:none;width:80px;height:39px}.product-form .ingredients .product-ingredient{margin:10px;flex-flow:column nowrap;display:flex}.product-form .ingredients .product-ingredient label{width:80%}.product-form .ingredients .product-ingredient .ingredient__detail{display:flex}.product-form .ingredients .product-ingredient .ingredient__detail img{margin-right:5px;border-radius:10px;height:70px;width:70px}.product-form .ingredients .product-ingredient .form-control{width:100%;height:30px;border-radius:5px}.product-form .ingredients .product-ingredient .form-group{width:80%}.product-form .ingredients .product-ingredient .remove-ingredient{position:relative;left:95%;cursor:pointer;top:18px}.product-form .ingredients .form-group{width:50%}.product-form span.save{display:flex;justify-content:flex-end}.product-form span.save button{color:#fff}.product-form .ingredient__price{height:44px;flex-flow:row-reverse nowrap}.product-form .ingredient__price .input-group-append{top:-8px;position:relative}.product-form .ingredient__price img{margin-right:5px;border-radius:10px;height:70px;width:70px}.product-form .ingredient__price .test__control{border-top-left-radius:0;border-bottom-left-radius:0;border:2px solid #cedbe9;border-left:none;width:90px;height:44px}.product-form .ingredient__price .test__value-container{margin-right:5px}.product-form .ingredient-file-fields .file-field{display:flex;flex-direction:column}.product-form .ingredient-file-fields .file-field .field-divider{justify-self:flex-end;margin-top:auto}.product-form .ingredient-file-fields .file-field .field-divider hr{width:100%;height:1px;border-bottom:none;border-top:2px dashed #e1ecf3;margin-top:30px}.product-form .resource-upload-section{color:#2c3e50}.product-form .resource-upload-section h5{margin-bottom:unset;margin-right:10px}.product-form .resource-upload-section .confirm-selection{width:100%;margin-top:10px}.product-form .resource-upload-section .confirm-selection button{padding:3px 6px;margin-right:10px;color:"#fff"}.product-form .resource-upload-section .confirm-selection button span{margin-right:5px;color:#fff}.product-form .resource-upload-section .confirm-selection button.cancel{background-color:#e85a73}.product-form .resource-upload-section .confirm-selection button.confirm{background-color:#0ed7ac}.product-form .resource-upload-section .document{align-items:center;flex-wrap:wrap}.product-form .resource-upload-section .document .file-name{margin-top:5px;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}.product-form .resource-upload-section .document section{padding:3px 6px;border-radius:6px;margin-left:auto;position:relative;top:0;transition:top .2s ease-in-out}.product-form .resource-upload-section .document section.resource-upload{z-index:10;border:2px solid #8fa1b3}.product-form .resource-upload-section .document section.resource-upload.disabled{background-color:#f2f2f2}.product-form .resource-upload-section .document section.resource-upload svg{color:#8fa1b3}.product-form .resource-upload-section .document section.resource-upload:hover:not(.disabled){cursor:pointer;background-color:#3f65f1;border-color:#3f65f1;top:-2px}.product-form .resource-upload-section .document section.resource-upload:hover:not(.disabled) svg{color:#fff}.product-form .resource-upload-section .document section.remove{border:2px solid #e85a73;background-color:#e85a73}.product-form .resource-upload-section .document section.remove.disabled{opacity:.5}.product-form .resource-upload-section .document section.remove svg{color:#fff}.product-form .resource-upload-section .document section.remove:hover{top:-2px}.product-form .resource-upload-section .country-file-upload{flex-wrap:nowrap;margin-top:10px}.product-form .resource-upload-section .country-file-upload>.col{flex:1 1 auto;max-width:75%}.product-form .resource-upload-section .resource-country-select{position:relative;margin-top:4px;margin-right:10px}.product-form .resource-upload-section .resource-country-select .country-selection{position:relative;cursor:default;height:31.5px;display:flex;align-items:center;padding:6px 12px;border:2px solid #cedbe9;border-radius:6px;width:100%;white-space:nowrap;text-overflow:ellipsis}.product-form .resource-upload-section .resource-country-select .country-selection svg{margin-left:10px}.product-form .resource-upload-section .resource-country-select .country-selection:hover{border-color:#3f65f1}.product-form .resource-upload-section .resource-country-select .countries-menu{z-index:100;position:absolute;max-height:300px;background-color:#fff;border:1px solid #e1ecf3;border-radius:6px;overflow:hidden}.product-form .resource-upload-section .resource-country-select .countries-menu:hover{overflow-y:scroll}.product-form .resource-upload-section .resource-country-select .countries-menu ul{list-style:none;background-color:#fff;padding:unset;width:-webkit-max-content;width:-moz-max-content;width:max-content}.product-form .resource-upload-section .resource-country-select .countries-menu ul li{padding:6px 12px;border-bottom:1px dashed #cedbe9;white-space:nowrap}.product-form .resource-upload-section .resource-country-select .countries-menu ul li:hover{background-color:#e1ecf3;cursor:default}.products{background-color:transparent}.products .title{display:flex;align-items:center;margin-top:5px;flex-wrap:wrap;grid-gap:8px;gap:8px}.products .title .filter-buttons{margin-left:30px!important}.products .title h3.count{color:#6a8dec;margin-left:5px}.products .title .filters{display:block}@media (max-width:767px){.products .title{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.products .title .filter-buttons{margin-left:0!important}}.products .dash-list .header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}@media (max-width:768px){.products .dash-list .header-section{flex-direction:column;grid-gap:16px;gap:16px}}.products .dash-list .filters-section{display:flex;align-items:center;grid-gap:16px;gap:16px;margin-bottom:24px;flex-wrap:wrap}@media (max-width:768px){.products .dash-list .filters-section{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.products .dash-list .filters-section .filter-dropdown select{width:100px;max-width:100px;min-width:100px;font-size:14px}}@media (max-width:480px){.products .dash-list .filters-section .filter-dropdown select{width:90px;max-width:90px;min-width:90px;font-size:12px;padding:5px 8px}}.products .dash-list .filters-section .filter-dropdown select{padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:13px;width:80px;max-width:80px;min-width:80px;cursor:pointer;transition:border-color .2s ease;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.products .dash-list .filters-section .filter-dropdown select:focus{outline:none;border-color:#3c7cd1;box-shadow:0 0 0 3px rgba(60,124,209,.1)}.products .dash-list .filters-section .filter-dropdown select:hover{border-color:#9ca3af}.products .dash-list .filters-section .filter-dropdown select option{padding:4px 8px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products .dash-list .bottom-navigation{display:flex;justify-content:center;grid-gap:16px;gap:16px;margin-top:24px;flex-wrap:wrap}@media (max-width:768px){.products .dash-list .bottom-navigation{grid-gap:12px;gap:12px}}.products .dash-list .bottom-navigation button{border:none;border-radius:8px;padding:12px 20px;font-weight:500;display:flex;align-items:center;grid-gap:8px;gap:8px;transition:all .2s ease;cursor:pointer;font-size:14px}.products .dash-list .bottom-navigation button:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.products .dash-list .bottom-navigation button.filter-btn-retail.active{background:#3c7cd1;color:#fff}.products .dash-list .bottom-navigation button.filter-btn-retail.inactive{background:#f3f4f6;color:#6b7280}.products .dash-list .bottom-navigation button.filter-btn-concept.active{background:#f59e0b;color:#92400e}.products .dash-list .bottom-navigation button.filter-btn-concept.inactive{background:#f3f4f6;color:#6b7280}.products .dash-list .bottom-navigation button.filter-btn-updates.active{background:#ef4444;color:#fff}.products .dash-list .bottom-navigation button.filter-btn-updates.inactive{background:#f3f4f6;color:#6b7280}.products .dash-list .bottom-navigation button.filter-btn-journey.active{background:#8b5cf6;color:#fff}.products .dash-list .bottom-navigation button.filter-btn-journey.inactive{background:#f3f4f6;color:#6b7280}.products .dash-list .navigation-buttons{display:flex;grid-gap:8px;gap:8px;align-items:center;flex-wrap:wrap}@media (max-width:768px){.products .dash-list .navigation-buttons{grid-gap:6px;gap:6px}}.products .dash-list .navigation-buttons button{border:1px solid #e5e7eb;border-radius:8px;padding:10px 16px;font-weight:500;display:flex;align-items:center;grid-gap:8px;gap:8px;transition:all .2s ease;cursor:pointer;font-size:14px;white-space:nowrap;min-height:40px}.products .dash-list .navigation-buttons button:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.15)}.products .dash-list .navigation-buttons button.filter-btn-retail.active{background:#3c7cd1;color:#fff;border-color:#3c7cd1;box-shadow:0 2px 4px rgba(60,124,209,.3)}.products .dash-list .navigation-buttons button.filter-btn-retail.inactive{background:#ebf4ff;color:#3c7cd1;border-color:#3c7cd1}.products .dash-list .navigation-buttons button.filter-btn-concept.active{background:#f59e0b;color:#92400e;border-color:#f59e0b;box-shadow:0 2px 4px rgba(245,158,11,.3)}.products .dash-list .navigation-buttons button.filter-btn-concept.inactive{background:#fef3c7;color:#92400e;border-color:#f59e0b}.products .dash-list .navigation-buttons button.filter-btn-updates.active{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 2px 4px rgba(239,68,68,.3)}.products .dash-list .navigation-buttons button.filter-btn-updates.inactive{background:#fee2e2;color:#ef4444;border-color:#ef4444}.products .dash-list .navigation-buttons button.filter-btn-journey.active{background:#8b5cf6;color:#fff;border-color:#8b5cf6;box-shadow:0 2px 4px rgba(139,92,246,.3)}.products .dash-list .navigation-buttons button.filter-btn-journey.inactive{background:#f3f0ff;color:#8b5cf6;border-color:#8b5cf6}.products .active-product .title{display:flex;align-items:center;margin-bottom:25px;grid-gap:0;gap:0;flex-wrap:nowrap;padding:0 10px}.products .active-product .title h4{margin:0;font-size:1.4rem;font-weight:600;color:#2c3e50;white-space:nowrap}@media (max-width:767px){.products .active-product .title h4{font-size:1.2rem}}@media (min-width:768px) and (max-width:1024px){.products .active-product .title h4{font-size:1.3rem}}.products .active-product .title h4.color-bg-blue{color:#395efa;font-weight:500}.products .active-product .title .btn,.products .active-product .title .reports table tr td.actions span,.reports table tr td.actions .products .active-product .title span{margin-left:0;flex-shrink:0;white-space:nowrap}.products .active-product .active-products-container{position:relative;width:100%}.products .active-product .active-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:hsla(0,0%,100%,.9);border:1px solid rgba(0,0,0,.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease}.products .active-product .active-scroll-btn:hover:not(:disabled){background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateY(-50%) scale(1.1)}.products .active-product .active-scroll-btn:disabled{opacity:.5;cursor:not-allowed}.products .active-product .active-scroll-btn svg{color:#333;stroke-width:2}.products .active-product .active-scroll-btn.active-scroll-left{left:15px}.products .active-product .active-scroll-btn.active-scroll-right{right:15px}@media (max-width:480px){.products .active-product .active-scroll-btn{width:32px;height:32px}.products .active-product .active-scroll-btn svg{width:16px;height:16px}.products .active-product .active-scroll-btn.active-scroll-left{left:5px}.products .active-product .active-scroll-btn.active-scroll-right{right:5px}}@media (min-width:481px) and (max-width:767px){.products .active-product .active-scroll-btn{width:36px;height:36px}.products .active-product .active-scroll-btn svg{width:18px;height:18px}.products .active-product .active-scroll-btn.active-scroll-left{left:10px}.products .active-product .active-scroll-btn.active-scroll-right{right:10px}}@media (min-width:768px) and (max-width:1024px){.products .active-product .active-scroll-btn{width:38px;height:38px}.products .active-product .active-scroll-btn svg{width:19px;height:19px}.products .active-product .active-scroll-btn.active-scroll-left{left:12px}.products .active-product .active-scroll-btn.active-scroll-right{right:12px}}@media (min-width:1025px){.products .active-product .active-scroll-btn{width:42px;height:42px}.products .active-product .active-scroll-btn svg{width:22px;height:22px}.products .active-product .active-scroll-btn.active-scroll-left{left:18px}.products .active-product .active-scroll-btn.active-scroll-right{right:18px}}.products .active-product .active-products-list{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;padding:0 60px 20px;margin:0 0 20px;min-height:360px;scrollbar-width:thin;scrollbar-color:#ccc transparent;position:relative}.products .active-product .active-products-list::-webkit-scrollbar{height:8px}.products .active-product .active-products-list::-webkit-scrollbar-track{background:transparent}.products .active-product .active-products-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.products .active-product .active-products-list::-webkit-scrollbar-thumb:hover{background-color:#999}.products .active-product .active-products-list .active-product-item{width:280px;min-height:340px;display:inline-block;position:relative;margin-right:16px;vertical-align:top;flex-shrink:0;white-space:normal}.products .active-product .active-products-list .active-product-item .product-item{width:100%;height:100%}@media (max-width:480px){.products .active-product .active-products-list{padding:0 20px 15px;margin:0 0 15px;min-height:300px}.products .active-product .active-products-list .active-product-item{width:200px;min-height:280px;margin-right:8px}}@media (min-width:481px) and (max-width:767px){.products .active-product .active-products-list{padding:0 30px 15px;margin:0 0 15px;min-height:320px}.products .active-product .active-products-list .active-product-item{width:240px;min-height:300px;margin-right:10px}}@media (min-width:768px) and (max-width:1024px){.products .active-product .active-products-list{padding:0 55px 18px;margin:0 0 18px;min-height:360px}.products .active-product .active-products-list .active-product-item{width:270px;min-height:340px;margin-right:14px}}@media (min-width:1025px){.products .active-product .active-products-list{padding:0 70px 20px}}.products .active-product .pagination-wrapper,.products .concept-products .pagination-wrapper{display:flex;justify-content:center;margin-top:20px;padding:0 10px}.products .all-products-container{border-radius:10px;padding:15px 0 20px}.products .all-products-container .display-options{margin-right:-2px;margin-top:15px}.products .all-products-container .pagination-wrapper{margin-right:15px;margin-top:20px}@media (max-width:767px){.products .all-products-container{padding:10px 0 15px}.products .all-products-container .display-options{margin-right:0;margin-top:10px;display:flex;justify-content:center}.products .all-products-container .pagination-wrapper{margin-right:0;margin-top:15px}}.product-item{cursor:pointer;width:100%;height:175px;transform:all .2s ease-in-out;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);padding:10px;border-radius:12px}.product-item:hover{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);transition:transform 2s}.product-item span.verrsion.active{background-color:#3b62f0}.product-item span.version.concept{background-color:#f4a850}.product-item .header{display:flex;align-items:center}.product-item .header span{color:#fff;border-radius:6px;font-size:12px;min-width:40px;padding:2px 7px;text-align:center;background-color:#3f65f1;margin-right:6px}.product-item .header i.flag{position:absolute;right:10px;font-size:22px}.product-item .detail{display:flex;height:100%;align-items:center}.product-item .detail .product-image{background-size:cover;height:auto;width:100%;flex:1 1 10px}.product-item .detail .product-image img{width:110px;height:109px}.product-item .detail .product-description{flex:2 1 5px;align-self:center;margin:0 0 0 8px}.product-item .detail .product-description h5{width:200px;overflow:hidden;text-overflow:ellipsis}.product-item .detail .product-description .row p{margin:0;font-size:.8em;font-weight:700}.product-item .detail .product-description span{display:flex}.product-item .detail .product-description span svg{margin-right:2px;height:18px}.product-item .detail .product-description span small{font-weight:bolder}.preview-product-container{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.preview-product-container .preview-product{height:250px;width:250px;border:1px solid #ebebec;border-radius:12px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.product-types{padding:20px;overflow:visible}.product-types h5{font-weight:8}.product-types span.add{display:none;font-size:1.5em;position:static;align-items:baseline;right:30px;top:25%}.product-types span.add p{margin-right:5px}.product-type-list{display:flex;align-items:center;overflow:auto;flex-wrap:wrap}.product-type-list .product-type-item p{margin-bottom:0;font-weight:600}.product-type-list .product-type-item i{color:#3f65f1;margin-right:7px}@media only screen and (max-width:720px){.product-type-list .product-type-item{min-width:40%}}.product-ingredient-item{width:258px;height:40px;border:1px solid #cedbe9;border-radius:6px;padding:8px 11px;margin-bottom:6px;display:flex;align-items:center}.product-ingredient-item .ingredient-image{background-size:cover;height:24px;width:29px}.product-ingredient-item .ingredient-name{flex:1 1;color:#273f52;margin-left:10px;margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-ingredient-item .ingredient-name,.product-ingredient-item .ingredient-percentage{font-size:13px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.46px}.product-ingredient-item .ingredient-percentage{color:#3f65f1;text-align:right}.product-overview .card{height:190px;width:100%;flex:1 0 auto}.product-overview .starred{box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#fad388,#f4a850);width:134px;justify-content:center}.product-overview .row{margin:0;display:flex;height:-webkit-max-content;height:-moz-max-content;height:max-content}.product-overview .card-body{justify-content:space-between;padding:18px}.product-overview .card-body,.product-overview .card-title{display:flex;align-items:center}.product-overview .fa-star{font-size:22px}.product-overview .card-subtitle{font-size:1rem;font-weight:400;color:#657280}.product-overview .card-subtitle a{font-size:.6875rem;color:#fff}.product-overview .card-subtitle a:hover{color:#f5f5f5}.product-overview .card-subtitle a:after{content:">>";margin-left:1px}.product-overview .notifications{height:100%;background-image:linear-gradient(180deg,#e1ecf3,#cedbe9);color:#2c3e50;min-height:220px;min-width:260px}.product-overview .notifications .card-body{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.product-overview .notifications .card-body div{display:flex;align-items:center;width:100%}.product-overview .notifications .card-body div h1{margin-right:20px}.product-overview .notifications .card-body div a{margin-top:15px;margin-left:auto;color:#2c3e50;font-size:14px}.product-overview .notifications .card-body .account-completion{display:flex;flex-direction:column}.product-overview .notifications .card-body .account-completion .progress-bar{background-color:#0ed7ac!important;height:100%}.product-overview .notifications .card-body .account-completion p{font-size:14px;margin:0 auto 0 0}.product-overview .product-chart{width:361px}.product-overview .active-product{display:flex;flex:1 1;min-width:0;width:100%;max-height:200px;height:200px;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#739ef9,#3f65f1)}.product-overview .active-product .chart{flex:1 1 auto}.product-overview .active-product .card-subtitle,.product-overview .active-product .card-title{color:#fff}.product-overview .concept-product{display:flex;height:200px;flex:1 1;min-width:0;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#fad388,#f4a850)}.product-overview .concept-product .chart{flex:1 1 auto}.product-overview .concept-product .card-subtitle,.product-overview .concept-product .card-title{color:#fff}.product-overview .data-tooltip{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;box-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff;text-align:left;white-space:nowrap;margin:5px}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.product-overview .row{flex-direction:column}.product-overview .col-md-3,.product-overview .col-md-4,.product-overview .col-md-5{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.product-overview .active-product,.product-overview .concept-product,.product-overview .product-chart{width:100%!important;max-width:100%!important}}@media only screen and (min-width:768px) and (max-width:1024px){.product-overview .row{flex-direction:column}.product-overview .col-md-3,.product-overview .col-md-4,.product-overview .col-md-5{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.product-overview .active-product,.product-overview .concept-product,.product-overview .product-chart{width:100%!important;max-width:100%!important}}.product-recommendations .product-rec-header{padding:15px;border-radius:8px}.product-recommendations table th,.product-recommendations table tr td{padding:6px 0!important}.product-recommendations table th:last-of-type,.product-recommendations table tr td:last-of-type{text-align:end}.product-recommendations table th:last-of-type button,.product-recommendations table tr td:last-of-type button{margin-left:auto;margin-right:5px}.product-nutrition.container{margin-top:1.5rem!important;padding:0;margin-bottom:1.5rem!important}.product-nutrition h5{margin-bottom:0}.product-nutrition hr{border-bottom:2px dashed #e1ecf3;border-top:none}.product-nutrition .nutrient-field{margin:20px 0;padding:6px 12px;cursor:default}.product-nutrition .nutrient-field h5{font-weight:lighter!important;display:flex}.product-nutrition .nutrient-field h5 .daily-value{margin-right:0;margin-left:auto;font-size:.75rem}.product-nutrition .nutrient-field.dropdown-style{cursor:pointer}.product-nutrition .nutrient-field.dropdown-style:hover{border-radius:6px}.product-nutrition .nutrients-header span{margin-left:10px;color:#8fa1b3}.product-nutrition .sub-nutrients{z-index:15;border-radius:6px 0 0 6px;background-color:#fff;padding:15px;width:90%;overflow-y:scroll}.product-nutrition .total-energy{border-radius:6px;padding:15px;background-color:#f6f9fc;display:flex;align-items:center;width:100%}.product-nutrition .total-energy div{position:relative}.product-nutrition .total-energy div:last-of-type{top:0;padding:10px;background-color:#fff;border-radius:6px;transition:top .1s ease-in-out}.product-nutrition .total-energy div:last-of-type:hover{top:-1px}.product-nutrition .total-energy h5{color:#3f65f1}.product-nutrition .total-energy h5:first-of-type{margin-bottom:5px;color:#2c3e50}.action-button-group{display:flex;flex-direction:column;position:fixed;z-index:11;right:0;bottom:35px;transform:translateX(-50%)}.action-button-group button{border:none;font-size:1em;margin:5px;height:52px;width:52px;background-color:#e1ecf3;box-shadow:none}.action-button-group .action-button-row{display:flex;flex-direction:row;justify-content:flex-end;transform:translateX(22%)}.action-button{display:flex;flex-direction:column;position:fixed;width:50px;right:40px;bottom:40px}.action-button button{color:#3f65f1;border:none;font-size:1em;margin:5px;height:40px;width:40px;background-color:#e1ecf3;box-shadow:none}.tab-navigation{display:flex;flex-flow:row wrap;justify-content:flex-start}.tab-navigation .nav{width:100%}.tab-navigation .nav li a{border-top-left-radius:10px;border-top-right-radius:10px;color:#657280;font-weight:400}.tab-navigation .nav li a.active{font-weight:600}.btn-add,.btn-adder,.btn-search{display:flex;justify-content:center;align-items:center;color:#3f65f1;border:none;text-align:center;font-size:1em;font-weight:lighter;margin:5px;box-shadow:none;border-radius:40px;height:40px;width:40px;background-color:#eaf1f6}.btn-add:hover,.btn-adder:hover,.btn-search:hover{background-color:#c6d9e7;color:#3f65f1}.btn-add:not(:disabled):not(.disabled):active,.btn-adder:not(:disabled):not(.disabled):active,.btn-search:not(:disabled):not(.disabled):active{background-color:#a3c1d7;color:#3f65f1}.chart text{fill:#fff}.chart path{stroke:#fff!important}@media only screen and (min-width:1200px){.live-search-width,.search-filter-container,.search-result-container{width:700px;max-width:1200px}}@media only screen and (max-width:1199px) and (min-width:992px){.live-search-width,.search-filter-container,.search-result-container{width:500px;max-width:500px}}@media only screen and (max-width:991px) and (min-width:768px){.live-search-width,.search-filter-container,.search-result-container{width:100%;max-width:100%}}@media only screen and (max-width:767px){.live-search-width,.search-filter-container,.search-result-container{width:100%;max-width:100%;min-width:200px}}.topbar .top-navbar .search-section .live-search-container{max-width:100%!important}@media only screen and (min-width:768px) and (max-width:1024px){.topbar .top-navbar .search-section{flex:1 1 auto!important;margin-right:8px!important;margin-left:0!important;width:auto!important;max-width:none!important}.topbar .top-navbar .search-section .live-search-container,.topbar .top-navbar .search-section .live-search-container .input-group{width:100%!important;max-width:100%!important;min-width:0!important;flex:1 1 auto!important}.live-search-width,.search-filter-container,.search-result-container{width:100%!important;max-width:100%!important}.ipad-right-section{flex-shrink:0!important;flex-grow:0!important;width:auto!important;margin-left:8px!important}}@media screen and (max-width:1024px) and (max-height:600px),screen and (min-width:1200px) and (max-width:1400px) and (min-height:600px) and (max-height:800px){.topbar .search-section .live-search-container .input-group{display:flex!important;align-items:center!important;border:1px solid #e0e0e0!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;padding:0!important;height:40px!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important}.topbar .search-section .live-search-container .input-group:focus-within{border-color:#3f65f1!important;box-shadow:0 1px 3px rgba(63,101,241,.15)!important}.topbar .search-section .live-search-container .input-group .search-link{margin-left:12px!important;margin-right:8px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;background:transparent!important}.topbar .search-section .live-search-container .input-group .search-link svg{width:18px!important;height:18px!important;color:#6b7280!important}.topbar .search-section .live-search-container .input-group #search-text,.topbar .search-section .live-search-container .input-group .form-control{flex:1 1!important;height:40px!important;border:none!important;background:transparent!important;padding:0 12px!important;font-size:.875rem!important;line-height:40px!important;color:#2c3e50!important}.topbar .search-section .live-search-container .input-group #search-text:focus,.topbar .search-section .live-search-container .input-group .form-control:focus{border:none!important;box-shadow:none!important;outline:none!important}.topbar .search-section .live-search-container .input-group #search-text::-webkit-input-placeholder,.topbar .search-section .live-search-container .input-group .form-control::-webkit-input-placeholder{color:#9ca3af!important;opacity:1!important;font-size:.875rem!important}.topbar .search-section .live-search-container .input-group #search-text:-ms-input-placeholder,.topbar .search-section .live-search-container .input-group .form-control:-ms-input-placeholder{color:#9ca3af!important;opacity:1!important;font-size:.875rem!important}.topbar .search-section .live-search-container .input-group #search-text::-ms-input-placeholder,.topbar .search-section .live-search-container .input-group .form-control::-ms-input-placeholder{color:#9ca3af!important;opacity:1!important;font-size:.875rem!important}.topbar .search-section .live-search-container .input-group #search-text::placeholder,.topbar .search-section .live-search-container .input-group .form-control::placeholder{color:#9ca3af!important;opacity:1!important;font-size:.875rem!important}}.search-list,.search-result-container .row .ingredients ul.list,.search-result-container .row .packaging ul.list,.search-result-container .row .products ul.list{padding:0;list-style:none;display:flex;flex-flow:row wrap}.search-list li,.search-result-container .row .ingredients ul.list li,.search-result-container .row .packaging ul.list li,.search-result-container .row .products ul.list li{width:100%;min-height:40px;text-overflow:ellipsis;margin:5px;white-space:pre-wrap;display:flex;flex-flow:row nowrap;justify-content:space-between;border:1px solid #cedbe9;border:1px solid var(--powder-blue);position:relative;border-radius:6px;align-items:center}.search-list li.no-action,.search-result-container .row .ingredients ul.list li.no-action,.search-result-container .row .packaging ul.list li.no-action,.search-result-container .row .products ul.list li.no-action{justify-content:flex-start}.search-list li.no-action a,.search-result-container .row .ingredients ul.list li.no-action a,.search-result-container .row .packaging ul.list li.no-action a,.search-result-container .row .products ul.list li.no-action a{margin-left:20%}.search-list li img,.search-result-container .row .ingredients ul.list li img,.search-result-container .row .packaging ul.list li img,.search-result-container .row .products ul.list li img{width:24px;height:24px;border-radius:6px}.search-list li .rounded-circle,.search-result-container .row .ingredients ul.list li .rounded-circle,.search-result-container .row .packaging ul.list li .rounded-circle,.search-result-container .row .products ul.list li .rounded-circle{position:relative;display:inline-block;right:10px;visibility:visible;width:24px;display:flex;align-items:center;justify-content:center;flex-direction:row}.search-list li .rounded-circle span,.search-result-container .row .ingredients ul.list li .rounded-circle span,.search-result-container .row .packaging ul.list li .rounded-circle span,.search-result-container .row .products ul.list li .rounded-circle span{display:none}.search-list li .rounded-circle:hover:not(.loading),.search-result-container .row .ingredients ul.list li .rounded-circle:hover:not(.loading),.search-result-container .row .packaging ul.list li .rounded-circle:hover:not(.loading),.search-result-container .row .products ul.list li .rounded-circle:hover:not(.loading){transition:width .2s ease-out;visibility:visible;cursor:pointer;border-radius:25px!important;overflow:hidden;padding:3px 6px}.search-list li .rounded-circle:hover:not(.loading).add,.search-result-container .row .ingredients ul.list li .rounded-circle:hover:not(.loading).add,.search-result-container .row .packaging ul.list li .rounded-circle:hover:not(.loading).add,.search-result-container .row .products ul.list li .rounded-circle:hover:not(.loading).add{width:125px}.search-list li .rounded-circle:hover:not(.loading).remove,.search-result-container .row .ingredients ul.list li .rounded-circle:hover:not(.loading).remove,.search-result-container .row .packaging ul.list li .rounded-circle:hover:not(.loading).remove,.search-result-container .row .products ul.list li .rounded-circle:hover:not(.loading).remove{width:160px}.search-list li .rounded-circle:hover:not(.loading) svg,.search-result-container .row .ingredients ul.list li .rounded-circle:hover:not(.loading) svg,.search-result-container .row .packaging ul.list li .rounded-circle:hover:not(.loading) svg,.search-result-container .row .products ul.list li .rounded-circle:hover:not(.loading) svg{display:none}.search-list li .rounded-circle:hover:not(.loading) span,.search-result-container .row .ingredients ul.list li .rounded-circle:hover:not(.loading) span,.search-result-container .row .packaging ul.list li .rounded-circle:hover:not(.loading) span,.search-result-container .row .products ul.list li .rounded-circle:hover:not(.loading) span{display:inline-block;white-space:nowrap}.search-list li .rounded-circle:hover:not(.loading) span.add-text,.search-result-container .row .ingredients ul.list li .rounded-circle:hover:not(.loading) span.add-text,.search-result-container .row .packaging ul.list li .rounded-circle:hover:not(.loading) span.add-text,.search-result-container .row .products ul.list li .rounded-circle:hover:not(.loading) span.add-text{color:#3f65f1}.search-list li .rounded-circle:hover:not(.loading) span.remove-text,.search-result-container .row .ingredients ul.list li .rounded-circle:hover:not(.loading) span.remove-text,.search-result-container .row .packaging ul.list li .rounded-circle:hover:not(.loading) span.remove-text,.search-result-container .row .products ul.list li .rounded-circle:hover:not(.loading) span.remove-text{color:#fff}.live-search-container{margin-left:0;width:100%;flex:1 1 auto;min-width:0;max-width:100%;position:relative}.topbar .top-navbar .search-section .live-search-container{width:100%!important;max-width:none!important;min-width:0!important;position:relative;overflow:visible!important}@media only screen and (max-width:767px){.live-search-container{margin-left:0;padding:0;flex:1 1;min-width:0;max-width:none;position:relative;z-index:1;overflow:visible!important;display:block!important;visibility:visible!important;opacity:1!important;width:100%!important}}@media only screen and (min-width:768px) and (max-width:1024px){.live-search-container{margin-left:0;padding:0;flex:1 1 auto;min-width:0;max-width:100%;position:relative;z-index:1;overflow:visible!important;display:block!important;visibility:visible!important;opacity:1!important;width:100%!important}}.live-search-container .input-group{padding:0;display:flex;align-items:center;border:1px solid #e0e0e0;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);margin:0;transition:all .2s ease;height:40px;width:100%;flex:1 1 auto;min-width:0;max-width:none}@media only screen and (max-width:767px){.live-search-container .input-group{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;margin:0;padding:0;min-height:40px}}@media only screen and (min-width:768px) and (max-width:1024px){.live-search-container .input-group{margin:0;padding:0;min-height:40px;display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important}}.live-search-container .input-group:focus-within{border-color:#3f65f1;box-shadow:0 1px 3px rgba(63,101,241,.15);transition:all .2s ease}.live-search-container .input-group .search-link{margin-left:12px;margin-right:8px;background-color:transparent;height:20px;width:20px;position:relative;top:0;transition:all .2s ease;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}@media only screen and (max-width:767px){.live-search-container .input-group .search-link{height:18px;width:18px;margin-left:10px;margin-right:6px}}.live-search-container .input-group .search-link svg{color:#6b7280;margin-right:0;transition:color .2s ease;width:20px;height:20px}@media only screen and (max-width:767px){.live-search-container .input-group .search-link svg{width:18px;height:18px}}.live-search-container .input-group .search-link:hover svg{color:#3f65f1}.live-search-container .input-group div.search-filter-toggle label{display:flex;right:80px;align-items:center}.live-search-container .input-group div.search-filter-toggle label span{margin-right:15px;color:#3f65f1}.live-search-container .input-group div.search-filter-toggle label p{margin:0!important}.live-search-container .input-group.active{border-color:#3f65f1;box-shadow:0 2px 8px 0 rgba(63,101,241,.15)}.live-search-container input#search-text{border:none;background:transparent;font-size:.875rem;color:#2c3e50;padding:0 12px;flex:1 1;outline:none;height:100%;line-height:normal}@media screen and (min-width:1200px) and (max-width:1400px) and (min-height:600px) and (max-height:800px){.live-search-container input#search-text{padding:0 12px!important;font-size:.875rem!important;line-height:40px!important}.live-search-container input#search-text::-webkit-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text:-ms-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text::-ms-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text::placeholder{font-size:.875rem!important}}@media only screen and (max-width:767px){.live-search-container input#search-text{font-size:14px;padding:0 8px;min-width:0}}@media only screen and (min-width:768px) and (max-width:1024px){.live-search-container input#search-text{font-size:.875rem;padding:0 12px;min-width:0;display:block!important;visibility:visible!important;opacity:1!important;width:100%!important}}@media screen and (max-width:1024px) and (max-height:600px){.live-search-container input#search-text{padding:0 12px!important;font-size:.875rem!important;line-height:40px!important}}.live-search-container input#search-text::-webkit-input-placeholder{color:#9ca3af;font-size:.875rem}.live-search-container input#search-text:-ms-input-placeholder{color:#9ca3af;font-size:.875rem}.live-search-container input#search-text::-ms-input-placeholder{color:#9ca3af;font-size:.875rem}.live-search-container input#search-text::placeholder{color:#9ca3af;font-size:.875rem}@media only screen and (max-width:767px){.live-search-container input#search-text::-webkit-input-placeholder{font-size:14px}.live-search-container input#search-text:-ms-input-placeholder{font-size:14px}.live-search-container input#search-text::-ms-input-placeholder{font-size:14px}.live-search-container input#search-text::placeholder{font-size:14px}}@media screen and (min-width:1200px) and (max-width:1400px) and (min-height:600px) and (max-height:800px){.live-search-container input#search-text::-webkit-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text:-ms-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text::-ms-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text::placeholder{font-size:.875rem!important}}@media screen and (max-width:1024px) and (max-height:600px){.live-search-container input#search-text::-webkit-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text:-ms-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text::-ms-input-placeholder{font-size:.875rem!important}.live-search-container input#search-text::placeholder{font-size:.875rem!important}}.live-search-container input#search-text:focus{outline:none;border:none;box-shadow:none}div.live-search-dropdown-container{position:absolute;top:64px;left:0;right:0;border-radius:8px;height:-webkit-max-content;height:-moz-max-content;height:max-content;z-index:1050;background-color:#fff;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)}@media only screen and (max-width:767px){div.live-search-dropdown-container{position:fixed!important;top:64px!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;z-index:100000!important;margin:0!important;border-radius:0!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;max-height:calc(100vh - 64px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;isolation:isolate!important;transform:translateZ(0)!important;contain:none!important}}.search-result-container{display:none;padding:15px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:150;background-color:#fff;overflow:auto}.search-result-container.show{display:block;transition:height .6s,opacity .5s linear;height:400px}.search-result-container .row{height:100%}.search-result-container .row p{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52}.search-result-container .row .ingredients,.search-result-container .row .packaging,.search-result-container .row .products{width:50%}.search-result-container .row .packaging ul.list li{justify-content:center;position:relative}.search-result-container .row .packaging ul.list li img{margin-left:.5rem;margin-right:auto}.search-result-container .row .packaging ul.list li a{position:absolute;justify-self:center}.search-filter-container{height:-webkit-max-content;height:-moz-max-content;height:max-content;background:#fff;padding:10px 15px;display:none;border-top-left-radius:8px;border-top-right-radius:8px;position:relative;z-index:1051}@media only screen and (max-width:767px){.search-filter-container{z-index:100001!important;position:relative!important}}.search-filter-container.no-results{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.search-filter-container .col-12{padding:0}.search-filter-container.show{display:block}.search-filter-container .search-filter-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-gap:10px;gap:10px}.search-filter-container .search-filter-header h5{margin:0;font-size:16px;font-weight:600;color:#273f52}.search-filter-container .search-filter-header .advanced-search{margin-left:auto;white-space:nowrap;display:inline-block;justify-self:flex-end;margin-bottom:0;border:1px solid #cedbe9;border-radius:6px;padding:6px 12px;position:relative;top:0;transition:all .2s ease-in-out;background-color:hsla(0,0%,52.2%,.05);cursor:pointer;font-size:14px}.search-filter-container .search-filter-header .advanced-search:hover{background-color:#3f65f1;color:#fff;border-color:#3f65f1;top:-1px}@media only screen and (max-width:767px){.search-filter-container .search-filter-header{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.search-filter-container .search-filter-header h5{font-size:14px;width:100%}.search-filter-container .search-filter-header .advanced-search{margin-left:0;width:100%;text-align:center}}.search-filter-container .search-filters{margin:0 0 8px;min-height:37px;background-color:#e1ecf3;background-color:var(--very-light-blue);border-radius:8px;display:flex;flex-flow:row wrap;justify-content:flex-start;padding:10px 15px;grid-gap:15px;gap:15px}.search-filter-container .search-filters label{margin-right:30px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;min-width:0}.search-filter-container .search-filters label :last-of-type{margin-right:0}.search-filter-container .search-filters label span{font-size:14px;color:#273f52;margin-right:8px;white-space:nowrap}@media only screen and (max-width:767px){.search-filter-container .search-filters{flex-direction:column;grid-gap:12px;gap:12px;padding:12px}.search-filter-container .search-filters label{margin-right:0;margin-bottom:0;width:100%;justify-content:space-between}.search-filter-container .search-filters label span{font-size:13px;flex:1 1}}@media only screen and (min-width:768px) and (max-width:991px){.search-filter-container .search-filters{grid-gap:20px;gap:20px}.search-filter-container .search-filters label{margin-right:20px}}@media only screen and (max-width:767px){.search-filter-container{padding:12px;border-radius:0;width:100%;max-width:100%}}.products-section__content .concept-products-list{padding:0}.products-section__content .product-item{width:370px;display:inline-block;position:relative;margin:10px 15px}.products-section__content .ingredient-item{display:inline-block;position:relative;margin:10px 20px 10px 0;width:370px;padding:12px 8px}.products-section__content .no-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-v2-grid{display:grid;grid-auto-rows:minmax(100px,auto);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:15px;gap:15px}.search-v2-flex{display:flex;flex-wrap:wrap;grid-gap:15px;gap:15px}@media only screen and (max-width:767px){.search-v2-flex{grid-gap:12px;gap:12px;justify-content:center}}@media only screen and (min-width:768px) and (max-width:991px){.search-v2-flex{grid-gap:12px;gap:12px;justify-content:flex-start}}.search-v2-table{border-collapse:separate;border-spacing:0 12px;width:100%}.search-v2-table th{padding:5px 5px 20px;font-size:20px;color:#041928;font-weight:400}@media only screen and (max-width:767px){.search-v2-table th{font-size:14px;padding:5px 3px 15px}}@media only screen and (min-width:768px) and (max-width:991px){.search-v2-table th{font-size:16px;padding:5px 4px 18px}}.search-v2-table td{padding:5px;vertical-align:middle}@media only screen and (max-width:767px){.search-v2-table td{padding:8px 3px}}@media only screen and (min-width:768px) and (max-width:991px){.search-v2-table td{padding:8px 4px}}@media only screen and (max-width:767px){.search-v2-table td:nth-child(5),.search-v2-table td:nth-child(6),.search-v2-table th:nth-child(5),.search-v2-table th:nth-child(6){display:none}}@media only screen and (min-width:768px) and (max-width:991px){.search-v2-table td:nth-child(6),.search-v2-table th:nth-child(6){display:none}}.search-v2-table tbody .no-result{width:100%;text-align:center}@media only screen and (max-width:767px){.search-v2-table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}@media only screen and (max-width:767px){.search-v2-table .list-row td:first-child{width:60px;min-width:60px}.search-v2-table .list-row td:nth-child(2){width:30px;min-width:30px}.search-v2-table .list-row td:nth-child(3){min-width:150px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-v2-table .list-row td:nth-child(4){min-width:100px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.search-v2-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.search-v2-table-wrapper{overflow-x:scroll;margin:0 -15px;padding:0 15px}}.no-result{width:100%;text-align:center;font-size:20px;font-weight:600}@media only screen and (max-width:767px){.no-result{font-size:16px;padding:20px 10px}}@media only screen and (min-width:768px) and (max-width:991px){.no-result{font-size:18px}}.search-v2-pagination{display:flex;justify-content:center;margin-top:20px}@media only screen and (max-width:767px){.search-v2-pagination{margin-top:15px;padding:0 10px}}.search-v2-pagination .pagination-wrapper{position:inherit}@media only screen and (max-width:767px){.search-results-container{padding:0 10px}}@media only screen and (max-width:767px){.search-results-header{flex-direction:column;align-items:flex-start!important;grid-gap:15px;gap:15px}.search-results-header>div:first-child{width:100%}.search-results-header>div:last-child{width:100%;display:flex;justify-content:space-between;align-items:center}}@media only screen and (max-width:767px){.search-results-title{font-size:18px!important;line-height:1.4;margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:991px){.search-results-title{font-size:20px}}@media only screen and (max-width:767px){.search-results-filters{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100vh;background:#fff;z-index:1050;overflow-y:auto;padding:20px 15px;box-shadow:2px 0 10px rgba(0,0,0,.1);transition:left .3s ease}.search-results-filters.open{left:0}}@media only screen and (min-width:768px) and (max-width:991px){.search-results-filters{padding-right:15px}}@media only screen and (max-width:767px){.search-results-content{width:100%;padding:0}}.display-options{display:flex;grid-gap:10px;gap:10px;align-items:center}@media only screen and (max-width:767px){.display-options{grid-gap:8px;gap:8px}}.display-options .display-icon{cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.display-options .display-icon:hover{background-color:rgba(0,0,0,.05)}.display-options .display-icon.active{background-color:rgba(63,101,241,.1);color:#3f65f1}@media only screen and (max-width:767px){.display-options .display-icon{padding:6px;width:36px;height:36px}}@media only screen and (max-width:767px){.sort-by{margin-top:15px!important;width:100%}}@media only screen and (max-width:767px){.products-section__content .search-v2-flex>*{width:100%!important;max-width:100%!important;margin:0 0 12px!important}}@media only screen and (min-width:768px) and (max-width:991px){.products-section__content .search-v2-flex>*{width:calc(50% - 6px)!important;max-width:calc(50% - 6px)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.products-section__content .search-v2-flex>*{width:calc(33.333% - 10px)!important;max-width:calc(33.333% - 10px)!important}}.filter-toggle-btn{display:none}@media only screen and (max-width:767px){.filter-toggle-btn{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 15px;background:#3f65f1;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:15px;width:100%;justify-content:center;transition:background-color .2s ease}.filter-toggle-btn:hover{background:#2d4fd8}}.filter-overlay{display:none}@media only screen and (max-width:767px){.filter-overlay.open{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1049}}@media only screen and (max-width:767px){.journey-ai-header{flex-direction:column;align-items:flex-start!important;grid-gap:10px;gap:10px;margin-bottom:15px!important}.journey-ai-header>div:last-child{width:100%;justify-content:flex-start}.journey-ai-header>div:last-child span{font-size:14px!important}.journey-ai-header>div:last-child img{width:16px!important;height:16px!important}}@media only screen and (max-width:767px){.search-results-container .mt-3,.search-results-container .mt-5{margin-top:15px!important}.search-results-container .mb-4{margin-bottom:15px!important}.search-results-container .mr-4{margin-right:0!important}.search-results-filters h3{font-size:18px;margin-bottom:15px}}.side-form{position:fixed;display:block;left:100%;top:0;bottom:0;width:100%;height:100%;height:100vh;z-index:99;transition:all .5s ease-in-out;max-width:100%;overflow:auto;backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden}.side-form .title{width:100%;display:flex;justify-content:space-between;color:#667784;height:80px;font-size:1.2em;align-items:center;padding:10px;border-bottom:1px solid #cedbe9}.side-form .title strong{font-size:1.7em}.side-form .title i{color:#3f65f1;font-size:1.7em;margin-right:5px}.side-form .title i.close{color:grey}.side-form .overlay{background:#b6c2ca;opacity:.7;width:100%;height:100%;position:absolute;z-index:0}.side-form.show{left:0}.side-form .content{box-shadow:-20px -3px 20px 13px rgba(0,0,0,.08);border-radius:8px;background:#fff;width:60%;font-size:14px;height:calc(100% - 78.8px);overflow-y:auto;color:#fff;max-width:100%;display:block;position:absolute;right:0;top:78.8px}.side-form .content form{padding:40px}.side-form .content form label{color:grey}.switch{position:relative;bottom:30px;height:0}.switch input[type=checkbox]{height:0;width:0;visibility:none}.switch label{cursor:pointer;text-indent:-9999px;width:40px;height:20px;background:grey;display:block;border-radius:100px;position:relative}.switch label:after{content:"";position:absolute;top:2px;left:5px;width:25px;height:25px;background:#fff;border-radius:90px;transition:.3s}.switch input:checked+label{background:#141c3f}.switch input:checked+label:after{left:calc(100% - 5px);transform:translateX(-100%)}.switch label:active:after{width:130px}.version-history{margin:20px 0}.version-history .expand-history{cursor:pointer;display:flex;justify-content:center;position:relative;margin:1.5rem 1.5rem 2rem;font-size:11pt}.version-history .expand-history .expand-history-btn{position:absolute;top:-10px;padding:6px 12px;border-radius:6px;box-shadow:0 2px 8px rgba(44,62,80,.11);transition:all .2s ease-in-out}.version-history .expand-history .expand-history-btn:hover{background-color:#3f65f1;top:-9px;color:#fff}.image-upload-wrapper .image-upload{width:186px;height:80px;border:1px dashed #8fa1b3;border:1px dashed var(--bluey-grey);display:flex;justify-content:center;align-items:center;background-color:#e1ecf3;background-color:var(--very-light-blue)}.image-upload-wrapper .image-upload div.spinner-border,.image-upload-wrapper .image-upload div.spinner-grow{position:absolute}.image-upload-wrapper .image-upload img{width:100%;height:100%}.image-upload-wrapper .image-upload svg{color:#607d8b;color:var(--bg-slate)}.image-upload-wrapper .image-upload.circle{width:80px;border-radius:80px}.image-upload-wrapper .image-upload.circle img{border-radius:100%}.image-upload-wrapper .image-upload.square{width:80px}.account-dropdown .dropdown-menu-right{border-radius:6px;border-top:2px solid #00f}.account-dropdown .dropdown-menu-right .dropdown-item:focus{outline:none!important}.account-dropdown .dropdown-menu-right .dropdown-item:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.header-notification-container{width:100%;position:relative;z-index:10000;pointer-events:auto}@media (min-width:768px) and (max-width:1024px){.header-notification-container{overflow:visible;max-width:100vw;position:relative}}.header-notification-container button.dropdown-item{display:flex;padding:0}.header-notification-container button.dropdown-item:focus{outline:none!important}.header-notification-container .dropdown-menu{max-height:500px;overflow:hidden;border-top-left-radius:6px;border-top-right-radius:6px;border-top:2px solid #00f;background:#f9f9fa;width:477px;left:-19rem;scroll-behavior:smooth;display:none;flex-direction:column;box-shadow:0 12px 24px 0 rgba(0,0,0,.15);padding-bottom:0;border-radius:6px}.header-notification-container .dropdown-menu.brand{left:-5.5rem;width:294px;max-height:400px!important;overflow-y:auto!important;overflow-x:hidden!important}@media (max-width:767.98px){.header-notification-container .dropdown-menu{width:calc(100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100vh - 80px);left:auto;right:16px;overflow:visible;transform:translateX(0)}}@media (min-width:768px) and (max-width:1024px){.header-notification-container .dropdown-menu{width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 100px);left:-15rem;overflow:visible}}@media (min-width:768px) and (max-width:1024px) and (max-width:834px){.header-notification-container .dropdown-menu{width:380px;max-width:calc(100vw - 24px);max-height:calc(100vh - 80px);left:-13rem}}.header-notification-container .dropdown-menu .see-all{padding:15px 0!important;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#3f65f1;display:flex;justify-content:center;padding:5px 0;width:100%}.header-notification-container .dropdown-menu .see-all:hover{cursor:pointer;text-decoration:underline}.header-notification-container .dropdown_header{padding:19px 15px;flex-shrink:0;position:relative;z-index:10000;pointer-events:auto}.header-notification-container .dropdown_header_nav{display:flex;justify-content:space-evenly;align-items:center;position:relative;z-index:10001}.header-notification-container .dropdown_header_nav svg.pointer{cursor:pointer;pointer-events:auto;z-index:10002;position:relative}.header-notification-container .dropdown_header_nav svg.pointer:hover{opacity:.7}.header-notification-container .dropdown_header_nav .pointer{cursor:pointer;pointer-events:auto}.header-notification-container .dropdown_header_main{padding:15px;margin:0 .5rem;overflow-x:hidden;flex-shrink:0}.header-notification-container .dropdown__notifications{overflow-x:hidden;flex:1 1;min-height:0;display:flex;flex-direction:column}@media (max-width:767.98px){.header-notification-container .dropdown__notifications{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 200px);flex:1 1 auto}}@media (min-width:768px) and (max-width:1024px){.header-notification-container .dropdown__notifications{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 250px)}}.header-notification-container .dropdown__notification{padding:15px 15px 15px 0;flex-direction:column;display:flex;border-radius:8px;cursor:pointer;max-width:100%;width:100%;box-sizing:border-box;justify-content:center;z-index:1500;overflow:hidden}.header-notification-container .dropdown__notification.brand{padding:19px 15px 19px 2px!important}@media (max-width:767.98px){.header-notification-container .dropdown__notification{max-width:100%;width:100%;box-sizing:border-box;overflow:visible;min-height:auto}}@media (min-width:768px) and (max-width:1024px){.header-notification-container .dropdown__notification{max-width:100%;width:100%;box-sizing:border-box;overflow:visible;min-height:auto}}.header-notification-container .dropdown__notification .notification__tag{font-size:16px;display:flex;justify-content:space-between;align-items:center}.header-notification-container .dropdown__notification .notification__tag .notification__tag__title{color:#fff;background-color:#53ce7c;font-style:italic;font-weight:700;border-radius:0 4px 4px 0;padding:5px 10px}.header-notification-container .dropdown__notification .notification__icon{align-self:center}.header-notification-container .dropdown__notification .notification__detail{margin-top:15px;margin-left:15px;display:flex;justify-content:space-between;overflow:hidden;font-size:12px;width:90%}.header-notification-container .dropdown__notification .notification__detail .notification__title{font-weight:900;font-stretch:normal;font-style:normal;letter-spacing:.5px;color:#273f52;width:70%;display:flex;align-items:center;flex-wrap:wrap}.header-notification-container .dropdown__notification .notification__detail .notification__title .brand-icon{margin-right:10px;flex-shrink:0}@media (max-width:767.98px){.header-notification-container .dropdown__notification .notification__detail .notification__title{width:100%;max-width:100%;overflow:visible;white-space:normal!important;word-wrap:break-word;word-break:break-word;display:flex;align-items:flex-start;flex-wrap:wrap;min-width:0}.header-notification-container .dropdown__notification .notification__detail .notification__title>*{flex-shrink:1;min-width:0}}@media (min-width:768px) and (max-width:1024px){.header-notification-container .dropdown__notification .notification__detail .notification__title{width:100%;max-width:100%;overflow:visible;white-space:normal!important;word-wrap:break-word;word-break:break-word;display:flex;align-items:flex-start;flex-wrap:wrap;min-width:0}.header-notification-container .dropdown__notification .notification__detail .notification__title>*{flex-shrink:1;min-width:0}}.header-notification-container .dropdown__notification .notification__detail .notification__description{font-weight:400;color:#657280;width:20%}@media (max-width:767.98px){.header-notification-container .dropdown__notification .notification__detail{width:calc(100% - 30px);max-width:calc(100% - 30px);overflow:visible;flex-direction:column;align-items:flex-start;margin-right:15px}}@media (min-width:768px) and (max-width:1024px){.header-notification-container .dropdown__notification .notification__detail{width:calc(100% - 30px);max-width:calc(100% - 30px);overflow:visible;flex-direction:column;align-items:flex-start;margin-right:15px}}.header-notification-container .empty{display:flex;justify-content:center;align-items:center;height:70px;color:grey}.dropdown.show .header-notification-container .dropdown-menu,.header-notification-container .dropdown-menu.show,.navbar-nav .dropdown.show .header-notification-container .dropdown-menu{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.dropdown:not(.show) .header-notification-container .dropdown-menu,.navbar-nav .dropdown:not(.show) .header-notification-container .dropdown-menu{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.notification-dropdown-wrapper .header-notification-container .dropdown-menu{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.filters{margin:19px 0 0;display:flex;flex-direction:row;align-items:center}.filters .filter-title{font-size:12pt;margin-right:20px;align-self:flex-start}.filters .filter-title svg{margin-right:5px}.filters .filter{display:inline-flex;height:40px}.filters .filter .filter-menu{align-self:flex-start;margin-left:15px;padding:3px 10px;cursor:pointer;display:inline-block;white-space:nowrap;overflow-x:auto;border-radius:4px;border:1px solid #cddae8}.filters .filter .filter-menu *{display:inline-block}.filters .filter .filter-menu svg{margin-left:5px}.filters .filter .filter-menu:hover{background-color:rgba(225,236,243,.64)}.filters .filter .filter-menu.active{background-color:#3f65f1;border:1px solid #3f65f1;color:#fff}.filters .filter .list-filters{position:absolute;z-index:100;background-color:#fff;border-radius:3px;border:1px solid #e1ecf3;box-shadow:0 14px 24px rgba(62,57,107,.1);list-style-type:none;padding:0;margin:35px 0 0 15px;max-height:200px;overflow-y:scroll}.filters .filter .list-filters li{padding:5px 30px 5px 15px;border-bottom:1px solid rgba(225,236,243,.5);cursor:default}.filters .filter .list-filters li.active,.filters .filter .list-filters li:hover{background-color:rgba(225,236,243,.64)}.notifications-page .notifications-content{padding:0}.notifications-page .notification-page-header{margin-bottom:20px}.notifications-page .filters{margin-bottom:24px}.notifications-page .loading-container{display:flex;justify-content:center;align-items:center;padding:40px;min-height:200px;background:hsla(0,0%,100%,.95)}.notifications-page .loading-container svg{min-width:32px;min-height:32px;color:#007bff}@media (max-width:768px){.notifications-page .loading-container{padding:60px 20px;min-height:250px}.notifications-page .loading-container svg{min-width:40px;min-height:40px}}@media (max-width:480px){.notifications-page .loading-container{padding:80px 15px;min-height:300px}.notifications-page .loading-container svg{min-width:48px;min-height:48px}}.notifications-page .table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.notifications-page table,.notifications-page th,.notifications-page thead{border-top:none!important}.notifications-page .page-title{font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1px;color:#273f52;margin-bottom:0}.notifications-page table{width:100%;table-layout:auto}.notifications-page table thead th{font-size:13px;font-weight:600;color:#273f52;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:12px 16px}.notifications-page table tbody tr{align-items:center;transition:background-color .2s ease}.notifications-page table tbody tr:hover{background-color:#f8f9fa}.notifications-page table tbody tr td{vertical-align:middle;padding:16px;word-wrap:break-word}.notifications-page table tbody tr .icon{width:60px;min-width:60px;position:relative;padding-left:20px}.notifications-page table tbody tr .date{width:120px;min-width:120px;font-size:13px;color:#657280;white-space:nowrap}.notifications-page table tbody tr .title{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52;width:120px;min-width:120px}.notifications-page table tbody tr .brand-placeholder,.notifications-page table tbody tr .market-placeholder{width:100px;min-width:100px;font-size:14px;color:#9ca3af;font-style:italic;text-align:center}.notifications-page table tbody tr .description{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.3px;color:#273f52;min-width:250px;max-width:400px;word-wrap:break-word;overflow-wrap:break-word}.notifications-page table tbody tr .notification-progress{width:180px;min-width:180px}.notifications-page table tbody tr .action{width:150px;min-width:150px;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px}.notifications-page .reports table tbody tr .action td.actions span,.notifications-page .reports table tbody tr td.actions .action span,.notifications-page table tbody tr .action .btn,.reports .notifications-page table tbody tr .action td.actions span,.reports .notifications-page table tbody tr td.actions .action span{width:140px;white-space:nowrap}.notifications-page table tbody tr .notification-page-bubble{position:absolute;left:8px;margin-top:-7px;width:12px;height:12px;border-radius:50%;background-color:#e85a73;background-color:var(--pinkish);z-index:1}.notifications-page table tbody .notification-unread{background-color:#f5f5f5}.notifications-page table tbody .notification-unread:hover{background-color:#eef2f5}@media (max-width:1200px){.notifications-page table tbody tr .description{max-width:300px}}@media (max-width:768px){.notifications-page table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.notifications-page table tbody,.notifications-page table thead{display:block}}.packaging .alert{display:flex;flex-direction:column;align-items:center;margin-top:200px;font-size:16pt}.packaging .alert a{cursor:pointer;color:#3f65f1}.packaging .alert *{margin:15px 0}.packaging h1{font-size:24px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:1px;color:#273f52}.packaging table{margin-top:30px;font-size:16px}.packaging table tr.list-row td{cursor:pointer;position:relative;left:0;transition:top .2s ease-in-out}.packaging table tr.list-row:hover{background-color:rgba(225,236,243,.27)}.packaging table tr.list-row:hover td{left:2px}.packaging table tr.list-row:hover td:first-of-type{border-radius:6px 0 0 6px}.packaging table tr.list-row:hover td:last-of-type{border-radius:0 6px 6px 0}.packaging table thead tr{border-bottom:none}.packaging table thead tr th{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#657280}.packaging table tr{border-bottom:1px solid #cedbe9;padding-bottom:18px;padding-top:18px}.packaging table tr td{vertical-align:middle;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#657280}.packaging table tr td img{width:32px;height:40px}.packaging table tr td.package-name{font-size:16px;letter-spacing:.5px;color:#273f52}.packaging table tr td.package-name,.packaging table tr td span.cost{font-weight:600;font-stretch:normal;font-style:normal;line-height:normal}.packaging table tr td span.cost{padding:3px 12px;border-radius:6px;background-color:#0ed7ac;font-size:12px;letter-spacing:.38px;text-align:center;color:#fff;text-transform:capitalize;white-space:nowrap}.packaging table tr td span.cost *{display:inline-block}.packaging table tr td span.label{color:#fff;padding:3px 12px;border-radius:6px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.38px;text-align:center;font-size:12px;font-weight:600;text-transform:capitalize}.packaging table tr td span.label.label-concept{background-color:#607d8b}.packaging table tr td span.label.label-retail{background-color:#3f65f1}.packaging table tr td span.action{border:2px solid #d4dfec;border-radius:5px;padding:7px 10px;cursor:pointer;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#657280;white-space:nowrap}.packaging table tr td span.action *{display:inline-block}.packaging table tr td span.action:hover{background-color:#f1f2f3}.package-modal .package-header{padding-top:10px;padding-bottom:10px;justify-content:space-between}.package-modal .package-header.row{margin:0 15px!important}.package-modal .package-header span.cost{background-color:#0ed7ac}.package-modal .package-header span.cost,.package-modal .package-header span.label{padding:3px 12px;border-radius:6px;font-size:12px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.38px;text-align:center;color:#fff;text-transform:capitalize}.package-modal .package-header span.label.label-concept{background-color:#607d8b}.package-modal .package-header span.label.label-retail{background-color:#3f65f1}.package-modal .img-container{margin-left:30px}.package-modal .img-container img{width:96px;height:121px}.package-modal h3{font-size:18px;font-weight:600;letter-spacing:1px;color:#273f52}.package-modal .info span,.package-modal h3{font-stretch:normal;font-style:normal;line-height:normal}.package-modal .info span{font-size:14px;font-weight:400;letter-spacing:.5px;color:#657280;display:block}.package-modal .tags{color:#6b7885}.package-modal .tags .tag{display:inline-block;margin-bottom:5px;border:2px solid #d4e0ec;border-radius:6px;padding:6px 12px;margin-right:5px}.package-modal .product-types{color:#6b7885}.package-modal .product-types .product-type{display:inline-block;margin-bottom:5px;border:2px solid #d4e0ec;border-radius:6px;padding:6px 12px;margin-right:5px}.package-modal h5{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#273f52}.package-modal .modal-close{cursor:pointer}.package-modal .modal-close:hover{color:#d4e0ec}.packaging-overview .card{width:100%;flex:1 0 auto}.packaging-overview .starred{box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#fad388,#f4a850);width:134px;justify-content:center}.packaging-overview .row{margin:0;display:flex;height:-webkit-max-content;height:-moz-max-content;height:max-content}.packaging-overview .card-body{justify-content:space-between;padding:18px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.packaging-overview .card-body,.packaging-overview .card-title{display:flex;align-items:center}.packaging-overview .fa-star{font-size:22px}.packaging-overview .card-subtitle{font-size:.9rem;font-weight:400;color:#e1ecf3}.packaging-overview .card-subtitle a{font-size:.6875rem;color:#fff}.packaging-overview .card-subtitle a:hover{color:#f5f5f5}.packaging-overview .card-subtitle a:after{content:">>";margin-left:1px}.packaging-overview .notifications{height:100%;background-image:linear-gradient(180deg,#e1ecf3,#cedbe9);color:#2c3e50;min-height:220px;min-width:260px}.packaging-overview .notifications .card-body{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.packaging-overview .notifications .card-body div{display:flex;align-items:center;width:100%}.packaging-overview .notifications .card-body div h1{margin-right:20px;font-size:36px}.packaging-overview .notifications .card-body div a{margin-top:15px;margin-left:auto;color:#2c3e50;font-size:14px}.packaging-overview .notifications .card-body .account-completion{display:flex;flex-direction:column}.packaging-overview .notifications .card-body .account-completion .progress-bar{background-color:#0ed7ac!important;height:100%}.packaging-overview .notifications .card-body .account-completion p{font-size:14px;margin:0 auto 0 0}.packaging-overview .product-chart{width:361px}.packaging-overview .active-product{display:flex;flex:1 1;min-width:0;width:100%;max-height:200px;height:200px;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);background-image:linear-gradient(180deg,#739ef9,#3f65f1)}.packaging-overview .active-product .chart{flex:1 1 auto}.packaging-overview .active-product .card-subtitle,.packaging-overview .active-product .card-title{color:#fff}.packaging-overview .concept-product{display:flex;height:200px;width:100%;max-width:100%;flex:1 1;min-width:0;box-shadow:0 6px 20px 0 rgba(57,57,57,.2);overflow:hidden}.packaging-overview .concept-product .card-body{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.packaging-overview .concept-product .card-body>div:last-child{flex:1 1 auto;min-width:0;max-width:100%;overflow:hidden}.packaging-overview .concept-product .chart{flex:1 1 auto;max-width:100%}.packaging-overview .concept-product .card-subtitle,.packaging-overview .concept-product .card-title{color:#657280}.packaging-overview .concept-product .card-title h1{font-size:36px}.packaging-overview .data-tooltip{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;box-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff;text-align:left;white-space:nowrap;margin:5px}.packaging-overview .packaging-unmatched{height:200px;background-image:linear-gradient(180deg,#739ef9,#3f65f1)}.packaging-overview .packaging-unmatched .card-body{padding:20px}.packaging-overview .packaging-unmatched .card-body .card-title,.packaging-overview .packaging-unmatched .card-body .card-title h1{color:#fff}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.packaging-overview .row{flex-direction:column}.packaging-overview .col-12.col-md-3,.packaging-overview .col-12.col-md-6,.packaging-overview .col-md-3,.packaging-overview .col-md-6{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.packaging-overview .concept-product,.packaging-overview .packaging-unmatched,.packaging-overview .product-chart{width:100%!important;max-width:100%!important}}@media only screen and (min-width:768px) and (max-width:1024px){.packaging-overview .row{flex-direction:column}.packaging-overview .col-12.col-md-3,.packaging-overview .col-12.col-md-6,.packaging-overview .col-md-3,.packaging-overview .col-md-6{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.packaging-overview .concept-product,.packaging-overview .packaging-unmatched,.packaging-overview .product-chart{width:100%!important;max-width:100%!important}}.title-container{display:flex;align-items:center;margin-top:27px}.inactive{opacity:.5}.package-single .row{margin:0}.package-single img.package-single-image{width:100%;height:auto;border-radius:6px;border:2px dashed #e1ecf3;width:200px;height:200px}.package-single .ingredient-single__name button{height:40px}.package-single .description{max-width:400px;float:left;margin-right:auto;margin-left:0}.package-single .description .materials,.package-single .description .tags{display:flex;flex-wrap:wrap}.package-single .description .materials .material-tag,.package-single .description .materials .tag,.package-single .description .tags .material-tag,.package-single .description .tags .tag{display:inline-block;border:2px solid #d0dcea;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;font-weight:600;border-radius:6px;margin-right:6px;margin-bottom:6px}.package-single .scores{border-radius:6px;width:100%;height:100px}@media only screen and (max-width:767px){.package-single .ingredient-single__details{padding:0 15px}.package-single .ingredient-single__name h1{font-size:20px!important;margin-bottom:10px!important}.package-single .ingredient-single__name .d-flex{flex-direction:column;align-items:flex-start!important}.package-single .ingredient-single__name .d-flex .color-bg-green{margin-left:0!important;margin-top:10px}.package-single .ingredient-single__name h6{font-size:14px;margin-top:10px!important}.package-single .row>.col{float:none!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important;margin-bottom:20px;margin-left:0!important;margin-right:0!important}.package-single img.package-single-image{width:100%;max-width:200px;height:auto;margin:0 auto 20px;display:block}.package-single .description{max-width:100%;float:none!important;margin-left:0;margin-right:0;width:100%!important}.package-single .description h6{margin-top:15px;margin-bottom:10px;font-size:16px;font-weight:600}.package-single .scores{height:auto;padding:15px;margin-top:20px;width:100%!important}.package-single .scores>.col{margin-bottom:20px;width:100%!important;flex:0 0 100%!important;max-width:100%!important;padding-left:0;padding-right:0}.package-single .scores>.col:last-child{margin-bottom:0}.package-single .scores>.col .d-flex{flex-direction:row;align-items:center;width:100%}.package-single .scores>.col .d-flex img{width:40px;height:40px;flex-shrink:0}.live-search-container .input-group div.search-filter-toggle .package-single .scores>.col .d-flex label,.package-single .scores>.col .d-flex .live-search-container .input-group div.search-filter-toggle label,.package-single .scores>.col .d-flex .ml-3{margin-left:15px!important;flex:1 1}.package-single .scores>.col .d-flex h5{font-size:14px;margin-bottom:10px!important}.package-single .mt-3{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.package-single .mt-3 button{width:100%;padding:12px;font-size:16px;display:flex;justify-content:center;align-items:center}.package-single .row:last-child{padding:15px 0!important;margin-left:0!important;margin-right:0!important}}.packaging .packaging-header{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}@media (min-width:768px){.packaging .packaging-header{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:0;border-bottom:none}}@media (min-width:768px) and (max-width:1024px){.packaging .packaging-header{flex-direction:row;align-items:flex-start;justify-content:space-between;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:0;border-bottom:none}}.packaging .packaging-header .title-section{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;flex:1 1;min-width:0}@media (min-width:768px){.packaging .packaging-header .title-section{flex-direction:row;align-items:center;grid-gap:1rem;gap:1rem}}@media (min-width:768px) and (max-width:1024px){.packaging .packaging-header .title-section{flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem;flex:1 1;min-width:0}}.packaging .packaging-header .title-section h4{margin:0;font-size:1.5rem;font-weight:600;color:#2c3e50}@media (max-width:767px){.packaging .packaging-header .title-section h4{font-size:1.25rem}}.packaging .packaging-header .title-section .count{font-size:1rem;font-weight:500;color:#4974f3;background:none;padding:0}@media (max-width:767px){.packaging .packaging-header .title-section .count{font-size:.9rem}}.packaging .packaging-header .pagination-section{display:flex;align-items:center;justify-content:center;width:100%}@media (min-width:768px){.packaging .packaging-header .pagination-section{justify-content:flex-end;width:auto;min-width:0;flex-shrink:0}}@media (min-width:768px) and (max-width:1024px){.packaging .packaging-header .pagination-section{justify-content:flex-end;width:auto;min-width:0;flex-shrink:0;margin-left:1rem}}.packaging .show-all-packages{margin:1.25rem 0;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#f8f9fa);border:1.5px solid #e3e8ef;border-radius:12px;box-shadow:0 2px 8px rgba(73,116,243,.08);transition:all .3s cubic-bezier(.4,0,.2,1)}.packaging .show-all-packages:hover{border-color:#cbd5e0;box-shadow:0 4px 12px rgba(73,116,243,.12);transform:translateY(-1px)}.packaging .show-all-packages .form-group{margin:0}.packaging .show-all-packages .form-check{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:0;position:relative}.packaging .show-all-packages .form-check-input{margin-top:0;margin-right:0;vertical-align:middle;flex-shrink:0;width:20px;height:20px;cursor:pointer;border:2px solid #cbd5e0;border-radius:5px;background-color:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none}.packaging .show-all-packages .form-check-input:hover:not(:disabled){border-color:#4974f3;box-shadow:0 0 0 3px rgba(73,116,243,.1)}.packaging .show-all-packages .form-check-input:checked{background-color:#4974f3;border-color:#4974f3;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.667 3.5L5.25 9.917 2.333 7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:14px 14px;box-shadow:0 2px 8px rgba(73,116,243,.3)}.packaging .show-all-packages .form-check-input:checked:hover{background-color:#3d5aa3;border-color:#3d5aa3;box-shadow:0 4px 12px rgba(73,116,243,.4)}.packaging .show-all-packages .form-check-input:focus{outline:none;box-shadow:0 0 0 3px rgba(73,116,243,.15)}.packaging .show-all-packages .form-check-input:disabled{opacity:.5;cursor:not-allowed;background-color:#f1f5f9;border-color:#e2e8f0}.packaging .show-all-packages .form-check-input:disabled:hover{box-shadow:none;transform:none}.packaging .show-all-packages .form-check-label{margin-bottom:0;padding-left:0;cursor:pointer;display:flex;align-items:center;font-size:.95rem;color:#2d3748;font-weight:600;letter-spacing:-.01em;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:color .2s ease}.packaging .show-all-packages .form-check-label:hover{color:#4974f3}.packaging .show-all-packages .form,.packaging .show-all-packages .form-group{margin-bottom:0}@media (max-width:767px){.packaging .show-all-packages{margin:1rem 0;padding:.875rem 1rem;border-radius:10px;box-shadow:0 1px 4px rgba(73,116,243,.06)}.packaging .show-all-packages:hover{transform:none;box-shadow:0 2px 6px rgba(73,116,243,.1)}.packaging .show-all-packages .form-check{grid-gap:.625rem;gap:.625rem}.packaging .show-all-packages .form-check-input{width:18px;height:18px}.packaging .show-all-packages .form-check-input:checked{background-size:12px 12px}.packaging .show-all-packages .form-check-label{font-size:.875rem;font-weight:500}}@media (min-width:768px) and (max-width:1024px){.packaging .show-all-packages{padding:.9375rem 1.125rem}}.packaging .table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);background:#fff;margin-bottom:1.5rem}.packaging .table-responsive-wrapper::-webkit-scrollbar{height:8px}.packaging .table-responsive-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.packaging .table-responsive-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.packaging .table-responsive-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.packaging .table-responsive-wrapper:after{content:"";position:absolute;top:0;right:0;width:30px;height:100%;background:linear-gradient(270deg,hsla(0,0%,100%,.8),transparent);pointer-events:none;opacity:0;transition:opacity .3s ease}@media (max-width:767px){.packaging .table-responsive-wrapper:after{opacity:1}}.packaging .table-responsive-wrapper.scrolled:after{opacity:0}.packaging .package-list{width:100%;min-width:900px;margin:0;border-collapse:collapse;background:#fff;table-layout:auto}@media (min-width:768px) and (max-width:1024px){.packaging .package-list{min-width:850px}}@media (min-width:576px) and (max-width:767px){.packaging .package-list{min-width:800px}}@media (max-width:575px){.packaging .package-list{min-width:750px}}@media (max-width:400px){.packaging .package-list{min-width:700px}}.packaging .package-list thead{background:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.packaging .package-list thead tr{border-bottom:2px solid #dee2e6}.packaging .package-list thead th{padding:1rem .75rem;font-weight:600;font-size:.9rem;color:#495057;text-align:left;white-space:nowrap;border:none;position:relative}.packaging .package-list thead th:first-child{width:80px}.packaging .package-list thead th:nth-child(2){width:150px;min-width:120px}.packaging .package-list thead th:nth-child(3){width:100px;min-width:80px}.packaging .package-list thead th:nth-child(4),.packaging .package-list thead th:nth-child(5){width:120px;min-width:100px}.packaging .package-list thead th:nth-child(6){width:200px;min-width:150px}.packaging .package-list thead th:nth-child(7){width:150px;min-width:120px}.packaging .package-list thead th:nth-child(8){width:100px;min-width:80px}@media (max-width:767px){.packaging .package-list thead th{padding:.75rem .5rem;font-size:.8rem}}.packaging .package-list tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease;cursor:pointer}.packaging .package-list tbody tr:hover{background-color:#f8f9fa}.packaging .package-list tbody tr:last-child{border-bottom:none}.packaging .package-list tbody td{padding:1rem .75rem;vertical-align:middle;border:none;font-size:.9rem}@media (min-width:768px) and (max-width:1024px){.packaging .package-list tbody td{padding:.875rem .625rem;font-size:.85rem}}@media (min-width:576px) and (max-width:767px){.packaging .package-list tbody td{padding:.75rem .5rem;font-size:.8rem}}@media (max-width:575px){.packaging .package-list tbody td{padding:.625rem .375rem;font-size:.75rem}}@media (max-width:400px){.packaging .package-list tbody td{padding:.5rem .25rem;font-size:.7rem}}.packaging .package-list tbody td:first-child{text-align:center}.packaging .package-list tbody td:first-child img{width:50px;height:50px;object-fit:cover;border-radius:6px;border:1px solid #e9ecef}@media (max-width:767px){.packaging .package-list tbody td:first-child img{width:40px;height:40px}}.packaging .package-list tbody td:nth-child(2){font-weight:600;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.packaging .package-list tbody td:nth-child(3) .label{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:4px;text-transform:capitalize}.packaging .package-list tbody td:nth-child(3) .label.label-retail{background-color:#e3f2fd;color:#1976d2}.packaging .package-list tbody td:nth-child(3) .label.label-industrial{background-color:#f3e5f5;color:#7b1fa2}.packaging .package-list tbody td:nth-child(3) .label.label-foodservice{background-color:#e8f5e8;color:#388e3c}.packaging .package-list tbody td:nth-child(4){text-align:center;color:#6c757d}.packaging .package-list tbody td:nth-child(5){color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.packaging .package-list tbody td:nth-child(6){color:#495057;line-height:1.4;max-width:200px;word-wrap:break-word;white-space:normal}.packaging .package-list tbody td:nth-child(7) .persona-suitability{width:100%}.packaging .package-list tbody td:nth-child(8){text-align:center}.packaging .package-list tbody td:nth-child(8) .action{display:inline-flex;align-items:center;grid-gap:.25rem;gap:.25rem;padding:.5rem .75rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#4974f3;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.packaging .package-list tbody td:nth-child(8) .action:hover{background:#e9ecef;border-color:#adb5bd;color:#3d5aa3}@media (max-width:767px){.packaging .package-list tbody td:nth-child(8) .action{padding:.375rem .5rem;font-size:.75rem}}@media (max-width:767px){.packaging .packaging-header .title-section h4{font-size:1.1rem}.packaging .table-responsive-wrapper{margin:0 -1rem;border-radius:0;box-shadow:none;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.packaging .package-list{min-width:700px}.packaging .package-list tbody td,.packaging .package-list thead th{font-size:.75rem;padding:.5rem .25rem}}@media (min-width:768px) and (max-width:1024px){.packaging .package-list{min-width:750px}.packaging .package-list tbody td,.packaging .package-list thead th{padding:.75rem .5rem;font-size:.85rem}}.packaging .alert{text-align:center;padding:2rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#6c757d}.packaging .alert a{color:#4974f3;text-decoration:none;font-weight:500}.packaging .alert a:hover{text-decoration:underline}.packaging .table-skeleton .skeleton-row{height:60px;border-bottom:1px solid #e9ecef}.pagination-container{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;align-items:center;margin-top:1.5rem}@media (min-width:768px){.pagination-container{flex-direction:row;justify-content:space-between}}.pagination-container .pagination-info{font-size:.9rem;color:#6c757d;text-align:center}@media (min-width:768px){.pagination-container .pagination-info{text-align:left}}.pagination-container .pagination-controls{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.pagination-container .pagination-controls .pagination-btn{padding:.5rem 1rem;border:1px solid #dee2e6;background:#fff;color:#495057;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.pagination-container .pagination-controls .pagination-btn:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}.pagination-container .pagination-controls .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-container .pagination-controls .pagination-btn.active{background:#4974f3;color:#fff;border-color:#4974f3}@media (max-width:767px){.pagination-container .pagination-controls .pagination-btn{padding:.375rem .75rem;font-size:.8rem}}.pagination-container .pagination-controls .pagination-pages{display:flex;grid-gap:.25rem;gap:.25rem}@media (max-width:767px){.pagination-container .pagination-controls .pagination-pages{grid-gap:.125rem;gap:.125rem}}.search-page{display:inline-flex;flex-direction:row;width:100%}.search-page .live-search-container{padding-top:20px 0;margin-left:0;min-width:100%;display:flex;flex-direction:row}.search-page .live-search-container .ingredient-results{width:33%}.search-page .live-search-container .ingredient-results .display-options{width:100%;margin:0 15px 15px}.search-page .live-search-container .ingredient-results .display-options svg{margin:0 5px 0 0;float:right}.search-page .live-search-container .ingredient-results .row{overflow-y:scroll}.search-page .live-search-container .ingredient-results .row.shared{max-height:50vh}.search-page .live-search-container .manufacturer-results.grid{display:flex;flex-direction:row;flex-wrap:wrap}.search-page .live-search-container .ingredient-results .row .manufacturer-results .search-card,.search-page .live-search-container .manufacturer-results .ingredient-results .row .search-card,.search-page .live-search-container .manufacturer-results .search-card{width:45%!important}.search-page .live-search-container .ingredient-results .row .search-card,.search-page .live-search-container .manufacturer-results .search-card,.search-page .live-search-container .search-card{margin:0 15px 15px;padding:6px;height:100px;width:45%}.search-page .live-search-container .ingredient-results .row .search-card .card-body,.search-page .live-search-container .manufacturer-results .search-card .card-body,.search-page .live-search-container .search-card .card-body{padding:6px 0;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center}.search-page .live-search-container .ingredient-results .row .search-card .card-body .result-name,.search-page .live-search-container .manufacturer-results .search-card .card-body .result-name,.search-page .live-search-container .search-card .card-body .result-name{display:inline;margin:0;padding:0;overflow-y:scroll;max-height:50px;max-width:150px}.search-page .live-search-container .ingredient-results .row .search-card .card-body img,.search-page .live-search-container .manufacturer-results .search-card .card-body img,.search-page .live-search-container .search-card .card-body img{height:50px;width:50px;border-radius:6px}.search-page .live-search-container .ingredient-results .row .search-card .card-body .add,.search-page .live-search-container .manufacturer-results .search-card .card-body .add,.search-page .live-search-container .search-card .card-body .add{margin:0 0 0 auto;background-color:#cedbe9;border-radius:50%;min-height:30px;min-width:30px;display:flex;justify-content:center;align-items:center;position:relative;top:0;transition:top .2s ease-in-out}.search-page .live-search-container .search-card .card-body .add:hover{box-shadow:0 1px 2px rgba(44,62,80,.32);top:-1px;background-color:#3f65f1}.search-page .live-search-container .search-card .card-body .add:hover svg{stroke:#fff}.search-page .live-search-container .ingredient-results .row .search-card .card-body .search-details,.search-page .live-search-container .manufacturer-results .search-card .card-body .search-details,.search-page .live-search-container .search-card .card-body .search-details{display:flex;width:100%;justify-content:space-between;align-items:center}.search-page .live-search-container .search-card .card-body .search-details .country{display:flex;align-items:center}.search-page .live-search-container .search-card .card-body .search-details .country .arrow-down{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:0;border-top:5px solid #2c3e50}.search-page .live-search-container .search-card .card-body .search-details .country-list{position:absolute;left:90%;margin-top:20px;background-color:#fff;z-index:15;border-radius:4px}.search-page .live-search-container .search-card .card-body .search-details .country-list ul{padding-left:5px;list-style:none}.search-page .live-search-container .portfolio-results{max-width:33%}.search-page .live-search-container .portfolio-results h3{text-align:start}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card,.search-page .live-search-container .portfolio-results .portfolio-products .card{min-height:300px;max-height:300px;width:100%;padding:12px}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .card-body,.search-page .live-search-container .portfolio-results .portfolio-products .card .card-body{overflow-y:scroll;padding-top:0}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .card-title,.search-page .live-search-container .portfolio-results .portfolio-products .card .card-title{display:flex;flex-direction:row;align-items:center}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .card-title h4,.search-page .live-search-container .portfolio-results .portfolio-products .card .card-title h4{padding-bottom:0;margin-bottom:0;margin-left:15px}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .card-title i:before,.search-page .live-search-container .portfolio-results .portfolio-products .card .card-title i:before{width:30px!important;color:#f4a850;font-size:20px}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .card-title span,.search-page .live-search-container .portfolio-results .portfolio-products .card .card-title span{margin-left:auto;margin-right:15px;align-self:flex-end}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table th,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table th{border:none;padding:5px 16px}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table td,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table td{vertical-align:middle;position:relative}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table td .result-tag,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table td .result-tag{position:absolute;border:1px solid #fff;border-radius:12px;background-color:#3f65f1;color:#fff;top:5px;left:5px;z-index:10;height:20px;width:20px;text-align:center;font-size:10px;display:flex;align-items:center;justify-content:center}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table td .result-tag.legend,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table td .result-tag.legend{position:relative;top:unset;left:unset;z-index:unset}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table tbody tr:hover,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table tbody tr:hover{background-color:rgba(225,236,243,.29);cursor:pointer}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table thead tr,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table thead tr{cursor:default}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table img,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table img{height:40px;width:40px;border-radius:6px}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table colgroup .persona-score,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table colgroup .persona-score{width:100px}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .portfolio-table.table colgroup col.img,.search-page .live-search-container .portfolio-results .portfolio-products .card .portfolio-table.table colgroup col.img{width:50px}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .card-footer,.search-page .live-search-container .portfolio-results .portfolio-products .card .card-footer{padding:5px 0 0;background-color:transparent}.search-page .live-search-container .portfolio-results .portfolio-ingredients .card .card-footer .result-tag,.search-page .live-search-container .portfolio-results .portfolio-products .card .card-footer .result-tag{position:relative;border:1px solid #fff;border-radius:12px;background-color:#3f65f1;color:#fff;height:20px;width:20px;text-align:center;font-size:10px;display:flex;align-items:center;justify-content:center}.search-page .live-search-container .search-history{justify-self:flex-end;max-height:400px;min-height:400px}.search-page .live-search-container .search-history .card{margin-right:0;margin-left:auto;padding:20px;border-radius:6px;width:300px}.search-result-list{margin:0 30px 0 15px;border-spacing:15px;border-collapse:separate;table-layout:fixed}.search-result-list.small-table{margin:0}.search-result-list colgroup .m,.search-result-list colgroup .n,.search-result-list colgroup .rec{width:150px}.search-result-list .add{margin:0 0 0 auto;background-color:#cedbe9;border-radius:50%;height:30px;width:30px;display:flex;justify-content:center;align-items:center;position:relative;top:0;transition:top .2s ease-in-out}.search-result-list .add:hover{box-shadow:0 1px 2px rgba(44,62,80,.32);top:-1px;background-color:#3f65f1}.search-result-list .add:hover svg{stroke:#fff}.search-result-list tr{margin:15px 0;border-radius:6px;width:100%;max-width:100%;border-collapse:collapse;cursor:pointer}.search-result-list tr td,.search-result-list tr th{vertical-align:middle;border:none}.search-result-list tr td .cost,.search-result-list tr th .cost{padding:3px 6px;border-radius:6px;background-color:#0ed7ac;font-size:12px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.38px;text-align:center;color:#fff;text-transform:capitalize;white-space:nowrap}.search-result-list tr td .cost *,.search-result-list tr th .cost *{display:inline-block}.search-result-list tr td.manufacturer,.search-result-list tr td.name{white-space:nowrap}.search-result-list tr.recommend{box-shadow:0 0 10px rgba(44,62,80,.15)}.search-result-list tr.recommend div{position:relative}.search-result-list tr.recommend div.left:after{content:"";height:50px;width:4px;background:#3f65f1;z-index:1;position:absolute;left:-16px;top:-5px;border-radius:0 6px 6px 0}.search-result-list tr.recommend div.right:after{top:-10px}.search-result-list tr.recommend div.right.packaging:after,.search-result-list tr.recommend div.right:after{content:"";height:50px;width:4px;background:#3f65f1;z-index:1;position:absolute;right:-16px;border-radius:6px 0 0 6px}.search-result-list tr.recommend div.right.packaging:after{top:-25px}.search-result-list tr.recommend td.top-pick{width:150px}.search-result-list tr.recommend td.top-pick span{background-color:#f0e9f5;padding:6px 12px;border-radius:6px;color:#7c4aa9;font-size:9pt;display:flex;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:relative;display:inline-block;border:.005rem solid rgba(125,74,169,.25)}.search-result-list tr.recommend td.top-pick span svg{margin-right:5px;fill:#7c4aa9}.search-result-list thead th{padding-top:0;width:100%;white-space:nowrap}.search-result-list thead tr{box-shadow:none}.advanced-search-filter-container{background-color:#e1ecf3;border-radius:6px;padding:12px;display:flex;align-items:center;color:#2c3e50;margin-right:15px;margin-top:25px}.advanced-search-filter-container .filters-title{justify-self:flex-start;margin-left:0;display:flex;align-items:center}.advanced-search-filter-container .filters-title svg{margin-right:10px}.advanced-search-filter-container .filters-title h6{margin-bottom:0;white-space:nowrap}.advanced-search-filter-container .advanced-search-filters{margin-left:15px;display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-around}.advanced-search-filter-container .advanced-search-filters .filter{margin-right:15px;display:flex;align-items:center}.advanced-search-filter-container .advanced-search-filters .filter h6{margin-right:10px;margin-bottom:0}.manufacturer-ingredients{margin-right:15px}.manufacturer-ingredients .manufacturer{min-height:75px;max-height:75px;display:flex;flex-direction:row;border-radius:6px;background-color:#fff;width:100%;padding:20px;margin:15px 0;align-items:center}.manufacturer-ingredients .manufacturer h5{margin-left:15px;margin-bottom:0}.manufacturer-ingredients .manufacturer .show{min-height:21px;margin-left:auto;margin-right:0;position:relative;bottom:0;transition:bottom .2s ease-in-out;padding:6px 12px;cursor:pointer;display:flex;align-items:center;border-radius:6px;opacity:1}.manufacturer-ingredients .manufacturer .show svg{margin-left:5px}.manufacturer-ingredients .manufacturer .show.inactive{border:1px solid #e1ecf3;color:#8fa1b3}.manufacturer-ingredients .manufacturer .show.active,.manufacturer-ingredients .manufacturer .show:hover{background-color:#3f65f1;border-color:#3f65f1;bottom:-1px;color:#fff}.dash-v2 .card{border-radius:6px;width:100%;margin-bottom:15px}.dash-v2 .row{margin:0}.dash-v2 .row:first-of-type{width:100%;display:flex;justify-content:space-between;padding-left:0}@media only screen and (max-width:1425px){.dash-v2 .row:first-of-type{justify-content:flex-start}}.dash-v2 .col-middle,.dash-v2 .col-side{padding:0}.dash-v2 .col-middle{max-width:655px;flex-grow:1;margin:0 15px}@media only screen and (min-width:1920px) and (max-width:1920px){.dash-v2 .col-middle{max-width:1100px}}.dash-v2 .col-side{min-width:275px;max-width:275px;min-height:800px;display:flex;flex-direction:column;justify-content:flex-start}.dash-v2 .col-side .row{justify-self:flex-start}.dash-v2 .col-side .card{height:250px}.dash-v2 .col-side .product-overview-card{height:100%}.dash-v2 .col-side .recent-card{height:550px}.card.notifications{height:100%;background-image:linear-gradient(180deg,#e1ecf3,#cedbe9);color:#2c3e50;min-height:220px;margin-bottom:0}.card.notifications.mini{min-height:unset;height:200px}.card.notifications .card-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px 18px}.card.notifications .card-body div{display:flex;align-items:center;width:100%;margin-top:15px}.card.notifications .card-body div h1{margin-right:20px}.card.notifications .card-body div a{margin-top:15px;margin-left:auto;color:#2c3e50;font-size:14px}.card.notifications .card-body .account-completion{display:flex;flex-direction:column;justify-self:flex-end;margin-top:auto}.card.notifications .card-body .account-completion .progress-bar{background-color:#0ed7ac!important;height:100%;margin-top:0}.card.notifications .card-body .account-completion p{font-size:14px;margin:0 auto 0 0}.bar-chart-card{height:250px}.bar-chart-card .card-body{padding:20px 0 0;overflow-y:hidden;overflow-x:hidden;border-radius:0 0 6px 6px}.bar-chart-card .charts{display:flex;flex-direction:row;height:100%}.bar-chart-card .charts .divider{border-left:2px solid rgba(225,236,243,.6);height:150px;align-self:center;margin-top:-30px}.bar-chart-card .charts .chart-container{display:flex;align-items:center;flex-direction:column;width:50%;text-align:center}.bar-chart-card .charts .chart-container h4{margin-bottom:15px}.bar-chart-card .charts .chart-container .btn-half{position:relative;color:#2c3e50;padding:6px 12px;border-radius:6px;background-color:#e1ecf3;border:1px solid #e1ecf3;cursor:pointer;top:0;transition:all .2s ease-in-out;width:100%}.bar-chart-card .charts .chart-container .btn-half:hover{top:1px;background-color:#e1ecf3}.bar-chart-card .charts .chart-container .bar-chart-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.bar-chart-card .charts .chart-container .bar-chart-wrapper canvas{max-width:100%!important;height:auto!important}.bar-chart-card .charts .chart-container .view{width:100%;background-color:#e1ecf3;padding:6px;margin-bottom:0;margin-top:auto;align-self:flex-end;position:relative;top:0;transition:all .2s ease-in-out;color:#fff;cursor:pointer}.bar-chart-card .charts .chart-container .view.products{border-radius:0 0 0 6px;background-color:#3f65f1;opacity:.75}.bar-chart-card .charts .chart-container .view.ingredients{border-radius:0 0 6px 0;background-color:#f4a850;opacity:.75}.bar-chart-card .charts .chart-container .view:hover{top:1px;opacity:1}@media (max-width:768px){.bar-chart-card{height:200px}.bar-chart-card .charts .chart-container h4{font-size:14px;margin-bottom:10px}.bar-chart-card .charts .chart-container .bar-chart-wrapper{height:80px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.bar-chart-card .charts .chart-container .bar-chart-wrapper canvas{min-width:300px}.bar-chart-card .charts .divider{height:100px}}@media (max-width:576px){.bar-chart-card{height:180px}.bar-chart-card .card-body{padding:15px 0 0}.bar-chart-card .charts .chart-container h4{font-size:12px;margin-bottom:8px}.bar-chart-card .charts .chart-container .bar-chart-wrapper{height:60px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.bar-chart-card .charts .chart-container .bar-chart-wrapper canvas{min-width:280px}.bar-chart-card .charts .divider{height:80px}}@media (max-width:480px){.bar-chart-card{height:160px}.bar-chart-card .charts .chart-container h4{font-size:11px;margin-bottom:5px}.bar-chart-card .charts .chart-container .bar-chart-wrapper{height:50px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.bar-chart-card .charts .chart-container .bar-chart-wrapper canvas{min-width:250px}.bar-chart-card .charts .divider{height:60px}}.product-overview-card{max-height:525px;align-self:flex-start;overflow-y:hidden;overflow-x:hidden;cursor:default}.product-overview-card .card-body{display:flex;flex-direction:column;align-items:center}.product-overview-card .card-body .chart-wrapper{margin-top:20px;height:200px;width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-overview-card .card-body .chart-wrapper canvas{position:relative;z-index:1;height:200px!important;width:100%!important;max-width:100%}.product-overview-card .card-body .comparison-card{top:300px;position:absolute;width:100%}.product-overview-card .card-body .comparison-card .comparison{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.product-overview-card .card-body .comparison-card .comparison .stats{padding:6px 12px;margin-top:15px;height:80px;width:80%;border-radius:6px}.product-overview-card .card-body .comparison-card .comparison .stats div{display:flex;flex-direction:row;justify-content:space-between}.product-overview-card .card-body .comparison-card .comparison .stats.company{color:#fff;background-image:linear-gradient(#7593ff,#5e7ef5)}.product-overview-card .card-body .comparison-card .comparison .stats.jf-users{background-image:linear-gradient(180deg,#e1ecf3,#cedbe9)}.product-overview-card .card-body .comparison-card .comparison .percentage{margin-top:10px;width:80%;height:35px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#2c3e50}.product-overview-card .card-body .comparison-card .comparison .count{display:flex;justify-content:space-evenly;width:80%}.product-overview-card .card-body .comparison-card .comparison .count span{display:flex;align-items:center;font-size:12pt;border-radius:6px}.product-overview-card .card-body .comparison-card .comparison .count span span{margin-right:10px;padding:6px;color:#fff}.product-overview-card .card-body .comparison-card .comparison .count span span.icon-concept{background-color:#7593ff}.product-overview-card .card-body .comparison-card .comparison .count span span.icon-active{background-color:#0ed7ac}.product-overview-card .card-body .view{z-index:15;cursor:pointer;margin-top:auto;position:absolute;bottom:0;padding:6px 12px;height:35px;background-color:#0ed7ac;width:100%;display:flex;justify-content:center;align-items:center;opacity:.75;transition:all .2s ease-in-out;color:#fff}.product-overview-card .card-body .view svg{margin-left:5px}.product-overview-card .card-body .view:hover{opacity:1;bottom:-1px}@media (max-width:768px){.product-overview-card{max-height:400px}.product-overview-card .card-body .chart-wrapper{height:150px;margin-top:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.product-overview-card .card-body .chart-wrapper canvas{height:150px!important;min-width:300px}}@media (max-width:576px){.product-overview-card{max-height:350px}.product-overview-card .card-body .chart-wrapper{height:120px;margin-top:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.product-overview-card .card-body .chart-wrapper canvas{height:120px!important;min-width:280px}}@media (max-width:480px){.product-overview-card{max-height:300px}.product-overview-card .card-body .chart-wrapper{height:100px;margin-top:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.product-overview-card .card-body .chart-wrapper canvas{height:100px!important;min-width:250px}}.recent-card{max-width:100%;height:100%;box-shadow:none}@media only screen and (min-width:1224px) and (max-width:1440px){.recent-card{max-width:625px}}.recent-card .card-body{padding:0}.recent-card .card-body .recent-grid{display:flex;flex-direction:column;align-items:center}.recent-card .card-body .recent-grid .row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:unset;width:100%}.recent-card .card-body .recent-grid .row .recent-card{margin-right:30px;margin-top:0!important;padding:12px;border-radius:6px;position:relative}.recent-card .card-body .recent-grid .row .recent-card .tag{position:absolute;z-index:1;right:-2px;top:-2px;color:#fff;stroke:#fff;border-radius:50%;height:30px;width:30px;padding:6px;display:flex;align-items:center;justify-content:center}.recent-card .card-body .recent-grid .row .recent-card .tag.product{background-color:#3f65f1}.recent-card .card-body .recent-grid .row .recent-card .tag.ingredient{background-color:#f4a850}.recent-card .card-body .recent-grid .row .recent-card img{height:100px;width:100px;border-radius:6px;position:relative;top:0;transition:all .2s ease-in-out;cursor:pointer}.recent-card .card-body .recent-grid .row .recent-card img:hover{top:-2px}.recent-card .card-body .recent-grid .row .recent-card h5{padding:10px 0;margin-bottom:0}.dashboard-personas{overflow-y:hidden;display:flex;flex-direction:column;height:150px!important}.dashboard-personas .card-body{height:100%;padding:20px 0}.dashboard-personas header{padding:10px 20px;display:flex;flex-direction:row;align-items:center}.dashboard-personas header svg{margin-right:15px;color:#d2bce6}.dashboard-personas header h4{display:flex;align-items:center}.dashboard-personas .actions{margin-top:auto;display:flex;flex-direction:row;justify-content:space-between;width:100%;position:absolute;bottom:0}.dashboard-personas .actions .view{opacity:.75;padding:6px;width:50%;text-align:center;position:relative;top:0;transition:all .2s ease-in-out;cursor:pointer}.dashboard-personas .actions .view.preferences{background-color:#e1ecf3}.dashboard-personas .actions .view.packaging{background-color:#d2bce6;color:#fff}.dashboard-personas .actions .view:hover{opacity:1;top:1px}.dashboard-packaging{overflow-y:hidden;display:flex;flex-direction:column;height:150px!important}.dashboard-packaging .card-body{height:100%;padding:20px 0}.dashboard-packaging header{padding:10px 20px;display:flex;flex-direction:row;align-items:center}.dashboard-packaging header h3.ghost{width:100%;height:28px;border-radius:6px}.dashboard-packaging header i{margin-right:15px;font-size:24pt;color:#7593ff}.dashboard-packaging header h4{display:flex;align-items:center}.dashboard-packaging .actions{margin-top:auto;display:flex;flex-direction:row;justify-content:space-between;width:100%;position:absolute;bottom:0}.dashboard-packaging .actions .view{opacity:.75;padding:6px;width:50%;text-align:center;position:relative;top:0;transition:all .2s ease-in-out;cursor:pointer}.dashboard-packaging .actions .view.preferences{background-color:#e1ecf3}.dashboard-packaging .actions .view.packaging{background-color:#3f65f1;color:#fff}.dashboard-packaging .actions .view:hover{opacity:1;top:1px}.dashboard-packaging .mini-table-wrap{margin:15px 0;max-height:180px;overflow-y:scroll;width:100%}.dashboard-packaging .mini-table-wrap table{height:100%;cursor:pointer}.dashboard-packaging .mini-table-wrap table tbody{display:block;overflow-y:auto}.dashboard-packaging .mini-table-wrap table tbody td{padding-left:0;border:none;position:relative;left:0}.dashboard-packaging .mini-table-wrap table tbody tr:hover td{left:2px;background-color:rgba(225,236,243,.38)}.portfolio-score.card,.portfolio-score .card-body{box-shadow:none;display:flex;flex-direction:column;padding-bottom:0}.portfolio-score .card-body h4,.portfolio-score.card h4{align-self:center}.portfolio-score .card-body .score,.portfolio-score.card .score{align-self:center;display:flex;flex-direction:row;align-items:center}.portfolio-score .card-body .score h1,.portfolio-score.card .score h1{margin-bottom:0;font-size:72px}.portfolio-score .card-body .score-graph .graph,.portfolio-score.card .score-graph .graph{height:115px;display:flex;flex-direction:row;align-items:flex-end;justify-content:center}.portfolio-score .card-body .score-graph .graph .bar,.portfolio-score.card .score-graph .graph .bar{width:20px;height:0;display:flex;flex-direction:column;justify-content:flex-end;transition:height .15s linear}.portfolio-score .card-body .score-graph .graph .bar img,.portfolio-score .card-body .score-graph .graph .bar svg,.portfolio-score.card .score-graph .graph .bar img,.portfolio-score.card .score-graph .graph .bar svg{display:none}.portfolio-score .card-body .score-graph .graph .bar.load,.portfolio-score.card .score-graph .graph .bar.load{height:100%}.portfolio-score .card-body .score-graph .graph .bar.load div,.portfolio-score.card .score-graph .graph .bar.load div{border-radius:6px}.portfolio-score .card-body .score-graph .graph .bar.load img,.portfolio-score .card-body .score-graph .graph .bar.load svg,.portfolio-score.card .score-graph .graph .bar.load img,.portfolio-score.card .score-graph .graph .bar.load svg{display:inline;width:20px!important;max-height:20px!important;margin-bottom:10px;align-self:center}.dashboard-cost-chart .cost-header{margin-bottom:15px;display:flex;flex-direction:row;align-items:center;text-align:center}.dashboard-cost-chart .cost-header h4{margin:0}.dashboard-cost-chart .cost-header .legend{display:flex;flex-direction:row;align-items:center;justify-self:flex-end;margin-left:auto;text-align:center}.dashboard-cost-chart .cost-header .legend div{margin-right:10px}.dashboard-cost-chart .cost-header .legend span{margin-right:20px}.card.recommendations{min-height:276px;overflow-y:hidden}.card.recommendations .card-body .rec-container{margin:15px 0 0}.card.recommendations .card-body .rec-container .rec{margin:15px 0;padding:6px 12px;display:flex;flex-direction:row;align-items:center;position:relative;top:0;transition:all .2s ease-in-out;border-radius:6px;cursor:pointer}.card.recommendations .card-body .rec-container .rec span{display:flex;align-items:center;flex-direction:column;width:100px;position:relative}.card.recommendations .card-body .rec-container .rec span p{margin-bottom:0}.card.recommendations .card-body .rec-container .rec span img{height:50px;width:50px;border-radius:6px}.card.recommendations .card-body .rec-container .rec span .rec-tag{position:absolute;z-index:1;display:flex;flex-direction:row;align-items:center;background-color:#fff;color:#0ed7ac;border-radius:6px;padding:0 6px;top:-15px;right:0;margin:0 auto}.card.recommendations .card-body .rec-container .rec span .rec-tag img{margin:3px 0}.card.recommendations .card-body .rec-container .rec span .rec-tag img,.card.recommendations .card-body .rec-container .rec span .rec-tag svg{height:15px;width:15px;position:static}.card.recommendations .card-body .rec-container .rec svg{margin-top:-15px!important;justify-self:center}.card.recommendations .card-body .view{z-index:15;cursor:pointer;margin-top:auto;position:absolute;bottom:0;left:0;padding:6px 12px;height:35px;background-color:#7c4aa9;width:100%;display:flex;justify-content:center;align-items:center;opacity:.75;transition:all .2s ease-in-out;color:#fff}.card.recommendations .card-body .view svg{margin-left:5px}.card.recommendations .card-body .view:hover{opacity:1;bottom:-1px}.notification-icon{background:linear-gradient(48.16deg,rgba(255,89,89,.75) -1.51%,rgba(255,150,28,.75) 50.45%,rgba(255,188,16,.75) 109.38%);box-shadow:0 0 20px 0 rgba(4,25,40,.05)}.dashboard-wrapper{font-family:"Euclid Circular A"}.dashboard-wrapper .card{margin-bottom:0}.dashboard-wrapper c .welcome-wrapper{padding-top:20px;padding-bottom:40px}.dashboard-wrapper c .welcome-wrapper h2{color:#041928;font-size:24;font-weight:700;-webkit-user-select:none;-ms-user-select:none;user-select:none}.dashboard-wrapper c .welcome-wrapper h2 b{text-decoration:underline;color:#ef5050;cursor:pointer}.dashboard-wrapper .bottom-image{height:30px}.dashboard-wrapper .bottom-image img{height:100%;width:100%}.dashboard-wrapper .margin-top{margin-top:30px}.dashboard-wrapper .split-text{margin:0!important}.dashboard-wrapper .ingredient-section__content .concept-products-list{padding:0}.dashboard-wrapper .ingredient-section__content .ingredient-item{display:inline-block;position:relative;margin:10px 20px 10px 0;width:370px;padding:12px 8px}.dashboard-wrapper .products-section__content .concept-products-list{padding:0}.dashboard-wrapper .products-section__content .product-item{width:370px;display:inline-block;position:relative;margin:10px 15px}.dashboard-wrapper .products-section__content .ingredient-item{display:inline-block;position:relative;margin:10px 20px 10px 0;width:370px;padding:12px 8px}.dashboard-wrapper .wrapper{display:flex;flex-wrap:wrap;grid-gap:30px;gap:30px}.dashboard-wrapper .wrapper-grid{flex-wrap:wrap;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-column-gap:16px;grid-row-gap:16px}.dashboard-wrapper .auto-grid{display:none;width:100%}.dashboard-wrapper .desktop-grid{display:none}@media (min-width:992px){.dashboard-wrapper .desktop-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;min-height:200px}}@media (min-width:1200px){.dashboard-wrapper .desktop-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}}@media (min-width:1400px){.dashboard-wrapper .desktop-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}}.dashboard-wrapper .card-scroll-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;padding:0 60px;margin:20px 0;background:#fff;height:340px;max-height:340px;scrollbar-width:thin;scrollbar-color:#ccc transparent;position:relative}.dashboard-wrapper .card-scroll-wrapper::-webkit-scrollbar{height:8px}.dashboard-wrapper .card-scroll-wrapper::-webkit-scrollbar-track{background:transparent}.dashboard-wrapper .card-scroll-wrapper::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.dashboard-wrapper .card-scroll-wrapper::-webkit-scrollbar-thumb:hover{background-color:#999}.dashboard-wrapper .card-scroll-wrapper .product-card{display:inline-block;width:280px;height:320px;margin-right:16px;vertical-align:top;flex-shrink:0;white-space:normal}@media (max-width:767px){.dashboard-wrapper .card-scroll-wrapper{padding:0 50px;margin:15px 0;height:300px;max-height:300px}.dashboard-wrapper .card-scroll-wrapper .product-card{width:260px;height:300px;margin-right:12px}}@media (min-width:768px) and (max-width:1024px){.dashboard-wrapper .card-scroll-wrapper{padding:0 55px;margin:18px 0;height:320px;max-height:320px}.dashboard-wrapper .card-scroll-wrapper .product-card{width:270px;height:310px;margin-right:14px}}@media (min-width:1025px){.dashboard-wrapper .card-scroll-wrapper{padding:0 70px;margin:25px 0}}.dashboard-wrapper .wrapper__options-big{display:flex;flex:2 1;grid-gap:30px;gap:30px}.dashboard-wrapper .wrapper__options-big .reset_padding_left{padding-left:0}.dashboard-wrapper .wrapper__options{cursor:default;cursor:pointer}.dashboard-wrapper .portfolio__options,.dashboard-wrapper .wrapper__options{background:rgba(249,249,250,.5);box-shadow:0 0 20px rgba(4,25,40,.25);border-radius:12px;position:relative;flex:1 1;overflow:hidden}.dashboard-wrapper .portfolio__options{cursor:default}.dashboard-wrapper .wrapper__container{padding-left:60px;display:flex;flex-direction:column;flex:1 1;justify-content:space-between}.dashboard-wrapper .empty__container{display:flex;justify-content:center;align-items:center;flex:1 1}.dashboard-wrapper .empty__container .options__heading{padding:0}.dashboard-wrapper .options__heading{font-size:20px;font-weight:700;line-height:27px;color:#041928;padding-top:40px}.dashboard-wrapper .options__content,.dashboard-wrapper .portfolio__content{font-size:14px;line-height:17px;color:#041928;padding-top:20px;min-height:65px}.dashboard-wrapper .portfolio__content{display:flex;justify-content:space-between;padding-right:40px}.dashboard-wrapper .options__footer{padding-top:35px;padding-bottom:35px}.dashboard-wrapper .options__link{font-weight:700;font-size:16px;line-height:19px;color:#395efa;cursor:pointer}.dashboard-wrapper .option__img{height:100px;width:100px;position:absolute;right:100px;bottom:0}.dashboard-wrapper .option__img img{width:100%}.dashboard-wrapper .card_image{position:absolute;height:130px;overflow:hidden;margin-right:30px;display:flex;align-items:center;justify-content:center;bottom:15px;right:0}.dashboard-wrapper .card_image .dynamic_image{width:100%}.dashboard-wrapper .card_image img{width:130px}.dashboard-wrapper .nav-tabs{padding-top:10px;display:flex;justify-content:flex-end;border-bottom:0}.dashboard-wrapper .tab-content{flex:1 1}.dashboard-wrapper .nav-link{padding:0!important;cursor:pointer}.dashboard-wrapper .nav-link:hover{border-color:rgba(249,249,250,.5)!important}.dashboard-wrapper .options--body__footer{padding-top:50px;padding-bottom:35px}.dashboard-wrapper .nav-item{font-weight:600;font-size:14px;line-height:17px;color:grey;padding-right:25px}.dashboard-wrapper .nav-active-item{color:#53ce7c!important;border-bottom:2px solid #53ce7c!important}.dashboard-wrapper .options-body{display:flex;flex-direction:column;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.dashboard-wrapper .options_content{display:flex;align-items:center}.dashboard-wrapper .options-body__heading{font-weight:700;font-size:20px;line-height:27px;color:#041928;padding:8px 0 0}.dashboard-wrapper .options-body__paragraph{font-size:14px;line-height:17px;color:#041928;padding:0 0 35px;display:flex}.dashboard-wrapper .options-body__content{flex:1 1;padding-left:40px}.dashboard-wrapper .left-arrow{padding:20px 10px 20px 20px;cursor:pointer}.dashboard-wrapper .right-arrow{padding:20px 20px 20px 10px;cursor:pointer}.dashboard-wrapper .options__navigation{padding-top:15px}.dashboard-wrapper .recommendation-section{background-color:"white"}.dashboard-wrapper .recommendation-section .wrapper__card{cursor:pointer}.dashboard-wrapper .recommendation-section .card__content{background:#fff;display:flex;flex-direction:column;align-items:center;padding:12px 16px;height:100px;justify-content:space-between;border-top:1px solid #e9ecef;text-align:center}.dashboard-wrapper .recommendation-section__comment{display:flex;padding-top:57px;text-align:center}.dashboard-wrapper .comment__content{padding-right:30px;font-weight:700;font-size:20px;line-height:27px;color:#041928}.dashboard-wrapper .comment__link{cursor:pointer;font-weight:700;font-size:18px;color:#395efa;-webkit-user-select:none;-ms-user-select:none;user-select:none}.dashboard-wrapper .content{padding-top:30px;padding-bottom:27px}.dashboard-wrapper .content-wrapper{padding-bottom:26px}.dashboard-wrapper .wrapper__card{height:270px;width:295px;box-shadow:0 0 20px rgba(4,25,40,.25);border-radius:12px;overflow:hidden}@media (max-width:768px){.dashboard-wrapper .wrapper__card{width:280px;height:250px}}@media (max-width:480px){.dashboard-wrapper .wrapper__card{width:260px;height:230px}}.dashboard-wrapper .ing_border{border-bottom:4px solid #ffbc10}.dashboard-wrapper .pckg_border{border-bottom:4px solid #395efa}.dashboard-wrapper .supp_border{border-bottom:4px solid #53ce7c}.dashboard-wrapper .bookmark_icon{position:absolute;left:20.83%;right:20.83%;top:12.5%;bottom:12.5%;width:13.17px;height:19.16px;border:2px solid #17c9dc}.dashboard-wrapper .content__items{display:flex;justify-content:space-between;align-items:center;padding:7px 24px 0 17px}.dashboard-wrapper .content__footer{display:flex;justify-content:center;align-items:center;margin-top:4px;text-align:center;grid-gap:8px;gap:8px}.dashboard-wrapper .content__heading{font-weight:600;font-size:16px;line-height:20px;color:#041928!important;flex-direction:column;justify-content:center;display:flex;margin-bottom:4px;text-align:center}.dashboard-wrapper .content__heading .product__name{white-space:nowrap;text-overflow:ellipsis;flex:1 1;max-width:100%;overflow:hidden;display:block;color:#041928!important;font-weight:600}.dashboard-wrapper .content__heading .brand__name{color:grey}.dashboard-wrapper .content__heading .status__bar{font-size:14px;font-weight:400;color:grey}.dashboard-wrapper .content__heading .supplier__name{color:grey!important}@media (max-width:768px){.dashboard-wrapper .content__heading{font-size:15px;line-height:18px}.dashboard-wrapper .content__heading .status__bar{font-size:13px}}@media (max-width:480px){.dashboard-wrapper .content__heading{font-size:14px;line-height:16px}.dashboard-wrapper .content__heading .status__bar{font-size:12px}}.dashboard-wrapper .star__svg{padding-right:19px}.dashboard-wrapper .card__svgs{display:flex}.dashboard-wrapper .card__img{height:170px;display:flex;background-size:cover}.dashboard-wrapper .card__img img{width:100%;margin:0!important}@media (max-width:768px){.dashboard-wrapper .card__img{height:150px}}@media (max-width:480px){.dashboard-wrapper .card__img{height:130px}}.dashboard-wrapper .card__comment{font-weight:500;font-size:14px;line-height:18px;color:#6c757d;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media (max-width:768px){.dashboard-wrapper .card__comment{font-size:13px;line-height:16px}}@media (max-width:480px){.dashboard-wrapper .card__comment{font-size:12px;line-height:14px}}.dashboard-wrapper .products-section .wrapper__card{border:0;cursor:pointer}.dashboard-wrapper .products-section .card__content{background:#fff;display:flex;flex-direction:column;justify-content:space-between;height:103px;padding:12px 16px;border-top:1px solid #e9ecef;text-align:center}@media (max-width:768px){.dashboard-wrapper .products-section .card__content{height:100px;padding:10px 12px}}@media (max-width:480px){.dashboard-wrapper .products-section .card__content{height:100px;padding:8px 10px}}.dashboard-wrapper .products-section__comment{display:flex;padding-top:40px}.dashboard-wrapper .products-section .content__items{padding-top:7px}.dashboard-wrapper .buttons{margin-top:40px;font-weight:700;font-size:18px;line-height:25px}.dashboard-wrapper .button-primary{margin-right:30px;background:#395efa;color:#f9f9fa}.dashboard-wrapper .button-active{background:#395efa;color:#f9f9fa}.dashboard-wrapper .button-style{font-weight:700;font-size:18px;line-height:25px}.dashboard-wrapper .products__actions .header-svgs{display:flex;justify-content:space-between}.dashboard-wrapper .products__actions .svg--back{padding:25px 0 0 24px;cursor:pointer}.dashboard-wrapper .products__actions .svg--cancel{padding:31px 38px 0 0;cursor:pointer}.dashboard-wrapper .products__actions .section{display:flex;flex-direction:column;align-items:center;padding-top:115px}.dashboard-wrapper .products__actions .section__content{text-align:center}.dashboard-wrapper .products__actions .content__heading{font-weight:700;font-size:36px;line-height:49px;color:#000;padding-bottom:38px}.dashboard-wrapper .products__actions .section__option{display:flex;padding-top:61px;grid-gap:47px;gap:47px}.dashboard-wrapper .products__actions .content__paragraph{font-weight:500;font-size:24px;line-height:29px;color:#000}.dashboard-wrapper .products__actions .option__svg{background:#fff;box-sizing:border-box;border-radius:12px;width:150px;height:150px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);cursor:pointer}.dashboard-wrapper .products__actions .svg-dashed{border:1px dashed rgba(4,25,40,.25)}.dashboard-wrapper .products__actions .svg__content{display:flex}.dashboard-wrapper .products__actions .action__items{text-align:center;justify-content:center;padding-top:23px}.dashboard-wrapper .products__actions .items__heading{font-weight:700;font-size:14px;line-height:18px;color:#000}.dashboard-wrapper .products__actions .items__name{font-size:14px;line-height:18px;color:#000}.products__actions .header-svgs{display:flex;justify-content:space-between}.products__actions .svg--back{padding:25px 0 0 24px;cursor:pointer}.products__actions .svg--cancel{padding:31px 38px 0 0;cursor:pointer}.products__actions .section{display:flex;flex-direction:column;align-items:center;padding-top:115px}.products__actions .section__content{text-align:center}.products__actions .content__heading{font-weight:700;font-size:36px;line-height:49px;color:#000;padding-bottom:38px;flex:1 1}.products__actions .section__option{display:flex;padding-top:61px;grid-gap:47px;gap:47px}.products__actions .content__paragraph{font-weight:500;font-size:24px;line-height:29px;color:#000}.products__actions .option__svg{background:#fff;box-sizing:border-box;border-radius:12px;width:150px;height:150px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);cursor:pointer}.products__actions .svg-dashed{border:1px dashed rgba(4,25,40,.25)}.products__actions .svg__content{display:flex}.products__actions .action__items{text-align:center;justify-content:center;padding-top:23px}.products__actions .items__heading{font-weight:700}.products__actions .items__heading,.products__actions .items__name{font-size:14px;line-height:18px;color:#000}.subscribe{position:absolute;top:0;width:100%;height:100vh}.subscribe .subscription-options{align-self:center;margin-top:75px;background-color:transparent;box-shadow:none}.subscribe .subscription-options .card-body{display:flex;flex-direction:column}.subscribe .subscription-options .card-body h3{align-self:center;background-color:#fff;text-align:center;padding:12px;border-radius:6px;box-shadow:0 5px 10px rgba(44,62,80,.51)}.subscribe .subscription-options .card-body .row{justify-content:space-evenly;align-items:center}.subscribe .subscription-options .card-body .row .option{background-color:#fff;position:relative;display:flex;flex-direction:column;margin:15px;padding:12px;border-radius:12px;width:200px;max-width:250px;height:375px;align-items:center;justify-content:flex-start}.subscribe .subscription-options .card-body .row .option ul:first-of-type{list-style:none;line-height:30px;padding-left:20px;margin-bottom:34px;margin-top:35px}.subscribe .subscription-options .card-body .row .option ul:first-of-type li svg{margin-right:10px;color:#0ed7ac}.subscribe .subscription-options .card-body .row .option ul:first-of-type ul{padding-left:50px;list-style-type:disc;margin:0}.subscribe .subscription-options .card-body .row .option .info{display:flex;align-items:center;justify-content:center;justify-self:center;padding:6px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:10pt;border-radius:12px;cursor:pointer;position:relative;top:0;transition:all .2s ease-in-out}.subscribe .subscription-options .card-body .row .option .info svg{margin-right:10px}.subscribe .subscription-options .card-body .row .option .info:hover{top:-2px;background-color:#e1ecf3;padding:6px 12px}.subscribe .subscription-options .card-body .row .option p{text-align:center;font-size:12pt;margin-top:15px}.subscribe .subscription-options .card-body .row .option h4{margin-top:40px}.subscribe .subscription-options .card-body .row .option img{height:100px;width:100px;position:absolute;top:-50px}.reports table tr td.actions .subscribe .subscription-options .card-body .row .option span,.subscribe .subscription-options .card-body .row .option .btn,.subscribe .subscription-options .card-body .row .option .reports table tr td.actions span,.subscribe .subscription-options .card-body .row .option a{bottom:0;margin-bottom:15px;margin-top:auto;align-self:center}.subscribe .subscription-options .card-body .row .option hr{max-width:90%}.subscribe .subscription-options .notice{margin-top:20px;border-radius:12px;width:50%;align-self:center;background-color:#fff;padding:12px;text-align:center}.subscribe .subscription-options .notice a{color:#3f65f1;cursor:pointer}.subscribe .log-out{background-color:#cedbe9;padding:6px 12px;border-radius:6px;opacity:1;position:absolute;right:0;top:0;margin:15px 15px 0 0;transition:all .2s ease-in-out;display:flex;align-items:center;cursor:pointer}.subscribe .log-out svg{margin-left:10px}.subscribe .log-out:hover{color:#fff;background-color:#3f65f1;top:1px}.coming-soon{position:absolute;height:100%;width:100%;background-color:hsla(0,0%,100%,.479);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;display:flex;align-items:center;justify-content:center;border-radius:6px}.coming-soon p{z-index:101;background-color:#e1ecf3;border-radius:12px;padding:6px 12px;font-size:12pt}.supplier-dashboard-wrapper,.supplier-list,.supplier-main-content{width:100%;overflow-x:visible}.supplier-table-wrapper{width:calc(100% - 48px);overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);background:#fff;border:1px solid #e5e7eb;margin:24px;position:relative;z-index:1;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.supplier-table-wrapper::-webkit-scrollbar{height:8px}.supplier-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.supplier-table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.supplier-table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.supplier-table{background:#fff;border-radius:8px;overflow:hidden;margin:0}.supplier-table,.supplier-table table{min-width:1400px;width:1400px;display:table;table-layout:fixed}.supplier-table table{border-collapse:collapse}.supplier-table table td,.supplier-table table th{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-table table th{background:#f9fafb;font-size:14px;font-weight:600;color:#374151;position:-webkit-sticky;position:sticky;top:0;z-index:2}.supplier-table table td{font-size:14px;color:#111827;vertical-align:middle}.supplier-table table td:first-child,.supplier-table table th:first-child{min-width:320px;width:320px}.supplier-table table td:nth-child(2),.supplier-table table th:nth-child(2){min-width:220px;width:220px}.supplier-table table td:nth-child(3),.supplier-table table th:nth-child(3){min-width:280px;width:280px}.supplier-table table td:nth-child(4),.supplier-table table td:nth-child(5),.supplier-table table th:nth-child(4),.supplier-table table th:nth-child(5){min-width:120px;width:120px}.supplier-table table td:nth-child(6),.supplier-table table th:nth-child(6){min-width:240px;width:240px}.supplier-info{display:flex;align-items:center;grid-gap:12px;gap:12px}.supplier-info .avatar{flex-shrink:0}.supplier-info .avatar .avatar-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.supplier-info>div{min-width:0;flex:1 1}.supplier-font-medium{font-weight:500;font-size:14px;color:#111827;margin-bottom:4px}.supplier-text-sm{font-size:12px;color:#6b7280}.supplier-location{display:flex;align-items:center;grid-gap:4px;gap:4px;font-size:14px;color:#6b7280}.supplier-tags{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px}.supplier-tag{display:inline-flex;justify-content:center;align-items:center;padding:4px 8px;border-radius:6px;font-size:12px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#c7d2fe;color:#1d4ed8}.supplier-tag-more{background-color:#f3f3f3;color:#555}.supplier-actions{display:flex;grid-gap:8px;gap:8px}.supplier-connect-btn{background:#f2f4f7;border:1px solid #d1d5db;padding:6px 12px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s ease}.supplier-connect-btn:hover{background:#e5e7eb;border-color:#9ca3af}.supplier-status-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block}.supplier-status-approved{background-color:#d1fae5;color:#065f46}.supplier-status-pending{background-color:#fef3c7;color:#92400e}.supplier-status-rejected{background-color:#fee2e2;color:#991b1b}@media (max-width:1200px){.supplier-table-wrapper{margin:16px}.supplier-table,.supplier-table table{min-width:1400px}.supplier-table table td,.supplier-table table th{padding:10px 12px;font-size:13px}.supplier-table table td:first-child,.supplier-table table th:first-child{min-width:250px;width:250px}.supplier-table table td:nth-child(2),.supplier-table table th:nth-child(2){min-width:180px;width:180px}.supplier-table table td:nth-child(3),.supplier-table table th:nth-child(3){min-width:200px;width:200px}.supplier-table table td:nth-child(4),.supplier-table table td:nth-child(5),.supplier-table table th:nth-child(4),.supplier-table table th:nth-child(5){min-width:120px;width:120px}.supplier-table table td:nth-child(6),.supplier-table table th:nth-child(6){min-width:180px;width:180px}}@media (max-width:768px){.supplier-table-wrapper{margin:12px;border-radius:6px}.supplier-table-wrapper::-webkit-scrollbar{height:6px}.supplier-table,.supplier-table table{min-width:1400px}.supplier-table table td,.supplier-table table th{padding:8px 10px;font-size:12px}.supplier-table table td:first-child,.supplier-table table th:first-child{min-width:220px;width:220px}.supplier-table table td:nth-child(2),.supplier-table table th:nth-child(2){min-width:160px;width:160px}.supplier-table table td:nth-child(3),.supplier-table table th:nth-child(3){min-width:180px;width:180px}.supplier-table table td:nth-child(4),.supplier-table table td:nth-child(5),.supplier-table table th:nth-child(4),.supplier-table table th:nth-child(5){min-width:100px;width:100px}.supplier-table table td:nth-child(6),.supplier-table table th:nth-child(6){min-width:160px;width:160px}.supplier-info{grid-gap:8px;gap:8px}.supplier-info .avatar .avatar-image{width:32px;height:32px}.supplier-font-medium{font-size:13px}.supplier-tag,.supplier-text-sm{font-size:11px}.supplier-tag{padding:3px 6px}.supplier-connect-btn{padding:4px 8px;font-size:11px}}@media (max-width:480px){.supplier-table-wrapper{margin:8px;border-radius:4px}.supplier-table-wrapper::-webkit-scrollbar{height:4px}.supplier-table,.supplier-table table{min-width:1400px}.supplier-table table td,.supplier-table table th{padding:6px 8px;font-size:11px}.supplier-table table td:first-child,.supplier-table table th:first-child{min-width:200px;width:200px}.supplier-table table td:nth-child(2),.supplier-table table th:nth-child(2){min-width:140px;width:140px}.supplier-table table td:nth-child(3),.supplier-table table th:nth-child(3){min-width:160px;width:160px}.supplier-table table td:nth-child(4),.supplier-table table td:nth-child(5),.supplier-table table th:nth-child(4),.supplier-table table th:nth-child(5){min-width:80px;width:80px}.supplier-table table td:nth-child(6),.supplier-table table th:nth-child(6){min-width:140px;width:140px}.supplier-info{grid-gap:6px;gap:6px}.supplier-info .avatar .avatar-image{width:28px;height:28px}.supplier-font-medium{font-size:12px}.supplier-tag,.supplier-text-sm{font-size:10px}.supplier-tag{padding:2px 4px}.supplier-connect-btn{padding:3px 6px;font-size:10px}.supplier-status-badge{padding:2px 6px;font-size:10px}}@media (max-width:360px){.supplier-table-wrapper{margin:4px}.supplier-table,.supplier-table table{min-width:1400px}.supplier-table table td,.supplier-table table th{padding:4px 6px;font-size:10px}.supplier-table table td:first-child,.supplier-table table th:first-child{min-width:180px;width:180px}.supplier-table table td:nth-child(2),.supplier-table table th:nth-child(2){min-width:120px;width:120px}.supplier-table table td:nth-child(3),.supplier-table table th:nth-child(3){min-width:140px;width:140px}.supplier-table table td:nth-child(4),.supplier-table table td:nth-child(5),.supplier-table table th:nth-child(4),.supplier-table table th:nth-child(5){min-width:70px;width:70px}.supplier-table table td:nth-child(6),.supplier-table table th:nth-child(6){min-width:120px;width:120px}.supplier-info{grid-gap:4px;gap:4px}.supplier-info .avatar .avatar-image{width:24px;height:24px}.supplier-font-medium{font-size:11px}.supplier-text-sm{font-size:9px}}.supplier-dashboard-wrapper,.supplier-list,.supplier-main-content{overflow-x:visible!important;width:100%!important;max-width:100%!important}.supplier-table-wrapper{overflow-x:scroll!important;-webkit-overflow-scrolling:touch!important}@media (max-width:768px){.supplier-table table td,.supplier-table table th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.modal-dialog.create-recommendation{max-width:50%;width:50%}.modal-dialog.create-recommendation .modal-body .form-group{margin-bottom:0}.modal-dialog.create-recommendation .modal-body .input-group{border:1px solid #e1ecf3;padding:6px 12px;border-radius:6px;height:40px;align-items:center}.modal-dialog.create-recommendation .modal-body .input-group:hover{border-color:#b3b3b3}.modal-dialog.create-recommendation .modal-body .input-group.active{border:1px solid;border-image-source:linear-gradient(269.65deg,#c747f4,#395efa)}.modal-dialog.create-recommendation .modal-body ul{margin-top:20px;padding-left:0;max-height:300px;overflow-y:scroll}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item{min-height:40px;text-overflow:ellipsis;margin:5px;max-width:100%;white-space:pre-wrap;display:flex;flex-flow:row nowrap;position:relative;justify-content:flex-start;border:1px solid #cedbe9;border:1px solid var(--powder-blue);border-radius:6px;align-items:center}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item a{margin-left:20px}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item span.journey-ai-tag{margin-left:auto;margin-right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:3px 6px;font-size:9pt;border-radius:6px;background-color:rgba(125,74,169,.12);color:#7c4aa9}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item img{width:24px;height:24px;border-radius:6px}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item .rounded-circle{position:relative;margin-right:10px;margin-left:25px;visibility:visible;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;align-items:center;justify-content:center;padding:6px;top:0;transition:top .2s ease-in-out}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item .rounded-circle:hover{top:-1px}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item .rounded-circle:hover svg{stroke:#fff!important;color:#fff!important}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item .rounded-circle:hover.remove{background-color:#e85a73}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item .rounded-circle:hover.add{background-color:#3f65f1}.modal-dialog.create-recommendation .modal-body li.ingredient-search-item:hover .rounded-circle{visibility:visible;cursor:pointer}.modal-dialog.create-recommendation .modal-body .rec-categories{display:flex;flex-wrap:wrap}.modal-dialog.create-recommendation .modal-body .rec-categories .tag{padding:6px;border-radius:6px;border:1px solid #e1ecf3;margin:5px 5px 0 0}.modal-dialog.create-recommendation .modal-body .count{color:#3f65f1}.modal-dialog.create-recommendation .modal-body .custom-tag-input{width:100px!important;border:none;width:-webkit-max-content;width:-moz-max-content;width:max-content}.product-snapshot.modal-dialog .product-img{height:125px;width:125px;border-radius:6px;border:1px dashed #e1ecf3}.product-snapshot.modal-dialog .obj-tag{padding:6px;border:1px solid #e1ecf3;border-radius:6px;margin-right:5px}.product-snapshot.modal-dialog ul.snapshot-ingredients{list-style:none;padding-left:0}.product-snapshot.modal-dialog ul.snapshot-ingredients li{margin:10px 0;padding:6px 12px;border:1px solid #e1ecf3;border-radius:6px}.product-snapshot.modal-dialog ul.snapshot-ingredients li img{width:30px;height:30px;margin-right:10px;border-radius:6px}.modal-dialog.notification-modal .modal-title img:first-of-type,.modal-dialog.notification-modal .modal-title svg:first-of-type{margin-right:10px}.modal-dialog.notification-modal.recommendation-v2{font-family:"Euclid Circular A";max-width:unset;width:900px;font-size:14px}.modal-dialog.notification-modal.recommendation-v2 .modal-content{height:740px}.modal-dialog.notification-modal.recommendation-v2 .modal-header{cursor:default;border:none}.modal-dialog.notification-modal.recommendation-v2 .modal-title img:first-of-type,.modal-dialog.notification-modal.recommendation-v2 .modal-title svg:first-of-type{margin-right:0}.modal-dialog.notification-modal.recommendation-v2 .col,.modal-dialog.notification-modal.recommendation-v2 .col-md-auto{padding:0}.modal-dialog.notification-modal.recommendation-v2 .row{margin:0}.modal-dialog.notification-modal.recommendation-v2 .modal-header{padding:1rem 0}.modal-dialog.notification-modal.recommendation-v2 .modal-header .card-header-label{font-style:italic;font-size:16px;font-weight:700;border-radius:0 3px 3px 0;color:#f9f9fa}.modal-dialog.notification-modal.recommendation-v2 .modal-header .card-header-label .ingredient-recommendation{background-color:#ffbc10;padding:7px 10px;border-radius:0 5px 5px 0;color:#f9f9fa}.modal-dialog.notification-modal.recommendation-v2 .modal-header .card-header-label .packaging-recommendation{background-color:#395efa;padding:7px 10px;border-radius:0 5px 5px 0}.modal-dialog.notification-modal.recommendation-v2 .modal-header .card-header-label .supplier-recommendation{background-color:#53ce7c;padding:7px 10px;border-radius:0 5px 5px 0}.modal-dialog.notification-modal.recommendation-v2 .modal-header .card-body-label{box-sizing:border-box;border-radius:2px;font-size:14px;text-align:center;width:80px;padding:1px;font-style:italic}.modal-dialog.notification-modal.recommendation-v2 .modal-header .card-body-label.suggested{margin-right:25px;color:#1dd6ae}.modal-dialog.notification-modal.recommendation-v2 .modal-header .card-body-label.requested{margin-right:25px;color:#074ee8}.modal-dialog.notification-modal.recommendation-v2 .modal-body{padding:0 20px 10px;cursor:default}.modal-dialog.notification-modal.recommendation-v2 .modal-body .card-name{color:rgba(4,25,40,.5)}.modal-dialog.notification-modal.recommendation-v2 .modal-body .product-card{padding:12px 25px 22px;margin-bottom:20px}.modal-dialog.notification-modal.recommendation-v2 .modal-body h5{font-weight:600;font-size:16px;line-height:16px;color:#141c3f}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-text{font-weight:400;font-family:"Inter";color:#041928}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-textb{font-weight:700}.modal-dialog.notification-modal.recommendation-v2 .modal-body .circle{width:10px;height:10px;border-radius:10px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .circle.gray{background-color:rgba(4,25,40,.3)}.modal-dialog.notification-modal.recommendation-v2 .modal-body .circle.purple{background-color:rgba(199,71,244,.6)}.modal-dialog.notification-modal.recommendation-v2 .modal-body .ingredient-container{max-width:220px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .ingredient-container .image-wrapper{width:80px;height:80px;border-radius:80px;overflow:hidden}.modal-dialog.notification-modal.recommendation-v2 .modal-body .ingredient-container .image-wrapper img{width:100%;height:100%}.modal-dialog.notification-modal.recommendation-v2 .modal-body .ingredient-container .ingredient-text{color:rgba(4,25,40,.8);display:flex;flex-direction:column;align-items:center;line-height:18px;white-space:nowrap}.modal-dialog.notification-modal.recommendation-v2 .modal-body .ingredient-container .ingredient-textb{font-weight:700;font-size:12px;line-height:16px;text-align:center}.modal-dialog.notification-modal.recommendation-v2 .modal-body .ingredient-container .ingredient-texti{font-style:italic}.modal-dialog.notification-modal.recommendation-v2 .modal-body .arrow-container{max-width:100px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid{padding-top:.8rem;font-size:12px;font-weight:600;font-family:"Inter";display:flex;align-items:center;line-height:25px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .col,.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .col-4{padding:0}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .grid-name{color:#000;font-family:"Biotif";font-size:14px;min-width:140px;max-width:140px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .old-value{min-width:220px;max-width:220px;font-size:14px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .percent{min-width:100px;max-width:100px;background:rgba(4,25,40,.1);border-radius:2px;font-size:14px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .success-percent{min-width:100px;max-width:100px;background:rgba(14,215,172,.1);border-radius:2px;color:#1dd6ae}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .negative-percent{min-width:100px;max-width:100px;background:rgba(255,89,89,.1);border-radius:2px;color:#ef5050}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .new-value{min-width:220px;max-width:220px;color:#c747f4;font-size:14px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-grid .grid-action{min-width:130px;max-width:130px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-text{line-height:15px;padding-top:2rem}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-text span{color:grey;font-size:12px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-text h4{font-size:14px;font-weight:400;margin-bottom:0}.modal-dialog.notification-modal.recommendation-v2 .modal-body .view-button{font-style:normal;font-weight:600;font-size:14px;line-height:13px;color:#17c9dc;border:1px solid #17c9dc;display:flex;align-items:center;justify-content:space-between;height:26px;padding-right:3px;border-radius:3px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .view-button:hover{background-color:#17c9dc;color:#fff}.modal-dialog.notification-modal.recommendation-v2 .modal-body .view-button svg{margin-left:5px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .dataset-container{display:flex;width:150px;justify-content:space-between;border:1px solid rgba(4,25,40,.1);border-radius:4px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .dataset-container span{border-right:1px solid rgba(4,25,40,.1);flex:1 1;font-family:"Inter";font-weight:500;font-size:12px;align-items:center;text-align:center;cursor:pointer}.modal-dialog.notification-modal.recommendation-v2 .modal-body .dataset-container .active-span{background-color:#ebebec;color:#53ce7c}.modal-dialog.notification-modal.recommendation-v2 .modal-body .dataset-container span:last-child{border-right:none}.modal-dialog.notification-modal.recommendation-v2 .modal-body .compare-container{padding:8px 25px;font-family:"Biotif"}.modal-dialog.notification-modal.recommendation-v2 .modal-body .compare-container h5{font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#041928;margin:0}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-container{position:fixed;bottom:0;left:0;padding:20px;width:100%}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-container span{font-family:Inter;font-style:normal;font-weight:400;font-size:14px;color:rgba(4,25,40,.8)}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-container h4{font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#17c9dc;margin:0;cursor:pointer}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-analysis-header{font-weight:600}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-analysis-content{font-weight:700;font-size:14px;text-align:center;color:rgba(4,25,40,.5)}.modal-dialog.notification-modal.recommendation-v2 .modal-body .pink{color:#c747f4}.modal-dialog.notification-modal.recommendation-v2 .modal-body .suppliers-content{align-items:center}.modal-dialog.notification-modal.recommendation-v2 .modal-body .suppliers-content .suppliers-content-header{font-family:"Biotif";font-weight:700;font-size:16px;line-height:22px;text-align:center;color:#000}.modal-dialog.notification-modal.recommendation-v2 .modal-body .suppliers-content .large{min-width:270px;text-align:start;padding-left:45px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .suppliers-content .name{font-family:"Inter";font-size:14px;color:#041928}.modal-dialog.notification-modal.recommendation-v2 .modal-body .suppliers-content .suppliers-content-box{font-family:"Inter";text-align:center;font-weight:700;font-size:14px;color:#1dd6ae;background:rgba(14,215,172,.1);padding:5px 15px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-content{align-items:center;text-align:center}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-content .portfolio-content-header{font-family:"Biotif";font-weight:700;font-size:16px;line-height:22px;text-align:center;color:#000}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-content .large{min-width:250px;text-align:start;padding-left:45px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-content .name{font-family:"Inter";font-size:14px;color:#041928}.modal-dialog.notification-modal.recommendation-v2 .modal-body .portfolio-content .portfolio-content-box{font-family:"Inter";text-align:center;font-weight:700;font-size:14px;color:#1dd6ae;background:rgba(14,215,172,.1);padding:5px 15px}.modal-dialog.notification-modal.recommendation-v2 .modal-body .recommendation-btn-success{background:#17c9dc;box-shadow:0 0 20px rgba(4,25,40,.05);border-radius:8px;padding:10px 30px 6px;border-color:#17c9dc;text-align:center;align-items:center}.modal-dialog.notification-modal.recommendation-v2 .cost-prediction-card{padding:10px 15px}.modal-dialog.notification-modal.recommendation-v2 .card{margin-bottom:20px}.modal-dialog.notification-modal.recommendation-v2 .start-container{display:flex;justify-content:space-between;width:300px;margin-top:1rem}.modal-dialog.notification-modal.recommendation-v2 .start-container svg{stroke:#17c9dc}.modal-dialog.notification-modal.recommendation{max-width:unset;width:700px}.modal-dialog.notification-modal.recommendation .modal-body .col{padding:0}.modal-dialog.notification-modal.recommendation .modal-body .col .row{flex-wrap:nowrap;margin:0}.modal-dialog.notification-modal.recommendation .modal-body .col .row img{height:125px;width:125px;border-radius:6px;border:1px dashed #e1ecf3}.modal-dialog.notification-modal.recommendation .modal-body .col .row div.summary{display:flex;flex-direction:column}.modal-dialog.notification-modal.recommendation .modal-body .col .row div.summary a{margin-top:auto;margin-bottom:0}.modal-dialog.notification-modal.recommendation .rec-product p{margin-bottom:0}.modal-dialog.notification-modal.recommendation .action-buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.modal-dialog.notification-modal h6{margin-bottom:12px;padding:6px;background-color:#e1ecf3;border-radius:6px;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;display:table}.modal-dialog.notification-modal .rec-tags{margin-bottom:15px;display:flex;flex-direction:row;flex-wrap:wrap}.modal-dialog.notification-modal .rec-tags span{padding:6px;border:1px solid #e1ecf3;border-radius:6px;margin-right:10px;margin-top:5px}.modal-dialog.notification-modal .notification-detail a{color:#3f65f1!important}.modal-dialog.notification-modal .action-status{margin-top:50px;margin-bottom:20px}.modal-dialog.notification-modal .action-status .filters,.modal-dialog.notification-modal .action-status h6{display:inline}.modal-dialog.notification-modal .action-status .filters .filter-menu{border-radius:6px;padding:4px 6px}.modal-dialog.notification-modal .action-status .filters .list-filters{border-radius:6px}.modal-dialog.notification-modal .ai{margin-left:1.5rem;background-color:#f0e9f5;padding:6px;border-radius:6px;color:#7c4aa9;font-size:10pt;display:flex;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:relative;display:inline-block;border:.005rem solid #7c4aa9}.modal-dialog.notification-modal .ai svg{margin-right:5px}.modal-dialog.notification-modal table.recommended-ingredients colgroup col.score{width:50px}.modal-dialog.notification-modal table.recommended-ingredients thead tr td{text-align:center}.modal-dialog.notification-modal table.recommended-ingredients td{border-top:none;padding:6px 0;vertical-align:middle}.modal-dialog.notification-modal table.recommended-ingredients td img{height:24px;border-radius:6px}.modal-dialog.notification-modal table.recommended-ingredients tbody tr td{border-bottom:1px dashed #e1ecf3;text-align:center}.modal-dialog.notification-modal table.recommended-ingredients tbody tr td:last-of-type{text-align:end;width:-webkit-max-content;width:-moz-max-content;width:max-content}.modal-dialog.notification-modal table.recommended-ingredients tbody tr td.rec-ingredient-name,.modal-dialog.notification-modal table.recommended-ingredients tbody tr td:first-of-type{text-align:start}.modal-dialog.notification-modal table.recommended-ingredients tbody tr:last-of-type td{border-bottom:none}.modal-dialog.regulation-notification{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:1000px}.modal-dialog.share-product-modal{display:flex;justify-content:center;height:100%;align-items:center}.modal-dialog.share-product-modal .modal_textArea{width:100%}.recommendation-actions{padding:0}.recommendation-actions .nav-back{margin-bottom:20px}.recommendation-actions .actions-body .action-section{margin:15px 0!important;display:flex;flex-direction:column}.recommendation-actions .actions-body .action-section ul{list-style-type:none}.recommendation-actions .actions-body .action-section ul i{color:#f4a850;margin-right:10px}.recommendation-actions .actions-body .action-section ul a{color:#3f65f1;cursor:pointer}.recommendation-actions .actions-body .action-section p,.recommendation-actions .actions-body .action-section table,.recommendation-actions .actions-body .action-section ul{padding-left:15px}.modal .modal-dialog.version-comparison-modal{max-width:unset}.modal .modal-dialog.version-comparison-modal .modal-content{background-color:unset;border:none;box-shadow:none;display:flex;flex-direction:row;justify-content:center;align-items:center}.card.compare-card{min-height:400px;min-width:350px;border-radius:8px;margin:0 20px;color:#2c3e50}.card.compare-card.no-comparison{max-width:350px;min-height:unset;height:-webkit-max-content;height:-moz-max-content;height:max-content}.card.compare-card.no-comparison p{text-align:center}.card.compare-card.no-comparison p span{color:#3f65f1}.card.compare-card .container{padding:0}.card.compare-card .container.float-bottom{margin-top:auto;margin-bottom:0}.card.compare-card .card-header{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:unset}.card.compare-card .version-select-container{position:relative;display:flex;flex-direction:column;align-items:center}.card.compare-card .version-select-container .version-select-btn{border:1px solid #3f65f1;color:#3f65f1;position:relative;transition:all .2s ease-in-out;cursor:default;padding:4px 12px;border-radius:6px;display:flex;flex-direction:row;align-items:center}.card.compare-card .version-select-container .version-select-btn.active,.card.compare-card .version-select-container .version-select-btn:hover{background-color:#3f65f1;border-color:#3f65f1;color:#fff}.card.compare-card .version-select-container .version-select-btn.active:hover,.card.compare-card .version-select-container .version-select-btn:hover:hover{top:-1px}.card.compare-card .version-select-container .version-select-btn h5{margin:0 5px 0 0}.card.compare-card .version-select-container .versions{position:absolute;top:32px;border:1px solid #cedbe9;background-color:#fff;border-radius:6px;width:150px;z-index:15}.card.compare-card .version-select-container .versions .version-option{padding:6px 12px;border-top:1px dashed #e1ecf3;border-bottom:1px dashed #e1ecf3;background-color:#fff}.card.compare-card .version-select-container .versions .version-option.selected,.card.compare-card .version-select-container .versions .version-option:hover{background-color:#e1ecf3}.card.compare-card .version-select-container .versions .version-option:last-of-type{border-bottom:unset;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.card.compare-card .version-select-container .versions .version-option:first-of-type{border-top:unset;border-top-right-radius:6px;border-top-left-radius:6px}.card.compare-card .card-body{display:flex;flex-direction:column}.card.compare-card .cost-comparison .row.header,.card.compare-card .ingredient-comparison .row.header,.card.compare-card .row.header{margin-bottom:10px}.card.compare-card .row.header div:first-of-type{margin-right:auto;margin-left:0}.card.compare-card .divider{border-bottom:2px dashed #e1ecf3;width:100%;height:1px;border-top:none}.card.compare-card .ingredient-comparison .row.header div span:first-of-type{color:#2c3e50}.card.compare-card .ingredient-comparison .row.header div span:last-of-type{margin-left:10px;color:#3f65f1}.card.compare-card .ingredient-comparison ul.ingredients{list-style:none;padding:0;width:100%}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item{box-shadow:unset;border:1px solid #e1ecf3;margin-bottom:5px;border-radius:6px;padding:6px 12px;width:100%;display:flex;align-items:center}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item.uniq{border-color:#3f65f1}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item span.ingredient-name{display:inline-block;width:66%!important;max-width:66%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item div.ingredient-percent-diff{margin-left:auto;margin-right:0;color:#0ed7ac;display:flex;flex-direction:row}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item div.ingredient-percent-diff span{display:inline-block}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item div.ingredient-percent-diff svg{position:relative;top:unset;right:unset;margin-right:5px}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item div.ingredient-percent-diff.decrease{color:#f4a850}.card.compare-card .ingredient-comparison ul.ingredients li.ingredient-item img{height:20px;width:20px;border-radius:4px;margin-right:15px}.card.compare-card .cost-comparison .row.header div:last-of-type span:first-of-type{color:#2c3e50}.card.compare-card .cost-comparison .row.header div:last-of-type span:last-of-type{margin-left:10px;color:#2c3e50}.card.compare-card .cost-comparison .row.cost-card{display:flex;flex-direction:column;padding:12px;border-radius:6px}.card.compare-card .cost-comparison .row.cost-card .cost-row{display:flex;flex-direction:row}.card.compare-card .cost-comparison .row.cost-card .cost-row svg{margin-right:10px}.card.compare-card .cost-comparison .row.cost-card .cost-row:first-of-type{margin-bottom:10px}.card.compare-card .cost-comparison .row.cost-card .cost-row span:last-of-type{justify-self:flex-end;margin-right:0;margin-left:auto}.card.compare-card .product-portfolio-scores{margin-top:10px;justify-content:space-evenly}.card.compare-card .product-portfolio-scores .score-section{display:flex;flex-direction:row;align-items:center;margin-top:5px;width:45%;margin-right:10px}.card.compare-card .product-portfolio-scores .score-section img,.card.compare-card .product-portfolio-scores .score-section svg{height:18px;width:18px;margin-right:10px}.card.compare-card .product-portfolio-scores .score-section div div{margin-top:0!important}.card.compare-card .metrics svg{margin-right:10px;height:18px;width:18px}.generate-product-modal .modal-dialog{max-width:800px}.generate-product-modal .modal-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.generate-product-modal .modal-title{font-weight:600;color:#495057}.generate-product-modal .form-group{margin-bottom:1.5rem}.generate-product-modal .form-control{border-radius:.375rem;border:1px solid #ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.generate-product-modal .form-control:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.generate-product-modal .form-text{font-size:.875rem;color:#6c757d}.generate-product-modal .product-details{background-color:#fff;border-radius:.25rem;padding:1rem;margin-top:1rem}.generate-product-modal .product-details p{margin-bottom:.5rem;font-size:.9rem}.generate-product-modal .product-details strong{color:#495057;font-weight:600}.generate-product-modal .btn,.generate-product-modal .reports table tr td.actions span,.reports table tr td.actions .generate-product-modal span{border-radius:.375rem;font-weight:500;padding:.5rem 1rem}.generate-product-modal .btn-primary{background-color:#007bff;border-color:#007bff}.generate-product-modal .btn-primary:hover{background-color:#0056b3;border-color:#0056b3}.generate-product-modal .btn-success{background-color:#28a745;border-color:#28a745}.generate-product-modal .btn-success:hover{background-color:#1e7e34;border-color:#1e7e34}.generate-product-modal .btn-secondary{background-color:#6c757d;border-color:#6c757d}.generate-product-modal .btn-secondary:hover{background-color:#545b62;border-color:#545b62}.generate-product-modal .alert{border-radius:.375rem;border:none}.generate-product-modal .alert-success{background-color:#d4edda;color:#155724}.generate-product-modal .alert-danger{background-color:#f8d7da;color:#721c24}.generate-product-modal .spinner-border-sm{width:1rem;height:1rem}.generate-product-modal .text-center{text-align:center}.generate-product-modal .mt-2{margin-top:.5rem}.generate-product-modal .mt-3{margin-top:1rem}.active-product .generate-product-modal .title,.generate-product-modal .active-product .title,.generate-product-modal .mb-3{margin-bottom:1rem}.generate-product-modal .mr-2,.generate-product-modal .reports table tr td.actions span,.reports table tr td.actions .generate-product-modal span{margin-right:.5rem}.generate-product-modal .text-muted{color:#6c757d}.generate-product-modal .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.generate-product-modal .loading-text{margin-top:1rem;color:#6c757d;font-size:.9rem}.generate-product-modal .product-details-section{background-color:#fff;border:1px solid #e9ecef;border-radius:.375rem;padding:1rem;margin-bottom:1rem}.generate-product-modal .product-details-section h6{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef;font-weight:600}.generate-product-modal .product-details-section p{margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.generate-product-modal .product-details-section ul{margin-bottom:.5rem}.generate-product-modal .product-details-section li{margin-bottom:.25rem;font-size:.9rem}.generate-product-modal .generated-product-preview{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;padding:1.5rem;margin-top:1rem}.generate-product-modal .generated-product-preview h6{font-weight:600;color:#495057;margin-bottom:1rem}.generate-product-modal .table{margin-bottom:0;font-size:.9rem}.generate-product-modal .table thead th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;color:#495057;padding:.75rem}.generate-product-modal .table tbody td{padding:.75rem;vertical-align:middle}.generate-product-modal .table tbody tr:hover{background-color:#f8f9fa}.generate-product-modal .table-responsive{border-radius:.25rem;overflow-x:auto}.generate-product-modal .card{border:1px solid #dee2e6;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.generate-product-modal .card-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;padding:.75rem 1rem}.generate-product-modal .card-header h6{margin:0;font-weight:600;color:#495057}.generate-product-modal .card-body{padding:1rem}@media (max-width:768px){.generate-product-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.generate-product-modal .product-details .row{margin:0}.generate-product-modal .product-details .col-md-6{padding:0;margin-bottom:1rem}.generate-product-modal .product-details-section{padding:.75rem}.generate-product-modal .table{font-size:.85rem}.generate-product-modal .table tbody td,.generate-product-modal .table thead th{padding:.5rem}}.generate-product-modal .score-badge{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:.875rem;flex-shrink:0}.generate-product-modal .score-badge.nutrition{background:#1e40af}.generate-product-modal .score-badge.sustainability{background:#065f46}.generate-product-modal .score-badge.guava{background:#92400e}.formulation-modal .modal-dialog{max-width:1200px}.formulation-modal .modal-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem}.formulation-modal .modal-title{font-weight:700;color:#111827;font-size:1.5rem;letter-spacing:-.02em}.formulation-modal .modal-body{padding:2rem}.formulation-modal .formulation-form-container{display:flex;flex-direction:column;grid-gap:0;gap:0}.formulation-modal .mode-toggle{display:flex;grid-gap:.75rem;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.formulation-modal .mode-toggle .mode-toggle-btn{flex:1 1;padding:.75rem 1.5rem;font-weight:600;border-radius:8px;transition:all .2s ease;border:2px solid transparent}.formulation-modal .mode-toggle .mode-toggle-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.formulation-modal .mode-toggle .mode-toggle-btn.btn-primary{background-color:#007bff;border-color:#007bff;box-shadow:0 2px 4px rgba(0,123,255,.2)}.formulation-modal .mode-toggle .mode-toggle-btn.btn-outline-secondary{border-color:#d1d5db;color:#6b7280;background-color:#fff}.formulation-modal .mode-toggle .mode-toggle-btn.btn-outline-secondary:hover{background-color:#f9fafb;border-color:#9ca3af;color:#111827}.formulation-modal .formulation-form .form-section{margin-bottom:0;padding:0}.formulation-modal .formulation-form .form-section-divider{height:1px;background:#e5e7eb;margin:2rem 0}.formulation-modal .formulation-form .form-group{margin-bottom:1.5rem}.formulation-modal .formulation-form .form-group:last-child{margin-bottom:0}.formulation-modal .formulation-form .form-label{font-weight:600;color:#111827;font-size:.9375rem;margin-bottom:.5rem;display:block}.formulation-modal .formulation-form .form-label.section-label{font-size:1rem;margin-bottom:1rem}.formulation-modal .formulation-form .form-label .required-asterisk{color:#dc2626;margin-left:2px}.formulation-modal .formulation-form .section-title{font-weight:700;color:#111827;font-size:1.125rem;margin-bottom:1.5rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.formulation-modal .formulation-form .section-title .optional-badge{font-weight:400;font-size:.875rem;color:#6b7280}.formulation-modal .formulation-form .form-control-custom{border-radius:8px;border:1px solid #d1d5db;padding:.75rem 1rem;font-size:.9375rem;color:#111827;transition:all .2s ease;background-color:#fff}.formulation-modal .formulation-form .form-control-custom:focus{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1);outline:none}.formulation-modal .formulation-form .form-control-custom:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.formulation-modal .formulation-form .form-control-custom::-webkit-input-placeholder{color:#9ca3af}.formulation-modal .formulation-form .form-control-custom:-ms-input-placeholder{color:#9ca3af}.formulation-modal .formulation-form .form-control-custom::-ms-input-placeholder{color:#9ca3af}.formulation-modal .formulation-form .form-control-custom::placeholder{color:#9ca3af}.formulation-modal .checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1rem;gap:1rem;margin-top:.75rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.formulation-modal .checkbox-group .checkbox-item{margin:0}.formulation-modal .checkbox-group .checkbox-item .custom-control-label{font-size:.9375rem;color:#374151;cursor:pointer;padding-left:.5rem;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:color .2s ease}.formulation-modal .checkbox-group .checkbox-item .custom-control-label:hover{color:#111827}.formulation-modal .checkbox-group .checkbox-item .custom-control-input:checked~.custom-control-label{color:#111827;font-weight:500}.formulation-modal .checkbox-group .checkbox-item .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 3px rgba(0,123,255,.1)}.formulation-modal .result-preview{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:1rem;max-height:400px;overflow-y:auto;font-size:.875rem;white-space:pre-wrap;word-wrap:break-word}.formulation-modal .formulation-result{margin-top:1rem}.formulation-modal .formulation-result-container{max-height:70vh;overflow-y:auto;padding-right:.5rem}.formulation-modal .formulation-result-container::-webkit-scrollbar{width:8px}.formulation-modal .formulation-result-container::-webkit-scrollbar-track{background:#f9fafb}.formulation-modal .formulation-result-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.formulation-modal .formulation-result-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.formulation-modal .formulation-result .card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:1.5rem}.formulation-modal .formulation-result .card-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:700;padding:1rem 1.5rem;border-radius:12px 12px 0 0}.formulation-modal .formulation-result .card-body{padding:1.5rem}.formulation-modal .formulation-result .table{margin-bottom:0;font-size:.9rem}.formulation-modal .formulation-result .table th{background-color:#f9fafb;font-weight:600;border-top:none;color:#111827;padding:.75rem 1rem}.formulation-modal .formulation-result .table td{vertical-align:middle;padding:.75rem 1rem}.formulation-modal .formulation-result .score-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 4px 6px rgba(0,0,0,.1)}.formulation-modal .formulation-result .score-circle h2{color:#fff;font-weight:700}.formulation-modal .formulation-result .progress{height:1.5rem;border-radius:8px}.formulation-modal .formulation-result .badge{font-size:.875rem;padding:.4rem .75rem;margin-right:.25rem;margin-bottom:.25rem;border-radius:6px}.formulation-modal .formulation-result .list-unstyled{margin-bottom:0}.formulation-modal .formulation-result .list-unstyled li{padding:.25rem 0;color:#374151}.formulation-modal .btn,.formulation-modal .reports table tr td.actions span,.reports table tr td.actions .formulation-modal span{border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease;border:none}.formulation-modal .btn:hover,.formulation-modal .reports table tr td.actions span:hover,.reports table tr td.actions .formulation-modal span:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.formulation-modal .btn:active,.formulation-modal .reports table tr td.actions span:active,.reports table tr td.actions .formulation-modal span:active{transform:translateY(0)}.formulation-modal .btn-primary{background-color:#007bff;border-color:#007bff}.formulation-modal .btn-primary:hover{background-color:#0056b3;border-color:#0056b3}.formulation-modal .btn-success{background-color:#28a745;border-color:#28a745}.formulation-modal .btn-success:hover{background-color:#1e7e34;border-color:#1e7e34}.formulation-modal .btn-secondary{background-color:#6c757d;border-color:#6c757d}.formulation-modal .btn-secondary:hover{background-color:#545b62;border-color:#545b62}.formulation-modal .alert{border-radius:8px;border:none;padding:1rem 1.5rem}.formulation-modal .alert-success{background-color:#d1fae5;color:#065f46;border-left:4px solid #10b981}.formulation-modal .alert-danger{background-color:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.formulation-modal .modal-footer{border-top:1px solid #e5e7eb;padding:1.5rem 2rem;background-color:#fff}@media (max-width:768px){.formulation-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.formulation-modal .modal-header{padding:1rem 1.5rem}.formulation-modal .modal-body{padding:1.5rem}.formulation-modal .modal-footer{padding:1rem 1.5rem;flex-direction:column;grid-gap:.75rem;gap:.75rem}.formulation-modal .modal-footer .btn,.formulation-modal .modal-footer .reports table tr td.actions span,.reports table tr td.actions .formulation-modal .modal-footer span{width:100%}.formulation-modal .mode-toggle{flex-direction:column;grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.formulation-modal .mode-toggle .mode-toggle-btn{width:100%}.formulation-modal .checkbox-group{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;padding:.75rem}.formulation-modal .formulation-form .form-section-divider{margin:1.5rem 0}.formulation-modal .formulation-form .section-title{font-size:1rem;margin-bottom:1rem}}@media (max-width:480px){.formulation-modal .modal-dialog{margin:.25rem;max-width:calc(100% - .5rem)}.formulation-modal .modal-header{padding:.75rem 1rem}.formulation-modal .modal-body{padding:1rem}.formulation-modal .modal-footer{padding:.75rem 1rem}.formulation-modal .checkbox-group{grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}}.score-calculation-modal .modal-dialog{max-width:800px}.score-calculation-modal .modal-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.score-calculation-modal .modal-title{font-weight:600;color:#495057}.score-calculation-modal .form-group{margin-bottom:1.5rem}.score-calculation-modal .form-control{border-radius:.375rem;border:1px solid #ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.score-calculation-modal .form-control:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.score-calculation-modal .selected-product-info{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem}.score-calculation-modal .selected-product-info small{color:#495057;line-height:1.6}.score-calculation-modal .score-breakdown{margin-top:1rem}.score-calculation-modal .score-section{padding:1rem;background-color:#fff;border:1px solid #e9ecef;border-radius:.5rem}.score-calculation-modal .score-section-title{font-weight:600;color:#212529;font-size:1.1rem;padding-bottom:.5rem;border-bottom:2px solid #007bff}.score-calculation-modal .score-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;transition:all .2s ease}.score-calculation-modal .score-item:hover{background-color:#e9ecef;border-color:#adb5bd}.score-calculation-modal .score-item.overall-score{background-color:#e7f3ff;border-color:#007bff;border-width:2px}.score-calculation-modal .score-item.overall-score .score-value{color:#0056b3;font-size:1.2rem}.score-calculation-modal .score-label{font-weight:500;color:#495057;font-size:.95rem}.score-calculation-modal .score-value{font-weight:600;color:#007bff;font-size:1.1rem}.score-calculation-modal .score-timestamp{text-align:center}.score-calculation-modal .result-preview{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;padding:1rem;margin-top:1rem;max-height:400px;overflow-y:auto;font-size:.875rem;white-space:pre-wrap;word-wrap:break-word}.reports table tr td.actions .score-calculation-modal span,.score-calculation-modal .btn,.score-calculation-modal .reports table tr td.actions span{border-radius:.375rem;font-weight:500;padding:.5rem 1rem}.score-calculation-modal .btn-primary{background-color:#007bff;border-color:#007bff}.score-calculation-modal .btn-primary:hover{background-color:#0056b3;border-color:#0056b3}.score-calculation-modal .btn-success{background-color:#28a745;border-color:#28a745}.score-calculation-modal .btn-success:hover{background-color:#1e7e34;border-color:#1e7e34}.score-calculation-modal .btn-secondary{background-color:#6c757d;border-color:#6c757d}.score-calculation-modal .btn-secondary:hover{background-color:#545b62;border-color:#545b62}.score-calculation-modal .alert{border-radius:.375rem;border:none}.score-calculation-modal .alert-success{background-color:#d4edda;color:#155724}.score-calculation-modal .alert-danger{background-color:#f8d7da;color:#721c24}.score-calculation-modal .alert-warning{background-color:#fff3cd;color:#856404}@media (max-width:768px){.score-calculation-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.score-calculation-modal .score-item{flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem}}.optimization-modal .modal-dialog{max-width:900px}.optimization-modal .modal-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem}.optimization-modal .modal-title{font-weight:700;color:#111827;font-size:1.5rem;letter-spacing:-.02em}.optimization-modal .modal-body{padding:2rem}.optimization-modal .optimization-form-container{display:flex;flex-direction:column;grid-gap:0;gap:0}.optimization-modal .optimization-form .form-section{margin-bottom:0;padding:0;visibility:visible;opacity:1}.optimization-modal .optimization-form .form-section-divider{height:1px;background:#e5e7eb;margin:2rem 0}.optimization-modal .optimization-form .form-group{margin-bottom:1.5rem}.optimization-modal .optimization-form .form-group:last-child{margin-bottom:0}.optimization-modal .optimization-form .form-label{font-weight:600;color:#111827;font-size:.9375rem;margin-bottom:.5rem;display:block;visibility:visible;opacity:1}.optimization-modal .optimization-form .form-label.section-label{font-size:1rem;margin-bottom:1rem}.optimization-modal .optimization-form .form-label.toggle-label{margin-bottom:.75rem;display:block;visibility:visible;opacity:1}.optimization-modal .optimization-form .form-label .required-asterisk{color:#dc2626;margin-left:2px;visibility:visible;opacity:1}.optimization-modal .optimization-form .section-title{font-weight:700;color:#111827;font-size:1.125rem;margin-bottom:1.5rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.optimization-modal .optimization-form .section-title .optional-badge{font-weight:400;font-size:.875rem;color:#6b7280}.optimization-modal .optimization-form .form-control-custom{border-radius:8px;border:1px solid #d1d5db;padding:.75rem 1rem;font-size:.9375rem;color:#111827;transition:all .2s ease;background-color:#fff;width:100%;display:block;box-sizing:border-box}.optimization-modal .optimization-form .form-control-custom:focus{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1);outline:none}.optimization-modal .optimization-form .form-control-custom:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.optimization-modal .optimization-form .form-control-custom::-webkit-input-placeholder{color:#9ca3af}.optimization-modal .optimization-form .form-control-custom:-ms-input-placeholder{color:#9ca3af}.optimization-modal .optimization-form .form-control-custom::-ms-input-placeholder{color:#9ca3af}.optimization-modal .optimization-form .form-control-custom::placeholder{color:#9ca3af}.optimization-modal .optimization-form select,.optimization-modal .optimization-form select.form-control,.optimization-modal .optimization-form select.form-control-custom{appearance:none;-webkit-appearance:none;-moz-appearance:none;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 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;padding:.75rem 3.75rem .75rem 1rem;cursor:pointer;visibility:visible;opacity:1;display:block;width:100%;box-sizing:border-box;min-height:2.75rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-family:inherit}.optimization-modal .optimization-form select.form-control-custom:not([size]):not([multiple]),.optimization-modal .optimization-form select.form-control:not([size]):not([multiple]),.optimization-modal .optimization-form select:not([size]):not([multiple]){background-size:18px 14px;padding-right:4rem}.optimization-modal .optimization-form select.form-control-custom option,.optimization-modal .optimization-form select.form-control option,.optimization-modal .optimization-form select option{padding:.5rem 1rem;white-space:normal;word-wrap:break-word;overflow:visible;text-overflow:clip;display:block}.optimization-modal .optimization-form .form-text{font-size:.8125rem;color:#6b7280;margin-top:.5rem;display:block}.optimization-modal .selected-product-info{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:.75rem 1rem;margin-top:.75rem}.optimization-modal .selected-product-info small{color:#0c4a6e;line-height:1.6;font-size:.875rem}.optimization-modal .toggle-group{display:flex;flex-direction:column;justify-content:flex-start;min-height:auto;visibility:visible;opacity:1}.optimization-modal .toggle-group .toggle-label{margin-bottom:.75rem;display:block;visibility:visible;opacity:1;color:#111827;font-weight:600}.optimization-modal .toggle-group .toggle-wrapper{display:flex;align-items:center;min-height:2.5rem;visibility:visible;opacity:1}.optimization-modal .toggle-group .toggle-wrapper .custom-switch{margin:0;position:relative;display:inline-block;width:auto;min-width:3rem;visibility:visible;opacity:1}.optimization-modal .toggle-group .toggle-wrapper .custom-switch .custom-control-input{position:absolute;opacity:0;width:0;height:0;visibility:visible}.optimization-modal .toggle-group .toggle-wrapper .custom-switch .custom-control-label{position:relative;margin-bottom:0;padding-left:3.5rem;cursor:pointer;display:inline-block;line-height:1.5rem;min-height:1.5rem;visibility:visible;opacity:1;color:#111827}.optimization-modal .toggle-group .toggle-wrapper .custom-switch .custom-control-label:before{content:"";position:absolute;left:0;top:0;width:3rem;height:1.5rem;border-radius:1rem;background-color:#d1d5db;border:none;transition:all .2s ease;display:block;visibility:visible;opacity:1}.optimization-modal .toggle-group .toggle-wrapper .custom-switch .custom-control-label:after{content:"";position:absolute;left:.125rem;top:.125rem;width:1.25rem;height:1.25rem;border-radius:50%;background-color:#fff;transition:all .2s ease;display:block;box-shadow:0 2px 4px rgba(0,0,0,.2);visibility:visible;opacity:1}.optimization-modal .toggle-group .toggle-wrapper .custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.optimization-modal .toggle-group .toggle-wrapper .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1.5rem)}.optimization-modal .toggle-group .toggle-wrapper .custom-switch .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 3px rgba(0,123,255,.1)}.optimization-modal .checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1rem;gap:1rem;margin-top:.75rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.optimization-modal .checkbox-group .checkbox-item{margin:0}.optimization-modal .checkbox-group .checkbox-item .custom-control-label{font-size:.9375rem;color:#374151;cursor:pointer;padding-left:.5rem;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:color .2s ease}.optimization-modal .checkbox-group .checkbox-item .custom-control-label:hover{color:#111827}.optimization-modal .checkbox-group .checkbox-item .custom-control-input:checked~.custom-control-label{color:#111827;font-weight:500}.optimization-modal .checkbox-group .checkbox-item .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 3px rgba(0,123,255,.1)}.optimization-modal .optimization-comparison{margin-top:1rem}.optimization-modal .comparison-row{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.optimization-modal .comparison-column{flex:1 1;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.optimization-modal .comparison-column h6{font-weight:700;color:#111827;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.optimization-modal .result-preview{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:.5rem;max-height:300px;overflow-y:auto;font-size:.875rem;white-space:pre-wrap;word-wrap:break-word}.optimization-modal .btn,.optimization-modal .reports table tr td.actions span,.reports table tr td.actions .optimization-modal span{border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease;border:none}.optimization-modal .btn:hover,.optimization-modal .reports table tr td.actions span:hover,.reports table tr td.actions .optimization-modal span:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.optimization-modal .btn:active,.optimization-modal .reports table tr td.actions span:active,.reports table tr td.actions .optimization-modal span:active{transform:translateY(0)}.optimization-modal .btn-primary{background-color:#007bff;border-color:#007bff}.optimization-modal .btn-primary:hover{background-color:#0056b3;border-color:#0056b3}.optimization-modal .btn-success{background-color:#28a745;border-color:#28a745}.optimization-modal .btn-success:hover{background-color:#1e7e34;border-color:#1e7e34}.optimization-modal .btn-secondary{background-color:#6c757d;border-color:#6c757d}.optimization-modal .btn-secondary:hover{background-color:#545b62;border-color:#545b62}.optimization-modal .alert{border-radius:8px;border:none;padding:1rem 1.5rem}.optimization-modal .alert-success{background-color:#d1fae5;color:#065f46;border-left:4px solid #10b981}.optimization-modal .alert-danger{background-color:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.optimization-modal .alert-warning{background-color:#fef3c7;color:#92400e;border-left:4px solid #f59e0b}.optimization-modal .modal-footer{border-top:1px solid #e5e7eb;padding:1.5rem 2rem;background-color:#fff}.optimization-modal .optimization-result .optimization-header h5{font-weight:700;color:#111827;font-size:1.25rem}.optimization-modal .optimization-result .improvements-section{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1.5rem}.optimization-modal .optimization-result .improvements-section h6{font-weight:700;color:#111827;margin-bottom:1rem}.optimization-modal .optimization-result .improvements-section .improvement-item{color:#374151;font-size:.9375rem}.optimization-modal .optimization-result .score-breakdown-section h6,.optimization-modal .optimization-result .scores-section h6{font-weight:700;color:#111827;margin-bottom:1rem}.optimization-modal .optimization-result .score-breakdown-section .score-item,.optimization-modal .optimization-result .scores-section .score-item{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s ease}.optimization-modal .optimization-result .score-breakdown-section .score-item:hover,.optimization-modal .optimization-result .scores-section .score-item:hover{background-color:#f3f4f6;border-color:#d1d5db}.optimization-modal .optimization-result .score-breakdown-section .score-item.overall-score,.optimization-modal .optimization-result .scores-section .score-item.overall-score{background-color:#eff6ff;border-color:#3b82f6;border-width:2px}.optimization-modal .optimization-result .score-breakdown-section .score-item .score-label,.optimization-modal .optimization-result .scores-section .score-item .score-label{font-weight:600;color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.optimization-modal .optimization-result .score-breakdown-section .score-item .score-value,.optimization-modal .optimization-result .scores-section .score-item .score-value{font-weight:700;color:#111827;font-size:1.25rem}.optimization-modal .optimization-result .score-breakdown-section .score-item.overall-score .score-value,.optimization-modal .optimization-result .scores-section .score-item.overall-score .score-value{color:#3b82f6;font-size:1.5rem}.optimization-modal .optimization-result .ingredients-section h6{font-weight:700;color:#111827;margin-bottom:1rem}.optimization-modal .optimization-result .ingredients-section .table{border-radius:8px;overflow:hidden}.optimization-modal .optimization-result .ingredients-section .table thead{background-color:#f9fafb}.optimization-modal .optimization-result .ingredients-section .table thead th{font-weight:600;color:#111827;border-bottom:2px solid #e5e7eb}.optimization-modal .optimization-result .ingredients-section .table tbody tr:hover{background-color:#f9fafb}.optimization-modal .optimization-result .changes-section h6{font-weight:700;color:#111827;margin-bottom:1rem}.optimization-modal .optimization-result .changes-section .list-group-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;padding:1rem}.optimization-modal .optimization-result .rationale-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.optimization-modal .optimization-result .rationale-section h6{font-weight:700;color:#111827;margin-bottom:.75rem}@media (max-width:768px){.optimization-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.optimization-modal .modal-header{padding:1rem 1.5rem}.optimization-modal .modal-body{padding:1.5rem}.optimization-modal .modal-footer{padding:1rem 1.5rem;flex-direction:column;grid-gap:.75rem;gap:.75rem}.optimization-modal .modal-footer .btn,.optimization-modal .modal-footer .reports table tr td.actions span,.reports table tr td.actions .optimization-modal .modal-footer span{width:100%}.optimization-modal .comparison-row{flex-direction:column}.optimization-modal .checkbox-group{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;padding:.75rem}.optimization-modal .optimization-form .form-section-divider{margin:1.5rem 0}.optimization-modal .optimization-form .section-title{font-size:1rem;margin-bottom:1rem}.optimization-modal .optimization-form .toggle-group{margin-top:1rem}}@media (max-width:480px){.optimization-modal .modal-dialog{margin:.25rem;max-width:calc(100% - .5rem)}.optimization-modal .modal-header{padding:.75rem 1rem}.optimization-modal .modal-body{padding:1rem}.optimization-modal .modal-footer{padding:.75rem 1rem}.optimization-modal .checkbox-group{grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}}.recent-item{cursor:pointer;text-align:center;padding:8px;margin:0 4px;border-radius:8px;transition:all .3s ease}.recent-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.recent-item img{position:relative;top:0;transition:all .3s ease;height:120px;width:120px;border-radius:8px;object-fit:cover}@media (max-width:767px){.recent-item img{height:100px;width:100px}}@media (min-width:768px) and (max-width:1024px){.recent-item img{height:110px;width:110px}}.recent-item .starred{position:absolute;background-color:#fff;border-radius:50%;z-index:5;padding:5px;width:25px;height:25px;display:flex;justify-content:center;align-items:center;left:115px;top:-5px}.recent-item .starred svg{fill:rgba(244,168,80,.52);color:#f4a850}.recent-item h5{margin-top:12px;margin-bottom:0;font-size:.9rem;font-weight:500;color:#2c3e50;line-height:1.3;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:767px){.recent-item h5{font-size:.8rem;margin-top:10px}}@media (min-width:768px) and (max-width:1024px){.recent-item h5{font-size:.85rem;margin-top:11px}}.recent-item h5.ghost{width:120px;height:20px;border-radius:6px;margin:12px auto 0}@media (max-width:767px){.recent-item h5.ghost{width:100px;margin:10px auto 0}}.recent-item:hover img{box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);top:-1px}.help-tip{color:#e1ecf3;transition:all .2s ease-in-out;display:inline}.help-tip:hover{color:#2c3e50}.helptip .tooltip-inner{border-radius:6px;background-color:#2c3e50;font-size:14px}.helptip span.arrow:before{border-top-color:#2c3e50!important}ul.tooltip-list{padding-left:15px;font-size:16px;text-align:left;list-style-type:disc}.card.subscription-card{max-width:300px}.card.subscription-card .card-body{display:flex;flex-direction:column;align-items:center;padding:12px}.form-group.verification-code{justify-content:center}.form-group.verification-code div.input-group-container{display:flex;flex-direction:row;justify-content:space-around;width:400px}.form-group.verification-code div.input-group-container input{width:50px;height:75px;font-size:2rem;text-align:center;border-radius:6px}.product-form{margin-top:0;padding-top:20px;position:relative;z-index:1}.skeleton-product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;-webkit-animation:skeleton-pulse 1.5s ease-in-out infinite;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-product-card .skeleton-product-image-container{position:relative;height:200px;background:#f0f0f0;overflow:hidden}.skeleton-product-card .skeleton-product-image-container .skeleton-product-image{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:skeleton-shimmer 1.5s infinite;animation:skeleton-shimmer 1.5s infinite}.skeleton-product-card .skeleton-product-details{padding:16px}.skeleton-product-card .skeleton-product-details .skeleton-product-info{margin-bottom:16px}.skeleton-product-card .skeleton-product-details .skeleton-product-info .skeleton-product-name{height:20px;margin-bottom:8px;width:80%}.skeleton-product-card .skeleton-product-details .skeleton-product-info .skeleton-product-company,.skeleton-product-card .skeleton-product-details .skeleton-product-info .skeleton-product-name{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:skeleton-shimmer 1.5s infinite;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}.skeleton-product-card .skeleton-product-details .skeleton-product-info .skeleton-product-company{height:16px;width:60%}.skeleton-product-card .skeleton-product-details .skeleton-product-actions .skeleton-button{height:36px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:skeleton-shimmer 1.5s infinite;animation:skeleton-shimmer 1.5s infinite;border-radius:6px;width:100%}.skeleton-section .skeleton-section-header{margin-bottom:24px}.skeleton-section .skeleton-section-header .skeleton-section-title{height:32px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;-webkit-animation:skeleton-shimmer 1.5s infinite;animation:skeleton-shimmer 1.5s infinite;border-radius:6px;width:300px}@-webkit-keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@-webkit-keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.chart-bar-responsive,.chart-doughnut-responsive,.chart-line-responsive,.chart-responsive{position:relative;width:100%;max-width:100%;overflow:hidden}.chart-bar-responsive canvas,.chart-doughnut-responsive canvas,.chart-line-responsive canvas,.chart-responsive canvas{max-width:100%!important;height:auto!important}.chart-container-responsive{position:relative;width:100%;max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.chart-container-responsive canvas{max-width:100%!important;height:auto!important}.chart-bar-scrollable,.chart-doughnut-scrollable,.chart-line-scrollable,.chart-scrollable{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.chart-bar-scrollable canvas,.chart-doughnut-scrollable canvas,.chart-line-scrollable canvas,.chart-scrollable canvas{min-width:100%;height:auto!important}.chart-container-scrollable{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex;align-items:center;justify-content:flex-start}.chart-container-scrollable canvas{min-width:100%;height:auto!important}@media (max-width:768px){.chart-bar-responsive canvas,.chart-container-responsive canvas,.chart-doughnut-responsive canvas,.chart-line-responsive canvas,.chart-responsive canvas{height:150px!important}.chart-bar-scrollable canvas,.chart-container-scrollable canvas,.chart-doughnut-scrollable canvas,.chart-line-scrollable canvas,.chart-scrollable canvas{height:150px!important;min-width:300px}}@media (max-width:576px){.chart-bar-responsive canvas,.chart-container-responsive canvas,.chart-doughnut-responsive canvas,.chart-line-responsive canvas,.chart-responsive canvas{height:120px!important}.chart-bar-scrollable canvas,.chart-container-scrollable canvas,.chart-doughnut-scrollable canvas,.chart-line-scrollable canvas,.chart-scrollable canvas{height:120px!important;min-width:280px}}@media (max-width:480px){.chart-bar-responsive canvas,.chart-container-responsive canvas,.chart-doughnut-responsive canvas,.chart-line-responsive canvas,.chart-responsive canvas{height:100px!important}.chart-bar-scrollable canvas,.chart-container-scrollable canvas,.chart-doughnut-scrollable canvas,.chart-line-scrollable canvas,.chart-scrollable canvas{height:100px!important;min-width:250px}}@media (max-width:768px){.chart-line-responsive canvas{height:180px!important}}@media (max-width:576px){.chart-line-responsive canvas{height:150px!important}}@media (max-width:480px){.chart-line-responsive canvas{height:120px!important}}@media (max-width:768px){.chart-bar-responsive canvas{height:120px!important}}@media (max-width:576px){.chart-bar-responsive canvas{height:100px!important}}@media (max-width:480px){.chart-bar-responsive canvas{height:80px!important}}@media (max-width:768px){.chart-doughnut-responsive canvas{height:200px!important}}@media (max-width:576px){.chart-doughnut-responsive canvas{height:180px!important}}@media (max-width:480px){.chart-doughnut-responsive canvas{height:150px!important}}@media (max-width:768px){.chart-line-scrollable canvas{height:180px!important;min-width:400px}}@media (max-width:576px){.chart-line-scrollable canvas{height:150px!important;min-width:350px}}@media (max-width:480px){.chart-line-scrollable canvas{height:120px!important;min-width:300px}}@media (max-width:768px){.chart-bar-scrollable canvas{height:120px!important;min-width:350px}}@media (max-width:576px){.chart-bar-scrollable canvas{height:100px!important;min-width:300px}}@media (max-width:480px){.chart-bar-scrollable canvas{height:80px!important;min-width:250px}}@media (max-width:768px){.chart-doughnut-scrollable canvas{height:200px!important;min-width:300px}}@media (max-width:576px){.chart-doughnut-scrollable canvas{height:180px!important;min-width:280px}}@media (max-width:480px){.chart-doughnut-scrollable canvas{height:150px!important;min-width:250px}}.product-card{position:relative;border:0;border-radius:12px;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;background:#fff;min-height:320px;height:auto;display:flex;flex-direction:column;width:280px;max-width:280px;margin:0 auto;flex-shrink:0}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.15);transform:translateY(-2px)}.product-card__image-container{position:relative;width:100%;height:180px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:12px 12px 0 0}@media (max-width:768px){.product-card__image-container{height:160px}}@media (max-width:480px){.product-card__image-container{height:140px}}@media (max-width:480px){.product-card{width:200px;min-height:260px;max-width:200px}}@media (min-width:481px) and (max-width:767px){.product-card{width:240px;min-height:280px;max-width:240px}}@media (min-width:768px) and (max-width:1024px){.product-card{width:320px;min-height:340px;max-width:320px;margin:0 auto}}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:12px;font-weight:600}.product-card__badge--ai{right:12px;background:rgba(23,201,220,.9);color:#fff;padding:4px 8px}.product-card__badge--ai,.product-card__badge--country{top:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__badge--country{left:12px;background:hsla(0,0%,100%,.9);padding:4px}.product-card__badge-icon{width:16px;height:16px;margin-right:4px}.product-card__content{padding:12px;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;min-height:auto}@media (max-width:768px){.product-card__content{padding:10px}}@media (max-width:480px){.product-card__content{padding:8px}}.product-card__header{margin-bottom:8px;flex:1 1}.product-card__title{font-size:16px;font-weight:600;color:#041928;margin:0 0 4px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.product-card__title{font-size:15px}}@media (max-width:480px){.product-card__title{font-size:13px}}.product-card__subtitle{font-size:14px;color:#6c757d;margin:0 0 8px;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.product-card__subtitle{font-size:13px}}@media (max-width:480px){.product-card__subtitle{font-size:12px}}.product-card__meta{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-top:6px;margin-bottom:8px}.product-card__version{font-size:12px;color:#17c9dc;background:rgba(23,201,220,.1);padding:2px 6px;border-radius:4px;font-weight:600}@media (max-width:480px){.product-card__version{font-size:10px;padding:1px 4px}}.product-card__type{font-size:12px;color:#6c757d;text-transform:capitalize;font-weight:500}.product-card__actions{margin-top:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:100%}.product-card__action-btn{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;background:transparent}.product-card__action-btn:hover{transform:translateY(-1px)}.product-card__action-btn--add{background:#17c9dc;color:#fff;width:40px;height:40px;padding:0;border-radius:50%;justify-content:center}.product-card__action-btn--add:hover{background:#14a8b8;box-shadow:0 4px 12px rgba(23,201,220,.3)}.product-card__action-btn--create{background:rgba(23,201,220,.1);color:#17c9dc;border:1px solid rgba(23,201,220,.3)}.product-card__action-btn--create:hover{background:rgba(23,201,220,.2);border-color:#17c9dc}.product-card__action-btn--notify{background:#17c9dc;color:#fff;border:none;border-radius:6px;padding:10px 12px;font-size:12px;font-weight:500;width:100%;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;min-height:36px}.product-card__action-btn--notify,.product-card__action-btn--notify span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__action-btn--notify svg{flex-shrink:0}.product-card__action-btn--notify:hover{background:#14a8b8;transform:translateY(-1px)}@media (max-width:480px){.product-card__action-btn--notify{padding:8px 10px;font-size:11px;min-height:32px}}.product-card--search .product-card__image-container{height:120px}.product-card--search .product-card__content{padding:12px;min-height:80px}.product-card--search .product-card__title{font-size:14px}.product-card--search .product-card__subtitle{font-size:12px}.product-card--dashboard .product-card__image-container{height:180px}.product-card--dashboard .product-card__content{padding:16px;min-height:100px}.product-card--compact .product-card__image-container{height:140px}.product-card--compact .product-card__content{padding:12px;min-height:90px}.product-card--compact .product-card__title{font-size:14px}.product-card--compact .product-card__subtitle{font-size:12px}.optimized-image{position:relative;width:100%;height:100%;overflow:hidden}.optimized-image--skeleton,.optimized-image__skeleton-container{background:#f8f9fa;display:flex;align-items:center;justify-content:center}.optimized-image__skeleton-container{position:absolute;top:0;left:0;right:0;bottom:0}.optimized-image__img,.optimized-image__skeleton{width:100%;height:100%}.optimized-image__img{object-fit:cover;transition:opacity .3s ease}.optimized-image__img--loading{opacity:0}.optimized-image__error{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#f8f9fa;color:#6c757d}.optimized-image__error-content{text-align:center;padding:16px}.optimized-image__error-content p{margin:0 0 8px;font-size:14px}.optimized-image__retry-btn{background:#17c9dc;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:12px;cursor:pointer;transition:background .2s ease}.optimized-image__retry-btn:hover{background:#14a8b8}.product-cards-grid{display:grid;grid-gap:20px;gap:20px;width:100%;padding:0 16px}.product-cards-grid--mobile{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-cards-grid--desktop,.product-cards-grid--tablet{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-cards-grid--large{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}@media (max-width:768px){.product-cards-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:16px;gap:16px;padding:0 12px}}@media (max-width:480px){.product-cards-grid{grid-template-columns:1fr;grid-gap:12px;gap:12px;padding:0 8px}}.product-cards-scroll{display:flex;grid-gap:16px;gap:16px;overflow-x:auto;overflow-y:hidden;padding:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-cards-scroll::-webkit-scrollbar{display:none}.product-cards-scroll .product-card{flex-shrink:0;width:280px}.product-cards-loading{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-cards-loading .product-card-skeleton{background:#f8f9fa;border-radius:12px;height:320px;-webkit-animation:pulse 1.5s ease-in-out infinite;animation:pulse 1.5s ease-in-out infinite}@-webkit-keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.recent-card .card-body .recent-grid .row .recent-card h5.ghost,.recent-ghost h5.ghost{padding:10px 0;margin-top:10px;margin-bottom:0}.rec.rec-ghost p{height:15px;border-radius:6px;width:50px;margin-top:5px}td.ghost{height:72px;width:-webkit-max-content;width:-moz-max-content;width:max-content}td.ghost .content-ghost{height:15px;width:100%}.recent-card .card-body .recent-grid .row .recent-card img,.recent-ghost img,.recent-img-ghost{height:100px;width:100px;border-radius:6px}.recent-img-slider-ghost{height:115px;width:115px;border-radius:6px}.dash-recommendation-img-ghost,.rec.rec-ghost img{height:50px;width:50px;border-radius:6px}.table-img-ghost{height:40px;width:40px;border-radius:6px}.dash-recommendation-img-ghost,.dashboard-packaging header h3.ghost,.img-ghost,.loading-gradient,.rec.rec-ghost img,.rec.rec-ghost p,.recent-card .card-body .recent-grid .row .recent-card h5.ghost,.recent-card .card-body .recent-grid .row .recent-card img,.recent-ghost h5.ghost,.recent-ghost img,.recent-img-ghost,.recent-img-slider-ghost,.recent-item h5.ghost,.table-img-ghost,td.ghost .content-ghost{-webkit-animation-duration:1.8s;animation-duration:1.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#fafafa 8%,#f4f4f4 38%,#fafafa 54%);background-size:1000px 640px;position:relative}@-webkit-keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}

/*!
 * # Semantic UI 2.4.2 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */i.flag:not(.icon){margin:0 .5em 0 0;line-height:11px;text-decoration:inherit;vertical-align:baseline;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon),i.flag:not(.icon):before{display:inline-block;width:16px;height:11px}i.flag:not(.icon):before{content:"";background:url(https://mdbootstrap.com/img/svg/flags.png) no-repeat -108px -1976px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.england:before,i.flag.gb.eng:before{background-position:0 -1690px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.uk:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-73px -1821px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.gb.sct:before,i.flag.scotland:before{background-position:-72px -1014px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.gb.wls:before,i.flag.wales:before{background-position:-108px -208px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}
/*# sourceMappingURL=main.a34015cb.chunk.css.map */