@tailwind base;@tailwind components;@tailwind utilities;@media{.page-break-after,.page-break-before{display:none}}@media print{body,html{height:auto!important;overflow:initial!important;background:none}.page-break-after{display:block;page-break-after:always;position:relative}.page-break-before{display:block;page-break-before:always;position:relative}#fuse-footer,#fuse-layout .ps>.ps__rail-x,#fuse-layout .ps>.ps__rail-y,#fuse-navbar,#fuse-settings,#fuse-toolbar{display:none!important}#fuse-layout .ps{overflow:visible!important}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}table.simple{width:100%;border:none;border-spacing:0;text-align:left}table.simple thead tr th{padding:16px 8px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.12);white-space:nowrap}table.simple thead tr th:first-child{padding-left:24px}table.simple thead tr th:last-child{padding-right:24px}table.simple tbody tr td{padding:16px 8px;border-bottom:1px solid rgba(0,0,0,.12)}table.simple tbody tr td:first-child{padding-left:24px}table.simple tbody tr td:last-child{padding-right:24px}table.simple tbody tr:last-child td{border-bottom:none}table.simple.clickable tbody tr{cursor:pointer}table.simple.clickable tbody tr:hover{background:rgba(0,0,0,.03)}.ReactTable .rt-tbody .rt-td{display:flex;align-items:center}.ReactTable .rt-tr{min-height:48px}.ReactTable .-pagination,.ReactTable .rt-thead.-header{box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.ReactTable .rt-thead .rt-resizable-header-content{display:flex;align-items:center;justify-content:center;height:100%}.ReactTable .rt-thead.-filters .rt-th{padding:16px 8px}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:none;background:initial;padding:6px 0 7px;box-sizing:initial}.ReactTable .-pagination .-center{order:0;justify-content:flex-start}.ReactTable .-pagination .-next,.ReactTable .-pagination .-previous{max-width:64px}.ReactTable .-pagination .-previous{order:1}.ReactTable .-pagination .-next{order:2}code[class*=language-],pre[class*=language-]{tab-size:4;-webkit-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;color:#eff;background:#263238}:not(pre)>code[class*=language-],pre[class*=language-]{border-radius:0;border:none;box-shadow:none}pre[class*=language-]{padding:12px}:not(pre)>code[class*=language-]{padding:2px 6px}code[class*=language-] .namespace,pre[class*=language-] .namespace{opacity:.7}code[class*=language-] .token.cdata,code[class*=language-] .token.comment,code[class*=language-] .token.doctype,code[class*=language-] .token.prolog,pre[class*=language-] .token.cdata,pre[class*=language-] .token.comment,pre[class*=language-] .token.doctype,pre[class*=language-] .token.prolog{color:#62727a}code[class*=language-] .token.boolean,code[class*=language-] .token.null,code[class*=language-] .token.number,code[class*=language-] .token.operator,pre[class*=language-] .token.boolean,pre[class*=language-] .token.null,pre[class*=language-] .token.number,pre[class*=language-] .token.operator{color:#f78c6c}code[class*=language-] .token.string,pre[class*=language-] .token.string{color:#89ddff}code[class*=language-] .token.attr-name,pre[class*=language-] .token.attr-name{color:#f78c6c}.language-css code[class*=language-] .token.string,.language-css pre[class*=language-] .token.string,.style code[class*=language-] .token.string,.style pre[class*=language-] .token.string,code[class*=language-] .token.entity,code[class*=language-] .token.url,pre[class*=language-] .token.entity,pre[class*=language-] .token.url{color:#89ddff}code[class*=language-] .token.selector,pre[class*=language-] .token.selector{color:#c792ea}code[class*=language-] .token.attr-value,code[class*=language-] .token.control,code[class*=language-] .token.directive,code[class*=language-] .token.keyword,code[class*=language-] .token.unit,pre[class*=language-] .token.attr-value,pre[class*=language-] .token.control,pre[class*=language-] .token.directive,pre[class*=language-] .token.keyword,pre[class*=language-] .token.unit{color:#c3e88d}code[class*=language-] .token.important,pre[class*=language-] .token.important{color:#f07178}code[class*=language-] .token.atrule,code[class*=language-] .token.regex,code[class*=language-] .token.statement,pre[class*=language-] .token.atrule,pre[class*=language-] .token.regex,pre[class*=language-] .token.statement{color:#89ddff}code[class*=language-] .token.placeholder,code[class*=language-] .token.variable,pre[class*=language-] .token.placeholder,pre[class*=language-] .token.variable{color:#82aaff}code[class*=language-] .token.property,pre[class*=language-] .token.property{color:#ffcb6b}code[class*=language-] .token.tag,pre[class*=language-] .token.tag{color:#82aaff}code[class*=language-] .token.important,code[class*=language-] .token.statement,pre[class*=language-] .token.important,pre[class*=language-] .token.statement{font-weight:700}code[class*=language-] .token.punctuation,pre[class*=language-] .token.punctuation{color:#eff}code[class*=language-] .token.entity,pre[class*=language-] .token.entity{cursor:help}code[class*=language-] .token.debug,pre[class*=language-] .token.debug{color:red}.animate{animation-duration:.3s;animation-delay:50ms;animation-name:animate-fade;animation-timing-function:ease;animation-fill-mode:backwards}.animate.a-fade{animation-name:animate-fade}@keyframes animate-fade{0%{opacity:0}to{opacity:1}}.animate.a-pop{animation-name:animate-pop}@keyframes animate-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.animate.a-blur{animation-name:animate-blur;animation-timing-function:ease}@keyframes animate-blur{0%{opacity:0;filter:blur(15px)}to{opacity:1;filter:blur(0)}}.animate.a-glow{animation-name:animate-glow;animation-timing-function:ease}@keyframes animate-glow{0%{opacity:0;filter:brightness(3) saturate(3);transform:scale(.8)}to{opacity:1;filter:brightness(1) saturate(1);transform:scale(1)}}.animate.a-grow{animation-name:animate-grow}@keyframes animate-grow{0%{opacity:0;transform:scaleY(0);visibility:hidden}to{opacity:1;transform:scale(1)}}.animate.a-splat{animation-name:animate-splat}@keyframes animate-splat{0%{opacity:0;transform:scale(0) rotate(20deg) translateY(-30px)}70%{opacity:1;transform:scale(1.1) rotate(15deg)}85%{opacity:1;transform:scale(1.1) rotate(15deg) translateY(-10px)}to{opacity:1;transform:scale(1) rotate(0) translate(0)}}.animate.a-roll{animation-name:animate-roll}@keyframes animate-roll{0%{opacity:0;transform:scale(0) rotate(1turn)}to{opacity:1;transform:scale(1) rotate(0deg)}}.animate.a-flip{animation-name:animate-flip;transform-style:preserve-3d;perspective:1000px}@keyframes animate-flip{0%{opacity:0;transform:rotateX(-120deg) scale(.9)}to{opacity:1;transform:rotateX(0deg) scale(1)}}.animate.a-spin{animation-name:animate-spin;transform-style:preserve-3d;perspective:1000px}@keyframes animate-spin{0%{opacity:0;transform:rotateY(-120deg) scale(.9)}to{opacity:1;transform:rotateY(0deg) scale(1)}}.animate.a-slide{animation-name:animate-slide}@keyframes animate-slide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0)}}.animate.a-drop{animation-name:animate-drop;animation-timing-function:cubic-bezier(.77,.14,.91,1.25)}@keyframes animate-drop{0%{opacity:0;transform:translateY(-300px) scale(.9,1.1)}95%{opacity:1;transform:translate(0) scale(.9,1.1)}96%{opacity:1;transform:translate(10px) scale(1.2,.9)}97%{opacity:1;transform:translate(-10px) scale(1.2,.9)}98%{opacity:1;transform:translate(5px) scale(1.1,.9)}99%{opacity:1;transform:translate(-5px) scale(1.1,.9)}to{opacity:1;transform:translate(0) scale(1)}}.duration-600ms{animation-duration:.6s}.delay-none{animation-delay:.1s}.delay-200ms{animation-delay:.2s}.delay-1{animation-delay:.6s}.delay-2{animation-delay:.7s}.delay-3{animation-delay:.8s}.delay-4{animation-delay:.9s}.delay-5{animation-delay:1s}.delay-6{animation-delay:1.1s}.delay-7{animation-delay:1.2s}.delay-8{animation-delay:1.3s}.delay-9{animation-delay:1.4s}.delay-10{animation-delay:1.5s}.delay-11{animation-delay:1.6s}.delay-12{animation-delay:1.7s}.delay-13{animation-delay:1.8s}.delay-14{animation-delay:1.9s}.delay-15{animation-delay:2s}@media screen and (prefers-reduced-motion:reduce){.animate{animation:none!important}}@keyframes pulse-fast{0%,to{opacity:1}50%{opacity:.5}}.pulse-fast{animation:pulse-fast .95s cubic-bezier(.4,0,.6,1) infinite}.spin-animation{animation:mySpin .95s ease-in-out infinite}@keyframes mySpin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:Inter;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 transparent}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 transparent}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.-inset-1\.5{inset:-.375rem}.-inset-2\.5{inset:-.625rem}.-inset-px{inset:-1px}.inset-0{inset:0}.inset-1{inset:.25rem}.inset-y-0{top:0;bottom:0}.-bottom-\[1px\]{bottom:-1px}.-top-2{top:-.5rem}.-top-\[1px\]{top:-1px}.bottom-0{bottom:0}.bottom-64{bottom:16rem}.bottom-8{bottom:2rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-8{left:2rem}.left-full{left:100%}.right-0{right:0}.right-16{right:4rem}.top-0{top:0}.top-16{top:4rem}.top-\[16px\]{top:16px}.top-full{top:100%}.isolate{isolation:isolate}.\!z-\[1001\]{z-index:1001!important}.\!z-\[1002\]{z-index:1002!important}.\!z-\[99\]{z-index:99!important}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[99\]{z-index:99}.order-1{order:1}.order-first{order:-9999}.col-span-1{grid-column:span 1/span 1}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-end-1{grid-column-end:1}.col-end-2{grid-column-end:2}.row-span-full{grid-row:1/-1}.row-start-1{grid-row-start:1}.row-end-1{grid-row-end:1}.float-end{float:inline-end}.float-right{float:right}.float-left{float:left}.\!m-0{margin:0!important}.-m-1{margin:-.25rem}.-m-4{margin:-1rem}.-m-5{margin:-1.25rem}.-m-8{margin:-2rem}.m-0{margin:0}.m-12{margin:3rem}.m-24{margin:6rem}.m-3{margin:.75rem}.m-32{margin:8rem}.m-4{margin:1rem}.m-8{margin:2rem}.\!my-0{margin-top:0!important;margin-bottom:0!important}.-mx-16{margin-left:-4rem;margin-right:-4rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-32{margin-left:-8rem;margin-right:-8rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-px{margin-left:-1px;margin-right:-1px}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.mx-0{margin-left:0;margin-right:0}.mx-12{margin-left:3rem;margin-right:3rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[15px\]{margin-top:15px;margin-bottom:15px}.\!mt-0{margin-top:0!important}.-mb-24{margin-bottom:-6rem}.-mb-px{margin-bottom:-1px}.-ml-0\.5{margin-left:-.125rem}.-ml-1{margin-left:-.25rem}.-ml-12{margin-left:-3rem}.-ml-14{margin-left:-3.5rem}.-ml-4{margin-left:-1rem}.-ml-8{margin-left:-2rem}.-ml-\[1px\],.-ml-px{margin-left:-1px}.-mr-1{margin-right:-.25rem}.-mr-12{margin-right:-3rem}.-mr-3{margin-right:-.75rem}.-mr-px{margin-right:-1px}.-mt-2\.5{margin-top:-.625rem}.-mt-\[1px\],.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-4{margin-bottom:1rem}.mb-48{margin-bottom:12rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-px{margin-bottom:1px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-24{margin-left:6rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-40{margin-left:10rem}.ml-5{margin-left:1.25rem}.ml-56{margin-left:14rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-\[10px\]{margin-left:10px}.ml-\[12px\]{margin-left:12px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-12{margin-right:3rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-24{margin-right:6rem}.mr-3{margin-right:.75rem}.mr-32{margin-right:8rem}.mr-4{margin-right:1rem}.mr-48{margin-right:12rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-64{margin-right:16rem}.mr-8{margin-right:2rem}.mr-\[1\.3rem\]{margin-right:1.3rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[15px\]{margin-top:15px}.mt-\[2px\]{margin-top:2px}.mt-\[5px\]{margin-top:5px}.mt-\[8px\]{margin-top:8px}.mt-px{margin-top:1px}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.\!h-6{height:1.5rem!important}.\!h-7{height:1.75rem!important}.\!h-8{height:2rem!important}.\!h-\[35px\]{height:35px!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100px\]{height:100px}.h-\[150px\]{height:150px}.h-\[15px\]{height:15px}.h-\[16px\]{height:16px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[25px\]{height:25px}.h-\[285px\]{height:285px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[310px\]{height:310px}.h-\[360px\]{height:360px}.h-\[37\.5px\]{height:37.5px}.h-\[38px\]{height:38px}.h-\[40px\]{height:40px}.h-\[450px\]{height:450px}.h-\[45px\]{height:45px}.h-\[5\.3rem\]{height:5.3rem}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[512px\]{height:512px}.h-\[550px\]{height:550px}.h-\[600px\]{height:600px}.h-\[700px\]{height:700px}.h-\[calc\(100\%-40px\)\]{height:calc(100% - 40px)}.h-\[calc\(100vh_-_137px\)\]{height:calc(100vh - 137px)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.\!max-h-full{max-height:100%!important}.max-h-0{max-height:0}.max-h-12{max-height:3rem}.max-h-16{max-height:4rem}.max-h-20{max-height:5rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-\[250px\]{max-height:250px}.max-h-\[285px\]{max-height:285px}.max-h-\[310px\]{max-height:310px}.max-h-\[380px\]{max-height:380px}.max-h-\[400px\]{max-height:400px}.max-h-\[5000px\]{max-height:5000px}.max-h-\[600px\]{max-height:600px}.max-h-\[700px\]{max-height:700px}.max-h-\[calc\(600px\)\]{max-height:600px}.min-h-20{min-height:5rem}.min-h-48{min-height:12rem}.min-h-64{min-height:16rem}.min-h-72{min-height:18rem}.min-h-80{min-height:20rem}.min-h-\[100px\]{min-height:100px}.min-h-\[33px\]{min-height:33px}.min-h-\[45px\]{min-height:45px}.min-h-\[50px\]{min-height:50px}.min-h-\[60px\]{min-height:60px}.min-h-full{min-height:100%}.\!w-1\/3{width:33.333333%!important}.\!w-6{width:1.5rem!important}.\!w-7{width:1.75rem!important}.\!w-8{width:2rem!important}.\!w-\[245px\]{width:245px!important}.\!w-full{width:100%!important}.w-0{width:0}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-7\/12{width:58.333333%}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[115px\]{width:115px}.w-\[130px\]{width:130px}.w-\[15px\]{width:15px}.w-\[185px\]{width:185px}.w-\[18px\]{width:18px}.w-\[18rem\]{width:18rem}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[225px\]{width:225px}.w-\[25px\]{width:25px}.w-\[2px\]{width:2px}.w-\[30rem\]{width:30rem}.w-\[320px\]{width:320px}.w-\[38px\]{width:38px}.w-\[40px\]{width:40px}.w-\[450px\]{width:450px}.w-\[500px\]{width:500px}.w-\[550px\]{width:550px}.w-\[768px\]{width:768px}.w-\[900px\]{width:900px}.w-\[calc\(100\%_-_245px\)\]{width:calc(100% - 245px)}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-24{min-width:6rem}.min-w-40{min-width:10rem}.min-w-48{min-width:12rem}.min-w-80{min-width:20rem}.min-w-\[100px\]{min-width:100px}.min-w-\[200px\]{min-width:200px}.min-w-\[500px\]{min-width:500px}.min-w-\[672px\]{min-width:672px}.min-w-\[70px\]{min-width:70px}.min-w-\[75px\]{min-width:75px}.min-w-\[80px\]{min-width:80px}.min-w-\[85px\]{min-width:85px}.min-w-\[86px\]{min-width:86px}.min-w-\[90px\]{min-width:90px}.min-w-full{min-width:100%}.min-w-min{min-width:-webkit-min-content;min-width:min-content}.min-w-px{min-width:1px}.\!max-w-full{max-width:100%!important}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-\[0px\]{max-width:0}.max-w-\[550px\]{max-width:550px}.max-w-\[800px\]{max-width:800px}.max-w-\[calc\(640px\*1\.15\)\]{max-width:736px}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1}.flex-2{flex:2 2}.flex-3{flex:3 3}.flex-\[1_1_0\%\]{flex:1 1}.flex-\[2_2_0\%\]{flex:2 2}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.basis-1\/2,.basis-2\/4{flex-basis:50%}.basis-\[45\%\]{flex-basis:45%}.basis-\[55\%\]{flex-basis:55%}.basis-full{flex-basis:100%}.table-fixed{table-layout:fixed}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-2{--tw-translate-y:0.5rem}.translate-y-2,.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-105{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-\[0\.80\]{--tw-scale-x:0.80;--tw-scale-y:0.80}.scale-\[0\.80\],.scale-\[0\.85\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.85\]{--tw-scale-x:0.85;--tw-scale-y:0.85}.scale-\[4\]{--tw-scale-x:4;--tw-scale-y:4}.scale-\[4\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-default{cursor:default!important}.\!cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.gap-10{grid-gap:2.5rem;gap:2.5rem}.gap-16{grid-gap:4rem;gap:4rem}.gap-2{grid-gap:.5rem;gap:.5rem}.gap-4{grid-gap:1rem;gap:1rem}.gap-5{grid-gap:1.25rem;gap:1.25rem}.gap-6{grid-gap:1.5rem;gap:1.5rem}.gap-8{grid-gap:2rem;gap:2rem}.gap-px{grid-gap:1px;gap:1px}.\!gap-x-5{grid-column-gap:1.25rem!important;column-gap:1.25rem!important}.gap-x-1\.5{grid-column-gap:.375rem;column-gap:.375rem}.gap-x-10{grid-column-gap:2.5rem;column-gap:2.5rem}.gap-x-12{grid-column-gap:3rem;column-gap:3rem}.gap-x-2{grid-column-gap:.5rem;column-gap:.5rem}.gap-x-3{grid-column-gap:.75rem;column-gap:.75rem}.gap-x-4{grid-column-gap:1rem;column-gap:1rem}.gap-x-5{grid-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{grid-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{grid-column-gap:1.75rem;column-gap:1.75rem}.gap-x-8{grid-column-gap:2rem;column-gap:2rem}.gap-x-\[10px\]{grid-column-gap:10px;column-gap:10px}.gap-y-10{grid-row-gap:2.5rem;row-gap:2.5rem}.gap-y-2{grid-row-gap:.5rem;row-gap:.5rem}.gap-y-3{grid-row-gap:.75rem;row-gap:.75rem}.gap-y-4{grid-row-gap:1rem;row-gap:1rem}.gap-y-5{grid-row-gap:1.25rem;row-gap:1.25rem}.gap-y-6{grid-row-gap:1.5rem;row-gap:1.5rem}.gap-y-8{grid-row-gap:2rem;row-gap:2rem}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem*var(--tw-space-x-reverse));margin-left:calc(4rem*(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem*var(--tw-space-x-reverse));margin-left:calc(0.5rem*(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem*var(--tw-space-x-reverse));margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity,1))}.divide-gray-300\/70>:not([hidden])~:not([hidden]){border-color:rgba(209,213,219,.7)}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.overscroll-x-contain{overscroll-behavior-x:contain}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.text-clip{text-overflow:clip}.\!whitespace-nowrap{white-space:nowrap!important}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.\!rounded-\[100\%\]{border-radius:100%!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[100\%\]{border-radius:100%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[\#e5e7eb\]{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-300\/50{border-color:rgba(209,213,219,.5)}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-900\/10{border-color:rgba(17,24,39,.1)}.border-gray-950{--tw-border-opacity:1;border-color:rgb(3 7 18/var(--tw-border-opacity,1))}.border-green-600\/20{border-color:rgba(22,163,74,.2)}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-red-900{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.\!bg-gray-50{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))!important}.bg-\[\#1134A6\]{--tw-bg-opacity:1;background-color:rgb(17 52 166/var(--tw-bg-opacity,1))}.bg-\[\#39FF14\]{--tw-bg-opacity:1;background-color:rgb(57 255 20/var(--tw-bg-opacity,1))}.bg-\[\#714263\]{--tw-bg-opacity:1;background-color:rgb(113 66 99/var(--tw-bg-opacity,1))}.bg-\[\#9E9E9E\]{--tw-bg-opacity:1;background-color:rgb(158 158 158/var(--tw-bg-opacity,1))}.bg-\[\#B3E5FC\]{--tw-bg-opacity:1;background-color:rgb(179 229 252/var(--tw-bg-opacity,1))}.bg-\[\#F97316\]{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-\[\#FFEDD5\]{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-\[\#FFFFFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-accept{--tw-bg-opacity:1;background-color:rgb(220 252 230/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/25{background-color:rgba(0,0,0,.25)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-confirmed{--tw-bg-opacity:1;background-color:rgb(255 165 0/var(--tw-bg-opacity,1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.bg-finished{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.bg-gray-950{--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-inProgress{--tw-bg-opacity:1;background-color:rgb(65 127 0/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-late{--tw-bg-opacity:1;background-color:rgb(185 28 29/var(--tw-bg-opacity,1))}.bg-neutral-600{--tw-bg-opacity:1;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-toAccept{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-toConfirm{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-75{--tw-bg-opacity:0.75}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.\!p-\[10px\]{padding:10px!important}.\!p-\[6px\]{padding:6px!important}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-24{padding:6rem}.p-32{padding:8rem}.p-4{padding:1rem}.p-48{padding:12rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[0\.3rem\]{padding:.3rem}.p-\[14px\]{padding:14px}.p-\[16px\]{padding:16px}.p-\[5px\]{padding:5px}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.\!py-\[1\.3rem\]{padding-top:1.3rem!important;padding-bottom:1.3rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-40{padding-left:10rem;padding-right:10rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[1\.25rem\]{padding-left:1.25rem;padding-right:1.25rem}.px-\[1\.5rem\]{padding-left:1.5rem;padding-right:1.5rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[13px\]{padding-left:13px;padding-right:13px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[5px\]{padding-left:5px;padding-right:5px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[1rem\]{padding-top:1rem;padding-bottom:1rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.\!pt-10{padding-top:2.5rem!important}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-40{padding-bottom:10rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-64{padding-bottom:16rem}.pb-8{padding-bottom:2rem}.pb-96{padding-bottom:24rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-24{padding-left:6rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-56{padding-left:14rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-\[2\.35rem\]{padding-left:2.35rem}.pl-\[43px\]{padding-left:43px}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-24{padding-right:6rem}.pr-3{padding-right:.75rem}.pr-32{padding-right:8rem}.pr-4{padding-right:1rem}.pr-48{padding-right:12rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[10px\]{padding-top:10px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-sans{font-family:Inter}.\!text-\[11px\]{font-size:11px!important}.\!text-\[12\.5px\]{font-size:12.5px!important}.\!text-\[12px\]{font-size:12px!important}.\!text-\[13px\]{font-size:13px!important}.\!text-\[14px\]{font-size:14px!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[1\.15rem\]{font-size:1.15rem}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[1\.8rem\]{font-size:1.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[42px\]{font-size:42px}.text-\[9\.6px\]{font-size:9.6px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-md{font-size:1.4rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.\!font-normal{font-weight:400!important}.font-\[600\]{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-10{line-height:2.5rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[13px\]{line-height:13px}.leading-\[14px\]{line-height:14px}.leading-\[15px\]{line-height:15px}.leading-\[16px\]{line-height:16px}.leading-\[18px\]{line-height:18px}.leading-\[20px\]{line-height:20px}.leading-\[24px\]{line-height:24px}.leading-\[25px\]{line-height:25px}.leading-none{line-height:1}.leading-tight{line-height:1.25}.\!tracking-normal{letter-spacing:0!important}.tracking-\[0\.3px\]{letter-spacing:.3px}.tracking-\[0\.5px\]{letter-spacing:.5px}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-blue-400{--tw-text-opacity:1!important;color:rgb(96 165 250/var(--tw-text-opacity,1))!important}.\!text-gray-600\/50{color:rgba(75,85,99,.5)!important}.\!text-gray-600\/60{color:rgba(75,85,99,.6)!important}.\!text-gray-700{--tw-text-opacity:1!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important}.\!text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.\!text-slate-400{--tw-text-opacity:1!important;color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.text-\[\#1F2937\]{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-\[\#7C8DA2\],.text-\[\#7c8da2\]{--tw-text-opacity:1;color:rgb(124 141 162/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-black\/50{color:rgba(0,0,0,.5)}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-chevronGray{--tw-text-opacity:1;color:rgb(177 177 176/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-600\/50{color:rgba(75,85,99,.5)}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-gray-900\/50{color:rgba(17,24,39,.5)}.text-gray-950{--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity,1))}.text-green-300{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-toConfirm{--tw-text-opacity:1;color:rgb(185 152 93/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-\[0\.5\]{opacity:.5}.\!shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.\!shadow-lg,.\!shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.\!shadow-none{--tw-shadow:0 0 transparent!important;--tw-shadow-colored:0 0 transparent!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.\!outline{outline-style:solid!important}.\!outline-offset-1{outline-offset:1px!important}.\!outline-slate-800{outline-color:#1e293b!important}.\!ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.ring-inset{--tw-ring-inset:inset}.ring-\[\#1134A6\]{--tw-ring-opacity:1;--tw-ring-color:rgb(17 52 166/var(--tw-ring-opacity,1))}.ring-\[\#39FF14\]{--tw-ring-opacity:1;--tw-ring-color:rgb(57 255 20/var(--tw-ring-opacity,1))}.ring-\[\#714263\]{--tw-ring-opacity:1;--tw-ring-color:rgb(113 66 99/var(--tw-ring-opacity,1))}.ring-\[\#9E9E9E\]{--tw-ring-opacity:1;--tw-ring-color:rgb(158 158 158/var(--tw-ring-opacity,1))}.ring-\[\#B3E5FC\]{--tw-ring-opacity:1;--tw-ring-color:rgb(179 229 252/var(--tw-ring-opacity,1))}.ring-\[\#F97316\]{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity,1))}.ring-\[\#FFEDD5\]{--tw-ring-opacity:1;--tw-ring-color:rgb(255 237 213/var(--tw-ring-opacity,1))}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-black\/10{--tw-ring-color:rgba(0,0,0,0.1)}.ring-blue-700\/10{--tw-ring-color:rgba(29,78,216,0.1)}.ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity,1))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.ring-gray-300\/50{--tw-ring-color:rgba(209,213,219,0.5)}.ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity,1))}.ring-gray-400\/50{--tw-ring-color:rgba(156,163,175,0.5)}.ring-gray-500\/10{--tw-ring-color:rgba(107,114,128,0.1)}.ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgb(22 163 74/var(--tw-ring-opacity,1))}.ring-green-600\/20{--tw-ring-color:rgba(22,163,74,0.2)}.ring-indigo-700\/10{--tw-ring-color:rgba(67,56,202,0.1)}.ring-pink-700\/10{--tw-ring-color:rgba(190,24,93,0.1)}.ring-purple-700\/10{--tw-ring-color:rgba(126,34,206,0.1)}.ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity,1))}.ring-red-600\/10{--tw-ring-color:rgba(220,38,38,0.1)}.ring-red-600\/20{--tw-ring-color:rgba(220,38,38,0.2)}.ring-transparent{--tw-ring-color:transparent}.ring-yellow-600\/20{--tw-ring-color:rgba(202,138,4,0.2)}.ring-opacity-5{--tw-ring-opacity:0.05}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,0.1)) drop-shadow(0 1px 1px rgba(0,0,0,0.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-md{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[object-fit\:cover\]{object-fit:cover}*{outline:none!important}html{font-size:62.5%}body,html{width:100%;height:100%;overflow:hidden;position:relative}body{font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}#root{width:100%;height:100%;overflow:hidden;position:relative}.h1,h1{font-size:24px}.h2,h2{font-size:20px}.h3,h3{font-size:16px}.h4,h4{font-size:15px}.h5,h5{font-size:13px}.h6,h6{font-size:12px}.ps>.ps__rail-y{z-index:99;width:0}.ps>.ps__rail-x{z-index:99}a[role=button]{text-decoration:none}[role=tooltip]{z-index:999}form label{z-index:99}a:hover{text-decoration:none!important}.dark_bg{background-color:#424242}.gold{background-color:#cfbc67!important;color:#000!important}.black{background-color:#000!important;color:#fff!important}.newWhite{color:#000!important}.newWhite,.primaryTable{background-color:#fff!important}.primaryTable{font-weight:700!important}.greyTextColor{color:#9c9c9c!important}.tagBgGreen{background-color:"#6DD400"}.tagBgOrange{background-color:"#FA6300"}.blackTextColor{color:#000!important}.primaryBackground{background-color:#f3f5f7!important}.Mui-primary-disabled{color:#121212}.primaryFieldColor{background-color:#fff!important;color:#000!important}.whiteTextColor{color:"#ffffff"}.gold:hover{background-color:#bd9a2a!important;color:#000!important;text-decoration:none}.gold.Mui-disabled{opacity:.2}.new{position:absolute;right:15px;top:40px;z-index:99}.MuiIconButton-root{padding:6px}.Mui-disabled{color:#000}.test{color:#fff!important}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#fff;border-width:1px}.MuiTableCell-body .MuiFormControl-root,.MuiTableCell-body .MuiInput-formControl{width:100%}.MuiTableCell-body .MuiInputBase-inputSelect{padding:6px 0 7px}.MuiFilledInput-inputSelect{padding:15px 40px 15px 15px}.MuiPaper-elevation1{box-shadow:0 2px 10px -1px rgba(0,0,0,.2)}.MuiSwitch-thumb{margin-left:3px;margin-top:3px}.ReactTable .rt-thead.-filters{background-color:hsla(0,0%,100%,.04)}.ReactTable .rt-thead.-filters select{height:100%;width:100%;color:#fff;border:1px solid hsla(0,0%,100%,.1);box-sizing:unset}.ReactTable .rt-thead.-filters .rt-th{padding:6px 16px!important}.ReactTable .rt-resizable-header:after{position:absolute;right:10px;top:16px;content:" ";display:inline-block;height:15px;width:15px;background-image:url(/assets/images/icons/sort2.png);background-size:contain;background-repeat:no-repeat}.ReactTable .rt-resizable-header:last-child:after{background-image:none}.ReactTable .rt-thead .rt-td.-sort-asc:after,.ReactTable .rt-thead .rt-th.-sort-asc:after{background-image:url(/assets/images/icons/sort_down.png)}.ReactTable .rt-thead .rt-td.-sort-desc:after,.ReactTable .rt-thead .rt-th.-sort-desc:after{background-image:url(/assets/images/icons/sort_up.png)}.ReactTable .rt-td,.ReactTable .rt-th{padding:6px 16px!important}.ReactTable.no-icon .rt-resizable-header:after{background-image:none}.ReactTable.no-icon .rt-thead .rt-resizable-header-content{justify-content:left;text-transform:uppercase;color:hsla(0,0%,100%,.8)}.MuiTypography-h6,.MuiTypography-subtitle2{font-size:1.6rem}.MuiTypography-h6,.MuiTypography-subAgent,.MuiTypography-subtitle2{font-family:Muli,Roboto,Helvetica,Arial,sans-serif;font-weight:600;line-height:1.57}.MuiTypography-subAgent{font-size:1.3rem;color:#7c8da2}.MuiTypography-txtAgent{font-size:1.2rem;font-family:Muli,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.57;color:#7c8da2}.MuiButton-textPrimary,.MuiCheckbox-colorPrimary.Mui-checked,.MuiPickersBasePicker-container .MuiTypography-colorPrimary{color:#fff}.MuiToolbar-regular{color:#000;background-color:#000}.MuiPickersModal-dialogRoot .MuiPickersToolbar-toolbar{background-color:#fff}.MuiPickersModal-dialogRoot .MuiDialogActions-root .MuiButtonBase-root{background-color:#000;padding:10px 30px}.material-icons.Agent{margin-top:-10px;padding-top:5px;color:#093}.material-icons.Fouille{margin-top:-10px;padding-top:5px;color:#1515b3}.material-icons.Superviseur{margin-top:-10px;padding-top:5px;color:#999}.material-icons.Accueil{margin-top:-10px;padding-top:5px;color:#e9ae1a}.material-icons.K9{margin-top:-10px;padding-top:5px;color:#706500}.MuiAvatar-root.square-50{border-radius:0;width:50px;height:50px}.MuiAvatar-root.square-100{border-radius:0;width:100px;height:100px}.icon-bg{position:absolute;opacity:.2}.icon-bg .MuiIcon-root{font-size:200px;color:#999;margin-left:-40px}.icon-bg .MuiIcon-root.client{font-size:240px}.client-img{z-index:1;position:absolute}.client-img-remove{z-index:2;background-color:#fff;border-radius:20px}.DayPickerDiv{margin:0 auto}.DayPickerDiv .DayPicker{font-size:1.7rem}.bg-black{background-color:#000}.bg-input{background-color:#f5f5fa;padding:20px 40px;border-radius:10px;font-size:14px;color:#6e7d8d;font-weight:700}.icon-dot-line{height:2px;width:100%;display:inline-block;background-image:linear-gradient(90deg,#77879b 33%,hsla(0,0%,100%,0) 0);background-position:bottom;background-size:20px 3px;background-repeat:repeat-x}.input-btn{background-color:#000;color:#fff;padding:24px}.icon-notif-btn{display:inline-block;background-image:url(/assets/images/icons/customer/notif@3x.png);background-repeat:no-repeat;background-size:cover}.icon-notif,.icon-notif-black{display:inline-block;height:16px;-webkit-mask:url(/assets/images/icons/customer/notif.svg) no-repeat 50% 50%;mask:url(/assets/images/icons/customer/notif.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon-notif-black{background-color:#000;margin-top:3px}.icon-edit{display:inline-block;width:20px;height:20px;background-image:url(/assets/images/icons/customer/edit@3x.png);background-repeat:no-repeat;background-size:cover}.MuiButton-root:hover .icon-edit{background-image:url(/assets/images/icons/customer/edit-gray.png)}.MuiButton-root:hover .icon-edit-grey{background-image:url(/assets/images/icons/customer/edit@3x.png)}.icon-note-repport{margin:5px;background-image:url(/assets/images/icons/customer/noun_note_3774598@3x.png)}.icon-edit-grey,.icon-note-repport{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-size:cover}.icon-edit-grey{background-image:url(/assets/images/icons/customer/edit-gray.png)}.icon-plus{width:15px;height:15px;background-image:url(/assets/images/icons/customer/plus@3x.png)}.icon-list,.icon-plus{display:inline-block;background-repeat:no-repeat;background-size:cover}.icon-list{width:20px;height:20px;margin:5px;background-image:url(/assets/images/icons/customer/list@3xnotselected.png)}.icon-list.selected{background-image:url(/assets/images/icons/customer/list@3x.png)}.icon-chat{width:40px;height:40px;background-image:url(/assets/images/icons/customer/chat@3x.png)}.icon-chat,.icon-user{display:inline-block;background-repeat:no-repeat;background-size:cover}.icon-user{width:20px;height:20px;background-image:url(/assets/images/icons/customer/user@3x.png)}.icon-agent{width:40px;height:40px;-webkit-mask:url(/assets/images/icons/customer/guard@3x.svg) no-repeat 50% 50%;mask:url(/assets/images/icons/customer/guard@3x.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon-agent,.icon-delete{display:inline-block;background-color:#fff}.icon-delete{width:18px;height:25px;-webkit-mask:url(/assets/images/icons/customer/delete@3x.svg) no-repeat 50% 50%;mask:url(/assets/images/icons/customer/delete@3x.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain}.icon-alert{background:url(/assets/images/icons/customer/alert@3x.png) no-repeat 50% 50%;background-size:contain}.icon-alert,.icon-save{display:inline-block;width:40px;height:40px}.icon-save{background:url(/assets/images/icons/customer/save@3x.png) no-repeat 50% 50%;background-size:contain}.gm-style-iw-d{overflow:hidden!important;line-height:1.35;white-space:nowrap}.pac-container{z-index:10000!important}.gm-style .gm-style-iw-t:after{display:none!important}.mapInfoWindow{width:310px}.mapInfoWindow .image{background-color:#000;height:150px}.mapInfoWindow .mapInfoWindowImage{height:150px;opacity:.4;position:absolute;z-index:1}.mapInfoWindow .icon{width:20px;height:20px;font-size:20px}.bg-default{background-color:#f3f5f7}.customerPage{background-color:#fff;padding:70px 50px 50px}.customerTab{color:inherit!important;border:0!important;cursor:pointer!important;margin:0!important;display:inline-flex!important;outline:0!important;padding:0!important;position:relative!important;align-items:center!important;-webkit-user-select:none!important;user-select:none!important;border-radius:0!important;vertical-align:middle!important;-moz-appearance:none!important;justify-content:center!important;text-decoration:none!important;background-color:initial!important;-webkit-appearance:none!important;-webkit-tap-highlight-color:transparent!important}.customerTabs{border-radius:10px!important}.customerPage .customerTab:hover{opacity:1!important}.customerPage .customerTab:hover,.customerPage .MuiTab-root.Mui-selected{color:#fff!important;background-color:#000!important}.customerPage .header{display:flex;justify-content:space-between;flex:1 1 auto;margin-bottom:24px}.customerPage .header .MuiTypography-h1{font-size:4rem;font-family:Muli,Roboto,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.235}.customerPage .header .MuiTypography-subtitle1{font-size:1.8rem;font-family:Muli,Roboto,Helvetica,Arial,sans-serif;font-weight:600;line-height:1.2;color:#7c8da2}.customerPage .header .MuiButtonBase-root{border-radius:10px;background-color:#000;color:#fff;padding:16px 30px;align-items:center;display:inline-flex}.customerPage .header .arrowBack{display:flex;font-weight:700;align-items:center;color:#7c8da2;font-size:14px}.customerPage .header .btn{background-color:#eaedf0;color:#7c8da2}.customerPage .header .btn:active,.customerPage .header .btn:hover,.customerPage .header .btnLock{background-color:#000;color:#fff}.customerPage .header .btnLock{padding:16px 60px}.customerPage .header .btnLock:active,.customerPage .header .btnLock:hover{background-color:#000;color:#fff}.customerPage .MuiCard-root{border-radius:20px;border-style:none;margin-top:24px;padding:24px}.customerPage .MuiCard-root .MuiCard-root{padding:0}.customerPage .MuiCardHeader-action .MuiInputBase-input{padding:0;font:inherit;color:#7c8da2;font-size:16px}.customerPage .MuiIconButton-root:hover{background-color:initial}.customerPage .MuiButtonBase-root{padding:12px 24px;display:inline-flex;align-items:center;border-radius:10px;background-color:#f3f5f7;color:#7c8da2;min-width:160px}.MuiTypography-btnSelect{font-size:1.4rem!important;font-family:Muli,Roboto,Helvetica,Arial,sans-serif!important;font-weight:600!important;line-height:1.75!important;text-transform:uppercase!important}.btnSelect{color:#7c8da2!important;padding:10px 15px!important;max-height:30px!important;border-radius:10px!important;background-color:#e4e8ec!important;min-width:100px!important}.btnTriggerSquare{border-radius:0!important}.btnTrigger,.btnTriggerSquare{color:#7c8da2!important;padding:15px 20px!important;max-height:40px!important;background-color:#e4e8ec!important;min-width:100px!important}.btnTrigger,.btnTriggerBlack{border-radius:10px!important}.btnTriggerBlack{padding:15px 20px!important;max-height:40px!important;background-color:#000!important;min-width:100px!important}.customerPage .MuiButtonBase-root.selected,.customerPage .MuiButtonBase-root:hover{background-color:#000!important;color:#fff!important}.newCustomerPage .MuiButtonBase-root.selected,.newCustomerPage .MuiButtonBase-root:hover{background-color:rgba(255,0,0,0)!important;color:#686868!important}.customerPage .MuiButtonBase-root.MuiCheckbox-root{color:#9aa7b7;padding:0;border-radius:10px;min-width:0;background-color:initial}.customerPage .MuiButtonBase-root.MuiCheckbox-root.selected,.customerPage .MuiButtonBase-root.MuiCheckbox-root:hover{background-color:initial;color:#9aa7b7}.customerPage .MuiButtonBase-root.MuiCheckbox-root .MuiSvgIcon-root{font-size:30px;fill:#d5dbe2}.customerPage .MuiChip-root{padding:24px;align-items:center;display:inline-flex;border-radius:10px;min-width:160px!important;background-color:#eaedf0;color:#7c8da2;font-weight:700;font-size:16px}.customerPage .MuiChip-root.red{background-color:#d29fa7;color:#4e242b}.customerPage .MuiChip-root.green{background-color:#d3eec6;color:#77cc4f}.customerPage .MuiChip-root.orange{background-color:#fee0aa;color:#fca913}.customerPage .MuiChip-root.black,.customerPage .MuiChip-root.black:active,.customerPage .MuiChip-root.black:hover{background-color:#000;color:#fff}.customerPage .MuiChip-root.yellow{background-color:#f5d593;color:#7d580c}.customerPage .MuiChip-root.mW150{min-width:150px}.customerPage .MuiChip-root.mW220{min-width:220px}.customerPage .MuiToolbar-regular{background:none}.customerPage .MuiToolbar-regular span{background:none;font-size:15px;padding:2px}.customerPage .MuiTab-root.Mui-selected,.customerPage .MuiTab-root:hover{color:#fff;background-color:#000;border-radius:10px}.customerPage .MuiTab-root:hover{opacity:1}.customerPage .MuiInputBase-input{padding:0}.customerPage .btn{background-color:#eaedf0;color:#7c8da2}.customerPage .btn:active,.customerPage .btn:hover{background-color:#000;color:#fff}.customerPage .title{display:block;font-size:40px;font-weight:700;line-height:44px}.customerPage .subtitle{display:block;font-size:18px;color:#7c8da2;margin-bottom:30px}.customerPage .msgBox{display:flex;align-items:center;padding:24px;border-radius:10px;font-size:18px;line-height:18px;font-weight:500;margin:24px 0}.customerPage .msgBox.error{background-color:#c27c87;color:#4e242b}.customerPage .msgBox .MuiIcon-root{margin-right:40px;font-size:50px;line-height:50px}.customerPage .msgBox .MuiTypography-h1{font-size:20px;font-weight:700}.customerPage .msgBox .MuiTypography-subtitle1{font-size:19px;line-height:19px;font-weight:600}.customerPage .msgBox .MuiTypography-subtitle1 span{color:#000;font-weight:700}.customerPage .MuiTable-root{border-collapse:initial;border-spacing:0 20px}.customerPage .MuiTableHead-root tr{border-spacing:0}.customerPage .MuiTableCell-root{border-top:1px solid #e4e8ec;border-bottom:1px solid #e4e8ec;color:#7c8da2;font-size:1.5rem}.customerPage .MuiTableCell-root:first-child{border-top-left-radius:20px;border-bottom-left-radius:20px;border-left:1px solid #e4e8ec;padding-left:40px}.customerPage .MuiTableCell-root:last-child{border-top-right-radius:20px;border-bottom-right-radius:20px;border-right:1px solid #e4e8ec;padding-right:24px!important}.customerPage .MuiTableCell-root:last-child .MuiIconButton-root{font-size:24px;color:#c7ced7;padding:10px;border:1px solid #c7ced7;border-radius:10px;background-color:initial;width:auto;height:auto;margin-right:10px;min-width:0}.customerPage .MuiTableCell-root:last-child .MuiIconButton-root:last-child{margin-right:0}.customerPage .MuiTableCell-root .MuiAvatar-root{width:60px;height:60px;margin-right:16px;border:3px solid #fff;float:left}.customerPage .MuiTableCell-root .MuiAvatar-root.green{border:3px solid #77cc4f}.customerPage .MuiTableCell-root .MuiAvatar-root.orange{border:3px solid #fca913}.customerPage .MuiTableCell-root .MuiAvatar-root.late{border:3px solid #4e242b}.customerPage .MuiTableCell-root .title{font-size:18px;line-height:1.2;font-weight:700;margin-top:5px}.customerPage .MuiTableCell-root .subtitle{font-size:14px;font-weight:400;line-height:1.2em;color:#7c8da2;margin-bottom:0}.customerPage .MuiTableCell-head{font-weight:700;font-size:14px;border:none;padding:0 16px}.customerPage .MuiTableCell-head:first-child{border:none;padding-left:10px}.customerPage .MuiTableCell-head:last-child{border:none;width:0}.customerPage .MuiTableSortLabel-root.Mui-disabled{display:none}.customerPage .MuiTableSortLabel-icon{color:#7c8da2;opacity:1;position:absolute;right:0}.customerPage .MuiTableSortLabel-root{width:100%;padding:0;background-color:initial}.customerPage .MuiTableSortLabel-root:hover{background-color:initial;color:#7c8da2}.customerPage .MuiTablePagination-input{display:none}.customerPage .emptytable{height:700px}.customerPage .emptytable .title{display:block;font-size:40px;font-weight:700;line-height:44px}.customerPage .emptytable .subtitle{display:block;font-size:18px;color:#7c8da2;margin-bottom:30px}.customerPage .sectionCard{border:none;padding:24px!important;border-radius:10px;position:relative}.customerPage .sectionCard .MuiInputBase-input{font-weight:700;font-size:18px;padding:18px 0 20px;max-height:20px;min-height:100%!important}.customerPage .sectionCard .MuiFormLabel-root{color:#7c8da2;font-size:16px}.customerPage .sectionCard .MuiFormLabel-root.Mui-focused{color:#7c8da2;font-weight:700;font-size:16px}.customerPage .sectionCard .MuiInputLabel-shrink{transform:translateY(1.5px) scale(.75) #7c8da2;color:#7c8da2}.customerPage .sectionCard .MuiInput-underline:before{border-bottom:1px solid #e4e8ec}.customerPage .sectionCard .MuiInput-underline:after{border-bottom:1px solid #000}.customerPage .sectionCard .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:1px solid #e4e8ec}.customerPage .sectionCard .MuiOutlinedInput-root{border-color:#e4e8ec;border-radius:10px}.customerPage .sectionCard .MuiOutlinedInput-root .MuiSelect-outlined{font:inherit;padding:15px 30px;font-weight:700;min-width:210px}.customerPage .sectionCard .MuiOutlinedInput-root .MuiSelect-outlined:focus{background-color:initial}.customerPage .sectionCard .MuiFormControl-marginNormal{margin-top:0;margin-bottom:0}.customerPage .sectionCard .chat .MuiInputBase-input{padding:20px 10px;font-size:16px;font-weight:400}.customerPage .sectionCard .chat .MuiInput-underline:after,.customerPage .sectionCard .chat .MuiInput-underline:before,.customerPage .sectionCard .chat .MuiInput-underline:hover,.customerPage .sectionCard .chat .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:none}.customerPage .sectionCard .searchBox{border-color:#e4e8ec;border-width:1px;border-radius:10px;padding:1.2rem;align-items:center;display:inline-flex;max-width:40rem}.customerPage .sectionCard .searchBox .MuiInputBase-input{padding:0;font:inherit}.customerPage .sectionCard .MuiCardHeader-root{display:flex;width:100%;align-items:center;padding:0}.customerPage .sectionCard .MuiCardHeader-title{font-weight:700;flex:1 1;font-size:18px}.customerPage .sectionCard .MuiCardHeader-action{margin:0}.customerPage .sectionCard .MuiCardHeader-action .MuiButton-root{background-color:#000;color:#fff;padding:12px 24px;align-items:center;display:inline-flex;border-radius:10px;min-width:180px}.customerPage .sectionCard .MuiCardHeader-action .MuiButton-root.greyBtn{background-color:#eaedf0;border:none;color:#7c8da2}.customerPage .sectionCard .MuiCardHeader-action .MuiButton-root.greyBtn:active,.customerPage .sectionCard .MuiCardHeader-action .MuiButton-root.greyBtn:hover{background-color:#000;color:#fff}.customerPage .sectionCard .MuiCardHeader-action .searchBox{border-color:#e4e8ec;border-width:1px;border-radius:10px;width:40rem;padding:1.2rem;float:right;align-items:center;display:inline-flex}.customerPage .sectionCard .MuiCardHeader-action .MuiInputBase-input{font-weight:400;font-size:16px;min-height:18px}.customerPage .sectionCard .MuiCardContent-root{padding:0}.customerPage .sectionCard .MuiCardContent-root:last-child{padding-bottom:16px}.customerPage .sectionCard .MuiCardActions-root{display:inherit;padding:24px 0 0;text-align:right}.customerPage .sectionCard .MuiCardActions-root .MuiButton-root{background-color:#000;color:#fff;box-shadow:none;padding:15px 40px;float:right;border-radius:10px}.customerPage .sectionCard .btnBlack{color:#fff;padding:8px 20px;font-size:13px;font-weight:700;margin-left:15px;border-radius:6px;text-transform:uppercase;background-color:#000}.customerPage .sectionCard .pagination{text-align:center}.customerPage .sectionCard .pagination .MuiPagination-ul{margin:0 auto;display:inline-flex}.customerPage .sectionCard .pagination .MuiPagination-ul li:first-child .MuiPaginationItem-root,.customerPage .sectionCard .pagination .MuiPagination-ul li:last-child .MuiPaginationItem-root{background-color:#f3f5f7;border-radius:10px;color:#000}.customerPage .sectionCard .pagination .MuiPagination-ul li:first-child .MuiPaginationItem-page.Mui-disabled,.customerPage .sectionCard .pagination .MuiPagination-ul li:last-child .MuiPaginationItem-page.Mui-disabled{background-color:#f3f5f7;border-radius:10px;opacity:.4}.customerPage .sectionCard .pagination .MuiPagination-ul li:first-child .MuiPaginationItem-root{margin-right:20px;margin-left:0}.customerPage .sectionCard .pagination .MuiPagination-ul li:last-child .MuiPaginationItem-root{margin-left:20px;margin-right:0}.customerPage .sectionCard .pagination .MuiPaginationItem-root{font-size:16px;font-weight:700;padding:10px;background-color:initial;color:#7c8da2;height:50px;width:50px;min-width:0}.customerPage .sectionCard .pagination .MuiPaginationItem-page.Mui-selected{background-color:initial;color:#000;border:1px solid #e4e8ec;border-radius:10px}.customerPage .sectionCard .pagination .MuiPaginationItem-page:hover{background-color:initial;border:1px solid #e4e8ec;border-radius:10px}.customerPage .scheduler *{border:none!important}.customerPage .scheduler .timeline-event{padding:7px 0 0 1px!important;background-color:#fff!important;z-index:1}.customerPage .scheduler .timeline-event .MuiBox-root{padding:10px;width:100%;align-items:center;display:inline-flex;border-radius:10px}.customerPage .scheduler .timeline-event .MuiBox-root.black{background-color:#000;color:#fff}.customerPage .scheduler .timeline-event .MuiBox-root .titleSameLine{display:inline}.customerPage .scheduler .timeline-event .MuiBox-root.black .subtitle,.customerPage .scheduler .timeline-event .MuiBox-root.black .title{color:#fff}.customerPage .scheduler .timeline-event .MuiBox-root.red{background-color:#d29fa7;color:#4e242b}.customerPage .scheduler .timeline-event .MuiBox-root.red .subtitle,.customerPage .scheduler .timeline-event .MuiBox-root.red .title{color:#4e242b}.customerPage .scheduler .timeline-event .MuiBox-root.red .MuiIcon-root{background-color:#4e242b}.customerPage .scheduler .timeline-event .MuiBox-root.red .MuiIcon-root.icon-alert{background-color:initial}.customerPage .scheduler .timeline-event .MuiBox-root.green{background-color:#bdeec7;color:#4c8246}.customerPage .scheduler .timeline-event .MuiBox-root.green .subtitle,.customerPage .scheduler .timeline-event .MuiBox-root.green .title{color:#4c8246}.customerPage .scheduler .timeline-event .MuiBox-root.green .MuiIcon-root{background-color:#4c8246}.customerPage .scheduler .timeline-event .MuiBox-root.green .MuiIcon-root.icon-alert{background-color:initial}.customerPage .scheduler .timeline-event .MuiBox-root.yellow{background-color:#f5d593;color:#7d580c}.customerPage .scheduler .timeline-event .MuiBox-root.yellow .subtitle,.customerPage .scheduler .timeline-event .MuiBox-root.yellow .title{color:#7d580c}.customerPage .scheduler .timeline-event .MuiBox-root.yellow .MuiIcon-root{background-color:#7d580c}.customerPage .scheduler .timeline-event .MuiBox-root.yellow .MuiIcon-root.icon-alert{background-color:initial}.customerPage .scheduler .timeline-event .MuiBox-root .title{font-size:14px;line-height:1.5em;font-weight:700;margin-bottom:5px!important}.customerPage .scheduler .timeline-event .MuiBox-root .subtitle{font-size:12px;line-height:1em;padding-bottom:0;margin-bottom:0!important}.customerPage .scheduler .timeline-event .MuiBox-root .icons{display:block;height:24px;position:absolute;z-index:2;right:30px}.customerPage .scheduler .timeline-event .MuiBox-root .icons .MuiIcon-root{height:24px;background-size:contain}.customerPage .scheduler .scheduler-view{border:none;margin:0;padding:0}.customerPage .scheduler .scheduler-bg-table{border-radius:10px;border-left:1px solid #e9e9e9!important;border-top:1px solid #e9e9e9!important}.customerPage .scheduler .scheduler-bg-table td{border-bottom:1px solid #e9e9e9!important}.customerPage .scheduler .scheduler-bg-table td,.customerPage .scheduler .scheduler-bg-table th{border-radius:10px;border-right:1px solid #e9e9e9!important}.customerPage .search-location-input .MuiInputLabel-formControl{transform:translate(0) scale(1)}.customerPage .search-location-input .MuiOutlinedInput-input{padding:0 0 0 5px}.customerPage .search-location-input .MuiOutlinedInput-root{border-color:rgba(0,0,0,.26);border-width:1px;border-radius:4px;padding:15px}.customerPage .search-location-input .MuiInputBase-input::-webkit-input-placeholder{color:#7c8da2;font-size:16px;margin-bottom:10px;font-weight:400;opacity:1}.customerPage .Mui-disabled{color:inherit;opacity:.5;font-style:italic}.customerPage input:-webkit-autofill,.customerPage input:-webkit-autofill:hover,.customerPage select:-webkit-autofill,.customerPage select:-webkit-autofill:hover,.customerPage textarea:-webkit-autofill,.customerPage textarea:-webkit-autofill:hover{-webkit-text-fill-color:#77879b;box-shadow:none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.customerPage input:-webkit-autofill:focus,.customerPage select:-webkit-autofill:focus,.customerPage textarea:-webkit-autofill:focus{-webkit-text-fill-color:#77879b;box-shadow:none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.MuiPickersDay-current{color:rgba(120,125,146,.87)!important;width:36px;height:36px;margin:0 2px;padding:0;font-size:1.2rem;font-weight:600}.dialog .MuiDialogTitle-root{padding:24px 24px 40px}.dialog .MuiDialogTitle-root .MuiTypography-h6{font-size:16px;font-weight:700}.dialog .MuiDialogTitle-root .MuiTypography-subtitle1{font-weight:700;font-size:17px;text-transform:lowercase;color:#7c8da2}.dialog .MuiDialogContent-root{padding:0 24px}.dialog .MuiDialogContent-root .searchBox{border-color:#e4e8ec;border-width:1px;border-radius:10px;padding:10px;align-items:center;display:flex}.dialog .MuiDialogContent-root .searchBox .MuiInputBase-input{padding:0;font:inherit}.dialog .MuiDialogContent-root .MuiFormLabel-root{color:#7c8da2;font-size:14px;margin-bottom:10px}.dialog .MuiDialogContent-root .MuiFormLabel-root.Mui-focused{color:#7c8da2;font-weight:700;font-size:16px}.dialog .MuiDialogContent-root .MuiTextField-root{width:100%}.dialog .MuiDialogContent-root .MuiInputLabel-shrink{transform:translate(0) scale(1);color:#7c8da2;background-color:#fff;padding:0 7px 0 0}.dialog .MuiDialogContent-root .MuiInput-underline:before{border-bottom:1px solid #e4e8ec}.dialog .MuiDialogContent-root .MuiInput-underline:after{border-bottom:1px solid #000}.dialog .MuiDialogContent-root .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:1px solid #e4e8ec}.dialog .MuiDialogContent-root .MuiFormControl-marginNormal{margin-top:0;margin-bottom:0}.dialog2 .MuiDialogContent-root2 .MuiInputBase-input2,.dialog .MuiDialogContent-root .MuiInputBase-input{font-weight:700;font-size:18px;padding:8px 0 15px}.dialog .MuiDialogContent-root .MuiCardContent-root:last-child{padding-bottom:0}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiIconButton-colorSecondary:hover{background-color:initial}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root{margin-right:24px;margin-left:0}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root .MuiTypography-body1{font-size:16px;font-weight:700}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root .MuiRadio-root{color:#9aa7b7;margin-right:5px}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root .MuiRadio-root .MuiSvgIcon-root{font-size:30px;fill:#fff;border:1px solid #9aa7b7;border-radius:20px}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root .MuiRadio-root.Mui-checked .MuiSvgIcon-root{fill:#fff;border:8px solid #000;border-radius:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root .MuiCheckbox-root{color:#9aa7b7}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root .MuiCheckbox-root .MuiSvgIcon-root{font-size:30px;fill:#fff;border:1px solid #9aa7b7;border-radius:20px}.dialog .MuiDialogContent-root .MuiFormGroup-root .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked .MuiSvgIcon-root{fill:#fff;border:8px solid #000;border-radius:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.dialog .MuiDialogContent-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:rgba(0,0,0,.87);border-width:1px}.dialog .MuiDialogContent-root .MuiSelect-select:focus{background-color:#fff}.dialog .MuiDialogContent-root .rmdp-wrapper{box-shadow:none}.dialog .MuiDialogContent-root .rmdp-week .rmdp-week-day{display:none}.dialog .MuiDialogContent-root .rmdp-day.rmdp-today span{background-color:#f3f5f7;color:#7c8da2}.dialog .MuiDialogContent-root .rmdp-day.rmdp-selected span:not(.highlight),.dialog .MuiDialogContent-root .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover{background-color:#000}.dialog .MuiDialogContent-root .rmdp-arrow{border-color:#7c8da2;margin-top:7px}.dialog .MuiDialogContent-root .rmdp-arrow-container:hover{background-color:#7c8da2}.dialog .MuiDialogContent-root .MuiBox-root.borderBox{border:1px solid #e4e8ec;border-radius:10px;padding:16px 8px 8px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiFilledInput-root,.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiFilledInput-root.Mui-disabled{background-color:#fff;padding:27px 0 0;color:#7c8da2}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiFilledInput-root.Mui-disabled,.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiFormLabel-root.Mui-disabled{opacity:.5}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiFilledInput-underline:before{border-bottom:none}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiInputBase-input{font-weight:400;font-size:16px;color:#7c8da2}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiInputBase-input.Mui-disabled{opacity:.5}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiInputLabel-shrink{font-size:16px;font-weight:600}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .MuiInputLabel-shrink.Mui-disabled{opacity:.5}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .subtitle{color:#7c8da2;font-size:16px;font-weight:600}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard{margin-bottom:8px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiTypography-h6{color:#7c8da2;font-size:20px;font-weight:600;text-align:center;margin:0 5px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .text-green{color:#77cc4f}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .text-red{color:#4e242b}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title{border-radius:10px;padding:10px 16px;font-weight:700;font-size:16px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .MuiTextField-root{width:100%;float:right;color:#77cc4f}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .MuiInputBase-input{padding:0}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .MuiTypography-root{font-size:16px;line-height:18px;font-weight:700}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .subtitle{color:#9aa7b7;font-size:10px;line-height:8px;font-weight:600;display:block;margin-bottom:-6px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .subtitle.text-green{color:#77cc4f}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .subtitle.text-red{color:#4e242b}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .MuiFormControlLabel-root{margin-right:0}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked .MuiSvgIcon-root{border:none;fill:transparent;background-image:url(/assets/images/icons/customer/accept.png);background-size:cover}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed{padding:0;text-align:center;margin-top:20px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed .breakValue,.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed .MuiTextField-root{padding:14px 16px;border-radius:10px;width:90%;float:none;border:2px dashed #b8c1cc}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed .breakValue .MuiSelect-root,.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed .MuiTextField-root .MuiSelect-root{padding-bottom:3px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed .breakValue:before,.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed .MuiTextField-root:before{display:none}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .title.borderDashed .MuiTypography-h6{color:#b8c1cc;font-size:12px;font-weight:600;text-align:center;margin:0}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root{padding:0;margin-left:10px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root:hover{background-color:initial;padding:0}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root.black{background-color:#000;padding:0;width:20px;height:20px;border-radius:5px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root.black .icon-plus,.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root.black .icon-save{width:10px;height:10px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root .MuiIcon-root{width:15px;height:15px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root .icon-delete{width:12px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root .icon-save{width:20px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root.close{margin-left:8px}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root.close .MuiIcon-root{width:20px;height:auto}.dialog .MuiDialogContent-root .MuiBox-root.borderBox .breakCard .MuiIconButton-root .red{background-color:red}.dialog .MuiButton-contained{box-shadow:none}.dialog .MuiButton-contained:hover{background-color:#000;color:#fff;box-shadow:none}.dialog .MuiButton-root{background-color:#eaedf0;color:#7c8da2}.dialog .MuiButton-root:active,.dialog .MuiButton-root:hover{background-color:#000;color:#fff}.dialog .MuiButton-root.btnBlack{color:#fff;padding:12px 36px;font-size:13px;font-weight:700;border-radius:6px;text-transform:uppercase;background-color:#000}.dialog .MuiDialogActions-root{padding:24px}.dialog .MuiFormControlLabel-labelPlacementStart{margin-left:0}.dialog .MuiFormControlLabel-labelPlacementStart .MuiFormControlLabel-label{color:#7c8da2;font-size:15px;margin-right:16px;text-transform:uppercase}.dialog .MuiFormControlLabel-labelPlacementStart .MuiSwitch-root{width:50px;height:30px;margin:8px;padding:0}.dialog .MuiFormControlLabel-labelPlacementStart .MuiSwitch-root .MuiSwitch-switchBase{padding:3px}.dialog .MuiFormControlLabel-labelPlacementStart .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked{color:#fff;transform:translateX(20px)}.dialog .MuiFormControlLabel-labelPlacementStart .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{border:none;opacity:1;background-color:#77cc4f}.dialog .MuiFormControlLabel-labelPlacementStart .MuiSwitch-root .MuiSwitch-track{border:1px solid #fff;opacity:1;background-color:#f3f5f7;transition:background-color .3s cubic-bezier(.4,0,.2,1) 0ms,border .3s cubic-bezier(.4,0,.2,1) 0ms;border-radius:13px}.dialog .MuiFormControlLabel-labelPlacementStart .MuiSwitch-root .MuiSwitch-thumb{width:24px;height:24px;margin:0}.dialog .search-location-input .MuiInputLabel-formControl{transform:translate(0) scale(1)}.dialog .search-location-input .MuiOutlinedInput-input{padding:0 0 0 5px}.dialog .search-location-input .MuiOutlinedInput-root{border-color:rgba(0,0,0,.26);border-width:1px;border-radius:4px;padding:15px}.dialog .search-location-input .MuiInputBase-input::-webkit-input-placeholder{color:#7c8da2;font-size:14px;margin-bottom:10px;font-weight:400;opacity:1}.dialog .Mui-disabled{color:inherit;opacity:.5;font-style:italic}.dialog input:-webkit-autofill,.dialog input:-webkit-autofill:hover,.dialog select:-webkit-autofill,.dialog select:-webkit-autofill:hover,.dialog textarea:-webkit-autofill,.dialog textarea:-webkit-autofill:hover{-webkit-text-fill-color:#77879b;box-shadow:none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.dialog input:-webkit-autofill:focus,.dialog select:-webkit-autofill:focus,.dialog textarea:-webkit-autofill:focus{-webkit-text-fill-color:#77879b;box-shadow:none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.dialogButtons{background-color:#f3f5f7;color:#7c8da2;box-shadow:none;padding:15px 50px;border-radius:10px}.dialogButtons.bg-black{background-color:#000}.dialogButtons.text-white{color:#fff}.dialogButtons.text-red{color:red}.dialogCloseButton{position:absolute;right:20px;top:10px;color:#7c8da2}.dialogCloseButton .MuiSvgIcon-root{width:40px;height:40px;color:rgba(0,0,0,.2)}.listContent{margin-top:84px!important;padding:0!important}.positionBoxCard{margin-top:0!important;border:1px solid #e4e8ec!important;border-radius:10px!important;padding:0!important}.buttonStyleWarning,.MuiButton-root .buttonWarningStyle{background-color:red!important;color:#fff!important}.listBoxCard{margin-top:17px!important}.listBoxCard,.listBoxCardDetail{border:1px solid #e4e8ec!important;border-radius:10px!important;padding:0!important}.listBoxCardDetail{margin-top:15px!important}.listBoxCard.bg-white,.listBoxCardDetail .bg-white,.positionBoxCard .bg-white{background-color:#fff;color:#000}.listBoxCard .MuiCardContent-root,.listBoxCardDetail .MuiCardContent-root,.positionBoxCard .MuiCardContent-root{padding:16px!important;align-items:center}.listBoxCard .MuiCardContent-root:last-child,.listBoxCardDetail .MuiCardContent-root:last-child,.positionBoxCard .MuiCardContent-root:last-child{padding-bottom:16px!important}.listBoxCard.padding,.listBoxCardDetail.padding,.positionBoxCard.padding{padding:16px!important}.listBoxCard.borderNone,.listBoxCardDetail.borderNone,.positionBoxCard.borderNone{border:none!important;border-radius:0!important}.listBoxCard.borderNone .MuiCardContent-root,.listBoxCardDetail.borderNone .MuiCardContent-root,.positionBoxCard.borderNone .MuiCardContent-root{padding:0 0 16px!important}.listBoxCard.borderBottom,.listBoxCardDetail.borderBottom,.positionBoxCard.borderBottom{border:none!important;border-bottom:1px solid #e4e8ec!important;border-radius:0!important}.listBoxCard.borderDashed,.listBoxCardDetail.borderDashed,.positionBoxCard.borderDashed{border-style:dashed!important;padding:16px!important;background-color:initial!important;width:100%;display:block}.listBoxCard.borderDashed .MuiButton-label,.listBoxCardDetail.borderDashed .MuiButton-label,.positionBoxCard.borderDashed .MuiButton-label{color:#7c8da2;text-transform:none;font-size:18px;line-height:1.2em}.listBoxCard.borderDashed:hover,.listBoxCardDetail.borderDashed:hover,.positionBoxCard.borderDashed:hover{background-color:#f3f5f7!important}.listBoxCard.borderDashed .pb-0,.listBoxCardDetail.borderDashed .pb-0,.positionBoxCard.borderDashed .pb-0{padding-bottom:0!important}.listBoxCard .title,.listBoxCardDetail .title,.positionBoxCard .title{font-size:20px;line-height:1.2em;font-weight:700}.listBoxCard .status,.listBoxCardDetail .status,.positionBoxCard .status{font-size:14px;display:inline-block;margin-left:12px}.listBoxCard .subtitle,.listBoxCardDetail .subtitle,.positionBoxCard .subtitle{font-size:14px;font-weight:400;line-height:1.2em;color:#7c8da2;margin-bottom:0}.listBoxCard .MuiButton-root.buttonStyleWarning,.listBoxCardDetail .MuiButton-root.buttonStyleWarning,.positionBoxCard .MuiButton-root.buttonStyleWarning{color:#fff!important;background-color:#fca913!important}.listBoxCard .MuiButton-root,.listBoxCardDetail .MuiButton-root,.positionBoxCard .MuiButton-root{color:#7c8da2!important;padding:10px 15px!important;max-height:30px!important;border-radius:10px!important;background-color:#e4e8ec!important}.listBoxCard .MuiButton-root.selected,.listBoxCardDetail .MuiButton-root.selected,.positionBoxCard .MuiButton-root.selected{color:#fff!important;background-color:#fca913!important}.listBoxCard .MuiButton-root.selected .MuiButton-label,.listBoxCardDetail .MuiButton-root.selected .MuiButton-label,.positionBoxCard .MuiButton-root.selected .MuiButton-label{color:#fff!important}.listBoxCard .MuiButton-root.remove,.listBoxCardDetail .MuiButton-root.remove,.positionBoxCard .MuiButton-root.remove{color:#4e242b!important;padding:17px!important;background-color:#e4e8ec!important;border-radius:5px!important}.listBoxCard .MuiButton-root.remove .MuiButton-label,.listBoxCardDetail .MuiButton-root.remove .MuiButton-label,.positionBoxCard .MuiButton-root.remove .MuiButton-label{color:#4e242b!important}.listBoxCard .MuiButton-root.accept,.listBoxCardDetail .MuiButton-root.accept,.positionBoxCard .MuiButton-root.accept{color:#7c8da2!important;padding:17px!important;background-color:#e4e8ec!important;border-radius:5px!important}.listBoxCard .MuiButton-root.accpet .MuiButton-label,.listBoxCardDetail .MuiButton-root.accept .MuiButton-label,.positionBoxCard .MuiButton-root.accept .MuiButton-label{color:#7c8da2!important}.listBoxCard .MuiButtonBase-root.noBg .MuiIconButton-label,.listBoxCardDetail .MuiButtonBase-root.noBg .MuiIconButton-label,.positionBoxCard .MuiButtonBase-root.noBg .MuiIconButton-label{background-color:initial}.listBoxCard .MuiButtonBase-root.noBg:hover,.listBoxCardDetail .MuiButtonBase-root.noBg:hover,.positionBoxCard .MuiButtonBase-root.noBg:hover{background-color:initial!important}.listBoxCard .MuiButtonBase-root.border .MuiIconButton-label,.listBoxCardDetail .MuiButtonBase-root.border .MuiIconButton-label,.positionBoxCard .MuiButtonBase-root.border .MuiIconButton-label{font-size:24px;color:#c7ced7;padding:10px;border:1px solid #c7ced7;border-radius:10px;width:auto;height:auto}.listBoxCard .MuiIconButton-label,.listBoxCardDetail .MuiIconButton-label,.positionBoxCard .MuiIconButton-label{height:24px;background-color:#b9cad9;border-radius:50%;color:#fff;width:auto;position:relative}.listBoxCard .MuiIconButton-root,.listBoxCardDetail .MuiIconButton-root,.positionBoxCard .MuiIconButton-root{max-height:40px;width:40px;position:relative;font-size:24px;padding:0;border:none;background-color:initial;min-width:0}.listBoxCard .MuiIconButton-root:hover,.listBoxCardDetail .MuiIconButton-root:hover,.positionBoxCard .MuiIconButton-root:hover{background-color:initial!important}@media only screen and (min-width:992px){::-webkit-scrollbar{width:12px;height:12px;background-color:transparent}::-webkit-scrollbar:hover{width:12px;height:12px;background-color:rgba(0,0,0,.06)}::-webkit-scrollbar-thumb{border:2px solid transparent;box-shadow:inset 0 0 0 20px rgba(0,0,0,.24);border-radius:20px}::-webkit-scrollbar-thumb:active{box-shadow:inset 0 0 0 20px rgba(0,0,0,.37);border-radius:20px}}.logoHome{width:15.6rem}#portal-root{position:relative;z-index:9999}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:cursor-default:hover{cursor:default}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.hover\:bg-black\/25:hover{background-color:rgba(0,0,0,.25)}.hover\:bg-black\/75:hover{background-color:rgba(0,0,0,.75)}.hover\:bg-black\/80:hover{background-color:rgba(0,0,0,.8)}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-300\/20:hover{background-color:rgba(209,213,219,.2)}.hover\:bg-gray-400\/25:hover{background-color:rgba(156,163,175,.25)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.hover\:bg-green-600\/20:hover{background-color:rgba(22,163,74,.2)}.hover\:bg-green-600\/80:hover{background-color:rgba(22,163,74,.8)}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.hover\:bg-neutral-600\/80:hover{background-color:rgba(82,82,82,.8)}.hover\:bg-red-600\/10:hover{background-color:rgba(220,38,38,.1)}.hover\:bg-red-600\/20:hover{background-color:rgba(220,38,38,.2)}.hover\:bg-red-600\/80:hover{background-color:rgba(220,38,38,.8)}.hover\:bg-slate-700:hover{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.hover\:bg-slate-800\/85:hover{background-color:rgba(30,41,59,.85)}.hover\:bg-transparent:hover{background-color:initial}.hover\:\!text-blue-500:hover{--tw-text-opacity:1!important;color:rgb(59 130 246/var(--tw-text-opacity,1))!important}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-50:hover{opacity:.5}.hover\:ring-gray-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity,1))}.focus\:relative:focus{position:relative}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:border-black:focus{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-transparent:focus{background-color:initial}.focus\:underline:focus{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-offset-0:focus{outline-offset:0}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity,1))}.focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity,1))}.focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-black:focus-visible{outline-color:#000}.focus-visible\:outline-green-600:focus-visible{outline-color:#16a34a}.focus-visible\:outline-indigo-600:focus-visible{outline-color:#4f46e5}.focus-visible\:outline-red-600:focus-visible{outline-color:#dc2626}.group:hover .group-hover\:border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.group:hover .group-hover\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.group\/close-badge:hover .group-hover\/close-badge\:text-gray-900,.group\/funnel:hover .group-hover\/funnel\:text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.group:hover .group-hover\:\!text-gray-600\/70{color:rgba(75,85,99,.7)!important}.group:hover .group-hover\:text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-950{--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-75{opacity:.75}@media (min-width:640px){.sm\:bottom-auto{bottom:auto}.sm\:top-\[10\%\]{top:10%}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-full{grid-column:1/-1}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-12{margin-bottom:3rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-16{margin-right:4rem}.sm\:mt-0{margin-top:0}.sm\:mt-4{margin-top:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-56{height:14rem}.sm\:h-auto{height:auto}.sm\:h-full{height:100%}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-48{width:12rem}.sm\:w-64{width:16rem}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-\[45rem\]{max-width:45rem}.sm\:max-w-\[650px\]{max-width:650px}.sm\:max-w-\[700px\]{max-width:700px}.sm\:max-w-none{max-width:none}.sm\:flex-1{flex:1 1}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-none{flex:none}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:scale-100,.sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem*var(--tw-space-x-reverse));margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.sm\:space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-24{padding:6rem}.sm\:p-32{padding:8rem}.sm\:p-6{padding:1.5rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-24{padding-left:6rem;padding-right:6rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-20{padding-bottom:5rem}.sm\:pl-0{padding-left:0}.sm\:pl-16{padding-left:4rem}.sm\:pr-0{padding-right:0}.sm\:pr-6{padding-right:1.5rem}.sm\:pr-8{padding-right:2rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-\[14px\]{font-size:14px}.sm\:text-md{font-size:1.4rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:leading-6{line-height:1.5rem}}@media (min-width:768px){.md\:m-0{margin:0}.md\:mb-0{margin-bottom:0}.md\:ml-4{margin-left:1rem}.md\:mr-24{margin-right:6rem}.md\:mt-0{margin-top:0}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-1\/2{width:50%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-3\/4{width:75%}.md\:w-9{width:2.25rem}.md\:w-full{width:100%}.md\:max-w-full{max-width:100%}.md\:flex-1{flex:1 1}.md\:flex-auto{flex:1 1 auto}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem*var(--tw-space-x-reverse));margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))}.md\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.md\:overflow-hidden{overflow:hidden}.md\:pl-0{padding-left:0}.md\:pl-16{padding-left:4rem}.md\:pr-0{padding-right:0}.md\:pr-32{padding-right:8rem}.md\:text-left{text-align:left}.md\:text-md{font-size:1.4rem}.md\:leading-6{line-height:1.5rem}.md\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}}@media (min-width:1024px){.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:p-12{padding:3rem}.lg\:p-24{padding:6rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pl-0{padding-left:0}.lg\:pr-0{padding-right:0}.lg\:pr-4{padding-right:1rem}}@media (min-width:1280px){.xl\:w-1\/2{width:50%}}@media (min-width:1536px){.\32xl\:w-2\/5{width:40%}.\32xl\:w-3\/5{width:60%}}@media (min-width:1850px){.min-\[1850px\]\:flex{display:flex}.min-\[1850px\]\:w-1\/5{width:20%}.min-\[1850px\]\:w-2\/5{width:40%}.min-\[1850px\]\:flex-row{flex-direction:row}}.ltr\:left-0:where([dir=ltr],[dir=ltr] *){left:0}.ltr\:right-0:where([dir=ltr],[dir=ltr] *){right:0}.rtl\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:right-0:where([dir=rtl],[dir=rtl] *){right:0}@media (prefers-color-scheme:dark){.dark\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}}.archer-list header{padding:28px 6px;border-bottom:1px solid #e5e7eb}.archer-list h1{font-size:30px}.archer-list .text-sm{font-size:14px}.archer-list-footer{padding:12px 0;margin-top:-1px;position:relative}.archer-list-footer .pagination button{padding:8px 16px;line-height:20px}.archer-list-footer .pagination button:first-child,.archer-list-footer .pagination button:last-child{padding:8px}.archer-list-footer .pagination button svg{height:20px;width:20px}.archer-loading{animation:myanimation 1.5s ease infinite;position:fixed;left:0;width:100%;top:0;height:2px}@keyframes myanimation{0%{background-color:#e0f4ff}25%{background-color:#60b8ff}50%{background-color:#e0f4ff}75%{background-color:#60b8ff}to{background-color:#e0f4ff}}table.archer-table{border-collapse:initial;border-spacing:0}table.archer-table td,table.archer-table th{font-size:14px}table.archer-table td>div,table.archer-table th>div>button{padding:16px 14px;line-height:14px;width:100%}table.archer-table colgroup col{width:1px}table.archer-table td.edit-btn:hover>a{text-decoration:underline!important}table.archer-table thead svg{height:20px;width:20px}table.archer-table thead .sortable .on-hover{visibility:hidden;opacity:.3}table.archer-table thead .sortable:hover .on-hover{display:inline-block;visibility:visible}.barItem{margin-left:1rem;background-color:#fff;font-weight:700}.barItem-delete{background-color:#ff795b;color:#fff;margin-left:1rem}.barItem-auto{margin-left:1rem;border:none;font-weight:700;color:#fff;background-color:#000;white-space:nowrap}div.login-page .MuiTypography-body1{font-family:Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important}div.login-page a:hover{text-decoration:underline!important}div.login-page .logoHome{width:17rem}div.login-page h1{font-size:2.75rem}div.login-page .login-background{background-size:cover;width:100%;height:100%;background-position:50%}div.login-page .input-group label{display:none}div.login-page input[type=password],div.login-page input[type=text]{font-size:14px;background-color:#fff;padding:6px 12px;line-height:24px}