.flex{display:flex}.flex-1{flex:1}.flex-0{flex:0}.flex-col{flex-direction:column}.flex-row{flex-direction:row}@media (min-width: 1024px){.lg\:flex-row{flex-direction:row}}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch;justify-content:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.h-32{height:calc(var(--spacing) * 32)}.w-16{width:calc(var(--spacing) * 16)}.h-16{height:calc(var(--spacing) * 16)}.w-24{width:calc(var(--spacing) * 24)}.h-24{height:calc(var(--spacing) * 24)}.w-40{width:calc(var(--spacing) * 40)}.h-40{height:calc(var(--spacing) * 40)}.h-8{height:calc(var(--spacing) * 8)}.w-8{width:calc(var(--spacing) * 8)}.w-2{width:calc(var(--spacing) * 2)}.h-2{height:calc(var(--spacing) * 2)}.w-4{width:calc(var(--spacing) * 4)}.h-4{height:calc(var(--spacing) * 4)}.w-6{width:calc(var(--spacing) * 6)}.h-6{height:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.h-7{height:calc(var(--spacing) * 7)}.w-3{width:calc(var(--spacing) * 3)}.h-3{height:calc(var(--spacing) * 3)}.w-12{width:calc(var(--spacing) * 12)}.h-12{height:calc(var(--spacing) * 12)}.w-5{width:calc(var(--spacing) * 5)}.h-5{height:calc(var(--spacing) * 5)}.w-10{width:calc(var(--spacing) * 10)}.h-10{height:calc(var(--spacing) * 10)}.h-100{height:100%}.min-w-20{min-width:20px}.w-full{width:100%}.h-full{height:100%}.w-auto{width:auto!important}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.min-h-screen-with-nav{min-height:calc(100vh - 125px)}.max-w-sm{max-width:var(--container-sm)}.min-w-0{min-width:calc(var(--spacing) * 0)}.size-full{width:100%;height:100%}.font-100{font-size:100px!important}.font-50{font-size:50px!important}.font-30{font-size:30px!important}.font-20{font-size:20px!important}.font-10{font-size:10px!important}.border-border{border-color:var(--border);border-width:1px;border-style:solid}.border-none{border:none!important}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.border-b{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#3a3a3a}.border-t{border-top-style:solid;border-top-width:1px;border-top-color:#3a3a3a}.rounded-lg{border-radius:var(--radius)!important}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-full{border-radius:340282000000000000000000000000000000000px}.border-primary{border-color:var(--primary)!important}.border-primary-20{border-color:color-mix(in oklab,var(--primary) 20%,transparent)}.border-input{border-color:var(--input)}.border-border{border-color:#0000001a!important}.border{border-style:solid;border-width:1px}.border-red-800{border-color:var(--color-red-800)!important}.border-green-800{border-color:var(--color-green-800)!important}.btn{padding:7px;display:flex;justify-content:center;gap:10px;border-radius:5px;cursor:pointer;pointer-events:all;opacity:1;transition:all .2s ease-in-out}.btn--orange{background-color:var(--primary);color:#fff}.btn--blue{background-color:var(--color-blue-500)}.btn--red{background-color:var(--color-red-600)}.btn--input{background-color:var(--input);color:#fff}.btn:disabled{opacity:.5;pointer-events:none}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-7{margin-bottom:calc(var(--spacing) * 7)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mx-auto{margin-inline:auto}.ml-4{margin-left:calc(var(--spacing) * 4)}.pb-20{padding-bottom:calc(var(--spacing) * 20)}.pb-5{padding-bottom:calc(var(--spacing) * 5)}.p-1{padding:calc(var(--spacing))}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)!important}.p-6{padding:calc(var(--spacing) * 6)}.pt-6{padding-top:calc(var(--spacing) * 6)}.p-100{padding-bottom:100px}.px-3{padding-inline:calc(var(--spacing) * 3)}.pl-10{padding-left:calc(var(--spacing) * 10)!important}.pl-1{padding-left:calc(var(--spacing) * 1)}.pr-3{padding-right:calc(var(--spacing) * 3)}.py-1{padding-block:calc(var(--spacing) * 1)}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.right-0{right:calc(var(--spacing) * 0)}.bottom-0{bottom:calc(var(--spacing) * 0)}.left-0{left:calc(var(--spacing) * 0)}.left-3{left:calc(var(--spacing) * 3)}.top-0{top:calc(var(--spacing) * 0)}.top-2{top:calc(var(--spacing) * 2)}.top-half{top:50%}.right-2{right:calc(var(--spacing) * 2)}.translate-y-half{transform:translateY(-50%)!important}:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50: oklch(.971 .013 17.38);--color-red-100: oklch(.936 .032 17.717);--color-red-200: oklch(.885 .062 18.334);--color-red-300: oklch(.808 .114 19.571);--color-red-500: oklch(.637 .237 25.331);--color-red-600: oklch(.577 .245 27.325);--color-red-700: oklch(.505 .213 27.518);--color-red-800: oklch(.444 .177 26.899);--color-red-900: oklch(.396 .141 25.723);--color-orange-50: oklch(.98 .016 73.684);--color-orange-200: oklch(.901 .076 70.697);--color-orange-300: oklch(.837 .128 66.29);--color-orange-500: oklch(.705 .213 47.604);--color-orange-600: oklch(.646 .222 41.116);--color-orange-700: oklch(.553 .195 38.402);--color-orange-800: oklch(.47 .157 37.304);--color-orange-900: oklch(.408 .123 38.172);--color-orange-950: oklch(.266 .079 36.259);--color-amber-50: oklch(.987 .022 95.277);--color-amber-200: oklch(.924 .12 95.746);--color-amber-600: oklch(.666 .179 58.318);--color-amber-700: oklch(.555 .163 48.998);--color-yellow-50: oklch(.987 .026 102.212);--color-yellow-100: oklch(.973 .071 103.193);--color-yellow-200: oklch(.945 .129 101.54);--color-yellow-500: oklch(.795 .184 86.047);--color-yellow-600: oklch(.681 .162 75.834);--color-yellow-800: oklch(.476 .114 61.907);--color-yellow-900: oklch(.421 .095 57.708);--color-green-50: oklch(.982 .018 155.826);--color-green-100: oklch(.962 .044 156.743);--color-green-200: oklch(.925 .084 155.995);--color-green-500: oklch(.723 .219 149.579);--color-green-600: oklch(.627 .194 149.214);--color-green-700: oklch(.527 .154 150.069);--color-green-800: oklch(.448 .119 151.328);--color-green-900: oklch(.393 .095 152.535);--color-teal-500: oklch(.704 .14 182.503);--color-blue-50: oklch(.97 .014 254.604);--color-blue-100: oklch(.932 .032 255.585);--color-blue-200: oklch(.882 .059 254.128);--color-blue-500: oklch(.623 .214 259.815);--color-blue-600: oklch(.546 .245 262.881);--color-blue-700: oklch(.488 .243 264.376);--color-blue-800: oklch(.424 .199 265.638);--color-purple-500: oklch(.627 .265 303.9);--color-pink-500: oklch(.656 .241 354.308);--color-gray-100: oklch(.967 .003 264.542);--color-gray-200: oklch(.928 .006 264.531);--color-gray-500: oklch(.551 .027 264.364);--color-gray-600: oklch(.446 .03 256.802);--color-black: #000;--color-white: #fff;--spacing: .25rem;--container-sm: 24rem;--container-md: 28rem;--container-lg: 32rem;--container-2xl: 42rem;--container-4xl: 56rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-base--line-height: 1.5 ;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-3xl: 1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--tracking-tight: -.025em;--tracking-widest: .1em;--leading-relaxed: 1.625;--radius: .625rem;--radius-xs: .125rem;--radius-2xl: 1rem;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--animate-spin: spin 1s linear infinite;--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--aspect-video: 16 / 9;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-font-feature-settings: var(--font-sans--font-feature-settings);--default-font-variation-settings: var(--font-sans--font-variation-settings);--default-mono-font-family: var(--font-mono);--default-mono-font-feature-settings: var(--font-mono--font-feature-settings);--default-mono-font-variation-settings: var(--font-mono--font-variation-settings);--color-border: var(--border)}.dark{--background: #1a1a1a;--foreground: #fff;--card: #2a2a2a;--card-foreground: #fff;--popover: #2a2a2a;--popover-foreground: #fff;--primary: #ff4500;--primary-foreground: #fff;--secondary: #3a3a3a;--secondary-foreground: #fff;--muted: #3a3a3a;--muted-foreground: #a1a1a1;--accent: #4a4a4a;--accent-foreground: #e9ebef;--destructive: #dc2626;--destructive-foreground: #fff;--border: #3a3a3a;--input: #3a3a3a;--ring: #ff4500;--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.269 0 0);--sidebar-ring: oklch(.439 0 0)}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{color:var(--foreground)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}form>*{margin-bottom:15px}label{color:var(--muted-foreground)!important}input:not(.p-colorpicker-preview),textarea{background-color:color-mix(in oklab,var(--input) 30%,transparent)!important;color:#fff!important;border:1px solid #3a3a3a!important;transition:all .2s ease-in-out}input:not(.p-colorpicker-preview):focus,textarea:focus{border-bottom:1px solid var(--primary)!important}input:not(.p-colorpicker-preview).ng-dirty.ng-invalid,textarea.ng-dirty.ng-invalid{border:1px solid var(--destructive)!important}p-select{background-color:color-mix(in oklab,var(--input) 30%,transparent)!important;color:#fff!important;border:1px solid #3a3a3a!important}p-select .p-select-label{color:#fff}.notification{background-color:color-mix(in oklab,var(--primary) 5%,transparent);border:1px solid var(--destructive);border-radius:5px;padding:10px;margin-top:20px}.p-floatlabel:has(input:focus) label,.p-floatlabel:has(input:-webkit-autofill) label,.p-floatlabel:has(textarea:focus) label,.p-floatlabel:has(.p-inputwrapper-focus) label{color:var(--p-floatlabel-color)!important}.selectbutton .p-togglebutton{background-color:var(--accent)!important;color:#fff;border:0;transition:all .3s ease-in-out;width:100%}.selectbutton .p-togglebutton:hover{background-color:color-mix(in oklab,var(--accent) 50%,transparent)!important;color:#fff!important}.selectbutton .p-togglebutton-checked .p-togglebutton-content{background-color:var(--primary)!important;color:#fff}p-checkbox .p-checkbox-box{background-color:color-mix(in oklab,var(--input) 30%,transparent)!important;border-color:var(--muted-foreground)!important}p-checkbox.p-checkbox-checked .p-checkbox-box{background-color:var(--primary)!important;border-color:var(--border)!important}.bg-background{background-color:var(--background)!important}.bg-primary{background-color:var(--primary)}.bg-primary-5{background-color:color-mix(in oklab,var(--primary) 5%,transparent)!important}.bg-primary-10{background-color:color-mix(in oklab,var(--primary) 10%,transparent)!important}.bg-primary-30{background-color:color-mix(in oklab,var(--primary) 30%,transparent)!important}.bg-secondary{background-color:var(--secondary)}.bg-input{background-color:color-mix(in oklab,var(--input) 30%,transparent)!important}.bg-muted{background-color:var(--muted)}.bg-muted-30{background-color:color-mix(in oklab,var(--muted) 30%,transparent)}.bg-muted-50{background-color:color-mix(in oklab,var(--muted) 50%,transparent)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-green-500{background-color:var(--color-green-500)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-card{background-color:var(--card)!important}.bg-white{background-color:#fff!important}.bg-red-900{background-color:color-mix(in oklab,var(--color-red-900) 20%,transparent)!important}.bg-green-900{background-color:color-mix(in oklab,var(--color-green-900) 20%,transparent)!important}.bg-blue-50{background-color:var(--color-blue-50)}.bg-green-50{background-color:var(--color-green-50)}html,body{width:100%;height:100%;margin:0;padding:0}*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}img{width:100%;height:100%}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.container{padding:10px}input{width:100%}.title{position:relative;display:block;text-align:center;font-size:20px;padding:10px;margin-bottom:20px}.title:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);display:block;height:2px;width:100px;background-color:#cc332b;z-index:1}.required{color:red}.p-button-text{color:#cc332b!important}.p-datepicker{width:100%!important}.p-datepicker-today>.p-ripple.p-datepicker-day{background-color:transparent;color:#cc332b;font-weight:700}.calendar__date{padding:20px}.p-datepicker-day-selected{background-color:transparent!important;color:#fff!important}.p-datepicker-day-selected .calendar__date{background-color:#cc332b!important}.filled{background-color:#d3d3d3;color:#fff}.p-password{display:block!important}.text-primary{color:var(--primary)}.text-foreground{color:var(--foreground)}.text-white{color:var(--color-white)}.text-black{color:var(--color-black)!important}.text-card-foreground{color:var(--card-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-yellow-600{color:var(--color-yellow-600)}.text-red-600{color:var(--color-red-600)}.text-destructive{color:var(--destructive)}.text-primary-foreground{color:var(--primary-foreground)}.text-green-600{color:var(--color-green-600)}.text-blue-600{color:var(--color-blue-500)}.text-center{text-align:center}.text-left{text-align:left}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading, var(--text-3xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading, var(--text-base--line-height))}.hover\:bg-muted:hover{background-color:var(--muted)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.white{color:#fff}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.badge{padding:5px;border-radius:8px;color:#fff;display:inline-flex;align-items:center;gap:7px}.badge--green{background-color:var(--color-green-500)}.badge--purple{background-color:var(--color-purple-500)}.badge--blue{background-color:var(--color-blue-500)}.badge--grey{background-color:var(--color-gray-500)}.badge--orange{background-color:var(--color-orange-500)}.badge--red{background-color:var(--color-red-600)}.badge span{font-size:.75rem}.block-spacing{margin:20px 0}.block-spacing>*{margin-bottom:10px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.z-50{z-index:50!important}.aspect-square{aspect-ratio:1}.block{display:block}.p-dialog.full{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;margin:0!important;top:0!important;left:0!important;border-radius:0!important}.p-dialog.confirm{padding:30px;display:flex;flex-direction:column;gap:30px}.p-dialog.confirm .p-confirmdialog-message{color:var(--muted-foreground)}.p-dialog.confirm .p-dialog-footer p-button{cursor:pointer}.p-dialog.confirm .p-dialog-footer p-button .p-confirmdialog-reject-button{background-color:#fff;transition:all .4s ease-in-out}.p-dialog.confirm .p-dialog-footer p-button .p-confirmdialog-reject-button:hover{background-color:var(--accent-foreground)!important;border:1px solid var(--accent)!important;color:#000!important}.p-dialog.confirm .p-dialog-footer p-button .p-confirmdialog-accept-button{background-color:var(--destructive);border:1px solid var(--destructive);color:#fff}.p-dialog.confirm .p-dialog-footer p-button .p-confirmdialog-accept-button:hover{background-color:var(--destructive);border:1px solid var(--destructive);opacity:.8}.p-dialog-header,.p-dialog-content{padding:0!important}.p-dialog .p-confirmdialog-reject-button{background:var(--p-button-secondary-background);border:1px solid var(--p-button-secondary-border-color);color:var(--p-button-secondary-color)}.space-y-4>*{margin-bottom:15px}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.card{background-color:var(--card);color:var(--card-foreground);border-style:solid;border-width:1px;border-color:var(--border);border-radius:8px}.coach__picture{width:40px;height:40px}.coach__picture.small{height:20px;width:20px}.coach__picture img{width:100%;height:100%;border-radius:50%}.participant{background-color:var(--muted);color:#fff;align-items:center;display:flex;gap:10px}.participant__picture{width:35px;height:35px}.participant__picture img{width:100%;height:100%;border-radius:50%}.circle{background-color:red}.no-border{border:none!important}.scale{transition:all .15s ease-in-out}.scale:hover{scale:1.02}.rounded{border-radius:.25rem}.border-dashed{border-style:dashed}.border-2{border-width:2px}.border-muted{border-color:color-mix(in oklab,var(--muted-foreground) 30%,transparent)}.object-cover{object-fit:cover}.priority-standard{background-color:var(--color-gray-500)}.priority-important{background-color:var(--color-red-600)}.priority-promo{background-color:var(--color-yellow-600)}.p-carousel-indicator-active .p-carousel-indicator-button{background-color:var(--primary)!important}.logo{display:flex;justify-content:center;width:200px;height:auto}.logo img{width:100%;height:auto;object-fit:cover;object-position:center}.opacity-50{opacity:50%}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}
