@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@300;400;500;700&display=swap";.quota-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quota-modal-content{background:white;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.quota-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.quota-modal-title{margin:0;font-size:1.5rem;font-weight:600;color:#dc2626;display:flex;align-items:center;gap:8px}.quota-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .2s ease}.quota-modal-close:hover{background-color:#f3f4f6;color:#374151}.quota-modal-body{padding:24px}.quota-warning-icon{text-align:center;font-size:4rem;margin-bottom:16px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.quota-modal-message{font-size:1.1rem;color:#374151;text-align:center;margin-bottom:24px;line-height:1.6}.quota-usage-stats{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:24px}.quota-stat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.quota-stat-item:last-child{border-bottom:none}.quota-stat-label{font-weight:500;color:#374151}.quota-stat-value{font-weight:600;color:#dc2626}.quota-modal-actions{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.quota-btn{padding:12px 24px;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;min-width:120px}.quota-btn-primary{background-color:#dc2626;color:#fff}.quota-btn-primary:hover{background-color:#b91c1c;transform:translateY(-1px)}.quota-btn-secondary{background-color:#6b7280;color:#fff}.quota-btn-secondary:hover{background-color:#4b5563;transform:translateY(-1px)}.quota-contact-info{text-align:center;padding-top:16px;border-top:1px solid #e5e7eb}.quota-contact-text{color:#6b7280;font-size:.9rem;margin:0;line-height:1.5}@media (max-width: 640px){.quota-modal-content{width:95%;margin:20px}.quota-modal-header{padding:20px 20px 12px}.quota-modal-body{padding:20px}.quota-modal-title{font-size:1.25rem}.quota-modal-actions{flex-direction:column}.quota-btn{width:100%}}.quota-exceeded-placeholder{display:flex;justify-content:center;align-items:center;min-height:400px;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border:2px dashed #d1d5db;border-radius:12px;margin:20px}.quota-placeholder-content{text-align:center;max-width:400px;padding:40px 20px}.quota-placeholder-icon{font-size:4rem;margin-bottom:20px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.quota-placeholder-content h3{color:#dc2626;font-size:1.5rem;font-weight:600;margin:0 0 12px}.quota-placeholder-content p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 0 24px}.quota-placeholder-stats{display:flex;justify-content:center;gap:24px;margin-top:20px}.quota-stat{display:flex;flex-direction:column;align-items:center;padding:12px 16px;background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a}.quota-stat span{font-size:.875rem;color:#6b7280;margin-bottom:4px}.quota-stat strong{font-size:1.25rem;color:#dc2626;font-weight:600}@media (max-width: 640px){.quota-exceeded-placeholder{margin:10px;min-height:300px}.quota-placeholder-content{padding:20px 16px}.quota-placeholder-icon{font-size:3rem}.quota-placeholder-content h3{font-size:1.25rem}.quota-placeholder-stats{flex-direction:column;gap:12px}.quota-stat{padding:8px 12px}}.sidebar{position:absolute;background-color:#fff;left:0;top:0;padding:1em;overflow:auto;display:flex;transition:all .3s;flex-direction:column;height:100%;width:400px;z-index:1}.sidebarRight{position:absolute;background-color:#fff;right:0;top:0;padding:1em;overflow:auto;display:flex;transition:all .3s;flex-direction:column;height:100%}:where(.css-dev-only-do-not-override-1ck3jst).ant-divider-horizontal{display:flex;clear:both;width:100%;min-width:100%;margin:0!important}.open{transform:translate(-100%)}.close{transform:translate(0)}.openRight{transform:translate(100%)}.closeRight{transform:translate(0)}.closedSidebarMenu{position:absolute;top:110px;z-index:1}.closedSidebarMenuRight{position:absolute;top:80px;right:0}.memu-title{padding-top:1em}.toggle-container{display:flex;border:2px solid #4caf50;border-radius:10px;overflow:hidden;margin:0 auto}.toggle-button{width:50px;text-align:center;padding:5px 0;font-weight:700;cursor:pointer;color:#4caf50;background-color:#fff;transition:all .3s}.toggle-button.active{background-color:#4caf50;color:#fff}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:1fr 1fr}.grid-cols-3{grid-template-columns:1fr 1fr 1fr}.recharts-default-legend{overflow-y:scroll;height:130px}.font-base{font-size:12px}.ant-modal-content .recharts-default-legend{overflow-y:scroll;height:66px}.ant-table-content{white-space:nowrap;overflow-x:scroll}:where(.css-dev-only-do-not-override-1xg9z9n).ant-select-multiple .ant-select-selector{display:flex;flex-wrap:wrap;align-items:center;height:auto;padding-inline:4px;padding-block:1px;border-radius:6px}.sidebar .ant-select{width:100%!important}.tree_container{padding-top:1em;border-bottom:1px solid #ccc;padding-bottom:1em}._filters_1p2jn_1{display:flex;flex-direction:column}._TierFilter_1p2jn_6{background-color:#fff;padding:1em;display:flex;gap:.5em;align-items:flex-start;justify-content:center;flex-direction:column;border-bottom:1px solid #ccc;min-height:160px}._placeFilter_1p2jn_18{background-color:#fff;padding:1em;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.2em;min-height:160px;border-bottom:1px solid #ccc}._marker_1p2jn_32{width:25px;height:25px}._places_1p2jn_37,._Tiers_1p2jn_42{display:flex;gap:.5em}._Tiers_1p2jn_42 input{zoom:1.7}._filter_1p2jn_1{display:flex;gap:.5em;align-items:center}._filter_1p2jn_1 input{zoom:1.7;background-color:#000}._custom-tooltip_1p2jn_62{position:absolute;background-color:#fff;border:1px solid #ccc;padding:10px;display:none;z-index:1000}.sidebar-hover{padding:0;transition:width .3s;width:75px;background-color:#fff;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px}.sidebar-hover span{width:190px;opacity:0;transition-property:opacity}.sidebar-hover:hover span,.sidebar-hover.active span{opacity:1;width:175px;font-size:15px}.sidebar-hover:hover,.sidebar-hover.active{width:250px}.sub-category:hover{fill:#669df6;color:#669df6;background-color:#e2ecfd}.sidebar-hover .sidebar-item .active{background-color:#3367d6;transition-property:background-color;transition:.3}.sidebar-hover .sidebar-item li{padding:0 10px}.sidebar-hover .sidebar-item li.active span,.text-select.active .drop-item{color:#fff!important}.dropinactive{height:0;opacity:0;visibility:hidden;transition-property:height,opacity;transition:.3s}.dropactive{height:90px;opacity:1;transition-property:height,opacity;transition:.3s}.sidebar-hover .sidebar-item .notactive.nothasChildren:hover{background-color:#e2ecfd}.sidebar-hover .sidebar-item .active.nothasChildren:hover{background-color:#3367d6}*{margin:0;padding:0;box-sizing:border-box}.headerSidebar{padding-top:1em;font-size:1.3em}.progress{width:100%;background-color:#e0e0e0;border-radius:10px;overflow:hidden;margin-top:20px}.progress_inner{height:30px;width:0;background:linear-gradient(90deg,#4caf50,#81c784);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:width .5s ease-in-out}@layer tailwind-base,antd;@layer tailwind-base{*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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,samp,pre{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:baseline}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;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--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-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::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-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }}.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}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.m-0{margin:0}.m-4{margin:1rem}.m-auto{margin:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-auto{margin-left:auto}.ms-3{margin-inline-start:.75rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-20{height:5rem}.h-40{height:10rem}.h-\[48px\]{height:48px}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[700px\]{max-height:700px}.max-h-\[800px\]{max-height:800px}.min-h-\[18px\]{min-height:18px}.min-h-\[326px\]{min-height:326px}.min-h-\[450px\]{min-height:450px}.w-10{width:2.5rem}.w-\[24px\]{width:24px}.w-\[28px\]{width:28px}.w-\[30\%\]{width:30%}.w-\[40px\]{width:40px}.w-\[45\%\]{width:45%}.w-\[48px\]{width:48px}.w-\[55\%\]{width:55%}.w-\[70\%\]{width:70%}.w-auto{width:auto}.w-full{width:100%}.min-w-\[18px\]{min-width:18px}.min-w-\[800px\]{min-width:800px}.min-w-\[880px\]{min-width:880px}.max-w-\[1000px\]{max-width:1000px}.max-w-\[10px\]{max-width:10px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[200px\]{max-width:200px}.max-w-\[350px\]{max-width:350px}.max-w-\[500px\]{max-width:500px}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.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))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-\[\#09ce09\]{--tw-border-opacity: 1;border-color:rgb(9 206 9 / var(--tw-border-opacity))}.border-\[\#ced4da\]{--tw-border-opacity: 1;border-color:rgb(206 212 218 / var(--tw-border-opacity))}.border-\[\#ff5050\]{--tw-border-opacity: 1;border-color:rgb(255 80 80 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.bg-\[\#82ca9d\]{--tw-bg-opacity: 1;background-color:rgb(130 202 157 / var(--tw-bg-opacity))}.bg-\[\#8884d8\]{--tw-bg-opacity: 1;background-color:rgb(136 132 216 / var(--tw-bg-opacity))}.bg-\[\#FF725E\]{--tw-bg-opacity: 1;background-color:rgb(255 114 94 / var(--tw-bg-opacity))}.bg-\[\#e2f7ff\]{--tw-bg-opacity: 1;background-color:rgb(226 247 255 / var(--tw-bg-opacity))}.bg-\[\#ff505010\]{background-color:#ff505010}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-0{padding:0}.p-1{padding:.25rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.text-right{text-align:right}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.text-\[\#09ce09\]{--tw-text-opacity: 1;color:rgb(9 206 9 / var(--tw-text-opacity))}.text-\[\#808080\]{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.text-\[\#ff5050\]{--tw-text-opacity: 1;color:rgb(255 80 80 / var(--tw-text-opacity))}.text-\[\#ff7b67\]{--tw-text-opacity: 1;color:rgb(255 123 103 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring{--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(3px + 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 #0000)}.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 #0000)}.ring-\[\#ced4da\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(206 212 218 / var(--tw-ring-opacity))}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-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-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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{font-family:Poppins!important}.loader{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.hover\:bg-\[\#CF6456\]:hover{--tw-bg-opacity: 1;background-color:rgb(207 100 86 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#CF6456\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(207 100 86 / var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity))}.focus\:ring-opacity-75:focus{--tw-ring-opacity: .75}@media (prefers-color-scheme: dark){.dark\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}}
